/* Général */
html { 
  font-size: 100%; /* Évite un bug d'IE 6-7.  */ 

} 
body {
	background-image: url(../images/fong_gris.gif);
	font-family: Arial,"Lucida Grande", Lucida, Tahoma, "Trebuchet MS", Arial, Geneva, Helvetica, sans-serif;
}
a {
	color: #00008b;
}
a:hover, a:focus {
	color: #FF4C00;
}


fieldset {
	border-color: #000171;
}
legend {
	font-style: italic;
	font-size: smaller;
}


/* Navigation */
#navigation {
	background: white;
	padding-left: 11px;
	float: left; 
}


/* Contenu principal */

#contenu a {
	color: #000171;
	text-decoration: none;
}
#contenu a:hover, #contenu a:focus {
	color: red;
}
#contenu strong {
	color: #181A12;
}


/* --- POSITIONNEMENT --- */

/* Page */
body {
	padding: 0px 0px 0 0px;
	margin: 16px 0px 15px 0px;
}



/* Menu de navigation */
#navigation {
	width: 180px;
	float: left; /* -> 5 */
	padding-top: 0px;
}


/* Contenu */
#contenu {
	background-color: #fefbfb;
	min-height: 1670px;
	margin-left: 245px; /* -> 7 */
	margin-top: 9px;
	margin-bottom: 15px;
	margin-right: 11px;
	border-radius: 0px 10px 10px 10px;
	padding: 4px 8px 4px 8px;
	border: thin solid maroon;
	color: black;
	text-align: justify;
	font-size: 0.9em;
	font-family: Arial,"Lucida Grande", Lucida, Tahoma, "Trebuchet MS", Arial, Geneva, Helvetica, sans-serif;
}

#petitcontenu {
	background-color: #fefbfb;
	min-height: 10px;
	margin-left: 245px; /* -> 7 */
	margin-top: 9px;
	margin-bottom: 15px;
	margin-right: 11px;
	border-radius: 0px 5px 5px 5px;
	padding: 4px 8px 4px 8px;
	border: thin solid maroon;
	color: black;
	text-align: center;
	font-size: 0.7em;
	font-family: Arial,"Lucida Grande", Lucida, Tahoma, "Trebuchet MS", Arial, Geneva, Helvetica, sans-serif;
}
#petitcontenu input
{
font-size: 10px;
background-color: inherit;
border: thin solid;
}
#petitcontenu input:hover
{

background-color: #ff8c8c;

}

#contenu > :first-child {
	margin-top: 10px;
}
#contenu p, #contenu li {
	line-height: 1.5;
}


#pied {
	background: white;
	color: gray;
}
#pied a {
	color: gray;
}
#pied a:hover, #contenu a:focus {
	color: red;
}





/*diverses class*/
#bouton_compte_news {
	position:absolute;
	left:195px;
	top:0px;
	width:56px;
	height:30px;
	z-index:11;
}
.align_droit{
text-align: right;
}
.txt_petit {
	font-size: 11px;
}

.titre_modules {
	color: #faebd7;
	font-weight: bold;
}
.titre_modules a{
	color: #10103f;
	font-weight: normal;
	text-decoration: none;
}
.titre_modules a:hover{
	color: #015631;
	text-decoration: none;
}

.td_zoom {
	font-size: 12px;
	padding-left: 5px;
}

.plan {
	border-right-color: gray;
	border-right-style: solid;
	border-right-width: thin;
	padding-left: 20px;
	vertical-align: top;
	width: 8%;
	font-size: 12px;
}
.plan a {
	color: black;
	text-decoration: none;
}
.plan a:hover, #contenu a:focus {
	color: red;
}
/* Pied de page */
#pied {
	background: white;
	color: gray;
	text-align: center;
	font-size:0.8em; 
	padding-bottom: 15px;
}
#pied a {
	color: gray;
}
#pied a:hover, #contenu a:focus {
	color: red;
}
h1 {
	font-size: 185%;
	color: #663300;
	font-family: Arial,"Lucida Grande", Lucida, Tahoma, "Trebuchet MS", Arial, Geneva, Helvetica, sans-serif;
	margin-right: 45px;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 8px;
}

h2 {
	margin-top: 3px;
	margin-bottom: 0px;
	font-size: 155%;
	color: #477016;
	font-family: Arial,"Lucida Grande", Lucida, Tahoma, "Trebuchet MS", Arial, Geneva, Helvetica, sans-serif;
}

h3 {
	color: #2d4c4c;
	margin-top: 2px;
	margin-bottom: 2px;
	font-size: 130%;
	font-family: Arial,"Lucida Grande", Lucida, Tahoma, "Trebuchet MS", Arial, Geneva, Helvetica, sans-serif;
	
}
h4 {
	color: #2d4c4c;
	margin-top: 2px;
	margin-bottom: 2px;
	font-size: 110%;
	font-family: Arial,"Lucida Grande", Lucida, Tahoma, "Trebuchet MS", Arial, Geneva, Helvetica, sans-serif;
	
}
h5
{
	color: #990000;
	margin-top: 2px;
	margin-bottom: 2px;
	font-size: 115%;
	font-family: Arial,"Lucida Grande", Lucida, Tahoma, "Trebuchet MS", Arial, Geneva, Helvetica, sans-serif;	
}
h6 {
	color: #2d4c4c;
	margin-top: 2px;
	margin-bottom: 2px;
	font-size: 90%;
	font-family: Arial,"Lucida Grande", Lucida, Tahoma, "Trebuchet MS", Arial, Geneva, Helvetica, sans-serif;
	
}

.imageflottante
{
   float: left;
	padding-right: 5px;
	border: 0px;
}














/*site en 957 de large*/
@media all and (min-width:958px) {

			#entete {
				background-color: #444444;
				margin-left: 11px;
				margin-right: 11px;	
				padding-top: 8px;
				min-height: 40px;
			}
			
			#global {
				background: white;
				width: 952px;
				min-height: 100%;
				overflow: hidden; /* -> 2 */
				min-width: 700px;
				max-width: 1000px; /* -> 3 */
				margin-left: auto;
				margin-right: auto; /* -> 4 */
			}
			/*bandeau*/
			#bandeau {
				position: relative;
				left: 0px;
				top: 0px;
				width: 952px;
				height: 230px;
			}

			#bandeau_actu {
				position: absolute;
				left: 454px;
				top: 27px;
				width: 440px;
				height: 150px;
				text-align: justify;
				border: medium solid #a27f06;
				border-radius: 0px 20px 10px 10px;
				padding: 10px;
				z-index: 1;
				font-size: 14px;
			}

			#bandeau-droite {
				position:absolute;
				left:921px;
				top:0px;
				width:31px;
				height:230px;
			}
			.img_bandeau_droite {
				width: 31px;
				height: 230px;
			}
			.actu_plus {
				position:absolute;
				left:441px;
				top:149px;
				z-index: 2;
			}

			.logo {
				width: 368px;
				height: 230px;
				display: inline-block;
				background: url(../images/logo2.gif) no-repeat;
			}
			.logo:hover img {
			visibility: hidden;	
			}
			
			
			.barrehaut {
				width: 932px;
				margin-left: auto;
				margin-right: auto;
			}
			.bouton_chercher{
				position: relative;
				float: right; 
				padding-right: 5px;
			}
			.bouton_chercher_fd{
				background-color: #444444;	
			}
			.hauteur_chercher {
				height: 0px;
				width: 0px;
			}
			.tab_plan {
				width: 927px;
			}
			.trait {
				width: 960px;
				height: 35px;
				text-align: center;
				margin-left: auto;
				margin-right: auto;
				overflow: hidden;
			}

			

}







@media all and (max-width:958px) {
			
			#entete {
				background-color: #444444;
				margin-left: 11px;
				margin-right: 11px;	
				padding-top: 8px;
				text-align: right;
				min-height: 66px;
			}
			
			#global {
				background: white;
				width: 700px;
				min-height: 100%;
				overflow: hidden; /* -> 2 */
				min-width: 700px;
				max-width: 1000px; /* -> 3 */
				margin-left: auto;
				margin-right: auto; /* -> 4 */
			}

			/*bandeau*/
			#bandeau {
				position: relative;
				left: 0px;
				top: 0px;
				width: 700px;
				height: 210px;
			}

			#bandeau_actu {
				position: absolute;
				left: 215px;
				top: 17px;
				width: 440px;
				height: 150px;
				text-align: justify;
				border: medium solid #a27f06;
				border-radius: 0px 20px 10px 10px;
				padding: 10px;
				z-index: 1;
				font-size: 14px;
			}

			#bandeau-droite {
				position:absolute;
				left:682px;
				top:0px;
				width:31px;
				height:230px;
			}
			.img_bandeau_droite {
				width: 18px;
				height: 210px;
			}
			.actu_plus {
				position:absolute;
				left:441px;
				top:149px;
				z-index: 2;
			}

			.logo {
				width: 240px;
				height: 153px;
				display: inline-block;
				background: url(../images/logo3.gif) no-repeat;
			}

			.logo:hover img {
			visibility: hidden;	
			}
			.barrehaut {
				width: 678px;
				margin-left: auto;
				margin-right: auto;
			}
			.bouton_chercher{
				padding-top: 25px;
				padding-right: 5px;
			}
			.hauteur_chercher {
				height: 10px;
				width: 60px;
			}
			.tab_plan {
				width: 687px;
			}
			.trait {
				width: 672px;
				height: 35px;
				text-align: center;
				margin-left: auto;
				margin-right: auto;
				overflow: hidden;
			}
	
}

.surligne1 {
	background-color: #ffffa6;
	font-style: italic;
}
.surligne2 {
	background-color: #ffe4e1;
	font-style: italic;
}
.surligne3 {
	background-color: #c0e3ed;
	font-style: italic;
}
.surligne4 {
	background-color: #c6ffe3;
	font-style: italic;
}

#bandeau_actu a {
	color: inherit;
	text-decoration: none;
}
#bandeau_actu a:hover {
	color: red;
	text-decoration: none;
}

TABLE#prof {
	border : 0px solid Background;
   border-collapse: collapse;
   border-spacing: 0px 0px;

}
TD#prof {
	background-color: #DCDCDC;
	vertical-align: text-top;
}
#formulaire {
	text-align: right;
	color: black;

}
#form_annu {
	background-color: #e9e9e9;
	width: 95%;
	margin : 10px auto auto auto; 
}
.exergue_comm {
	color: #400d1c;
	text-align: right;
}
.commentaires {
	color: black;
	background-color: #ebebeb;
	text-align: justify;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 6px;
	padding-bottom: 0px;
	width : 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	border-radius:5px;
 	box-shadow: 3px 3px 7px black;
}

.imageflottante
{
   float: right;
	padding-left: 5px;
	padding-right: 5px;
	border: 0px;
}
.imageflottantegauche
{
   float: left;
	padding-left: 5px;
	padding-right: 5px;
	border: 0px; 
}
.compter {
	font-family: 'Bitsream Vera Sans', 'Lucida Grande', Helvetica, Verdana, sans-serif;
	font-size: 1em;
	color: #2f4f4f;
	margin-bottom: 0px;
	text-align: left;
}
.fond_articles {
background-color: #f5f5f5;
	padding-top: 2px;
	padding-bottom: 10px;
	padding-left: 4px;
	padding-right: 4px;
	border: thin solid #ae0a25;
	margin-bottom: 20px;
	margin-top: 20px;
	min-height: 500px;
}
.encadre {
background-color: #f5f5f5;
	padding-top: 2px;
	padding-bottom: 10px;
	padding-left: 4px;
	padding-right: 4px;
	border: thin solid #ae0a25;
	margin-bottom: 20px;
	margin-top: 20px;
}
.enavant
{
	color: Black;
	background-color: #EBEBEB;
	margin-right: 8%;
	margin-left: 8%;
	padding-left: 2%;
	padding-right: 2%;
	padding-top: 1%;
	padding-bottom: 1%;
}
.enavant_don
{
	color: Black;
	background-color: #EBEBEB;
	margin-right: 6%;
	margin-left: 6%;
	padding-left: 2%;
	padding-right: 2%;
	padding-top: 1%;
	padding-bottom: 1%;
	font-size: 90%;
	font-style: italic;
}
.enavantrouge {
	color :red;
	font-weight: bold;
	text-align: center;
	}
.enavant_def_action
{
	color: Black;
	background-color: #EBEBEB;
	margin-right: 8%;
	margin-left: 8%;
	padding-left: 2%;
	padding-right: 2%;
	padding-top: 0px;
	padding-bottom: 0px;
	border-bottom-color: #663300;
	border-bottom-style: dotted;
	border-bottom-width: thin;
	border-top-color: #663300;
	border-top-style: dotted;
	border-top-width: thin;
}
.exergue_petition {
	color: #521010;
	background-color: #f4f4e4;
	font-size: 105%;
	text-align: justify;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
	width : 350px;
	margin-left: 4px;
	margin-bottom: 50px;
	border-radius:5px;
 	box-shadow: 3px 3px 7px black;
}	

.titre_action {
	margin-top: 3px;
	margin-bottom: 0px;
	font-size: 190%;
	color: #ae0a25;
	font-family: Arial,"Lucida Grande", Lucida, Tahoma, "Trebuchet MS", Arial, Geneva, Helvetica, sans-serif;
}
.fondsignerap
{
	background-color: #f8f4ea;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: justify;
	border: thin solid black;
	width : 350px;
	 margin-left: auto;
  margin-right: auto;
	padding-left: 8px;
	padding-right: 8px;
}
.fondsignaction
{
	background-color: #fefefe;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: justify;
	border: thin solid black;
	margin-left: 2%;
	margin-right: 2%;
	padding-left: 5px;
	padding-right: 5px;
}
.recap_action
{
	background-color: #dbdbff;
	padding-right: 8px;
	padding-bottom: 1px;
	text-align: justify;
	margin-left: 8px;
	margin-right: 8px;
}
.petit_txt
{
	font-size: 68%;
}
.alert
{
	background-color: ButtonFace;
	margin-left: 35px;
	margin-right: 35px;
	color: #b00000;
	border-bottom: thin solid black;
	border-left: thin solid black;
	border-top: thin solid black;
	border-right: thin solid black;
	padding: 5px 5px 5px 5px;
 
}
.enavantdate {
	color: maroon;
	text-align: center;
	border-bottom: thin double #666634;
	border-top: thin double #666634;
	margin-left: 10%;
	margin-right: 10%;
	font-size: larger;
	margin-bottom: 16px;
	padding-top: 15px;
}
.enavant_cache
{
		color: Black;
	background-color: #EBEBEB;
	margin-right: 8%;
	margin-left: 8%;
	padding-left: 2%;
	padding-right: 2%;
	padding-top: 1%;
	padding-bottom: 1%;
	display: none;
}
.cache:hover .enavant_cache{
	display:block;
}



.enavant_cache_lancer
{
	position: absolute;
	margin-top: -145px;
	margin-left: 80px;
	padding: 10px;
	width: 500px;
	min-height: 160px;
	display: none;
	border: thin solid;
	background-color: #f0f0f0;
	text-align: justify;
	font-size: 85%;
	z-index: 1;
}
.cache_lancer:hover .enavant_cache_lancer{
	display:block;	
	
}



.avant_vert {
	color: #015631;
	text-align: center;
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	padding-left: 12px;
	padding-right: 12px;
	margin-bottom: 10px;
	font-size: 80%;
	
}
.form_humour { display: none; }
.form_comm {
	background-color: #99cc66;
}


.formulaires form {
 background-color:#FAFAFA;
 padding:10px;
 width:98%;
 margin-left: auto;
 margin-right: auto;

 }
.formulaires fieldset {
 padding:0 20px 20px 20px;
 margin-bottom:0px;
 border:1px solid #DF3F3F;
 }
.formulaires legend {
 color:#DF3F3F;
 font-weight:bold
 }
.formulaires label {
 margin-top:0px;
 display:block;
 }
.formulaires label.inline {
 display:inline;
 margin-right:50px;
 }
.formulaires input, textarea, select, option {
 background-color: #ebf5df;
 }
.formulaires input, textarea {
 padding:3px;
 border: 1px solid #003300;
 border-radius:5px;
 width:250px;
 box-shadow:1px 1px 2px #a0a0a0 inset;
 font-size: inherit;
 }
 .formulaires textarea {
 font-size: 15px;
 }
 
.formulaires select {
 border:1px solid #003300;
 border-radius:5px;
 box-shadow:1px 1px 2px #a0a0a0 inset;
 margin-top:0px;
 }
.formulaires input[type=radio], input[type=checkbox]{
 background-color:transparent;
 border:none;
 width:10px;
  box-shadow:0px 0px 0px #ffffff;
 }
 .formulaires input[type=file]{
 background-color:transparent;
 border:none;
 width:250px;
 box-shadow:0px 0px 0px #ffffff;
 }
.formulaires input[type=submit], input[type=reset] {
 width:200px;
 margin-left:5px;
 margin-top: 8px;
 margin-bottom: 20px;
 box-shadow:1px 1px 1px #003300;
 cursor:pointer;
 }

.enavant_fichemanif
{
	margin-right: 25%;
	margin-left: 25%;
	text-align: center;
	font-size: 250%;
	padding-bottom: 4px;
	padding-top: 3px;
	border-bottom: thin dashed #000000;
	border-top: thin dashed #000000;
}
.enavant_com
{
	margin-right: 25%;
	margin-left: 25%;
	text-align: center;
	padding-bottom: 4px;
	padding-top: 3px;
	border-bottom:  thin dashed #000000;
	border-top: thin dashed #000000;
}
.btn_taille_egale{
   width:150px;
   background-color: #e8e8ff;
}

.boutique_zone{
display:inline-block;
width:280px;
float:left;
margin-left: 25px;
margin-bottom: 18px;
border-style: solid;
border-width: thin;
border-radius: 0px 13px 13px 0px;
border-color: black;
padding: 8px 8px 0px 8px;
min-height: 270px;
box-shadow: 4px 4px 3px #595959; 
}

.boutique_tarif{
text-align: right;
color: #862c00;
}

.boutique_bouton{
text-align: right;
color: #862c00;
background-color: #ccffcc;
border-radius: 8px 8px 8px 8px;
}

.fboutique {
color: #002a00;
font-size: 0.9em;
}
.fboutique input, textarea, select, option {
 background-color: #ebf5df;
 }
.fboutique input, textarea {
 font-size: 0.9em;
 padding:3px;
 border: 1px solid #003300;
 border-radius:5px;
 width:190px;
 box-shadow:1px 1px 2px #a0a0a0 inset;
 }
.fboutique select {
font-size: 0.8em;
min-height: 18px;
 border:1px solid #003300;
 border-radius:5px;
 box-shadow:1px 1px 2px #a0a0a0 inset;
 margin-top:0px;
 }
.fboutique input[type=radio], input[type=checkbox]{
 background-color:transparent;
 border:none;
 width:10px;
 }
.fboutique input[type=submit], input[type=reset] {
 width:150px;
 margin-left:5px;
 margin-top: 8px;
 margin-bottom: 20px;
 box-shadow:1px 1px 1px #003300;
 cursor:pointer;
 }




.form_bout_adresse {
color: #002a00;
font-size: 0.9em;
}
.form_bout_adresse input, textarea, select, option {
 background-color: #ebf5df;
 }
.form_bout_adresse input, textarea {
 font-size: 0.9em;
 padding:3px;
 border: 1px solid #003300;
 border-radius:5px;
 width:360px;
 box-shadow:1px 1px 2px #a0a0a0 inset;
 }
.form_bout_adresse select {
font-size: 0.8em;
min-height: 18px;
 border:1px solid #003300;
 border-radius:5px;
 box-shadow:1px 1px 2px #a0a0a0 inset;
 margin-top:0px;
 }
.form_bout_adresse input[type=radio], input[type=checkbox]{
 background-color:transparent;
 border:none;
 width:10px;
 }
.form_bout_adresse input[type=submit], input[type=reset] {
 width:150px;
 margin-left:5px;
 margin-top: 8px;
 margin-bottom: 20px;
 box-shadow:1px 1px 1px #003300;
 cursor:pointer;
 }
.form_bout_adresse2 input[type=submit] {
 background-color: #ebf5df;
 font-size: 0.9em;
 padding:3px;
 border: 1px solid #003300;
 border-radius:5px;
 box-shadow:1px 1px 1px #003300;
 margin-left:5px;
 margin-top: 8px;
 margin-bottom: 20px;

 cursor:pointer;
 }
 
.tab_panier {
	border: medium groove navy;
	padding-left: 2px;
	padding-bottom: 5px;
	padding-right: 5px;
	background-color: #e8e8e8;
}
.recap_achat {
	color: Menu;
	background-color: #003366;
	font-size: 110%;
	text-align: center;
	width : 350px;
	margin-left: 7px;
	padding-bottom: 5px;
	padding-top: 5px;
}
.chemin {
	border: thin solid #2f4f4f;
	background-color: #f1f7f8;
	text-align: center;
	font-size: 95%;
	width: 75%;
	margin-left: auto;
  margin-right: auto;
}	
.selected {
	color: #8b0000;

}
.unselected {
	color: grey;

}
blockquote {
font-style: italic;
font-size: 97%;
}

.proposer input {
		background-color: #ff8c8c;
		max-height: 27px;
		font-size: 10px;
		text-align: right;
		margin-right: 53px;
	}
	.proposer input:hover {
		background-color: #fefefe;
	}
	
.proposer_produit input {
		background-color: #e7d02b;
		max-height: 27px;
		font-size: 10px;
		text-align: right;
		margin-right: 53px;
	}

.vigilance_zone{
width:300px;
display: inline-block;
margin-left: 5px;
margin-right: 10px;
margin-bottom: 18px;
border-style: solid;
border-width: thin;
min-height: 200px;
vertical-align: top;
border-radius: 8px 8px 8px 8px;
border-color: black;
padding: 8px 8px 0px 8px;
box-shadow: 4px 4px 3px #595959; 
}
.float-img-left {
	float: left;
}
.float-img-right {
	float: right;
}

.lilo_popup{ 
margin:inherit important; 
margin-left:10px 
} 

