/* CSS Document */

/* les textes */

.texte-bleu-normal{
	font-size:11px;
	color: #566279;
	font-weight:normal;
}
.texte-bleu-gras{
	font-size:11px;
	color:#566279;
	font-weight:bold;
}

.texte-marron-normal{
	font-size:11px;
	color:#996600;
	font-weight:normal
}
.texte-marron-gras{
	font-size:11px;
	color:#996600;
	font-weight:bold;
}

/* les titres */

.titre-bleu-normal{
	color:#566279;
	font-size: 16px;
	margin:5px 0px;
}
.titre-bleu-gras{
	color: #566279;
	font-size: 16px;
	margin:5px 0px;
	font-weight:bold;
}
.titre-marron-normal{
	color: #996600;
	font-size: 16px;
	margin:5px 0px;
}
.titre-marron-gras{
	color: #996600;
	font-size: 16px;
	margin:5px 0px;
	font-weight:bold;
}
.titre-back-marron, div span.titre-back-marron{
	display:block;
	background:#c0965d;
	font-size: 16px;
	font-weight:bold;
	color: #ffffff;
	margin : 15px 12px 12px 12px;
	padding : 2px 0px;
	text-indent: 5px;
	text-decoration:none;
}
div#intro-interne .titre-back-marron a, div#intro-interne .titre-back-bleu a{color:#fff;}
.titre-back-bleu{
	display:block;
	background-color:#566279;
	font-size: 16px;
	color: #ffffff;
	font-weight:bold;
	margin : 15px 12px 0px 12px;
	padding : 2px 0px;
	text-indent: 5px;
	text-decoration:none;
}
.titre-back-bleu a{color:#fff;}
.titre-back-marron a{color:#fff;}
/* les styles pour les liens 
a:link,a:visited,a:active{text-decoration:none;font:normal 11px Arial, Helvetica, sans-serif;color:#996600;}
a:hover{text-decoration:underline;}*/

/* liens en bleus */
.bleu a:link,.bleu a:visited,.bleu a:active{text-decoration:none;font:normal 11px Arial, Helvetica, sans-serif;color:#566279;}
.bleu a:hover{text-decoration:none;}

/* liens marrons */
.bleu a:link,.bleu a:visited,.bleu a:active{text-decoration:none;font:normal 11px Arial, Helvetica, sans-serif;color:#996600;}
.bleu a:hover{text-decoration:none;}
