/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}
	
.rechercher {
	font-size: 10px;
	color: #666666;
	font-family: arial;
}
.rubrique{
	text-transform: uppercase;	
	width: 177px;
	border-bottom: 2px solid #FFFFFF;	
	background-color: #EEEEEE;
	font-size: 10px;
	color: #333333;
	font-family: arial;
	font-weight: bold;
	cursor: pointer;
}

.sous_rubrique {
	border: 0px none;
	width: 177px;
	border-left: 20px solid #FFFFFF;
	border-right: 0px none ;
	border-bottom: 5px solid #FFFFFF;	
	font-size: 10px;
	color: #666666;
	font-family: arial;
}
.sous_rubrique a:hover {
	color: #CC0000;
	text-decoration: none;
}
.sous_rubrique a {
	color: #666666;
	text-decoration: none;
}
.big_titre {
	text-transform:uppercase;
	border: 0px none;
	font-size: 14px; 
	color: #333333; 
	font-family: Arial; 
	font-weight: bold;
}
.big_sous_titre {
	border: 0px none;
	font-size: 11px; 
	color: #CC0000; 
	font-family: verdana; 
	font-weight: bold;
}
.actualite_titre {
	border: 0px none;
	font-size: 10px; 
	color: #666666; 
	font-family: verdana; 
}
.chapeau_sous_titre {
	margin-left: 30px;
	border: 0px none;
	font-size: 10px; 
	color: #999999; 
	font-family: verdana;
	text-align:justify;
}
.contenu_txt {
	border: 0px none;
	font-size: 10px; 
	color: #666666; 
	font-family: verdana;
	text-align:justify;
}
img{
	border: 0px none;
}
.link {
	margin-left: 30px;	
	border: 0px none;
	font-size: 10px; 
	color: #666666; 
	font-family: verdana;
}
.link a:hover {
	color: #CC0000;
	text-decoration: none;
}
.link a {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
}
a {
	color: #CC0000;
	text-decoration: none;
}
.bouton { 
	font-family: Arial; 
	font-size: 11px;
	color: #FFFFFF; 
	background-color: #CC0000; 
	border:1px solid #999999; 
	cursor:pointer; 
}