/* STRUCTURE */

#global {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:1023px;
}

#zone_logo {
	float:left;
	width:286px;
	height:97px;
}

#bandeau-haut {
	float:right;
	width:737px;
	height:75px;
}

#zone_menu {
	float:left;
	width:635px;
	height:22px;
	background-color: #000;
	z-index:100;
}

#langues {
	float:right;
	width:102px;
	height:22px;
	background-color: #000;
/*	background-image: url(../interface/langues.jpg); */
}

#contenu {
	float:left;
	width:1021px;
	border-right: 1px solid #cbd300;
	border-left:solid 1px #62A4D3;
	min-height: 430px;
	height: auto !important;
	height: 430px;

}

#zone_contenu_home {
	float:left;
	width:818px; /* FF */
	padding:13px 8px 8px 8px;
	_padding:28px 8px 8px 8px;
}

#zone_contenu {
	float:left;
	width:950px; /* FF */
	padding:13px 8px 8px 8px;
	_padding:28px 8px 8px 8px;
}

div#zone_contenu p { padding: 5px 0; }

#zone_news {
	float:right;
	width:182px;
	margin-top:20px;
}

#footer {
	float:left;
	width:1023px;
	height: 48px;
	background: #fff url(../interface/bas_G.gif) no-repeat;
}

p#siege {
	 padding:5px 0 0 70px;
}

p#commercial {
	 padding-left:70px;
}

#mentions {
	position:relative;
	right:10px;
	top:-16px;
	text-align:right;
	padding:0;
}

/* loging */

.p-loging {
	position:relative;
	width:150px;
	height:60px;
  	margin: 10px 10px 10px 0;
 	background-color: #cbd300;
 	padding:6px;
 	border-left:1px solid black;
 	border-right:1px solid black;
}

/* scroll */
.p-scroll {
	float:left;
	width:150px;
	height:100px;
 	background-color: #cbd300;
  	margin: 10px 10px 10px 0;
 	padding:6px;
 	border-left:1px solid black;
 	border-right:1px solid black;
}

div#myscroller a:link {
	font-family : "Trebuchet MS";
	color: #0080c0;
	font-style:italic;
}

div#myscroller:visited {
	font-family : "Trebuchet MS";
	color: #0080c0;
	font-style:italic;
}

div#myscroller:hover {
	font-family : "Trebuchet MS";
	color: #fff;
	font-style:italic;
}

/* news */
.p-news {
	float:left;
	width:150px;
	height:100px;
 	background-color: #cbd300;
  	margin: 10px 10px 10px 0;
 	padding:6px;
 	border-left:1px solid black;
 	border-right:1px solid black;
}

/* evenements */
.p-evenements {
	float:left;
	width:150px;
/*	height:100px; */
 	background-color: #cbd300;
  	margin: 10px 10px 10px 0;
 	padding:6px;
 	border-left:1px solid black;
 	border-right:1px solid black;
}
  

/* formulaires */

#envoi_mail {
  position:absolute;
  left: 50%;
  top: 50%;
  margin-top: -200px;
  margin-left: -400px;
  width: 800px;
  height: 400px;
  background-color: #fff;
  border:1px solid black;
  padding:20px;
  background: #fff url('../interface/logo.gif') no-repeat top right;
}

#envoi_mail a:link {
	color:#000;
}
#envoi_mail a:visited {
	color:#000;
}
#envoi_mail a:hover {
	color:#666;
}

