@charset "windows-1252";

/*
1 vert claire #52ae25;
2 orange #FF7F00;
3 vert fonce #BDBF19;
4 gris #777777;
5 gris clair #333333;
6 noir #000000;
7 rouge #d90000;
8 bleu #67c6dd;
*/

body  {
	font: 100% Arial, Helvetica, Verdana, sans-serif;
	margin: 10px 0; /* il est conseillé de mettre à zéro la marge et le remplissage de l'élément body, pour tenir compte des différentes valeurs par défaut des navigateurs */
	padding: 0;
	text-align: center; /* ce paramétrage centre le conteneur dans les navigateurs IE 5.x. Le texte est ensuite aligné à gauche (valeur par défaut) dans le sélecteur #container */
	color: #000000;
}

h1, h2, h3 {
	color:#333333;
	margin: 20px 0 5px 0;
	padding: 0;
}

h1 {
	font: 250% Arial, Helvetica, Verdana, sans-serif;
	font-weight:normal;
}

h2 {
	font: 150% Arial, Helvetica, Verdana, sans-serif;
	font-weight:normal;
}

h3 {
	font: 115% Arial, Helvetica, Verdana, sans-serif;
	font-weight:bold;
}

#contenu1 h3 {
	border-left: solid 5px #52ae25;
	padding:0 0 0 5px;
}

#contenu2 h3 {
	border-left: solid 5px #FF7F00;
	padding:0 0 0 5px;
}

#contenu3 h3 {
	border-left: solid 5px #BDBF19;
	padding:0 0 0 5px;
}

#contenu4 h3 {
	border-left: solid 5px #777777;
	padding:0 0 0 5px;
}

#contenu5 h3 {
	border-left: solid 5px #333333;
	padding:0 0 0 5px;
}

#contenu6 h3 {
	border-left: solid 5px #000000;
	padding:0 0 0 5px;
}

#contenu7 h3 {
	border-left: solid 5px #d90000;
	padding:0 0 0 5px;
}

#contenu8 h3 {
	border-left: solid 5px #67c6dd;
	padding:0 0 0 5px;
}
	
a:link    { text-decoration: none; color: #333333; }
a:visited { text-decoration: none; color: #333333; }
a:hover   { text-decoration: underline; color: #333333; }
a:active  { text-decoration: none; color: #333333; }

.orange { background-color:#FF7F00; }
.vert-clair { background-color:#BEBF19; }
.vert-fonce { background-color:#52AE25;}
.bleu { background-color:#67C6DD;}

.twoColFixLtHdr, #twoColFixLtHdr4, #twoColFixLtHdr5, #twoColFixLtHdr6, #twoColFixLtHdr7 {
	background: #FFFFFF url(IMG/fond_gris.gif) center top no-repeat fixed ;
}
.twoColFixLtHdr1 {
	background: #FFFFFF url(IMG/fond_vert_clair.gif) center top no-repeat fixed;
}
.twoColFixLtHdr2 {
	background: #FFFFFF url(IMG/fond_orange.gif) center top no-repeat fixed;
}
.twoColFixLtHdr3 {
	background: #FFFFFF url(IMG/fond_vert.gif) center top no-repeat fixed;
}
.twoColFixLtHdr8 {
	background: #FFFFFF url(IMG/fond_bleu.gif) center top no-repeat fixed;
}

a.spip_in { background-color: #e7e7e7; text-decoration: none; }
a.spip_in:link { background-color: #e7e7e7; text-decoration:none; }
a.spip_in:hover { background-color: #e7e7e7; text-decoration:underline; }
a.spip_in:active { background-color: #e7e7e7; text-decoration:underline; }
a.spip_in:visited { background-color: #e7e7e7; }

#container a.spip_out, #container a.spip_out:link, #container a.spip_out:hover, #container a.spip_out:active, #container a.spip_out:visited, #container1 a.spip_out, #container1 a.spip_out:link, #container1 a.spip_out:hover, #container1 a.spip_out:active, #container1 a.spip_out:visited, #container2 a.spip_out, #container2 a.spip_out:link, #container2 a.spip_out:hover, #container2 a.spip_out:active, #container2 a.spip_out:visited, #container3 a.spip_out, #container3 a.spip_out:link, #container3 a.spip_out:hover, #container3 a.spip_out:active, #container3 a.spip_out:visited, #container4 a.spip_out, #container4 a.spip_out:link, #container4 a.spip_out:hover, #container4 a.spip_out:active, #container4 a.spip_out:visited, #container5 a.spip_out, #container5 a.spip_out:link, #container5 a.spip_out:hover, #container5 a.spip_out:active, #container5 a.spip_out:visited, #container6 a.spip_out, #container6 a.spip_out:link, #container6 a.spip_out:hover, #container6 a.spip_out:active, #container6 a.spip_out:visited, #container7 a.spip_out, #container7 a.spip_out:link, #container7 a.spip_out:hover, #container7 a.spip_out:active, #container7 a.spip_out:visited, #container8 a.spip_out, #container8 a.spip_out:link, #container8 a.spip_out:hover, #container8 a.spip_out:active, #container8 a.spip_out:visited {
color: #ffffff; padding:0 .2em; }

#container a.spip_out { background-color: #777777; text-decoration: none; }
#container a.spip_out:link { background-color: #777777; text-decoration:none; }
#container a.spip_out:hover { background-color: #777777; text-decoration:underline; }
#container a.spip_out:active { background-color: #777777; text-decoration:underline; }
#container a.spip_out:visited { background-color: #777777; }

#container1 a.spip_out { background-color: #52ae25; text-decoration: none; }
#container1 a.spip_out:link { background-color: #52ae25; text-decoration:none; }
#container1 a.spip_out:hover { background-color: #52ae25; text-decoration:underline; }
#container1 a.spip_out:active { background-color: #52ae25; text-decoration:underline; }
#container1 a.spip_out:visited { background-color: #52ae25; }

#container2 a.spip_out { background-color: #FF7F00; text-decoration: none; }
#container2 a.spip_out:link { background-color: #FF7F00; text-decoration:none; }
#container2 a.spip_out:hover { background-color: #FF7F00; text-decoration:underline; }
#container2 a.spip_out:active { background-color: #FF7F00; text-decoration:underline; }
#container2 a.spip_out:visited { background-color: #FF7F00; }

#container3 a.spip_out { background-color: #BDBF19; text-decoration: none; }
#container3 a.spip_out:link { background-color: #BDBF19; text-decoration:none; }
#container3 a.spip_out:hover { background-color: #BDBF19; text-decoration:underline; }
#container3 a.spip_out:active { background-color: #BDBF19; text-decoration:underline; }
#container3 a.spip_out:visited { background-color: #BDBF19; }

#container4 a.spip_out { background-color: #777777; text-decoration: none; }
#container4 a.spip_out:link { background-color: #777777; text-decoration:none; }
#container4 a.spip_out:hover { background-color: #777777; text-decoration:underline; }
#container4 a.spip_out:active { background-color: #777777; text-decoration:underline; }
#container4 a.spip_out:visited { background-color: #777777; }

#container5 a.spip_out { background-color: #333333; text-decoration: none; }
#container5 a.spip_out:link { background-color: #333333; text-decoration:none; }
#container5 a.spip_out:hover { background-color: #333333; text-decoration:underline; }
#container5 a.spip_out:active { background-color: #333333; text-decoration:underline; }
#container5 a.spip_out:visited { background-color: #333333; }

#container6 a.spip_out { background-color: #000000; text-decoration: none; }
#container6 a.spip_out:link { background-color: #000000; text-decoration:none; }
#container6 a.spip_out:hover { background-color: #000000; text-decoration:underline; }
#container6 a.spip_out:active { background-color: #000000; text-decoration:underline; }
#container6 a.spip_out:visited { background-color: #000000; }

#container7 a.spip_out { background-color: #d90000; text-decoration: none; }
#container7 a.spip_out:link { background-color: #d90000; text-decoration:none; }
#container7 a.spip_out:hover { background-color: #d90000; text-decoration:underline; }
#container7 a.spip_out:active { background-color: #d90000; text-decoration:underline; }
#container7 a.spip_out:visited { background-color: #d90000; }

#container8 a.spip_out { background-color: #67c6dd; text-decoration: none; }
#container8 a.spip_out:link { background-color: #67c6dd; text-decoration:none; }
#container8 a.spip_out:hover { background-color: #67c6dd; text-decoration:underline; }
#container8 a.spip_out:active { background-color: #67c6dd; text-decoration:underline; }
#container8 a.spip_out:visited { background-color: #67c6dd; }

.spip_documents {
}

img {
	border: none;
}

#accueil img {
	border: none;
	margin-bottom:-8px;
}

.twoColFixLtHdr #container, .twoColFixLtHdr #container0, .twoColFixLtHdr #container1, .twoColFixLtHdr #container2, .twoColFixLtHdr #container3, .twoColFixLtHdr #container4, .twoColFixLtHdr #container5, .twoColFixLtHdr #container6, .twoColFixLtHdr #container7, .twoColFixLtHdr #container8,
.twoColFixLtHdr1 #container, .twoColFixLtHdr1 #container0, .twoColFixLtHdr1 #container1, .twoColFixLtHdr1 #container2, .twoColFixLtHdr1 #container3, .twoColFixLtHdr1 #container4, .twoColFixLtHdr1 #container5, .twoColFixLtHdr1 #container6, .twoColFixLtHdr1 #container7, .twoColFixLtHdr1 #container8, .twoColFixLtHdr2 #container, .twoColFixLtHdr2 #container0, .twoColFixLtHdr2 #container1, .twoColFixLtHdr2 #container2, .twoColFixLtHdr2 #container3, .twoColFixLtHdr2 #container4, .twoColFixLtHdr2 #container5, .twoColFixLtHdr2 #container6, .twoColFixLtHdr2 #container7, .twoColFixLtHdr2 #container8, .twoColFixLtHdr3 #container, .twoColFixLtHdr3 #container0, .twoColFixLtHdr3 #container1, .twoColFixLtHdr3 #container2, .twoColFixLtHdr3 #container3, .twoColFixLtHdr3 #container4, .twoColFixLtHdr3 #container5, .twoColFixLtHdr3 #container6, .twoColFixLtHdr3 #container7, .twoColFixLtHdr3 #container8, .twoColFixLtHdr4 #container, .twoColFixLtHdr4 #container0, .twoColFixLtHdr4 #container1, .twoColFixLtHdr4 #container2, .twoColFixLtHdr4 #container3, .twoColFixLtHdr4 #container4, .twoColFixLtHdr4 #container5, .twoColFixLtHdr4 #container6, .twoColFixLtHdr4 #container7, .twoColFixLtHdr4 #container8, .twoColFixLtHdr5 #container, .twoColFixLtHdr5 #container0, .twoColFixLtHdr5 #container1, .twoColFixLtHdr5 #container2, .twoColFixLtHdr5 #container3, .twoColFixLtHdr5 #container4, .twoColFixLtHdr5 #container5, .twoColFixLtHdr5 #container6, .twoColFixLtHdr5 #container7, .twoColFixLtHdr5 #container8, .twoColFixLtHdr6 #container, .twoColFixLtHdr6 #container0, .twoColFixLtHdr6 #container1, .twoColFixLtHdr6 #container2, .twoColFixLtHdr6 #container3, .twoColFixLtHdr6 #container4, .twoColFixLtHdr6 #container5, .twoColFixLtHdr6 #container6, .twoColFixLtHdr6 #container7, .twoColFixLtHdr6 #container8, .twoColFixLtHdr7 #container, .twoColFixLtHdr7 #container0, .twoColFixLtHdr7 #container1, .twoColFixLtHdr7 #container2, .twoColFixLtHdr7 #container3, .twoColFixLtHdr7 #container4, .twoColFixLtHdr7 #container5, .twoColFixLtHdr7 #container6, .twoColFixLtHdr7 #container7, .twoColFixLtHdr7 #container8, .twoColFixLtHdr8 #container, .twoColFixLtHdr8 #container0, .twoColFixLtHdr8 #container1, .twoColFixLtHdr8 #container2, .twoColFixLtHdr8 #container3, .twoColFixLtHdr8 #container4, .twoColFixLtHdr8 #container5, .twoColFixLtHdr8 #container6, .twoColFixLtHdr8 #container7, .twoColFixLtHdr8 #container8 { 
    width: 966px;  /* paramétrage de la largeur à 20 pixels de moins que le plein écran (800 pixels) pour tenir compte de l'habillage du navigateur et éviter l'apparition d'un ascenseur horizontal */
    margin: 0 auto; /* les marges automatiques (et dotées d'une largeur positive) centrent la page */
    border: none;
    text-align: left; /* ce paramétrage annule le paramètre text-align: center de l'élément body. */
} 

.twoColFixLtHdr #header, .twoColFixLtHdr1 #header, .twoColFixLtHdr2 #header, .twoColFixLtHdr3 #header, .twoColFixLtHdr4 #header, .twoColFixLtHdr5 #header, .twoColFixLtHdr6 #header, .twoColFixLtHdr7 #header, .twoColFixLtHdr8 #header { 
   	padding: 0px;  /* ce remplissage correspond à l'alignement à gauche des éléments des div qui apparaissent en dessous. Si, au lieu de texte, c'est une image qui est insérée dans l'élément #header, il est conseillé de supprimer le remplissage. */
} 

.twoColFixLtHdr #header h1, .twoColFixLtHdr1 #header h1, .twoColFixLtHdr2 #header h1, .twoColFixLtHdr3 #header h1, .twoColFixLtHdr4 #header h1, .twoColFixLtHdr5 #header h1, .twoColFixLtHdr6 #header h1, .twoColFixLtHdr7 #header h1, .twoColFixLtHdr8 #header h1 {
	margin: 0; /* la mise à zéro de la marge du dernier élément du div #header permet d'éviter une disparition de la marge (espace inexplicable entre les éléments div). Si l'élément div est entouré d'une bordure, cette précaution n'est pas nécessaire, car la bordure évite également la disparition de la marge */
    padding: 0; /* l'utilisation de remplissage, au lieu d'une marge, permet d'éloigner l'élément des bords de l'élément div */
}

.twoColFixLtHdr #sidebar1, .twoColFixLtHdr1 #sidebar1, .twoColFixLtHdr2 #sidebar1, .twoColFixLtHdr3 #sidebar1, .twoColFixLtHdr4 #sidebar1, .twoColFixLtHdr5 #sidebar1, .twoColFixLtHdr6 #sidebar1, .twoColFixLtHdr7 #sidebar1, .twoColFixLtHdr8 #sidebar1 {
  	float: left; /* cet élément est flottant, il faut donc lui attribuer une largeur */
    width: 200px; /* Dans les navigateurs conformes au standard et dans Internet Explorer en mode standard, la largeur réelle de cet élément div est composée de la largeur plus le remplissage et la bordure */
    padding: 10px;
	margin: 15px 0;
}

#hierarchie {
	font: 60% Arial, Helvetica, Verdana, sans-serif;
	border:none;
}
		
#sidebar1 a:link    { text-decoration: none; color: #BEBF19; font-weight: bold; }
#sidebar1 a:visited { text-decoration: none; color: #BEBF19; font-weight: bold; }
#sidebar1 a:hover   { text-decoration: underline; color: #BEBF19; font-weight: bolder; }
#sidebar1 a:active  { text-decoration: none; color: #666666; }

#sidebar1 li a:link    { text-decoration: none; color: #666666; font-weight: normal; }
#sidebar1 li a:visited { text-decoration: none; color: #666666; font-weight: normal; }
#sidebar1 li a:hover   { text-decoration: underline; color: #666666; font-weight: normal; }
#sidebar1 li a:active  { text-decoration: none; color: #666666; }
	
#sidebar1>h3 {
	color:#A9C606;
	font-size:100%;
	margin:0;
	padding:0;
}
	
#sidebar1>p, #sidebar1>ul {
	color:#666666;
	font-size:85%;
	margin:0;
	padding: 5px 5px 15px 15px;
}

.twoColFixLtHdr #mainContent, .twoColFixLtHdr1 #mainContent, .twoColFixLtHdr2 #mainContent, .twoColFixLtHdr3 #mainContent, .twoColFixLtHdr4 #mainContent, .twoColFixLtHdr5 #mainContent, .twoColFixLtHdr6 #mainContent, .twoColFixLtHdr7 #mainContent, .twoColFixLtHdr8 #mainContent { 
	margin: 15px 0 0 250px; /* La marge gauche de cet élément div crée la colonne qui s'étend sur le côté gauche de la page - quel que soit le contenu de l'élément div sidebar1, l'espace de cette colonne reste intact. Vous pouvez supprimer cette marge si vous souhaitez que le texte de l'élément div #mainContent remplisse l'espace de l'élément #sidebar1 lorsque le contenu de ce dernier se termine. */
    padding: 0 20px; /* ne pas oublier que le remplissage est l'espace à l'intérieur du cadre de l'élément div, alors que la marge est l'espace à l'extérieur de celui-ci */
} 

#accueil a:link    { text-decoration: none; color: #ffffff; }
#accueil a:visited { text-decoration: none; color: #ffffff; }
#accueil a:hover   { text-decoration: underline; color: #ffffff; }
#accueil a:active  { text-decoration: none; color: #ffffff; }

.accueil { font: 200% "Times New Roman", Times, serif; font-weight:normal; }

.twoColFixLtHdr #footer, .twoColFixLtHdr1 #footer, .twoColFixLtHdr2 #footer, .twoColFixLtHdr3 #footer, .twoColFixLtHdr4 #footer, .twoColFixLtHdr5 #footer, .twoColFixLtHdr6 #footer, .twoColFixLtHdr7 #footer, .twoColFixLtHdr8 #footer { 
	font-size:75%;
	width: 966px;
	margin: 0 auto;
    padding: 0; /* ce remplissage correspond à l'alignement à gauche des éléments des div qui apparaissent au-dessus. */
	border: 2px #BEBF19 solid;
} 

.fltrt { /* cette classe permet de rendre flottant le côté droit d'un élément dans la page. L'élément flottant doit précéder l'élément à côté duquel il doit se trouver dans la page. */
   float: right;
    margin-left: 8px;
}

.fltlft { /* cette classe permet de rendre flottant le côté gauche d'un élément dans la page */
    float: left;
    margin-right: 8px;
}

.clearfloat { /* cette classe doit être placée pour un élément div ou break et doit être l'élément final avant la balise de fin d'un conteneur qui doit contenir entièrement un élément flottant */
    clear:both;
    height:0;
	font-size: 1px;
    line-height: 0px;
}

.nettoyeur { clear: both; margin: 0; padding: 0; border: none; height: 0; line-height: 1px; font-size: 1px; }


/* Navigation */

#nav1, #nav2, #nav3, #nav4, #nav5, #nav6, #nav7, #nav8 {
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size: 70%;
font-weight:normal !important;
}

#nav1 {
border-left: solid 5px #52ae25;
}

#nav2 {
border-left: solid 5px #FF7F00;
}

#nav3 {
border-left: solid 5px #BDBF19;
}

#nav4 {
border-left: solid 5px #777777;
}

#nav5 {
border-left: solid 5px #52ae25;
}

#nav6 {
border-left: solid 5px #FF7F00;
}

#nav7 {
border-left: solid 5px #d90000;
}

#nav8 {
border-left: solid 5px #67c6dd;
}

#nav1 a, #nav2 a, #nav3 a, #nav4 a, #nav5 a, #nav6 a, #nav7 a, #nav8 a {
text-decoration:none;
color: #666666 !important;
margin:0 0 0 5px;
padding:0;
}

#nav1 a:hover, #nav2 a:hover, #nav3 a:hover, #nav4 a:hover, #nav5 a:hover, #nav6 a:hover, #nav7 a:hover, #nav8 a:hover {
text-decoration:none;
margin:0;
padding:0;
}

#nav1 a:hover {
color:#FFFFFF !important;
background-color:#52ae25;
}

#nav2 a:hover {
color:#FFFFFF !important;
background-color:#FF7F00;
}

#nav3 a:hover {
color:#FFFFFF !important;
background-color:#BDBF19;
}

#nav4 a:hover {
color:#FFFFFF !important;
background-color:#777777;
}

#nav5 a:hover {
color:#FFFFFF !important;
background-color:#333333;
}

#nav6 a:hover {
color:#FFFFFF !important;
background-color:#000000;
}

#nav7 a:hover {
color:#FFFFFF !important;
background-color:#d90000;
}

#nav8 a:hover {
color:#FFFFFF !important;
background-color:#67c6dd;
}

.nav1, .nav2, .nav3, .nav4, .nav5, .nav6, .nav7, .nav8 {
font-weight:normal;
text-transform:uppercase;
font-stretch:condensed;
margin: 0;
padding: 5px;
}

.titrenav {
color: #ffffff !important;
font: 100% "Times New Roman", Times, serif;
}

.nav1 {
background-color: #52AE25;
}
.nav2 {
background-color: #FF7F00;
}
.nav3 {
background-color: #BDBF19;
}
.nav4 {
background-color: #777777;
}
.nav5 {
background-color: #52AE25;
}
.nav6 {
background-color: #FF7F00;
}
.nav7 {
background-color: #d90000;
}
.nav8 {
background-color: #67c6dd;
}

/*  Mise en forme des textes du contenu
---------------------------------------------- */
.chapo {
	font-size: 90%; 
	margin: 20px 0 10px 0;
	color: #333333;
	font-weight: normal;
	line-height: 1.4em; }

.lien {
	background: #EEE;
	margin: 1em;
	margin-bottom: 1.5em;
	padding: 0.82em;
	border: 1px solid #CCC;
	font-size: 0.82em;
	font-weight: bold; }

.texte { color: #333333; font-size: 80%; }

.ps, .notes {
	margin-top: 1.4em;
	padding-top: 2px;
	border-top: 2px solid #CCC; }
.ps { font-size: 0.82em; }
.notes { clear: both; font-size: 0.77em; }
.ps h2, .notes h2 { font-size: 1.19em; font-weight: bold; }

/*  Portfolio
---------------------------------------------- */
#documents_portfolio {
	clear: both;
	margin-top: 1.4em;
	padding-top: 2px;
	border-top: 2px solid #CCC; }
#documents_portfolio h2 { margin-bottom: 0.4em; font-size: 0.88em; font-weight: bold; }

#document_actif { margin-top: 1em; }

/*  Listes de documents joints (a un article ou une rubrique)
---------------------------------------------- */
#documents_joints {
	margin-top: 1.4em;
	padding-top: 2px;
	border-top: 2px solid #CCC; }
#documents_joints h2 { margin-bottom: 0.4em; font-size: 0.88em; font-weight: bold; }
#documents_joints ul { margin: 0; padding: 0; list-style: none; }
#documents_joints li { margin-bottom: 0.4em; }
#documents_joints li .spip_doc_titre {}
#documents_joints li .spip_doc_titre small { font-weight: normal; }
#documents_joints li .spip_doc_descriptif {}

.bouton_recherche {
	border:0;
	margin:-5px -2px;
	padding:0;
}
.newsletter {
	font: 55% Arial, Helvetica, Verdana, sans-serif;
	margin: 0;
	padding: 0;
	color: #000000;
}
.formulaire_newsletter {
	padding:0;
	margin:0;
	border:none;
}
.vert {
	color:#BDBF19 !important;
}

/* Tableaux */
table.spip {
	margin: auto;
	margin-bottom: 1em;
	border-top: #777777 2px solid;
	border-bottom: #777777 2px solid;
	border-collapse: collapse;
	 }
table.spip caption {
	caption-side: top; /* bottom pas pris en compte par IE */
	text-align: left;
	margin: auto;
	padding: 3px;
	font: 150% Arial, Helvetica, Verdana, sans-serif;
	font-weight:normal;
	border-top: #777777 2px solid;
}
table.spip tr.row_first { color: #ffffff; background: #777777; }
table.spip tr.row_odd { border-top: #777777 1px solid; }
table.spip tr.row_even { border-top: #777777 1px solid; }
table.spip th, table.spip td { padding: 5px 7px; text-align: left; vertical-align: top; }