body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5982a2;
	margin: 0;
	padding: 0;
	background:#fff;
}

#conteneur {
	margin: auto;
	width: 800px;
	background-color:#c2e3f6;
	border: 1px solid #5982a2;
	text-align:left;
	position: relative;
	min-height:545px!important; /* taille minimal pour les moteur gecko et IE7 */
	height:auto; /* taille max pour IE6 */
	height:auto !important; /* on remet à la normal pour gecko et IE7 */
	margin-top: 10px;
}

#header {
height: 91px;
}

#menu {
	list-style: none;
	padding: 10px 0px 10px 0px;
	margin: 0px;
	height: 20px;
	font-size: 12px;
	background-color:#5982a2;
}
#menu li {
	display:inline;
}
#menu li a {
	padding-left: 1.3em;
	padding-right: 0.8em;
	text-decoration: none;
	background: url(puce.gif) center left no-repeat;
	color: #fff;
}

#menu li a:hover {
	background-image: url(puce-on.gif) ;
	color: #ffde00;
}
#menu #current a {
	background-image: url(puce-on.gif);
	color: #ffde00;
}
#title {
	height: 210px;
}
#titre {
	height: auto;
	padding: 10px 0 20px 16px;
}
#home {
	height: auto;
	line-height: 1.6em;
	padding: 10px 0px 8px 16px;
	background: url(mimosa.gif) right no-repeat #fff;
}
#centre {
	height: auto;
	line-height: 1.7em;
	padding: 10px 0px 8px 16px;
	background:#fff;
	min-height:192px!important; /* taille minimal pour les moteur gecko et IE7 */
	height:auto; /* taille max pour IE6 */
	height:auto !important; /* on remet à la normal pour gecko et IE7 */
}

#bas {
	height: 130px;
}

#maison {
	width: 188px;
	float:left;
	padding: 10px 10px 8px 16px;
	margin: 10px 36px 8px 16px;
	line-height: 1.4em;
	background-color: #b6cae5;
}
#plan {
	height: auto;
	line-height: 1.7em;
	padding: 10px 0px 8px 8px;
	background:#b6cae5;
	min-height:350px!important; /* taille minimal pour les moteur gecko et IE7 */
	height:auto; /* taille max pour IE6 */
	height:auto !important; /* on remet à la normal pour gecko et IE7 */
}
#adresse {
	height: 24px;
	background-color: #5982a2;
	font-size:11px;
	color: #fff;
	padding-top: 10px;
	text-align: center;
}

h1 {
	color: #4f91cd;
	font-size: 16px;
	padding: 10px 0px 0px 16px;
	margin: 0px;
}

#footer {
	margin: 0;
	line-height: 30px;
	text-align: center;
	font-size: 11px;
}
#maison a {
	color: #fff;
	font-weight:bold;
	font-size: 11px;
	text-decoration: none;
}
#centre a {
	color: #5982a2;
	font-weight:bold;
	font-size: 11px;
	text-decoration: none;
}
#footer a {
	color: #5982a2;
	text-decoration: none;
}
#footer a:hover, #maison a:hover, #centre a:hover {
	text-decoration: underline;
}

hr {
	clear: both;
	visibility: hidden;
	background-color: #FFF;
	margin:0;
	padding:0;
}

p {
	padding: 10px 0px 0px 16px;
	margin: 0px;
}

.imaged {
float: right;
padding: 0em 1em 1em 1em;
}
.blanc {
	color: #fff;
}

a.blanc:link {
	color: #fff;
	text-decoration: none;
}
a.blanc:hover {
	text-decoration: underline;
}
.vert {
	color: #999900;
}
.rouge {
	color: #f00;
}
.petit {
	font-size: 0.95em;
	font-style: italic;
}
input[type="submit"] {
	color:#5982a2;
	font-weight: bold;
	font-size: 14px;
}
p.error {

	font-size: 12px;
	color: #f9300d;
	text-align: center;
}

