body {
	background-color: #fff;
	background-image: url(/images/fond_body.gif);
	background-repeat: repeat-x;
	font-size: 0.8em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	
}
a:link, a:visited {
        text-decoration: none;
}
/*
	Div site
*/
#site {
	width: 760px;
	background-image: url(/images/fond_site.jpg);
	background-repeat: no-repeat;
	margin: auto;
}
/*
	Div entete
*/
#entete {
	height: 185px;
}
#entete ul {
	margin: 0 0 0 51em;
	padding: 1em 0 0 0;
}
#entete li{
	list-style-type: none;
}
a.liste_entete:link, a.liste_entete:visited {
	padding-left: 1em;
	color: #82bbcb;
	background-image: url(/images/bullet_entete.gif);
	background-repeat:no-repeat;
	background-position:left center;
}
a.liste_entete:hover {
	color: #fff;
	text-decoration: none;
}
/*
	Div Recherche
*/
#recherche {
	height: 77px;
}
.inputsearch {
	padding:6px 0 0 10px;
	background-color: transparent;
	border:none;
	color:#878787;
}
.imgsearch {
	padding-left:1.5em;
	border:none;
	margin-left:2em;
}
/*
	Div centre
*/
#centre {
	background-image:url(/images/fond_centre.gif);
}
#centre a:link, a:visited {
	color:#0084a7;
}
#centre a:hover {
	text-decoration: underline;
}
.espace {
	margin-bottom: 0;
	visibility: hidden;
	clear:both;
}
#centre hr {
	visibility: hidden;
	margin-bottom: 0em;
}
.inputcontact {
	
}

#menu {
	width: 190px;
	float: left;
	background-color: #fff;
}
#texte {
	background-color: #f4f4f4;
	margin-left: 190px;
	padding-left:2em;
	padding-right:1.5em;
	line-height:17px;
}
#texte p {
	margin:0;
	margin-top:9px;
	padding:0;
	padding-top: 0px;
}
#pied {
	height: 69px;
	background-image: url(/images/pied_page.gif);
	background-position:right top;
	background-repeat: no-repeat;
	padding-top: 2.5em;
	padding-left: 17em;
}
#pied p {
	margin: 0;
	font-size: 0.8em;
	color: #4d4d4d;
}
#pied a {
	color:#0084A7;
}
#wysistat {
	display:none;
}