/* -------------------------------------------------------------------- */
/* --------- CSS typos courantes du site ---------------------------- */
/* -------------------------------------------------------------------- */

@import url("reset.css");



/* basics html */

* {
	font-family: Arial;
	font-size: 10px;
	color: #404040;
	}	
* p{
	font-size: 10px;
	margin-bottom:10px;
	}
* h1 {
	font-family: Arial Narrow;
	font-size: 14px;
	color:#05ae39;
	font-weight: bold;
	}
* strong { 
	font-weight: bold;
	}
* em { 
	font-style: italic;
	}
* acronym { 
	border-bottom:1px dotted;
	}
* blockquote {
	border: 1px solid #00103a;
	}
* address {
	text-align:center;
	font-weight: bold;
	}
	
/* styles particuliers */

* .textePage{
	color:#404040;
	font-size:10px;
	text-align:justify;
	font-weight:normal;
	text-decoration:none;
	}
	* .textePage a{
		color:#2d8dd2;
		}
	* .textePage a:hover{
		text-decoration:underline;
		}
* .footer_typo{
	color:#2d8dd2;
	font-size:9px;
	text-decoration:normal;
	font-weight:normal;
	}
	* .footer_typo a{
		color:#2d8dd2;
		text-decoration:normal;
		}	
	* .footer_typo a:hover{
		text-decoration:underline;
		}
	* a.signatureEurelis {
		color:#dedede;
		}
	* a.signatureEurelis .bleu{
		color:#2d8dd2;
		}
.acces_typo{
	color:#2d8dd2;
	font-size:10px;
	text-decoration:normal;
	font-weight:normal;
	}
* .acces_typo td{
	color:#2d8dd2;
	font-size:10px;
	text-decoration:normal;
	font-weight:normal;
	}
	* .acces_typo a,
	* .acces_typo a *{
		color:#2d8dd2;
		text-decoration:underline;
		}
* .enbref_typo,
* .enbref_typo *{
	/*color:#b349ae;*/
	font-size:10px;
	text-decoration:normal;
	font-weight:normal;
	}	
	* .enbref_typo a,
	* .enbref_typo a *{
		color:#b349ae;
		text-decoration:underline;
		}
	* .enbref_typo a.lienEnBref,
	* .enbref_typo a.lienEnBref *{
		color:#b349ae;
		font-weight:bold;
		text-decoration:none;
		}
* .lienInterne *{
	color:#2d8dd2;
	font-weight:normal;
	font-size: 10px;
	}
	* .lienInterne a:hover{
		text-decoration:underline;
		}
* .menu1_typo *{                  
	color:#ffffff;
	font-weight:bold;
	font-size: 12px;
	}
	* .menu1_typo a,
	* .menu1_typo a *{  
		text-decoration:normal;
		}
* .menu2_typo *{                  
	color:#2d8dd2;
	font-weight:normal;
	font-size: 10px;
	}
	* .menu2_typo li *{  
		text-decoration:normal;
		}
	* .menu2_typo li.selected *{  
		color:#05ae39;
		font-weight:bold;
		text-decoration:normal;
		}
	* .menu2_typo li a:hover *{  
		color:#05ae39;
		font-weight:bold;
		text-decoration:normal;
		}
#map .a_index{
	color:#2d8dd2;
	font-weight:bold;
	font-size: 12px;
	margin-left:5px;
	margin-right:5px;
	}	
#map .a_rubrique{
	color:#05ae39;
	font-weight:bold;
	font-size: 12px;
	margin-left:10px;
	margin-right:10px;
	}
#map .a_sousrubrique{
	color:#2d8dd2;
	font-weight:bold;
	font-size: 10px;
	margin-left:5px;
	margin-right:5px;
	}	

/* styles rich'text editeur */	

.sous_titre_a{
  	color:#2d8dd2;
	font-size:14px;
	font-weight:bold;
	font-variant: small-caps;
}
.sous_titre_b{
  	color:#05ae39;
	font-size:10px;
	font-weight:bold;
	font-variant: normal;
}


.bleu{
	color:#2d8dd2;
	}
.vert{
	color:#05ae39;
	}
.blanc{
	color:#ffffff;
	}
.red{
	color:#ff0000;
	}

hr{
color:#2d8dd2;
}
		
		
		