#body, html {
	height: 100%;
}

#conteneur {
	position: absolute;
	min-height: 100%;
	height: 100%;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: auto;
	width: 826px;
	left: 50%;
	/*top: 0;*/
	margin-left: -400px;
	background-image: url(images/interface/ombre.jpg);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	font: 0.7em Verdana, Arial, serif;
}

html>body #conteneur {
	height: auto;
}

BODY {
	background: #fffddb;
	margin: 0px 0px 0px 0px;
	color: #000000;
}

IMG {
	border: 0px;
}

H1 {
	font: bold 1.5em "Century Gothic", Verdana, Arial, serif;
	color: #0d5402;
}

H2 {
	color: #008CFF;	
	font: bold 1.3em "Century Gothic", Verdana, Arial, serif;
	padding: 5px 0px 0px 0px;
	border-bottom: 1px dotted #008CFF;		
}

H3 {
	padding-bottom: 3px;
	margin-bottom: 0px;
	text-decoration: underline;
	font-weight: bold;
	font-style: italic;
	font-size: 1.0em;
}

INPUT, TEXTAREA {
	font-size: 1.0em;
	font-family: Verdana, Arial, serif;
	border: 1px solid #CCCCCC;
	width: 200px;
}

INPUT:hover, TEXTAREA:hover, INPUT:focus, TEXTAREA:focus {
	border: 1px solid #666666;
}

SELECT {
	font-size: 1.1em;
	font-family: Verdana, Arial, serif;	
}

LABEL {
	color: black;
	font-weight: bold;
	font-family: Verdana, Arial, serif;
	font-size: 0.8em;
}

LABEL.home-label {
	color: #0d5402;
	font-weight: bold;
	font-size: 1.0em;
	line-height: 16px;
}

A, A:link, A:visited {
	color: #0d5402;
	text-decoration: underline;
	font: bold 1.0em Verdana, Arial, serif;
}

A:hover {
	color: black;
}

LI {
	padding: 3px;
}

#content {
	padding: 5px 20px 20px 20px;
}

#menu {
	background-image: url(images/interface/menu-background.jpg);
	background-repeat: repeat-x;
	background-color: Green;
	height: 37px;
	color: white;
	text-align: center;
}

#menu a, #menu a:visited {
	font: bold small-caps 1.2em Verdana, Arial, serif; 
	color: #d3ecce;
	text-decoration: none;
}

#menu a:hover {
	color: white;
	text-decoration: underline;
}

#bloc-recherche {
	background-image: url(images/bloc_recherche.jpg);
	background-repeat: no-repeat; 
	width:276px; 
	height:217px;
	padding: 5px 20px 15px 20px;
}

#bloc-bottom {
	background-image: url(images/bloc_bottom.jpg);
	background-repeat: no-repeat; 
	width:750px; 
	height:175px;
	font-size: 1.2em;
	color: #0d5402;
}

INPUT.search-button {
	background-color: #0d5402;
	color: white;
	width: auto;	
	font-weight: bold;
	font-size: 1.1em;
	font-family: Verdana, Arial, serif;	
	border: 1px solid #0D5402;	
}

LI.home-puce {
	list-style-image: url(images/puce.gif);
	font-size: 1.2em;
}

TD.displaySearchHeadingFirst {
	background-color: #4A8042;
	color: #FFFDDB;
	font-weight: bold;
}

TD.displaySearchHeading {
	background-color: #4A8042;
	color: #FFFDDB;
	font-weight: bold;
	height: 17px;
}

TD.displaySearchHeading a {
	color: #FFFDDB;
	font-weight: bold;	
	text-decoration: none;
}

TD.displaySearchHeading a:hover {
	color: White;
}

DIV.blocHeader {
	background-color: #4A8042;
	font-weight: bold;
	color: white;
	line-height: 20px;
	padding: 3px;
	text-align: center;
}

DIV.blocContent {
	background-color: #FFFEEF;
	border: 1px solid #4A8042;
	color: #085500;
	padding: 3px;
	text-align: center;
}

DIV.blocContent a {
	text-decoration: none;
}

DIV.blocText {
	text-align: center; 
	border: 1px solid #0d5402; 
	margin: 20px; 
	padding: 14px; 
	background-color: #FFFDDB; 
	font-size: 1.2em; 
	color: #0d5402;
	-moz-border-radius: 8px; 
}

IMG.photo {
	border: 1px solid black;
}

#panoramique {
	text-align: center;
	font-size: 0.8em;
	border: 1px solid #DDDDDD;
	background-color: #F5F5F5;
	padding: 3px;
}


#footer {
	position: absolute;
	bottom: 0;
	padding-bottom: 5px;
	padding-top: auto;
	width: 100%;
	height: 30px;
	text-align: center;
	color: #595959;
}