* {
	padding:0;
	margin:0;
}
body {

	background:url(img/bg_body.jpg);
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#3d3d3d;
}
h1 {
	position:absolute;
	top:-9999px;
}
#global {
	width:960px;
	margin:0 auto;
	height:auto;
	background:#FFFFFF;
	overflow: hidden;
}


#entete {
	width:960px;
	background:url(img/bg_entete.jpg) no-repeat bottom;
	margin:0 auto;
	height:152px;
	}
	
#logo {
	width:319px;
	height:152px;
	float:left;
}

#menu {
	width:641px;
	height:152px;
	float:left;
	text-align: center;
}


#menu dl {
	padding-top:30px;
}

#menu dl dt {
	display:inline;
	color:#010101;
	text-transform: uppercase;
	font-weight: bold;
}

#menu dl dd {
	display:inline;
	color:#323232;
}

#menu ul {
	background:url(img/bg_menu.png) no-repeat bottom;
	height: 47px;
	padding: 60px 0px 0px 60px;
}

#menu li {
	float:left;
	text-align:center;
	height:39px;
	background:url(img/icone_droite.gif) no-repeat right;
	line-height: 36px;
	list-style-type:none;
	margin: 3px 0px 0px 0px;
}

#menu li a{
	display:block;
	padding:0px 25px;
	font-family:"Trebuchet MS";
	font-size:14px;
	color:#FFFFFF;
	text-decoration:none;
}

#menu li a:hover {
	color:#323232;
}

#menu .sans_tiret {
    background:none;
}

#fleur_relative {
    position:relative;
	width:1px;
	height:1px;

}

#fleur_absolute {
	position:absolute;
	width:626px;
	height:185px;
	top:148px;
	left:338px;
	background:url(img/bg_fleur.png) no-repeat;
}

#anim_flash {
	width:334px;
	height:724px;
	float:left;
}

#centre {
	width:626px;
	height:auto;
	float:left;
	background:url(img/bg_centre.gif) repeat-y;
	}

#centre .contenu_centre {
	width:566px;
	min-height:529px;
	background:url(img/bg_centre_haut.gif) no-repeat;
	padding:170px 28px 0px 32px;
	
	}

#centre .contenu_centre h2 {
	width:551px;
	height:31px;
	background:url(img/bg_h2.gif) no-repeat;
	font-family:"Boopee";
	color:#fffbbb;
	text-transform: uppercase;
	font-size: 26px;
	font-weight: normal;
	padding-left: 15px;
	}
	
#centre .contenu_centre p {
	padding:10px 10px 10px 10px;
	text-align:justify;
}

#centre .contenu_centre a {
	text-decoration:none;
	color:#3d3d3d;
	font-weight:bold;
}

#centre .contenu_centre a:hover {
	text-decoration: underline;
}

#centre .contenu_centre h3 {
	width:551px;
	height:31px;
	background:url(img/bg_h2.gif) no-repeat;
	font-family:"Boopee";
	color:#fffbbb;
	font-size: 26px;
	font-weight: normal;
	padding-left: 15px;
	margin: 10px 0;
	}
	
#galerie {
	width:539px;
	height:166px;
	float:left;
	background:url(img/bg_galerie.gif) no-repeat;
	padding-left: 20px;
}
		

#galerie  .thumbnail {
	float:left;
	background:url(img/bg_image_galerie.gif) no-repeat;
	margin:10px 15px 10px 5px;
	padding:7px 13px 13px 7px;
	width: 134px;
	height: 134px;
}

#galerie  a, .contact-link {
color:#8AD459;
text-decoration:none;
}

#galerie  a img {
border:medium none;
}

#pied {
	width:626px;
	height:130px;
	background:url(img/bg_pied.gif) #fff no-repeat;
	float:left;



}
#pied ul {
	width:430px;
	height:130px;
	line-height:20px;
	text-align:center;
	padding-top: 35px;
	float: left;
}
#pied ul li {
	list-style:none;
	font-size:10px;
	display:inline;
	color:#fd9610;
}
#pied ul li a {
	text-decoration:none;
	color:#fd9610;
	padding:0 4px 0 2px;
}

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

}
#pied .imnalys {
	text-align:center;
	float: right;
	padding: 24px 30px 0px 0px;
}
	
#pied .imnalys img {
    border:0;}
/*     Formulaire      */
input.champs {
border: solid 1px;
}

textarea.champs {
border: solid 1px;
}

p span.left {
float:left;
width:100px;
font-weight:bold;
margin-right:20px; 
}

.bouton {
border: solid 1px;
margin-left:10px;
}

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

