/****************************************************************************************
		------  ANTONIA  ------- Janvier 2010   -------------  Jean-Pierre pour VERTIGE----------------
*****************************************************************************************/

*{
	margin: 0;
	padding: 0;
}

html {
    margin: 0;
    padding: 0;
}

body {
    position: relative;
	margin-left: 100px;
	margin-left: 8% !important;

    padding: 0;
	font-family: 'Trebuchet MS', sans-serif;
	font-size: 12px;
	width: 1000px;
}

h2{
	display: block;
	color: #7f0406;
	font-size: 14px;
	font-weight: bold;
	width: 540px;
	border-bottom: solid 1px #7f0406;
	padding-bottom: 5px;
	margin-bottom: 10px;
	
}

h3{
	font-weight: bold;
	font-size: 12px;
}

#deco_droite{
	height: auto;
	width: 1096px;
	background: url(images/fond_repeat.jpg) top right repeat-y;
}

#deco_gauche{
	height: auto;
	width: 1096px;
	background: url(images/fond_repeat_gauche_copie.jpg) left 218px repeat-y;
	
}
#page {
    width: 940px;
	

}

#entete {
	position: relative;
    background: url(images/fond_entete.jpg) left no-repeat;
	height : 188px;
}
.texte_entete{
	color: #dbddda;
	font-size: 36px;
	font-weight: bold;
	margin-left: 360px;
}
#newsletter_box{
	position: absolute;
	top: 144px;
	left: 177px;
	width: 164px;
	height: 20px;
	border: solid 3px #ffffff;
	background-color: #00af00;
}
#newsletter_message_box{
	position: absolute;
	top: 148px;
	left: 348px;
	height: 20px;
	width: 300px;
	color: #ffffff;
	text-transform: uppercase;
}

#newsletter_box input.text{
	width: 120px;
	background-color: #00af00;
	border: none;
	color: #ffffff;
	margin-left: 10px;
}

#newsletter_box input.input{
	width: 30px;
	height: 20px;
	background-color: #00af00;
	border: none;
	color: #ffffff;
	font-weight: bold;
	cursor: pointer;
}



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

#menu {
	height: 40px;
	background-color: #ffffff;
	width: 924px;

}

#menu ul{
	
	
	list-style-type: none;
	
}
#menu ul li{
	float: left;
	margin: 0px;
	
}
#menu ul li a{
	display: block;
	text-align: center;
	width: 75px;
	height: 36px;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	border-top: solid 4px #ffffff;
	border-bottom: solid 4px #ffffff;
	border-left: solid 1px #ffffff;
}

#menu ul li a:hover, #menu ul li.on a{
	background-color: #00af00;
	color: #ffffff;
}

#menu ul li.on ul li a{
	background-color: #ffffff;
	color: #000000;
}

#menu ul li.on ul li a:hover{
	background-color: #00af00;
	color: #ffffff;
}

#contenu {
    clear: both;
	
}

#col_gauche {
    float: left;
	
	height: auto;
	width: 346px;
	margin-right: 0;
	
}


/* ---------------  COLONNE DROITE  -------------*/

#col_droite {
	padding: 20px 10px 10px 5px;
    float: right;
	width: 555px;
	background-color: #ffffff;
	height: auto;
	margin-right: 20px;
}
#col_droite a{
	color : #000000;
	text-decoration: underline;
}
#col_droite a:hover{
	color : #666666;
	text-decoration: underline;
}
#col_droite p{
	margin: 5px 0;
	padding: 5px 0;
	width: 530px;
}

#col_droite ul{
	margin-left: 40px;
}

img.float_left{
	float: left;
	margin: 0 15px 0 0;
}

#actu{
	border: 1px solid #7f0406;
	padding: 10px;
	margin: 5px 0 20px 0;
}



/* ---------------  PIED  -------------*/
#pied {
	width: 550px;
	margin-left: 340px;
    color: #00af00;
	text-align: center;
	padding-top: 80px;
	padding-bottom: 10px;
}
#pied a{
	color: #00af00;
	text-decoration: none;
}

#pied a:hover{
	
	color: #00af00;
	text-decoration: underline;
}
.clear{
	clear: both;
}
.rouge, .error{
	color: #ff3333;
}
.center{
	text-align: center;
}
#contact{
	margin: 30px 0px  0px 100px;
}
th.label{
	text-align: right;
	padding: 0 10px 0 0;
	vertical-align:top;
}
.sang{
	color: #CC0000;
}

/*-----------------STYLE MENU DROPDOWN --------------------------*/


#nav, #nav ul{
margin:0;
padding:0;
list-style-type:none;
list-style-position:outside;
position:relative;
line-height:1.5em; 
}

#nav a{
display:block;
/*padding:0px 5px;*/
border:1px solid #fff;
/*color:#fff;*/
/*text-decoration:none;*/
background-color:#fff;
}

#nav a:hover{
/*background-color:#fff;*/
/*color:#333;*/
}

#nav li{
float:left;
position:relative;

}

#nav ul {
position:absolute;
display:none;
width:12.5em;
top:3.5em;
}

#nav li ul a{
width:12.5em;
height:auto;
float:left;
}





#nav li ul li{
	border-top: 1px solid #00af00;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
display:none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
display:block;
}



#anim_body{
	width: auto;
	height: auto;
	
}

#anim{
	margin: 5% auto;
	width: 310px;
	height: 473px;
	
}
.skip{
	text-align: center;
}
.skip a{
	color: #00af00;	
}
.skip a:hover{
	color: #7f0406;
}