

/*********** Structure de la page ******************************/


#conteneur{
	width:763px;
	margin-left:auto;
	margin-right:auto;
	border:1px #fff solid;
	background-image:url(img/pix-fond.gif);
	background-position:top;
	background-repeat:repeat-y;
}

#bandeau{
	height:157px;
	padding:0;
	margin:0;
}

#block-corps{
	background-image:url(img/principale.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	width:763px;
	height:auto;
}

#block-contenu{
	background-image:url(img/corps-bas.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	height:396px;
}

html>body #block-contenu {
	height:auto;
	min-height:396px;
}

#contenu-text{
	float:left;
	width:483px;
	padding:20px 30px 0 20px;
}

#contenu-text img{
	border:1px solid #413207;
}

#contenu-text ul{
	margin:0 0 0 30px;
	padding:0;
}

#contenu-text li{
	list-style-position: outside;
	list-style-type:square;
	list-style-image: url(img/puce.gif);
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000;
}

#contenu-text .no-border{
	border:none;
}

#conteneur-menu{
	width:210px;
	float:left;
	background-image:url(img/gauche.jpg);
	background-position:top;
	background-repeat:no-repeat;
	height:383px;
	padding:11px 0 0 20px;
}

#basdepage{
	background-image:url(img/basdepage.jpg);
	background-position:top;
	background-repeat:no-repeat;
	height:18px;
	margin:0;
	padding:27px 0 0 0;
	text-align:center;
	font-size:11px;
	color:#FFF;
	font-weight:bold;
}

#credits{
	width:765px;
	margin-top:5px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	font-size:11px;
	color:#000;	
}

#credits a{
	font-size:11px;
	color:#000;
	text-decoration:underline;	
}

#credits a:hover{
	font-size:11px;
	color:#000;	
	text-decoration:none;
}

#credits img{
	vertical-align:middle;
}

/*********** balises ******************************/


body {
	font-family:Arial, Helvetica, sans-serif;
	background: url(img/fond.jpg);
	background-color:#fff;
	margin:0;
	padding:0;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#654130;
	font-weight:bold;
	text-transform:uppercase;
	padding:0;
	margin:0;
}

p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000;
	text-align:justify;
	padding:0;
	margin:0;
}

a {
	color:#000;
	text-decoration:underline;
}

a:hover {
	color:#000;
	text-decoration:none;
}


/*********** menu ******************************/


#menu{
	font-size:12px;
	font-weight:normal;
	color:#fff;
	list-style-type:square;
	margin:0px;
	font-weight:bold;
	padding:0;
	text-align:left;
	line-height:18px;	
}

#menu li{
	padding:0px;
	list-style-position: inside;
}

#menu a{
	padding:0;
	text-decoration:none;
	color:#fff;
}
#menu a:hover,#menu a.active{
	background-image:url(img/a-fond-hover.jpg);
	background-position:0px 0px;
	background-repeat:repeat-x;
	text-decoration:none;
	color:#f4a112;
}


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

input {
border:1px solid #654130;
color:#000;
background-color:#FFFFFF;
}

select, option {
color:#000;

}

textarea {
border:1px solid #654130;
color:#000;
}

.txtformulaire{
	text-align:right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000;
}

/*********** classes ******************************/

.conseil{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#fff;
	font-weight:bold;
	text-align:justify;
	padding:0;
	margin:0;
}

.conseil a {
	color:#fff;
	text-decoration:underline;
}

.conseil a:hover,.conseil a:active{
	color:#fff;
	text-decoration:none;
}
