body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/*
 * Mise en page des textes (bordures...)
 */

.chapo {
	line-height: 1.4em;
	margin-top: 1em;
}
.texte {
}
.ps {
	padding-top: 0.6em;
	margin-top: 0.6em;
	border-top: 1px dashed #404040;
}
.notes {
	margin-top: 0.6em;
	margin-bottom: 0.6em;
	border-top: 1px solid #a0a0a0;
	padding: 1.5em;
}

/*
 * Habillage des menus et de la navigation
 */
 
 /* bandeau de navigation supérieure "vous etes ds la rubrique..."*/
.bandeau_navigation {
	font-size: 11px;
	background-color: #CCCCCC;
}
.lien_navig:link {
	color: #074290;
	text-decoration: none;
}
.lien_navig:visited {
	color: #074290;
	text-decoration: none;
}
.lien_navig:hover {
	color: #990000;
	text-decoration: underline;
}



/* Les cadres des menus*/

.cadre {
	border: 0.5px solid #666666;
}

.cadre_infos		{
	background-color: #EBEDF2;
	text-align:left;
	margin: 5px;
	width: 150px;
}
.cadre_infos .titre 	{
		color: #074290;
}
.cadre_infos .texte	{
	color: #666666;
}
.cadre_infos a:link {
	color: #666666;
	text-decoration: underline;
}
.cadre_infos a:visited {
	color: #666666;
	text-decoration: underline;
}
.cadre_infos a:hover {
	color: #666666;
	text-decoration: underline;
}
.cadre_bleu		{
	background-color: #EBEDF2;
	text-align:left;

}
.cadre_bleu .titre 	{ 
	background-color: #074290;
	font-weight: bold;
	color: #FFFFFF;
}
.cadre_bleu:link {
	color: #074290;
	text-decoration: none;
}
.cadre_bleu:visited {
	color: #074290;
	text-decoration: none;
}
.cadre_bleu:hover {
	color: #990000;
	text-decoration: none;
}

.cadre_orange		{ background-color: #FF6600; text-align:left; }
.cadre_orange .titre 	{ 
	background-color: #FF6600;
	font-weight: bold;
	color: #FFFFFF;
}
.cadre_orange_text:link {
	color: #074290;
	text-decoration: none;
}
.cadre_orange_text:visited {
	color: #074290;
	text-decoration: none;
}
.cadre_orange_text:hover {
	color: #990000;
	text-decoration: underline;
}


#actualite		{  text-align:left; }
#actualite .titre 	{
	font-weight: bold;
	color: #082964;
	font-size: 13px;
	text-decoration: none;
}
#actualite .tdout {
	background-color: #FFFFFF;
}
#actualite .tdover {
	background-color: #ebedf2;
}
#actualite .txt {
	text-decoration: none;
	color: #000000;
}




/*
 * Styles pour le contenu (c-a-d. la colonne principale)
 */


.maj_gris {
	text-transform: uppercase;
	color: #666666;
	letter-spacing: 0.8em;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

.titre_fond_gris {
	font-weight: bold;
	background-color: #EFEFEF;
	border: 0.5px solid #CCCCCC;
	padding: 5px;
	width: 100%;
	text-align: center;
	color: #666666;
	font-size: 14px;
}

/*
 * Styles pour le menu déroulant
 */

ul#menulist li ul{ display:none; }

ul#menulist li:hover>ul{ display:block; }
.note_pale {
	font-size: 9px;
	font-weight: lighter;
	color: #999999;
}
.note_gris {
	font-size: 10px;
	color: #666666;
}
.titre_rubrique {
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
}
.lien_orange:link {
	color: #E66200;
		text-decoration: none;
}
.lien_orange:visited {
	color: #E66200;
		text-decoration: none;
}
.lien_orange:hover {
	color: #E66200;
		text-decoration: underline;
}
.lien_orange-desactive:hover {
	color: #E66200;
	text-decoration: none;
}
.descriptif {
	color: #666666;
}
.article_chapo {
	font-style: italic;
	color: #333333;
}
.article_titre {
	font-size: 30px;
	color: #003399;
}



.liens_bandeaux:link {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.liens_bandeaux:hover {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.liens_bandeaux:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}


/* Plan du site */
#plan {
	
	}
#plan ul { 
	list-style-type: none; 
	padding: 0; 
	margin: 0; 
	color: #666666;
	}
#plan ul ul li { 
	background: url(imgvr/plan-puce.gif) no-repeat; 
	margin: 0; 
	padding: 6px 0 0 36px; 
	}
#plan ul ul li.dernier { 
	background-image: url(imgvr/plan-dernier.gif); 
	}
#plan a, #plan li a {
	color: #666;
	}
#plan a:hover, 
#plan li a:hover {
	color: #0066CC;
	}

