@charset "utf-8";
@import url("menu.css");
@import url("infos.css");
@import url("geoloc.css");
@import url("formulaire.css");
@import url("calendrier.css");

* { margin:0; padding:0; }

/* ------------------------------------------------------------------------------------- */
/* BALISES ----------------------------------------------------------------------------- */

html {
	font-size: 100%;
}


body {
	background: #bfda67 url(../media/img/bg_top.jpg) top center repeat-x;
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	}

p { padding: 4px 8px; line-height:1.4em; text-align:justify; }

td { padding:2px; }

h1 {
	font-size:1.2em;
	font-weight:bold;
	color:#FFFFFF; 
	background-color:#336699;
	background-image:url(../media/img/top_h1.png); 
	margin: 10px 0; 
	padding:3px 6px;
	}

h2 { font-size:1.1em; color:#336699; margin: 0px 8px; padding:0; border-bottom: solid 1px #779c20; clear:both; }

h3 { font-size:1.1em; color:#333333; margin: 12px 8px 0 8px; padding:0; border-bottom: solid 1px #336699;  }

h4 { font-size:1.2em; color:#336699; height: 24px; text-align:center; background:url(../media/img/separ_menu.png) center 18px no-repeat; }

h5 { font-size:1.1em; color:#FFFFFF; background-image:url(../media/img/top_h5.png); }

h6 { font-size:1.1em; color:#336699; margin: 0px 8px; }

a {	color:#779c20; font-weight:bold; text-decoration:underline; }

a:hover { color:#336699; text-decoration:none; }

ul { 
	list-style:none;
	padding:2px;
	margin:0 0 0 26px;
	}
	
li { 
	padding:4px 3px 4px 12px; 
	background:url(../media/img/bullet.png) left 7px no-repeat;
	}
	
li.bbc { 
	padding:4px 3px 4px 22px;
	background:url(../media/img/lady_bug.png) left 6px no-repeat;
	}

li.bbc:first-line { 
	font-weight:bold;
	color:#CC0000;
	line-height:1.8em;
	}
	
sup { font-size:50%; }
	
acronym { cursor:help; }


/* ------------------------------------------------------------------------------------- */
/* BLOCS ------------------------------------------------------------------------------- */

#main {	margin:0; width:100%; background: url(../media/img/bg_bg_bot.jpg) bottom center repeat-x; }

.zoom_pic {
	text-align:center;
	vertical-align:top;
	padding:20px 0;
	background-color:#FFFFFF;
	height:100%;
	}

.annonce { background-color:#e4ebd2; padding:4px; margin-bottom:12px; border:solid 1px #779c20; }

.annonce:hover { background-color:#FFFFC6; }

.annonce h5 { color:#FFFFFF; background-color:#779c20; padding:2px; margin:-4px -4px 4px -4px; }

.annonce h4 { background:none; text-align:left; }
	
.annonce_img {
	position:relative;
	float:right;
	background-color:#FFFFFF;
	max-width:200px;
	max-height:130px;
	overflow:hidden;
	border:6px solid #fff;
	margin:0 6px 0 0;
	}

* html .annonce_img { width:200px; height:130px; }

.annonce_troisdern {
	width:158px; 
	height:100px; 
	overflow:hidden; 
	margin:4px 0 0 8px; 
	padding:2px; 
	border:#ddd solid 1px; 
	background-color:#fffbdb;
	cursor:pointer; 
	font-size:85%; 
	float:left; 
}
		
.repondre {
	text-align:center;
	border-top:1px solid #779c20;
	margin:4px 0 0 0;
	padding:3px 0 0 0;
	clear:both;
	}
		
.repondre input {
	padding:1px;
	margin:1px;
	background-color:#ffffcc;
	background-image:url(../media/img/bg_bt.png);
	border:solid 1px #bccf2c;
	text-decoration:none;
	}
		
.repondre input:hover { background-image:url(../media/img/bg_bt_over.png); }
		
.repondre a {
	padding:2px;
	margin:1px;
	background-color:#ffffcc;
	background-image:url(../media/img/bg_bt.png);
	border:solid 1px #bccf2c;
	text-decoration:none;
	height:35px;
	}
		
.repondre a:hover { background-image:url(../media/img/bg_bt_over.png); }

.repondre img { padding:1px; }

.list_actu { 
	margin:8px 0px 0px 16px;
	padding-bottom:4px;
	border:solid 1px #336699;
	background-color:#EEE;
	}

.list_actu ul {
	list-style:none;
	padding-left:2px;
	margin:0;
	}
	
.list_actu li { 
	padding:3px 3px 3px 12px; 
	background:url(../media/img/bullet.png) left 6px no-repeat;
	}

.gamme_index {
	border-bottom:dotted 1px #779c20; 
	clear:both; 
	padding-top:7px; 
	overflow:visible; 
	height:54px;
	}

	
/* ------------------------------------------------------------------------------------- */
/* EN-TETE ----------------------------------------------------------------------------- */
		
#header {
	width: 960px;
	height: 169px;
	margin: 0 auto 0 auto;
	padding: 10px 40px 0px 40px;
	background:url(../media/img/bg_header.png) top center no-repeat;		
	clear:both;
	text-align:right;
	}

* html #header{
	background:url(../media/img/bg_header.jpg) top center no-repeat;
	margin-bottom:-10px;
	}

	#header #logo {
		width:220px;
		height:169px;
		padding:0;
		padding-left:1px;
		text-align:left;
		float:left;
		}
	
	#header #headerflash {
		width:738px;
		height:169px;
		padding:0;
		text-align:left;
		float:left;
		}

/* ------------------------------------------------------------------------------------- */
/* CONTENU ----------------------------------------------------------------------------- */
		
#contenu {
	width:960px;
	margin:0 auto 0 auto;
	padding:0 40px;
	background-color:transparent;
	background:url(../media/img/bg_contenu.png) repeat-y center top;
	display: block;
	overflow:visible;
	clear:both;
	}
		
* html #contenu { background:url(../media/img/bg_contenu.png) repeat-y center top; }
		
	#contenu #leftcol {
		width:202px;
		padding:0;
		float:left;
		display: block;
		position:relative;
		}				
				
	#contenu #corps {
		float:left;
		margin-left:28px;
		margin-bottom:-40px;
		width:548px;
		position:relative;
		}
		
	#contenu #coldroite {
		padding-top:5px;
		float:left;
		width:182px;
		position:relative;
		}

.div_rea { text-align:center; vertical-align:top; padding:6px; }

#documentation img { float:right; margin: 0 0 0 8px; border:none; }

.admin { 
		background:#FF0000 url(../media/img/top_alert.png) top left repeat-x;
		color:#ffffff; 
		font-weight:bolder; 
		font-size:1.1em;
		text-align:center; 
		margin: 0 11px; 
		padding:2px; 
		}
	

/* ------------------------------------------------------------------------------------- */
/* PIED DE PAGE ------------------------------------------------------------------------ */

#footer {
	font-size:0.8em;
	width:946px;
	height:100%;
	min-height:244px;
	margin:0 auto 0 auto;
	padding:0 48px;
	background:url(../media/img/bg_bot.jpg) repeat-y center top;
	clear:both;
	}
		
* html #footer { height:244px; }
		
#remonter { clear: both; text-align:right; }
		
#remonter a { text-decoration:none; border:none; }

#sitemap {
	width: 940px;
	margin: 0 auto 0 auto;
	padding: 20px 50px 20px 50px;
	background: url(../media/img/bg_sitemap.png) top center no-repeat;
	clear:both;
	}
	
#sitemap li {
	margin-left:-26px;
}
	
#sitemap li a {
	font-size:0.8em;
	font-weight:normal;
	text-decoration:none;
}
	
#sitemap li a:hover {
	text-decoration:underline;
	color:#336699;
}

#sitemap div {
	width: 20%;
	float:left;
}
	
#sitemap a {
	font-size:0.9em;
	font-weight:bold;
	text-decoration:none;
	color:#336699;
}
	
#sitemap a:hover {
	text-decoration:underline;
	color:#336699;
}


/* ------------------------------------------------------------------------------------- */
/* IMAGES ------------------------------------------------------------------------------ */

.floatleft { float:left; margin: 0 8px 0 0; border:none; }

.floatright { float:right; margin: 0 0 0 8px; border:none; }

.floatcenter {  margin:3px auto; border:none; }
		

/* ------------------------------------------------------------------------------------- */
/* CADRES ------------------------------------------------------------------------------ */

.cadrimage { background: url(../media/img/bg_img.gif) no-repeat; float:left; margin:0; padding:0; overflow:hidden; }

.cadrimage_img { display:block; padding: 4px; }

.bd { display:table; background-position: bottom right; }

.hg { padding:10px 0 0 10px; background-position: top left; }

.hd { width:10px; height:10px; background-position: top right; }

.bg { width:10px; height:10px; background-position: bottom left; clear:both; }
		
.placard { border: 1px solid #BBB;  padding-bottom:4px; }

.placard:hover { border: 1px solid #336699; }

.placard p { text-align:left; }

.placard a { padding-left:18px; background:url(../media/img/fl_dr.png) left top no-repeat; }

.img-accueil img { display:block; overflow:hidden; border: 6px solid #ffffff; margin:2px auto; }

.mini { max-width:90px; max-height:90px; overflow:hidden; border:0; float:right; margin-left:4px; }

/* ------------------------------------------------------------------------------------- */
/* CLASSES ----------------------------------------------------------------------------- */

.img { text-align:right; font-size:0.7em; color: #666;}
		
.line { width:100%; height:1em; clear:both; }
		
.linebody { width:100%; height:1em; clear:both; background: transparent url(../media/img/nada.gif); border:0; }

.chapo { 
	background-color:#fffbdb; 
	color:#336699; 
	padding:6px; 
	border:solid 1px #ddd; 
	text-align:justify; 
	font-weight:bold; 
	height:1%; 
	overflow:visible;
	margin:0 8px;
	}

* html .linebody { background:url(../media/img/bg_contenu.png) repeat-y center top; }

.slogan { font-size:1.4em; font-weight:bold; line-height:1.2em; color:#336699; margin:0; padding:0; }

.top_home {
	font-size:1.1em; 
	font-weight:bold; 
	color:#FFFFFF; 
	background:#336699 url(../media/img/top_h1.png); 
	margin:0; 
	padding:2px 0;  
	text-align:center; 
	min-height:20px; 
	}

.mdm { color:#336699;} /* bleu */

.rel { color:#779c20;} /* vert */

.res { color:#ffff9f;} /* jaune */

.red { color:#CC0000;} /* rouge */

.bgcol { background-color:#336699; }

.none { padding:0; margin:0; display:inline; border:0; text-decoration:none; float:none; }

.note { font-size:0.8em; font-weight:normal; }

.descr_modele {	padding: 8px; }

.mini_plan {
	text-align:center;
	font-size:0.75em; 
	line-height:1.2em;
	float:left; 
	margin:4px 6px;
	padding:2px;
	width: 106px; 
	height: 82px; 
	border:solid 1px #ddd;
	overflow: hidden;
	cursor:pointer;
	}

.mini_plan:hover { border-color: #779c20; }	

#lois th { padding: 4px; color: #FFFFFF; background:#336699; text-align:center; font-size:0.8em; }
#lois td { border: 1px solid #999; padding:2px; text-align:center; font-size:0.8em; }
#lois .ligne { padding: 4px; background:#bbb; border:none; text-align:center; font-weight:bold; font-size:0.8em;}

/* ------------------------------------------------------------------------------------- */
/* MENU ADMIN ----------------------------------------------------------------------------- */

#navlist {
	border-bottom: 1px solid #369;
	margin: 0;
	padding-bottom: 19px;
	padding-left: 5px;
	background: url(../media/img/bg_bt_admin.png) repeat-x top;
	clear:both;
	}

#navlist ul, #navlist li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

#navlist a:link, #navlist a:visited {
	background: #eee url(../media/img/bg_bt_admin.png) repeat-x top;
	border: 1px solid #369;
	color: #779c20;
	float: left;
	font-size: small;
	font-weight: bolder;
	line-height: 14px;
	margin-right: 8px;
	padding: 2px 10px 2px 10px;
	text-decoration: none;
	}

#navlist a:link#current, #navlist a:visited#current {
	background: #fff;
	border-bottom: 1px solid #fff;
	border-top-width:3px;
	margin-top:-2px;
	color: #369;
	}

#navlist a:hover { color: #369; }


#navlist ul a:hover { color: #369 !important; }

#modiflist ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#modiflist li {
	display: inline;
	background:url(../media/img/fl_dr.png) left 6px no-repeat;
	padding-left:18px;
	margin-left:20px;
	}

