
HTML {
  height: 100%;
  width: 100%;
  font-size: 80%;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}

BODY{
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	position:relative;
	width: 100%;
	height: 100%;	
	padding: 0;	
	font-size: 1em;	
	color:black;
	background-color:white;
	line-height:1.1;
	background-image: url(/images/fondV2.jpg);
	background-attachment: fixed;	
	}

:root .grid > * > * {
	font-size:1rem;
	}

td{line-height:1.2;
}
p{line-height:1.3;
}
.print{
	display:none;
	}	
@media print { 
	.print
	{
		display: block;
	}

	.noprint
	{
		display: none;
	}
}
.nettoyeur{
clear:both;
}

HEADER{
	width:100%;
	max-width:1024px;
	position: relative;
	margin:0 auto;
}

.centrer{
	position:relative;
	width:100%;
	max-width:1024px;
	margin:0 auto 0 auto;
}

#global {
	width:100%;
	max-width:1024px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}


#filariane
{
	width:100%;
	max-width:1024px;
	position: relative;
	margin:0 auto 20px auto;
}
A.arianne
{
	font-size: 10px;
	color: gray;
	text-decoration:none;
  font-weight:normal;
}
#zone
{
  position:relative;
  float:left; 
  width:68%;
  margin-right:2%;
}
#container
{
	width:100%;
	max-width:1024px;
	position: relative;
	margin:0 auto;
	}
	
#container_colonne
{
  position:relative; 
  float:left;
  width:30%;  
  padding-top:30px;
}

FOOTER
{
	position: relative;
	width: 100%;
	display: block;
	padding: 10px;
	margin:30px 0 20px 0;
	text-align: center;
	color: #5c5c5c;
	font-size: 12px;
	background-image: url(/images/pointilles.png);
	background-repeat: repeat-x;
	background-position: top;
}

FOOTER A
{
	font-size: 12px;
	color: #5c5c5c;
	text-decoration: none;
}
	 
#titresite{
	float:right;
	margin:65px 0 0 0;
	max-width:703px;
	width:70%;
}
#moteur,#subcribe{
	position:absolute;
	height:40px;
	width:270px;
	top:-2px;
	right:230px;
	padding:5px 0 0 0; 
	background: #fff200;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;		

}
#subcribe{
	right: 90px;
	width: 130px;
	padding: 10px;
	cursor:pointer;
	font-size: 1.2rem;
	text-transform: uppercase;
}
#subcribe:hover{
	color:gray;
}
#btfb,#bttw{
	position:absolute;
	right:38px;
	top:0;
}
#bttw{
	right:0;
}
#btmenu{
	display:none;
	position: absolute;
	right: 0px;
	margin: 167px 0px 0px;
	width: 75%;
-moz-transition: all 1s ease;
-webkit-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;	
}
	
	
/* MENU */
#bandeau{
	background:transparent url(/images/pointilles.png) repeat-x center bottom;
	width:100%;
	position:relative;
}
.menu_niveau0
{
	position: absolute;
	top:167px;
margin-left: 141px;
width: calc(100% - 141px);
background: #5c5c5c;
}

.menu_niveau1,.menu_niveau1_actif
{
	position: relative;
	height: 35px;
	float: left;
	color: #dcdcdc;
	font-size: 15px !important;
	background-color: #5c5c5c;
	text-align: center;
	padding: 9px 10px 10px 7px;
	text-decoration: none;
	cursor: pointer;
	text-transform: uppercase;
	letter-spacing: 0;
	font-weight: bold;
	border-left: 4px solid white;
-moz-transition: all 1s ease;
-webkit-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;	
}
.menu_niveau1:hover
{
	background-color: #fff200;
	color:black;		
}
.menu_niveau1_actif
{
	background-color: #fff200;
	color:black;
}
.menu_niveau1 A
{
	text-decoration:none;
	color:white  !important;	
	font-size: 15px !important;
}
.menu_niveau1 A:hover
{
	text-decoration:none;
	color:black  !important;		
}
.menu_niveau1:hover A
{
	text-decoration:none;
	color:black;		
}
A.niveau1_actif
{
	text-decoration:none;
	color:black;
	font-size: 15px !important;
}
A.niveau1_actif:hover
{
	text-decoration:none;
	color:white;
}


.cadre_menu
{
	position: absolute;
	width:350px;
	display: none;
	z-index: 500;
	top: 40px;
	left:0;
	text-align: left;
	
}

.lignemenu
{
display:block;
	padding: 5px 5px 5px 5px;
	color: #dcdcdc;
	background-color: #5c5c5c;
	font-weight: normal;
	display: inline;
	-moz-box-shadow: 4px 5px 5px #a4a4a4;
	-webkit-box-shadow: 4px 5px 5px #a4a4a4;
	box-shadow: 4px 5px 5px #a4a4a4;
	font-size: 15px !important;
-moz-transition: all 1s ease;
-webkit-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;	
}

.lignemenu:hover
{
	padding: 5px 5px 5px 5px;
	margin: 5px;
	background-color: white;
	font-weight: normal;
	color: #272727;
	font-size: 15px !important;
}

A.lien_menu {
	text-align: left;
	font-size: 14px;
	color: white;
	text-decoration: none;
}

A.lien_menu:HOVER {
	color: #1d1d1d;
	text-decoration: none;
	background-color: white;
}

A.lien_block{
display:block;
margin:0 0 30px 0;
}



/* PAGE ARTICLE */
.nettoyeur{
clear:both;
}

H1{
	display:inline;
	font-size: 1.1rem;
	background-color:#fff200;
	padding:7px 10px;	
	
	text-transform:uppercase;
	font-weight:bold;
	line-height: 1.6 !important;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
}

H3,H3.spip,H2.spip,H4{
	display:inline-block;
	font-size: 1.1rem;
	background:#dbd8d8;
	padding:7px;		
	text-transform:uppercase;
	font-weight:normal !important;
	line-height: 1.6 !important;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	margin:12px 0 !important;
}
H4{
	background:white;
}
.cadreoutil{
padding:15px;
width:280px;
margin:0 15px 15px 15px;
float:left;
height:80px;
overflow:hidden;
}
.blocs_titre::before{
content:url(/images/ensavoirplus.png)
}
.blocs_titre{
color:transparent;
padding: 0;
background:transparent;
}
.blocs_titre A{
color:transparent;
}
.blocs_replie{
background:transparent;
}
.titre
{
	display:inline-block;
	font-size: 1.1rem;
	border-bottom:3px solid #fff200;
	padding:0 0 3px 0 ;		
	text-transform:uppercase;
	 font-weight:normal;
	 margin-bottom:10px;
	 line-height: 1.5 !important;
	 color:black;
}

.soustitre
{
	display: block;
	position: relative;
	top: -7px;
	font-size: 1.1rem;
	font-weight:bold;
	color: #FFF;
	background-color: #5C5C5C;
	padding: 7px;
	text-transform: uppercase;
}
.surtitre
{
	font-weight:bold;
}
.introduction
{
	text-align:justify;
	overflow:hidden;
	text-transform: none;
	color:black;
	font-weight:normal;
}
.texte
{
	padding: 0 0 0 0;
}

.logo
{
	padding:0 10px 0 10px;
	float:left;
	width:190px;
	margin:0 25px 20px 0;
}
.logo_article
{
	float:left;
	width:130px;
	height:97px;
	margin-right:10px;
	padding-top:3px;
	overflow:hidden;
}

.libelle,.libelle_jaune, .titre_doc
{
	display:block;
	font-size: 1.1rem;
	background:#fff200;
	padding:7px;
	text-transform:uppercase;
	margin:0 0 5px 0;
	font-weight: bold;
}
.libelle, .titre_doc
{
	background:#5c5c5c;
	color:white;
}

.date_actu
{
font-family: "Trebuchet MS";
color:black;
font-weight:bold;
}
.date{
	float:left;
	margin:0 10px 0 0;
	background:#5c5c5c;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;	
	font-size:1.2rem;
	font-weight:bold;
	padding:10px;
	text-align:center;
	width:60px;
	color:white;
	
}
.accroche{
	position: absolute;
	bottom:0;
	width:100%;
	font-size: 1rem;
	padding: 7px 20px 10px 24px;
	overflow: hidden;
	text-align:justify;
	background:transparent url(/images/fond_blanc.png);
	font-weight:normal;
	color:black;
}
.bloc_gris{
	min-width:270px;
	width:46%;
	min-height:210px;
	background:white;
	float:left;
	margin:2%;
	text-align:center;
	padding:10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;	
	
}

.divpointille{
padding: 0 0 10px 0;
margin:0 0 20px 0;
background: url(/images/pointilles.png) no-repeat bottom;

}

.bloc_titre{
	display: inline-block;
	position: relative;
	font-size: 1.1rem;
	font-weight:bold;
	color: #FFF;
	background-color: #5C5C5C;
	padding: 7px;
	margin:20px 0 0 0;
	text-transform: uppercase;
}
.bloc_texte{
	display: block;
	position: relative;
	background-color: #fff200;
	padding: 16px;
	margin:0 0 20px 0;
}
.texte HR{
background: url(/images/pointilles.png);
height: 2px;
margin: 20px;

}
A, A.spip_out
{
	color: #665700;
	text-decoration: none;
	font-weight:bold;
	cursor:pointer;
}
A:hover, A.spip_out:hover
{
	text-decoration: underline;
}
A.lien_article, .lien_article
{
    display:block;
	position:relative;
	margin-bottom:20px;
	color:black;
	cursor:pointer;
	font-weight:normal;
}
A.lien_article:hover
{
	text-decoration:none;
}
A.lien_rubrique
{
	display: block;
	font-size: 15px;
	font-weight: normal;
	color: #5c5c5c;
	text-decoration: none;
	text-transform:uppercase;
	margin-bottom:3px;
}

A.lien_appel{
color:black;
font-weight:normal;
}
A.lien_appel:hover{
	text-decoration:none;
}
A.lien_actu
{
	display: block;
	margin: 5px 0 7px 0;
	padding: 0 0 5px 0;
	font-size: 0.9rem;
	font-weight: bold;
	color: #3d3d3d;
	text-decoration: none;
}

A.lien_actu2
{
	display: block;
	margin: 5px 0 4px 0;
	font-size: 0.9rem;
	font-weight: bold;
	color: #3d3d3d;
	text-decoration: none;
}
A.lien_dossier
{
	display: block;
	margin: 5px 0 7px 0;
	padding: 0 0 5px 35px;
	font-size: 12px;
	font-weight: normal;
	color: #3d3d3d;
	text-decoration: none;
	background-image: url(/images/puce_dossier.png);
	background-repeat: no-repeat;
	background-position:  0% 5px;
}
A.lien_cp
{
	display: block;
	margin: 5px 0 7px 0;
	padding: 0 0 5px 35px;
	font-size: 12px;
	font-weight: normal;
	color: #3d3d3d;
	text-decoration: none;
	background-image: url(/images/puce_cp.png);
	background-repeat: no-repeat;
	background-position:  0% 5px;
}

A.lien_presse
{
	display: block;
	margin: 5px 0 7px 0;
	padding: 0 0 5px 35px;
	font-size: 12px;
	font-weight: normal;
	color: #3d3d3d;
	text-decoration: none;
	background-image: url(/images/puce_presse.png);
	background-repeat: no-repeat;
	background-position:  0% 5px;
}



A.lien_admintitre{
	position:relative;
	cursor:pointer;
	}
	
.menuaction{
	display:none;
	position:absolute;
	width:250px;
	background:white;
	padding:5px;
	border:1px solid gray;
	z-index:10;
	}
.on, .sep
{
	display:none;
}
.pagination-item{
display:inline-block;
}

A.lien_pagination
{

	margin: 15px 5px;
	padding: 4px;
	font-size: 1rem;
	font-weight:normal;
	text-decoration: none;
	background-color: #fff200;
	text-transform:uppercase;
	color:black;
	cursor:pointer;
	display: inline-block;

}


A.lien_6
{
	display: block;
	margin: 5px 0 7px 0;
	padding: 0 0 5px 35px;
	font-size: 13px;
	color: black;
	text-decoration: none;
	background-image: url(/images/etoile.png);
	background-repeat: no-repeat;
	background-position: left;
}
A.lien_70, .blocliensutils A
{
display: inline-block;
margin: 5px 0 2px 0;
	padding: 2px 0 8px 35px;
	font-size: 13px;
	color: black;
	text-decoration: none;
	background-image: url(/images/chainon.png);
	background-repeat: no-repeat;
	background-position: left;
}
A.lien_7
{
	display: block;
	font-weight:bold;
	margin: 5px 0 7px 0;
	padding: 2px 0 7px 35px;
	font-size: 13px;
	color: black;
	text-decoration: none;
	background-image: url(/images/docu.png);
	background-repeat: no-repeat;
	background-position: left;
}
A.lien_suite
{
	font-size: 11px;
	text-decoration: none;
	font-style: italic;
}
A.lien_suite2
{   display:inline-block;
	font-size: 0.8rem;
	text-decoration: none;
	text-transform:uppercase;
	font-weight:normal;
	background: #fff200;
	padding:3px;
	margin-top:5px;
}
A.lien_doc
{
	display:block;
	font-size: 1rem;
	text-decoration: none;
	color:#3f3f3f;
	font-weight:bold;
	margin-bottom : 5px;
}

.lien_atelier
{
	display: block;
	color: white;
	font-size: 15px;
	height: 26px;
	margin: 15px 0 0 5px;
	padding: 8px 0 0 10px;
	background-color: #5798b1;
	font-weight: bold;
	text-decoration: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
	border:1px solid white;	
	background-image: url(/images/down.png);
	background-repeat: no-repeat;		
	background-position: right;	
}
.lien_atelier_on,.lien_atelier:hover,.lien_atelier:visited
{
	color: #5798b1;
	background-color: white;
	text-decoration: none;
	border: 1px solid #5798b1;
	background-image: url(/images/up.png);
	background-repeat: no-repeat;
	background-position: right;
}
.illustration{
	float:left;
	margin:5px 15px 0 0;
	width:150px;
	max-height:110px;
	text-align:center;
	overflow:hidden;
}
.illustrationp{
	float:left;
	margin-right:20px;
	width:150px;
	text-align:center;
	overflow:hidden;
}

.cs_blocs{

padding: 15px 15px 0 15px;
}
.cs_blocs H4{
font-size:1.3rem;
margin:5px 0 20px 0;
}
.reponse_formulaire{
font-weight:bold;
color:red;
}

.rotation{
letter-spacing:3px;
  -webkit-transform: rotate(180deg);
}

.petition{
background:white;
}




/* FORMULAIRE */
.bouton {
    display:inline-block;
background-color: #fff200;
color: black;
	font-size:1rem;
    padding: 7px;
	margin:20px auto;
	font-weight:normal;
	cursor:pointer;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
-moz-box-shadow: 0px 4px 1px 0px #9b9b9b;
-webkit-box-shadow: 0px 4px 1px 0px #9b9b9b;
-o-box-shadow: 0px 4px 1px 0px #9b9b9b;
box-shadow: 0px 4px 1px 0px #9b9b9b;
filter:progid:DXImageTransform.Microsoft.Shadow(color=#9b9b9b, Direction=180, Strength=1);
}

A.bt_menu{
	display:inline-block;
	background-color:#fff200;
	color:#5C5C5C;
	padding:3px 6px;
	font-size:0.8rem;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;	
	margin:1px;
	text-align:center;
	border:1px solid transparent;
	cursor:pointer;
}
A.bt_menu:hover,A.bouton:hover{
	color:#fff200;
	background:#5C5C5C;
	text-decoration:none;
}


.photo1,.photo2,.photo3{
position:absolute;
border:3px solid white;
	-moz-box-shadow: 4px 5px 5px #a4a4a4;
	-webkit-box-shadow: 4px 5px 5px #a4a4a4;
	box-shadow: 4px 5px 5px #a4a4a4;
top:0;
left:0;
}
.photo2{
top:0;
right:0;
left:auto;
}
.photo3{
bottom:0;
left:25%;
top:auto;
}

fieldset
 {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin: 20px 10px 0 0;
	border: 1px solid #2b5070;
	width: 95%;
	background-color: #f4f4f4;
	padding: 1% 0 0 1%;
}

legend
 {
	font-size: 14px;
	background-color: #f1f1f1;
	color: gray;
	padding: 5px 10px 5px 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 4px 5px 5px #a4a4a4;
	-webkit-box-shadow: 4px 5px 5px #a4a4a4;
	box-shadow: 4px 5px 5px #a4a4a4;
}

label {
 margin-top:10px;
 size: 12px;
 display:block;
 font-weight:bold;
 }
 
label.inline {
 display:inline
 }
 
FORM LI{
	list-style: none;
}

INPUT[type=image]
{
	border: 0 none;
}
INPUT[type=text],INPUT[type=search],INPUT[type=file],INPUT[type=select]
{
	font-size: 15px;
	color: #545454;
	height: 30px;
	background-color: white;
	margin: 5px;
	padding: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	width: 95%;
	border: 1px solid #C0C0C0;
}

INPUT[type=text]:HOVER, INPUT[type=file]:HOVER
{
	font-size: 15px;
	color: #545454;
	border: 0 none;
	background-color: #ffe4b5;
	border: 1px solid gray;	
}
TEXTAREA
{
	font-size: 14px;
	color: #545454;
	height: 300px;
	border: 1px dashed gray;
	background: white;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	width: 95%;
	
}
TEXTAREA:HOVER
{
	background-color: #ffe4b5;
}

.selectmenu SELECT{
	 background: transparent;
	width: 120%;
	padding: 0;
	line-height: 1;
	border: 0;
	border-radius: 0;
	height: 28px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;  
}
div.selectmenu{
	display:inline-block;
	position:relative;
	margin:4px;
	padding:0;
	width: 95%;
	height: 30px;
	overflow: hidden;
	background: url(/images/fleche_select.png) no-repeat 100% center white;
	border:1px solid #C0C0C0;
}
SELECT
{
	font-size: 14px;
	color: #545454;
	border: 0 none;
	background-color: #bed3e5;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;		
	height: 20px;	
}

INPUT[type=submit],INPUT[type=button], .submit
{
	font-size: 14px;
	height: 25px;
	color: #2d2d2d;
	background:white;
	font-weight: bold;
	padding: 3px 5px 5px 5px;
	margin: 10px auto 10px auto;
	border: 1px solid #C0C0C0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

INPUT[type=submit]:hover,.submit:hover,INPUT[type=button]:hover
 {
	background: #fff200;
	border: 1px solid #cccccc;
	text-decoration: none;
}
.tag{
	display:inline-block;
	color:#74797e;
	border:1px solid #74797e;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;	
	margin:5px;	
	padding:3px 5px;
	font-size:0.7rem;
	text-transform:uppercase;
}

.reponse_ok{
	padding:3px;
	margin:20px 3px !important;
	background:#d1fcd1;
	color:#01b801;
	border:1px solid #01b801;
	border-left:4px solid #01b801;
}
.erreur{
	display:block;
	padding:3px;
	margin:3px 3px 10px 3px;
	font-size:0.8rem;
	background:#fdd4d4;
	color:#fa1717;
	border:1px solid #fa1717;
	border-left:4px solid #fa1717;
}



/* max-width pour faibles résolutions */
@media screen and (max-width: 1040px) {
	.menu_niveau1
	{
		padding: 8px 3px 10px 3px;
	}
}
/* max-width pour faibles résolutions */
@media screen and (max-width: 975px) {
#btmenu{
display:inline-block;
}
.menu_niveau0
{
display:none;
position:absolute;
top: 206px;
left: -2px;
margin: 0;
z-index: 10;
}

.menu_niveau1,.menu_niveau1_actif
{
float: none;
height: auto;
}	
.cadre_menu
{
position: relative;
width:100%;
top: 10px;
}	
.lignemenu {
padding: 4px 10px;
}
}

/* max-width pour faibles résolutions */
@media screen and (max-width: 840px) {
	#container, #zone{
		position:relative;
		clear:both;
		width:100%;
		max-width:100%;	
	}
	#container{
	padding:5px;
	}
	#container_colonne{
		position:relative;
		clear:both;
		width:100%;
		max-width:500px;
		margin:20px auto;
	}
	#titresite{
		float:right;
		margin:10px;
		width:95%;
	}	
	#moteur{
		display:none;
	}
	#bandeau {
		background: transparent;
	}
	#btmenu{
		width: 65%;
	}	
}



/* max-width pour smartphone */
@media screen and (max-width: 450px) {
	HTML{
		font-size: 80%;	
	}
	#logo{
margin-top: 10px;
width: 160px;
	}
	#btmenu{
margin-top: 118px;
padding: 3px 3px 3px 3px;
	}	
.menu_niveau0
{
top: 144px;
width: 100%;
}	
	.illustration{
	float:none;
	width:100%;
	margin:0 0 5px 0;
	max-height:200px;
	overflow:hidden;
	}	
	.accroche{
	position: relative;
	padding:5px;
	bottom:0;
	}
	#div_outils{
	display:none;
	}
}

/* Logos, documents et images */
img { margin: 0px; padding: 0px; border: none; }

.spip_logos { margin: 0px; padding: 0px; border: none; }

.spip_doc_titre {
	font-size: 11px;
	font-weight: normal;
}



@media print {
	#container_colonne, header, footer, .noprint{
	display:none;
	}
	#container, #zone{
	width:100%;
	}
	.print{
	display:block;
	}	
}


LI.editer{
list-style-type: none;
}
#colorbox, #colorbox * {
 -webkit-box-sizing: content-box;
 -moz-box-sizing: content-box;
 box-sizing: content-box;
 }
#colorbox img { height: inherit; }

.box_modalbox
{-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;

}