
html{
padding:0px;
margin:0px;
text-align:center;
}
body{
margin:0px 0px 0px 0px ;
padding:0px;
font-family:Arial;
font-size:13px;
cursor:default;
text-align:center;
/*background:url('../imgs/fond.png') repeat-x top left #ffdfc3;*/
background:url('../imgs/fondDeg.png') repeat-x top left #3c9018;
}
h1{
margin:0px;
padding:10px 0px 5px 0px;
height:45px;

color:#b6c3b3;
font-size:45px;
font-weight:100;
/*text-align:center;*/
}
	h1 a:hover{
	text-decoration:none;
	}
h2{
margin:0px;
padding:5px 0px;
color:#b6c3b3;
font-size:27px;
font-weight:100;
text-align:center;
}
h3{
font-size:21px;
font-weight:100;
line-height:21px;
margin:0px 0px 4px 0px;
padding:0px 0px 4px 0px;
border-bottom:1px solid #004318;
color:#004318;
}
h4{
margin:0px;
padding:8px 0px 4px 0px;
font-size:13px;
}
h5{
font-size:13px;
color:#004318;
margin:0px;
padding:15px 0px 5px 0px;
}
p{
margin:4px 0px;
}
a img{
border:none;
}
a{
color:#004318;
text-decoration:none;
font-weight:bold;
}
a:hover{
text-decoration:underline;
}
a.lien{
padding:5px 5px;color:black;font-weight:100;
}
a.lien:hover{
text-decoration:none;
background:#c1c1c1;
}


form{
font-size:12px;
}
	form.login{
	clear:left;
	font-weight:bold;
	color:#004318;
	padding:3px;
	}
	form.login input{
	width:140px;
	font-size:10px;
	line-height:10px;
	}
label{
cursor:pointer;
}
table, form, tr, td{
margin:0px;
padding:0px;
}
table{
border-collapse:collapse;
}
table.admin td{
padding-top:10px
}

table.type1 td{
padding:3px 10px 0px 0px;
}
tr{
vertical-align:top;
}
hr{
border-top: 1px dotted #548164;
border-bottom: none;
border-left: none;
border-right: none;
height:3px;
clear:both;
margin:10px 0px;
padding:0px 0px;
}
 fieldset{
color:black;
margin-top:10px;
padding:0px 10px;
border:1px solid #a5a5a5;
-moz-border-radius: 6px 6px 6px 6px;
background:#dedede;
}
 legend{
border:1px solid #a5a5a5;
background:#FFFFFF;
padding:0px 4px;
font-weight:bold;
-moz-border-radius: 6px 6px 6px 6px;
white-space:normal;
}
 legend:hover{
 background:#c1c1c1;
 }
 legend a{
 color:black;
 text-decoration:none;
 }
 
 input.bouton1{
 border:1px solid gray;
 background:#548164;
 color:white;
 cursor:pointer;
-moz-border-radius:5px;
 }
 input.bouton1:hover, input.bouton1:focus{
 background:#004318;
 }
 input.bouton1disabled{
 border:1px solid gray;
 color:white;
 cursor:pointer;
 background:gray;
-moz-border-radius:5px;
 }
 input.bouton1disabled:hover{
 background:gray;
 }
textarea{
font-family:Arial;
line-height:14px;
font-size:12px;
margin-top:2px;
}
iframe{
border:0px;
}



#menuAdmin{
position:fixed;
border-bottom:1px solid white;
top:0px;
left:0px;
width:100%;
background:black;
color:white;
}
#menuAdmin a{
color:white;
}
#contenu{
margin:auto;
text-align:left;
/*width:740px;*/
width:830px;
margin-top:10px;
-moz-border-radius:10px 10px 0px 0px;
-webkit-border-radius:10px 10px 0px 0px;
padding:0px 10px;
background:white;
}
#bandeau{
height:173px;
}
/*
#menu{
width:720px;
margin:0px 10px;
height:69px;
background:url('../imgs/fondMenu.png') no-repeat top left #ede5d5;
}
	#menu table{
	border-collapse:collapse;
	width:720px;
	position:absolute;
	}
	#menu tr{
	vertical-align:middle;
	padding-bottom:30px;
	height:38px;
	}
	#menu tr.menu td{
	padding:5px;
	text-align:center;
	}
	#menu tr.menu td a.lienMenu1{
	font-size:18px;
	line-height:18px;
	color:white;
	font-weight:100;
	text-decoration:none;
	}
	#menu .sousMenuBloc{
	}
	#menu .sousmenu{
	position:absolute;
	display:none;
	background:#f2f5ec;
	}
	#menu ul{
	margin:0px;
	padding:0px;
	text-align:left;
	list-style-type:none;
	}
	#menu ul a{
	color:black;
	display:block;
	text-decoration:none;
	color:black;
	font-size:12px;
	line-height:20px;
	padding:2px 5px;
	font-weight:100;
	}
	#menu ul a:hover{
	background:#b6c3b3;
	}
	*/
table#menu{
width:834px;
text-align:center;
position:absolute;
}
	table#menu td{
	width:16%;
	}
	table#menu a.lien1{
	/*background:#17582e;*/
	}
	table#menu a.lien1, table#menu a.lien1up{
	font-weight:bold;
	color:white;
	display:block;
	margin-right:3px;
	padding:2px 4px;
	/*
	-moz-border-radius:0px 0px 10px 10px;
	-webkit-border-radius:0px 0px 10px 10px;
	*/
	background:url('../imgs/coinsMenus.gif') no-repeat center bottom #17582e;
	}
	table#menu a.lien1:hover, table#menu a.lien1up, table#menu .up a.lien1{
	text-decoration:none;
	padding:5px 4px;
	background:url('../imgs/coinsMenus.gif') no-repeat center bottom #003516;
	}
	
	table#menu ul{
	/*display:none;*/
	list-style-type:none;
	list-style-position:inside;
	margin:0px;
	padding:0px;
	}
	table#menu ul a{
	display:block;
	background:#e2e2e2;
	padding:8px 0px;
	margin:0px 11px 0px 6px;
	border-bottom:1px solid white;
	line-height:14px;
	}
	table#menu ul a:hover{
	background:#c1c1c1;
	text-decoration:none;
	}
	/*
	table .dev{border:1px solid red;}
	table .dev2{border:1px solid green;}
	*/
	
#blocPrincipal{
padding-top:5px;
}
#page{
/*background:url('../imgs/blanc.gif') repeat-y center top;*/
/*padding-top:5px;*/
}
#colonneGauche{
float:left;
/*margin-left:30px;*/
width:150px;
/* *  background:yellow;/* */
}
#colonneDroite{
float:right;
/*width:520px;*/
width:650px;
margin:0px 0px 0px 0px;
/* *background:blue; /* */
}

#pied{
clear:both;
background:url('../imgs/fondPied.gif') no-repeat center top;
padding-top:1px;
font-size:10px;
line-height:11px;
color:#548164;
text-align:center;
}
#pied img{
vertical-align:middle;
}
#pied a{
color:#548164;
}





.champLibreGauche{
width:150px;
}
	.champLibreGauche p, .champLibreGauche h5, .champLibreGauche ul{
	margin:0px;
	padding:0px;
	font-size:11px;
	}
	
.intro{
font-size:11px;
width:650px;
}
	.intro h4{
	text-decoration:underline;
	}
	.intro table tr{
	vertical-align:middle;
	}
	.intro table td{
	padding:2px;
	}
.photoFlickr{
font-size:11px;
float:left;
padding:10px;
margin:10px;
text-align:center;
background:#dee2de;
}
	.photoFlickr img{
	height:160px;
	}
img.png {
behavior: url(png.htc);
border-left:1px solid green;
}
.encadre{
border:2px solid green;
font-weight:bold;
padding:5px;
margin:5px 0px;
background:#EDE5D5;
}
.jauge{
background:url('../imgs/jauge.png') no-repeat;
-moz-border-radius: 2px 2px 2px 2px;
margin-bottom:2px
}
.sanscadre:hover, .sanscadre:visited, .sanscadre:focus {
outline:0;
}
.commentaire{
font-size:11px;
line-height:12px;
color:#535353;
padding:5px;
border:1px solid #548164;
}
.commentaire .infos{
background:white;
-moz-border-radius: 6px 6px 6px 6px;
padding:6px;
text-align:center;
width:70px;
height:100%;
float:left;
}

.commentaire .contenu{
font-size:11px;
line-height:13px;
margin-left:90px
}
.details{
font-size:10px;
line-height:12px;
color:#535353;
}
.info{
padding:2px;
color:white;
text-align:center;
background:green;
}
.article{
background:white;
text-align:left;
}
.article img{
float:left;
margin:0px 5px 5px 0px;
}
.article h4{
font-size:21px;
font-weight:100;
line-height:21px;
margin:0px 0px 4px 0px;
padding:0px;
border:0px;
}
.article .details{
font-size:9px;
line-height:10px;
color:#939393;
margin:2px 0px 3px 0px;
padding:0px;
}
.article .contenu{
font-size:12px;
line-height:14px;
/*width:410px;*/
width:535px;
float:right;
}
.article .limiter{
overflow:hidden;
/*height:106px;*/
}
.article .contenu a, .article .lirePlus a{
text-decoration:none;
color:#004318;
font-weight:bold;
}
.article .contenu a:hover, .article .lirePlus a:hover{
text-decoration:underline;
}
.article .contenu h4 a{
text-decoration:none;
font-weight:100;
}
.article .contenu h4 a:hover{
text-decoration:none;
}
.article .lirePlus{
font-size:11px;
text-align:right;
clear:right;
}

	
.aide{
border:1px solid green;
background:white;
padding:2px;
}
.rouge{
color:red;
}
.erreur{
color:red;
font-weight:bold;
}
.edit{
position:absolute;
}
.preload{
display:none;
}
.nowrap{
white-space:nowrap;
}
.msg{
text-align:center;
background:white;
border:2px solid orange;
margin:4px;
}
.calendrier{
background:white;
font-family:Arial;
font-size:9px;
width:100%;
text-align:center;
/* */
border-collapse:collapse;
/* *
border-collapse:separate;
/* */
}
.calendrier th{
background:#e6e6e6;
}
.calendrier tr{
vertical-align:top;
}
.calendrier td{
border:1px solid white;
cursor:default;
margin:0px;
/*-moz-border-radius:20px;*/
}
.calendrier td a{
display:block;
height:15px;
text-decoration:none;
}
.calendrier td a:hover{
text-decoration:underline;
}
.infobulle{
display:none;
position:absolute;
margin-left:50px;
background:#004318;
border:1px solid white;
padding:5px;
color:white;
text-align:left;
}
	.infobulle h5{
	font-size:11px;
	margin:0px 0px 5px 0px;
	padding:2px;
	background:#575757;
	color:white;
	}
	.blocAgenda{
	width:160px;
	height:110px;
	float:left;
	margin-right:5px;
	border:1px solid gray;
	padding:1px;
	}

















/* Mise en forme dans l'éditeur */
.tinyMce{
background:white;
padding:0px 5px;
text-align:left;
}
/* toute la page dédiée à l'éditeur */
#tiny {
padding:5px;
}
#tiny  legend{
border:1px solid #a5a5a5;
color:#000000;
background:#FFFFFF;
padding:0px 4px;
font-weight:bold;
-moz-border-radius: 6px 6px 6px 6px;
white-space:normal;
cursor:pointer;
}
#tiny  legend a{
color:black;
text-decoration:none;
}
#tiny  legend a:hover{
text-decoration:underline;
}
#tiny  legend a:focus , #tiny  legend a:active {
outline:0;
}
#tiny  fieldset{
margin-top:10px;
padding:0px 10px;
border:1px solid #a5a5a5;
-moz-border-radius: 6px 6px 6px 6px;
background:#dedede;
}

/* Mise en forme dans le tiroir (dossier FTP) */
#tiroir{
font-size:11px;
text-align:left;
}
#tiroir .grisouille{
white-space:nowrap;
}
#tiroir legend a{
color:black;
text-decoration:none;
}
#tiroir legend{
border:1px solid #a5a5a5;
color:#000000;
background:#FFFFFF;
padding:0px 4px;
font-weight:bold;
-moz-border-radius: 6px 6px 6px 6px;
white-space:normal;
cursor:pointer;
}
#tiroir fieldset{
margin-top:10px;
padding:0px 10px;
border:1px solid #a5a5a5;
-moz-border-radius: 6px 6px 6px 6px;
background:#c4c4c4;
}

#tiroir img{
vertical-align:middle;
padding-right:3px;
}
#tiroir a{
text-decoration:none;
color:#5f5f5f;
font-weight:bold;
}
#tiroir a:hover{
color:black;
}




/* duplicate image positioning */
img.idupe {
position:absolute;
z-index:30000;
visibility:hidden;
}





#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../imgs/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../imgs/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

