/* ************************************** */
/* BASIC */
/* ************************************** */

body{
	color: #000000;
	background-color: #FFFFFF;
}

h1, h2, h3, h4, h5, h6{
	color: #b5ae9e;	
}

/*Affichage specifique pour les navigateurs de nouvelle generation */
@media screen{

/* ************************************** */
/* GENERAL */
/* ************************************** */


* {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;	
}

html{
	font-size: 100%;
}

body{
	text-align: center;
	margin: 0;
	background-color: #e5eaeb;	
}

a{
	text-decoration: none;
	color: #FF6633;	
}

a:hover {
	text-decoration: underline;
	  
}

a:focus { /* etat "focus" important pour accessibilite web et navigation au clavier */	
	background-color : #CCCCCC !important;
	color : #fff !important;
	text-decoration : none !important;
}

h1{
	
}

h2{
	font-size: 1.9em;
	font-family: Arial, Helvetica, sans-serif;
}

hr{
	display: none;
}

li{
	list-style-type: none;	
}

img{
	border: none;
}

fieldset{
	border: none;	
}

input{
	color: #26415D;	
}

input,
select{
	border: 1px solid #999999;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size : 1em;
	padding: 1px;
	background-color: #FFFFFF;
	margin-bottom: 10px;
}

legend{
	display: none;
}

.date{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	color: #999999;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 10px;
}

.datepubli{
	color: #999999;
	font-size : 0.88em;
}

.frequence{
	display: none;
}

.invisible{
	display: none;
}

.lienInfoPlus{
	margin-top: 10px;
}

.spacer{
	clear: both;
	font-size: 1px;
}

.top{
	background-image: url(fleche-haut.gif);
	background-repeat: no-repeat;
	background-position: 10px 5px;
	padding-left: 22px;
	margin-top: 40px;
	margin-bottom: 20px;
	padding-right: 10px;
	clear: both;
}

/* ************************************** */
/* GLOBAL */
/* ************************************** */

#global{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size : 0.75em;
	color: #403f3d;	
	width : 999px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 500px;	
}

/* ************************************** */
/* ENTETE */
/* ************************************** */

#entete{
	color: #999999;
	width: 775px;
	font-size : 0.88em;
}

#entete a{
	color: #999999;
}

#entete .spacer{
	height: 1px;
}

#enteteAccessibilite{
	float: left;
}

#enteteAccessibilite li{
	display: inline;	
}

#enteteLangues{
	float: right;
}

#enteteLangues li{
	display: inline;
	text-transform: uppercase;
}


/* ************************************** */
/* BANDEAU */
/* ************************************** */


#bandeau{
	background-color : #c1c4b3;
	background-image: url(bandeau.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 147px;
}

#bandeau h1{
	float: left;
}

#bandeau h1 a{
	height: 145px;
	width: 360px;
	display: block;
}

#bandeauRaccourcis{
	padding-left: 565px;
	padding-top: 10px;	
}

#bandeauRaccourcis li{
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 11px;
	padding-right: 5px;
	background-image: url(fleche-blanche.gif);
}

#bandeauRaccourcis li a{
	color: #FFFFFF;	
}

#bandeauRechercher{
	margin-left: 565px;
	/*margin-top: 107px;*/
	padding-top: 10px;
	width: 209px;	
}

#bandeauRechercher fieldset{
	border: none;
	background-image: url(fond-recherche.gif);
	background-repeat: no-repeat;
	height: 20px;
	background-position: 0px 0px;
	width: 165px;	
}

#bandeauRechercher input{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size : 1em;
	border: none;
	margin-top: 0px;
	padding: 0px;
	height: 16px;
	margin-top: 1px;		
}

#bandeauRechercher input.valider{
	margin-left: 6px;
	width: 22px;
}

#bandeauRechercher input.recherche{	
	margin-left: 5px;
	width: 125px;
}

#bandeauRechercher label{
	display: none;
}


/* ************************************** */
/* PAGE 
/* ************************************** */

#page{
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #c1c4b3;
	border-left-color: #c1c4b3;
	background-image: url(fond-contenu.gif);
	background-repeat: repeat-y;
	clear: left;
	background-position: 0px 0px;
	min-height: 600px;
}


/* ************************************** */
/* MENU 
/* ************************************** */

#pageMenu{	
	width: 223px;
	float:left;
	margin-top:35px;	
	margin-bottom: 35px;
}

#pageMenu a{
	color:#FFFFFF;
}

#pageMenu ul{		
	color:#FFFFFF;
}

#pageMenu ul li{
	background-image: url(pointilles-blanc.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding: 0px;
	background-color:#B5AE9E;			
}

#pageMenu ul li a{
	display: block;
	height: auto;
	padding-top: 5px;
	padding-right: 27px;
	padding-bottom: 5px;
	padding-left: 10px;
	/*text-transform: uppercase;*/
	font-size : 0.9em;
	text-decoration:none;
	background-image:url(fleche-blanche-marge-droite.gif);
	background-repeat:no-repeat;
	background-position:right;	
}

#pageMenu ul li a:hover{
	background-color: #ecebe7;
	color: #403f3d;
	background-image:url(fleche-marron-marge-droite.gif);
}

#pageMenu ul li a:focus { 	
	background-color: #ecebe7 !important;
	color: #403f3d !important;
	background-image:url(fleche-marron-marge-droite.gif) !important;	
}

#pageMenu ul li a.on{
	background-image:url(fleche-blanche-marge-bas.gif);	
	color: #403f3d;
	background-color: #c8c2b6;
}

#pageMenu ul li a.on:hover{
	color: #403f3d;
	background-color: #c8c2b6;
}

#pageMenu ul li ul{
	display: none;
}

#pageMenu ul li ul.on{
	display: block;
	background-image: url(pointilles-blanc.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

#pageMenu ul li ul.on li{
	background-color: #dad7cf;
	background-image: url(pointilles-blanc.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding: 0px;			
}

#pageMenu ul li ul.on a{	
	color: #403f3d;
	background-image:url(fleche-marron-marge-droite.gif);
	/*text-transform: lowercase;*/
}

#pageMenu ul li ul.on a:first-letter{
	/*text-transform: uppercase;*/	
}

#pageMenu ul li ul.on a{	
	color: #403f3d;
	background-image:url(fleche-marron-marge-droite.gif);
	/*text-transform: lowercase;*/
}

#pageMenuCoordonnees{
	padding-top: 35px;
	padding-right: 10px;
	padding-left: 10px;
	color: #999999;
}

#pageMenuCoordonnees a{
	color: #999999;
}

#pageMenuCoordonnees img{
	/*margin-top:20px;*/
}


/* ************************************** */
/* CONTENU 
/* ************************************** */

#pageContenu{
	width: 552px;
	float:left;

}

#pageContenuNav{
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	font-size : 0.88em;
	height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B5AE9E;
	
}

#pageContenuNav em{
	font-style: normal;
	color: #999999;	
}

#pageContenuTitre{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B5AE9E;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#pageContenuTitre h2{
	font-size: 2em;
	font-family: Arial, Helvetica, sans-serif;	
}

#pageContenuTitre h2:first-letter{
	text-transform: uppercase;	
}

#pageContenuTitreSoustitre strong{
	font-size: 1.2em;
	font-weight: normal;
	color: #999999;
}

#pageContenuTitreSurtitre{
	margin-bottom: 10px;
}

#pageContenuTitreSurtitre strong{
	font-weight: normal;
	color: #999999;
}

#pageContenuTexte{
	margin-top: 30px;
	padding-right: 10px;
	padding-left: 10px;	
}	

#pageContenuTexteDateMaj{
	padding-top: 30px;
	padding-right: 10px;
	padding-left: 10px;
	font-size : 0.88em;
	color: #999999;
	clear: left;
	text-align: right;
}

#pageContenuTexteLiensRubriques{
	margin-top: 20px;
}

#pageContenuTexteLiensRubriques li{
	background-image: url(point.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	padding-left: 15px;
}

#pageContenuTextePlan h3{
	font-size : 1.2em;
	background-image: url(carre-fleche-marron.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 16px;
	padding-bottom: 5px;	
	margin-top: 20px;
	margin-bottom: 10px;
}

#pageContenuTextePlan h3 a{
	color: #999999;
}

#pageContenuTextePlan li ul{
	padding-left: 15px;
	background-image: url(pointilles.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

#pageContenuTextePlan li ul li{
	background-image: url(pointilles.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

#pageContenuTextePlan li ul li a{
	background-image: url(point.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	padding-left: 15px;
}

#pageContenuTexteResultats h3{
	font-size : 1em;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
}

#pageContenuTexteTags{
	margin-bottom: 20px;
	background-image: url(tags.gif);
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: 0px 4px;
	font-size : 0.88em;
	text-align: justify;
	color: #999;
}

#pageContenuTexteUne h3{
	font-size : 1.2em;
	background-image: url(carre-fleche-marron.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 16px;
	padding-bottom: 5px;	
	margin-top: 30px;
	margin-bottom: 10px;
}

#pageContenuTexteUne h4{
	font-size : 1em;	
	color: #999999;
}

#pageContenuTexteUne li{
	background-image: url(pointilles.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: justify;
}

#pageContenuTexteVideo h3{
	font-size : 1.2em;
	background-image: url(carre-fleche-marron.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 16px;
	padding-bottom: 5px;	
	margin-top: 30px;
	margin-bottom: 10px;	
}

#pageContenuTexteVideo .texteSpip{
	background-image: url(pointilles.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 10px;	
}

#pageContenuTextePartenaires h3{
	font-size : 1.2em;
	background-image: url(carre-fleche-marron.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 16px;
	padding-bottom: 5px;	
	margin-top: 30px;
	margin-bottom: 10px;	
}

#pageContenuTextePartenaires img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}

#pageContenuTextePartenaires .texteSpip{
	background-image: url(pointilles.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 10px;	
}



/* ************************************** */
/* CONTENU INCITATIF 
/* ************************************** */

#pageIncitatif{
	width: 222px;
	float:left;	
	padding-bottom: 30px;
	margin-top: 5px;	
}

#pageIncitatif h3{
	margin-top: 30px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #B5AE9E;
	font-size: 1em;
	padding-top: 5px;
	padding-right: 27px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#pageIncitatif p{
	padding-right: 10px;
	padding-left: 10px;
}

#pageIncitatif ul{
	padding-right: 10px;
	padding-left: 10px;
}

#pageIncitatif ul p{
	padding-right: 0px;
	padding-left: 0px;
}

#pageIncitatif .nuage li{
	display: inline;	
}

#pageIncitatif ul.nuage a.nuage0  { font-size: 0.85em; }
#pageIncitatif ul.nuage a.nuage1  { font-size: 0.9em; }
#pageIncitatif ul.nuage a.nuage2  { font-size: 1em; }
#pageIncitatif ul.nuage a.nuage3  { font-size: 1.05em; }
#pageIncitatif ul.nuage a.nuage4  { font-size: 1.1em; }
#pageIncitatif ul.nuage a.nuage5  { font-size: 1.15em; }
#pageIncitatif ul.nuage a.nuage6  { font-size: 1.2em; }
#pageIncitatif ul.nuage a.nuage7  { font-size: 1.25em; }
#pageIncitatif ul.nuage a.nuage8  { font-size: 1.3em; }
#pageIncitatif ul.nuage a.nuage9  { font-size: 1.35em; }
#pageIncitatif ul.nuage a.nuage10 { font-size: 1.4em; }

#pageIncitatifDiaporama{
	text-align: center;
	margin-top: 30px;
}

#pageIncitatifReseaux li{
	display: inline-block;
	margin-right: 3px;
}

#pageIncitatifRss{
	margin-top: 30px;
}

#pageIncitatifRss img{
	margin-right: 5px;
}



/* ************************************** */
/* PIED 
/* ************************************** */

#pied{
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-image: url(pied.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	font-size : 0.88em;
}

#pied a{
	color: #FFFFFF;
}

#site{
	color: #999999;
	font-size : 0.88em;
	text-align: center;
	padding-top: 10px;
}

#site a{
	color: #999999;	
}

#site li{
	display: inline;
}



/* ************************************** */
/* SPIP 
/* ************************************** */

.texteSpip{
	text-align: justify;
}

.texteSpip p{
	margin-bottom: 10px;
	text-align: justify;	
}

.texteSpip h3{
	font-size : 1.2em;
	background-image: url(carre-fleche-marron.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 16px;
	padding-bottom: 5px;	
	margin-top: 20px;
	margin-bottom: 10px;
}

.texteSpip form{
	margin-top: 30px;
	clear: both;
}

.texteSpip form textarea,
.texteSpip form select{
	display: block;
}

.texteSpip form .spip_bouton input{
	color: #FFFFFF;
	background-color: #FF6633;
	border-top-color: #FF6633;
	border-right-color: #FF6633;
	border-bottom-color: #FF6633;
	border-left-color: #FF6633;
	margin-top: 20px;
}

.texteSpip form .spip_form_champ{
	margin-bottom: 15px;
}

.texteSpip form .spip_form_champ .spip_form_label_details{
	color: #999999;
	display: none;
}

.texteSpip form .spip_form_champ .spip_form_label_obligatoire{
	color: #999999;
	font-size: 0.88em;
}

.texteSpip form .spip_form_champ .formInfo{
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}

.texteSpip form .spip_form_champ input.ligne,
.texteSpip form .spip_form_champ input.date,
.texteSpip form .spip_form_champ input.num,
.texteSpip form .spip_form_champ input.monnaie,
.texteSpip form .spip_form_champ input.email,
.texteSpip form .spip_form_champ input.url,
.texteSpip form .spip_form_champ input.fichier,
.texteSpip form .spip_form_champ input.password,
.texteSpip form .spip_form_champ input.code_postal,
.texteSpip form .spip_form_champ input.heure,
.texteSpip form .spip_form_champ input.telephone{
	display: block;
}

.texteSpip form ul.spip_form_choix_multiple{
	margin-bottom: 0px;	
}

.texteSpip form .spip_form_choix_multiple li{
	background-image: none;	
	padding-left: 0px;
	margin-left: 8px;
}

.texteSpip form .spip_form_choix_unique{
	margin-top: 5px;
}

.texteSpip form .spip_form_choix_unique li{
	background-image: none;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.texteSpip .erreur{
	font-weight: bold;
	color: #FF0000;
	background-color: #FFCCCC;
	display: block;
	padding: 5px;
}

.spip_form_ok{
	font-weight: bold;
	color: #66CC33;
	background-color: #d7f4c9;
	display: block;
	padding: 5px;
}

.texteSpip hr{
	display:block;
	margin-top: 20px;
	margin-bottom: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}

.texteSpip table{
	margin-bottom: 10px;
	width: 100%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	font-size: 1em;
	border-collapse: collapse;
}

.texteSpip tr{
	margin: 0px;
	padding: 0px;
	font-size: 1em;	
}

.texteSpip td{
	border: 1px solid #CCCCCC;
	margin: 0px;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	font-size: 1em;
}

.texteSpip ul{
	margin-bottom: 10px;
}

.texteSpip li{
	background-image: url(point.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	padding-left: 15px;
	margin-bottom: 10px;
}

.texteSpip li p{
	margin-bottom: 0px;
}

.texteSpip li ul{
	margin-bottom: 0px;
}

.texteSpip ol{
	margin-bottom: 10px;
	margin-left: 25px;
}

.texteSpip ol li{
	background-image: none;
	padding-left: 0px;
	list-style-type: decimal;
}

.texteSpip ol li ol{
	margin-bottom: 0px;	
}

.texteSpip .video{
	margin-bottom: 20px;
	margin-top: 20px;	
}

.texteSpip .spip_barre{
	display: none;
}

.texteSpip .spip_descriptif{
	font-weight: bold;
	margin-bottom: 10px;
	background-image: url(pointilles.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 10px;
	clear: both;
}

.texteSpip .spip_documents_left img,
.texteSpip .spip_documents_center img,
.texteSpip .spip_documents_right img{
	border: 1px solid #A49C87;
	margin-bottom: 5px;
}

.texteSpip .spip_documents_left{
	padding-right: 20px;
	padding-bottom: 10px;
	color: #999999;	
}

.texteSpip .spip_documents_left p{
	margin-bottom: 0px;
	text-align: right;	
}

.texteSpip .spip_documents_center{
	text-align: center;
	color: #999999;
	padding-bottom: 10px;
}

.texteSpip .spip_documents_center p{
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	text-align: center;	
}

.texteSpip .spip_documents_right{	
	padding-left: 20px;
	color: #999999;
	padding-bottom: 10px;
}

.texteSpip .spip_documents_right p{
	margin-bottom: 0px;
	text-align: left;	
}

.texteSpip .spip_note{
	margin-right: 2px;
	margin-left: 2px;	
}

.texteSpipChapo{
	font-weight: bold;
	margin-bottom: 10px;
	text-align: justify;
}

.texteSpipGalerie{
	margin-top: 20px;
}

.texteSpipGalerie li{
	margin-bottom: 10px;
	margin-right: 7px;
	width: 162px;
	float: left;
	height: 230px;
	margin-left: 7px;
	background-color: #efede9;	
}

.texteSpipGalerie .photo{
	background-color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	height: 160px;
	width: 160px;
	border: 1px solid #efede9;
}

.texteSpipGalerie .photo img{
	margin-right: auto;
	margin-left: auto;
	margin-top: auto;
	margin-bottom: auto;
}

.texteSpipGalerie li .zoom{
	background-image: url(puce_loupe.gif);
	background-repeat: no-repeat;
	display: block;
	height: 9px;
	width: 20px;
	margin-bottom: 2px;
	margin-top: 5px;
	background-position: 5px 0px;
}

.texteSpipGalerie li img{
	
}

.texteSpipGalerie li p{
	padding-right: 5px;
	padding-left: 5px;	
}

.texteSpipNotes h3{
	font-size: 1em;
	font-weight: bold;
	color: #403f3d;
	background-image: url(pointilles.gif);
	background-repeat: repeat-x;
	margin-top: 20px;
	padding-top: 10px;
	margin-bottom: 10px;
}

.texteSpipNotes p{
	text-align: justify;
}

.texteSpipNotes .spip_note{
	margin-right: 2px;
	margin-left: 2px;	
}

.texteSpipPost,
.texteSpipURL,
.texteSpipTelecharger{
	background-color: #D8DACF;
	margin-top: 30px;	
	background-image: url(coin-hautgauche.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.texteSpipPostDeco,
.texteSpipURLDeco,
.texteSpipTelechargerDeco{
	background-image: url(coin-basdroit.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.texteSpipPostDeco h3,
.texteSpipURLDeco h3,
.texteSpipTelechargerDeco h3{
	font-size: 1.2em;
	font-weight: bold;
	color: #FFFFFF;	
	border-bottom-width: 1px;	
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	background-image: url(coin-hautdroit.gif);
	background-repeat: no-repeat;
	background-position: right top;
	text-align: left;	
}

.texteSpipPostContenu,
.texteSpipURLContenu,
.texteSpipTelechargerContenu{
	padding: 10px;
	background-image: url(coin-basgauche.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	text-align: justify;
}

.texteSpipTelecharger li{
	margin-bottom: 5px;	
}

.texteSpipTelechargerIcone{
	float: left;
	margin-right: 5px;
}

.texteSpipTelechargerDescriptif{
	float: left;
	width: 450px;
}






}