@charset "utf-8";
/* CSS Document */

p {
	margin-bottom: 7px;	
}

h1 {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 20px;
	font-weight:500;
	color: #02417A;
}

#liens-utiles-contenu h3 {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #02417A;
	margin-bottom: 10px;
}


a, a:link {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color: #000;
	text-decoration:none;	
}

a:hover, .texte-standard a:hover {
	color: #999;
	text-decoration:underline;
}

a:visited {
	color: #000;
	text-decoration:none;
}

a:active {
	color: #000;
	text-decoration:none;
}

label {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #333;
}

ol, ul {
	font-family: Tahoma, Geneva, sans-serif;
	font-size:11px;
	margin-left: 10px;
}

ol li{
	margin-left: 10px;
	margin-bottom: 5px;
}

#contenu ul li {
	margin-left: 10px;
	margin-bottom: 15px;
	list-style:none;
}

.listeCourrante {
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 10px;
}

a.liensBlancs{
	font-family: Tahoma, Geneva, sans-serif;
	font-size:10px;
	color: #FFF;
	text-decoration:none;
}

a.liensBlancs:visited, a.liensBlancs:active{
	color: #FFF;
	text-decoration:none;
}

a.liensBlancs:hover{
	font-family: Tahoma, Geneva, sans-serif;
	font-size:10px;
	color: #FFF;
	text-decoration:underline;
}

.align-right {
	text-align: right;	
}

.titres, .sous-titres {
	font-family: Tahoma, Geneva, sans-serif;
	color: #02417A;
}

.titres {
	font-size: 13px;
	font-weight:bold;
}

.titre-orange-gros {
	color: #F93;
	font-size:24px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
}

.sous-titres {	
	font-size: 13px;	
	margin-top: 5px;
	margin-bottom: 1px;
	font-weight:600;
}

.sous-sous-titres {
	font-size: 12px;	
	margin-top: 5px;
	margin-bottom: 1px;
	color: #02417A;
}

.texte-standard {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #000;
}

.reponses {
	 color: #666;
}

.commentaires {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;	
	margin-top: 5px;
	margin-bottom: 1px;
	color: #666;	
}

.lienCourrant {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color: #000;
	text-decoration:none;		
}

.lienCourrant:hover {
	color: #666;
	text-decoration:underline;
}

.asterisque {
	font-size: 15px;
	color:#00F;
}

.brSpace {
	margin-bottom: 8px;	
}

.liens-utiles a{
	font-size: 11px;
	font-weight: bold;
}

.liens-utiles a:hover {
	color: #999;
}