a.menu {										/*liens de navigation */
		color:#FFFF00;
		text-decoration:none;
}
a.menu:hover 	{										/* survol de navigation */
		color:#FFCC33 ;
}
a.news:link {										/* lien des news */
		color:#800000 ;
		text-decoration:none;
}
a.news:visited	{
		color:#990066 ;
		text-decoration:none;
}
a.news:hover	{
		color:blue ;
}

a.rch:link {							/* archive */
	color:red ;
	font-weight: bold;
	text-decoration:none;
}
a.rch:visited {											
	color:blue ;
	font-weight: bold;
	text-decoration:none;
}
a.rch:hover {
	     color:red;
}
.redg {
	color:red;
	font-weight:bold;
}
.texteetoile {
		font-family: Verdana, Arial, Helvetica, sans-serif;
	 	font-size: 10px; color: #FF3366;
}
.erreur {
		font-family: Verdana, Arial, Helvetica, sans-serif;
	 	font-size: 0,7 em;
		font-weight:bold;
		color: red;
}
.redg{
	color:#ff0000;
	font-weight=bold;
}
.textenoir10 {
		font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px;
	 	color: #000000
}
.nav {											/* texte de la barre de navigation */
		font-family:Verdana,Arial, Helvetica;
		font-size: 16px;
		font-weight:bold;
		width:12.50% ;
		text-align:center ;
}
.bloc1{
		font-family: Verdana, Arial;
		font-size: 1.1em;
		text-align: justify;
		margin-left: 25% ;
		margin-right : 25% ;
		
		text-indent: 2em;
		color:#000000;
}
.titre1 {
		margin-top =0;
		margin-left:5;
		font-family:Verdana;
		font-size:20;
		font-weight: bolder;
		color:#000080;
	}
.titre2 {										/* news */
		margin-top:0;
		margin-bottom:0;
		margin-left:30;
		text-align: left;
		font-family:Verdana;
		font-size:14px;
		color:#800000;
}
.titre3 {
		margin-top:0;
		margin-left:80;
		text-align:left;
		font-family:Verdana;
		font-size:12px;
		color:#000080;
}
.titre4 {										/* agenda */
		margin-top:0;
		margin-bottom:0;
		margin-left:30;
		text-align: center;
		font-family:Verdana;
		font-size:14px;
		color:#800000;
}
.TP1{											/* Titre des seminaires -programme*/
	text-align :center;
	font-family : Verdana,Arial;
	font-size : 2 em;
	color :#000000;
}
.TP2{											/* sous titre des sminaires - programme */
	text-align :center;
	font-family : Verdana,Arial;
	font-size : 0.8 %;
	color :#000000;
}
.bleug{							/* bleu gras */
	color:#0000FF;
	font-weight: bold ;
}
.bleu{							/* bleu        */
	color:#0000FF;
}
.boxarc {							/* positionnement archive */
	margin-left:0px;
	width: 100px;
	
	text-align: center ;
	background-color:#ffff00;
}
div#boxag1 {							/* box gauche agenda ( 2 colonnes)*/
	position: absolute;
	top:: 90px;
	left: 0px;
	width: 50%;
	
}
div#boxag2 {
	position: relative;
	
	left: 50%;
	width: 50%;
}


