/* CSS Document */
/* txt général ///////////////////////////////////////////////*/
.txt {
	font-family: Verdana, Arial;
	font-size: 10px;
	color: #333;
	text-align: left;
}
.txt a{
	font-size: 10px;
	color: #FF7F00;
	text-decoration: none ;
}
.txt a:hover{
	text-decoration: underline ;
}

.txt b{
	font-weight : normal ;
	color: #FF7F00;
}

.txt ol {
	list-style-type: decimal;
	margin:0px 0px 0px 22px;
	padding:0px 0px 0px 0px;
} 

.txt ul {
	list-style: url(../images/puce_listorange.gif); 
	margin:0px 0px 0px 22px;
	padding:0px 0px 0px 0px;
} 

.txt li {
	line-height:150%;
} 

.txt h1 {
	margin:0px 0px 0px 0px;
	padding:0px 0px 10px 0px;
}

.titre_01{
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 14px;
	color: #FF7F00;
	text-align: left;
	font-weight:bold;
	 
}
.titre_02{
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 20px;
	color: #FF7F00;
	text-align: left;
	font-weight:bold;
	line-height: 60% ; 	
}

.txt h2 {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 16px;
	letter-spacing : -1px ;
	color: #243B62;
	margin:0px 0px 0px 0px;
	padding:0px 0px 20px 0px;
}

/* Texte Header ///////////////////////////////////////////////*/
.txtHeader {
	font-family: Verdana, Arial;
	font-size: 8px;
	color: #999;
	text-align: left;

}

.txtHeader a{
	font-size: 11px;
	color: #1F5C9B;
	text-decoration: none ;
}

.txtHeader a:hover{
	color: #1F5C9B;
	text-decoration: underline ;
}


/* Actu ///////////////////////////////////////////////*/
.txtActu {
	font-family: Verdana, Arial;
	font-size: 9px;
	color: #FF7F00;
	text-align: left;

}

.txtActu b{
	color: #000;
}

.txtActu i{
	color: #333;
}

.txtActu a{
	color: #666;
	text-decoration: none ;
}

.txtActu a:hover{
	color: #333;
}

/*puce avant paragraphes*/
.puce{
	padding: 0px 0px 0px 0px;
	vertical-align: super; 
	text-indent:  -12px ;
}

