* {
	padding:0;
	margin:0;
}
body {
	background:#f1e4db;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#595959;
}
h1 {
	position:absolute;
	top:-9999px;
}

#global {
    width:970px;
	height:auto;
	margin:0 auto;
	}

#entete {
    width:970px;
	height:211px;
	background:url(img/bg_entete.jpg) no-repeat;
	margin-top:20px;
	overflow:hidden;
	}
	
#drapeaux {
	width:745px;
	float:right;
	height:35px;
	padding: 10px 0 0 0;
	}

#drapeaux p span a img {
    border:0;
	}

#drapeaux p span {
	padding:0;
	}
		
#logo {
	width:173px;
	height:117px;
	background:url(img/logo.jpg) no-repeat;
	float:left;
	margin: 54px 0 0 12px;
	}

#global_menu_newsletter {
	width:962px;
	height:40px;
	float:left;
	padding: 0 3px 0 5px;
	}
	
#newsletter {
	height:30px;
	width: 220px;
	float: right;
	color: #92167e;
	margin: 10px 0px 0px 0px;
}	
	


#newsletter form p {
	color:#6F6F6F;
	font-size:10px;
	padding:0px;
	float: left;
}
   
#newsletter form h4 {
	font-weight:bold;
	color: #000000;
	letter-spacing: 1px;
	display: block;
	font-size: 14px;
	margin: 0;
}

#newsletter form input.sub {
	padding:0 3px 3px 0;
	margin:0px 2px;
	color:#FFFFFF;
	font-size:12px;
	width:28px;
	border:0;
	background: url(img/ok.jpg) top  center no-repeat;
	font-weight: bold;
	height:20px;

  }

#newsletter form input.txt {
	padding:1px;
	font-size:12px;
	width: 150px;
	border:#d28a93 solid 1px;
	background:#b23948;
	color: #FFFFFF;
  }
 
 
#menu {
	width:470px;
	height:40px;
	float:left;
	padding-left:10px;
	 }

#menu ul li {
	list-style-type:none;
	float:left;
	line-height: 40px;
	}
	
#menu ul li a {
	display:block;
	padding: 0px 5px;
	text-decoration:none;
	color:#FFFFFF;
	background:url(img/bg_menu_li.jpg) repeat-x;
	margin: 0 5px;
	}


#menu ul li a:hover {
	color: #CC99CC;
	background:url(img/bg_menu_li_hover.jpg) repeat-x;
	}

#centre {
	width:946px;
	min-height:500px;
	background:url(img/bg_centre.jpg) repeat-y;
	overflow: hidden;
	padding: 8px 12px;
	}
	
#centre h2 {
	background:url(img/bg_h2.jpg) left no-repeat;
	padding:10px 0 0 40px;
	height: 25px;
	color:#a00b1e;
	font-weight:bold;
	font-size:17px;
	margin-bottom: 15px;
	}

#centre p {
    padding:5px;
	margin-bottom:5px;
	}
#centre span {
	font-weight:bold;
	margin-bottom:5px;
	margin-left:5px;
	}
#pied {
	width:970px;
	height:65px;
	margin:0 auto;
	text-align: center;
	padding: 25px 0px 0px 0px;
	background:url(img/bg_pied.jpg)  center top no-repeat;
}

#pied dl {
    color:#a00b1e;
	}

#pied dl dt, #pied dl dd {
     display:inline;
	 }
	 
	 
#pied dl dt a {
	 text-decoration:none;
	 color:#a00b1e;
	 font-weight:bold;
	 margin-right:10px;
	 }	
#pied dl dt a:hover {
	 text-decoration: underline;
	 }
#pied ul {
	width:390px;
	line-height:20px;
	text-align: center;
	height: 20px;
	padding-top: 25px;
	margin:0 auto;
}

#pied ul li {
	list-style:none;
	font-size:12px;
	color:#FFFFFF;
	display: inline;
	text-align: center;
}

#pied ul li a {
	text-decoration:none;
	color:#cc8286;
	padding:0 8px 0 4px;
}

#pied ul li a:hover{
	text-decoration:underline;

}
#pied .imnalys {
	text-align:center;
	padding:50px 50px 0px 50px;
}
	
#pied .imnalys img {
	border:0;
}

#pied  .imnalys span
{
   position:absolute;
   top:-9999px;
}
#pied .desciption_Imnalys {
font-size:10px;
text-align:center;
padding-top:5px;
color:#cc8286;
}
/**** formulaire ***/

.bouton {
background:#fff;
border: 1px solid #cc8286;
width:100px;
}

input, textarea {
border: 1px solid #cc8286;
margin:2px;
}

.avertissement {
font-size:80%;
}

