body{
	background-color:white;
	font-size:14px;
	color:white;
	font-family:arial;
		/*page d'accueil;*/
}
 	
	.titre{
	font-family:gill sans, arial, times;
	color:#FFFFFF;
	font-weight: bolder;

	}

	td{
	color:black;
	
	font-family:arial, times;
	font-size:12px;
	}
	td.couleur_rouge{
	color:white;
	background-color:#B02425;
	
	}
	.description{
	color:#000000;
	border-top-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	font-weight: bolder;
	font-size:12px;
	font-family:arial;
	}
	
	.normal{
	font-size:13px;
	color:white;
	font-family:gill sans, arial, times;
	font-weight: normal;
	}
		
	.BAC{
	font-size:14px;
	color:#FFCC00;
	font-family:gill sans, arial, times;
	font-weight:normal;
	}
	
	.nouveaute{
	font-size:14px;
	color:#CC0000;
	font-family:gill sans, arial, times;
	font-weight:normal;
	}
	
	.THC{
	font-size:14px;
	color:white;
	font-family:gill sans, arial, times;
	font-weight: normal;
	}
	.emphase{
	font-weight: bolder;
	font-size:16px;
	}


		a:link{color:#ffffff;
		font-family:arial;
		font-size:12 px;
		
		}
		a:active{color:#000000;
		text-decoration:none;
		font-family:arial;
		font-size:12 px;
		}
		a:visited{
				  color:#ffffff;
				  
				  font-family:arial;
				  font-size:12 px;

		} 
		a:hover{
		color:#ff6600;
		font-weight: bolder;
		font-size:12 px;
		text-decoration:none;
		}
