/* LES TITRES --------------------------------------------------------------------------------*/
H1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:23px;
	font-weight:bolder;
	color:#000;
	text-align:left;
	text-transform:uppercase;
	margin:0px 0px 0px 0px;
}

H2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bolder;
	color:#2a2a2a;
	text-align:left;
	letter-spacing:1px;
	margin:-7px 0px 0px 0px;
}

/* LES LIENS --------------------------------------------------------------------------------*/

a:link{	
	color: #000; 
  	font-weight:bold;
  	text-decoration: none; 
}

a:hover { 
  	color: #eb4400;
	text-decoration:none;
	font-weight:bold;
}
a:active {  
	color: #000;
	text-decoration:none;
	font-weight:bold;

}

/* AUTRES --------------------------------------------------------------------------------*/
p {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#656565;
text-align:justify;
}

div{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#656565;
text-align:justify;
vertical-align:text-bottom;
}

.txt_bold {
font-weight:bold;
}
.noir {
color:black;
}
.txt_petit_bold {
font-size:10px;
font-weight:bold;
}
.txt_petit {
font-size:10px;
}
.txt_tres_petit {
font-size:9px;
}
.txt_orange{
font-weight:bold;
color:#eb4400;
}
.txt_souligne{
text-decoration:underline;
color:#000000;
}
.txt_orange_lien{
font-size:9px;
font-weight:normal;
text-decoration:none;
color:#eb4400;
}
.txt_petit_orange_lien{
font-size:8px;
font-weight:normal;
text-decoration:none;
color:#eb4400;
}

.droite{
text-align:right;
}