* {
	padding:0;
	margin:0;
}
body {
	background:url(img/bg_body.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}
h1 {
	position:absolute;
	top:-9999px;
}


#global_entete {
	width:100%;
	background: url(img/bg_glo_entete.jpg)  top center repeat-x;
	height:auto;
}

#entete {
	width:960px;
	height:398px;
	margin: 0 auto;
	background:url(img/bg_entete.png) bottom no-repeat;
	margin-bottom:20px;
	}

#adresse {
	width:960px;
	height:87px;
	text-align: center;
	color: #FFFFFF;
	letter-spacing:2px;
	font-weight: bold;
	padding-top: 30px;
	font-size:17px;
	}

#adresse dl dt {
    position:absolute;
	top:-99999px;
	}
	
#adresse dl dd {
	padding:1px 0px 0px 0px;
	}

#global_anim_flash {
	width:923px;
	height:269px;
	padding-left: 37px;
	}
	
#menu_flash {
    width:243px;
	float:left;
	/*background:url(img/menu_flash.png) no-repeat;*/
	height:269px;
	}

#anim_flash {
    width:680px;
	height:269px;
	/*background:url(img/anim_flash.png) no-repeat;*/
	float:left;
	}
	
#centre {
	width:960px;
	height: auto;
	margin:0 auto;
	}
	
#contenu {
	width:884px;
	min-height:450px;
	overflow:hidden;
	margin:0 auto;
	background:url(img/bg_contenu.jpg) top center no-repeat #FFFFFF;
	padding: 30px 22px 20px 22px;
	}

#contenu h2 {
	width:860px;
	text-align:center;
	background:url(img/bg_h2.jpg) bottom no-repeat;
	height: 30px;
	font-family:"Trebuchet MS";
	font-size:24px;
	font-weight:normal;
	color:#1488c0;
	padding: 5px 0px;
	 }

#contenu p {
    padding:10px 5px;
	}
	
#strong {
color:#1488c0;
font-weight:bold;
}
	
#contenu .image {
	width:242px;
	height:auto;
	float:right;
	 }
	 
#contenu .image ul li {
	width:242px;
	height:140px;
	background: url(img/bg_image.png) left no-repeat;
	padding:10px 0px 0px 11px;
	list-style-type:none;
	 }

#contenu ul#index{
list-style:none;
margin-left:20px;
}

#contenu ul#index li{
padding:2px;
}

#contenu ul#prestations li, #contenu ul.tarifs li {
padding:2px;
list-style:none;
margin-left:50px;
}



#global_pied {
	width:100%;
	background:url(img/bg_pied.jpg) repeat-x;
	height:93px;
	}
	
#pied {
	width:960px;
	height:68px;
	margin:0 auto;
	text-align: center;
	padding: 25px 0px 0px 0px;
	font-family:"Trebuchet MS";
	background:url(img/bg_pied.png)  center top no-repeat;
}


#pied ul {
	width:960px;
	line-height:20px;
	text-align: center;
	height: 20px;
}
#pied ul li {
	list-style:none;
	font-size:12px;
	color:#FFFFFF;
	display: inline;
	text-align: center;
}
#pied ul li a {
	text-decoration:none;
	color:#FFFFFF;
	padding:0 0px 0 0px;
}

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

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

#pied  .imnalys span
{
   position:absolute;
   top:-9999px;
}

/****formulaire*****/

p span.left {
float:left;
width:120px;
margin-right:35px;
margin-top:-5px;

}

p span.code {
margin-left:15px;

}
p.notice, .avertissement {
font-size: 80%;
}

.bouton {
background: #fff;
width:120px;
color: #1488c0;
font-weight:bold;
border : 1px solid ;
margin-left:10px;


}