@charset "utf-8";
/* CSS Document */

/*Bwe Prod. Copyright 2010*/
* {margin:0; padding:0}

body{
	background-color:#13140F; /* fond presque noir */
	font-family:'Lucida Sans Unicode',Arial,sans-serif;
	font-size:10px;
	color:#E4FFE6; /*couleur de texte vert tres pale */
	text-align:left;
}

#wrap {
	width:100%;
	height:auto;
}

#header {
	background-color:#13140F;
	font-size:16px;
	height:102px;
	width:1200px;
	margin-left:auto;
	margin-right:auto;
}

#logo {
	/*background-image:url(/img/logo_header.png);
	background-repeat:no-repeat;*/
	position:relative;
	top:auto;
	left:auto;
	height:102px;
	width:402px;
}

#texte_header {
	float:right;
	position:relative;
	width:auto;
	position:relative;
	top:-90px;
	right:50px;
	font-weight:bold;
	font-size:16px;
	text-align:right;
}

#container {
	background-color:#68776C;
	width:1200px;
	margin-left:auto;
	margin-right:auto;
	/*border:solid 1px #F00;*/
	height:auto;
}

#menu {
	height:50px;
	background-image:url(/img/template/bg_menu_out.png);
	background-repeat:repeat-x;
	list-style-type:none;
	/*border:solid 1px #0F0;*/
	width:1200px;
	margin-left:auto;
	margin-right:auto;
	clear:both;
	position:relative;
	top:-78px;
}

#content {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	/*border:solid 1px #00F;*/
	height:auto;
	min-height:500px;
	padding:20px;
	position:relative;
	top:-77px;
}

p {
	margin-bottom:10px;	
}

#menu ul {
 padding:0;
 margin:0;
 list-style-type:none;
 }
#menu li {
 float:left; /*pour IE*/
 /*border-left:1px solid black;*/
 margin-left:0px;
 }
.separator {

	width:2px;
	position:relative;
	z-index:3;
	position:relative;
	top:9px;
}

#menu ul li a {
 display:block;
 float:left;   
 width:150px;
 line-height:50px; /*hauteur de l'image de fond*/
 background-image:url(/img/template/bg_menu_out.png);
 background-repeat:repeat-x;
 color:#E4FFE6;
 text-decoration:none;
 text-align:center;
 }
#menu ul li a:hover {
 background-image:url(/img/template/bg_menu_on.png);
 background-repeat:repeat-x;
 color:#00D6DD;
 }  

div,p,li{
	font-size:12px;
}

li{
	margin-left:16px;
	list-style:none;
}

a {
color:#00d6dd;
text-decoration:none;
}

a:hover {
	color:#D4FF00;
}

#footer {
	text-align:center;
	/*position:relative;*/
	color:#999;
	font-size:10px;
}

#formulaire {
	margin: 20px;
}

#table_form {
	border:#666666 dashed 3px;
	width:600px;
	padding:10px;
}
.otherbutton {  
    position:relative;  
    display:block;  
    height: 103px;  
    width: 572px;  
    background-image:url(/img/contact.png);
	background-repeat: no-repeat;  
    background-position: top;  
    }
.otherbutton span.hover { /*notice the different class: span.hover*/  
    position: absolute;  
    display: block;  
    height: 103px;  
    width: 572px;  
    background-image: url(/img/contact.png);
	background-repeat: no-repeat;  
	background-position: bottom;
	
	
}

.otherbutton span.active { /*notice the different class: span.active*/  
    position: absolute;  
    display: block;  
    height: 103px;  
    width: 572px;  
    background-image: url(/img/contact.png);
	background-repeat: no-repeat;  
    background-position: bottom;
	
}  	
 
