/*----------- Structure de la page -----------*/
body{
	font-family:Arial, Helvetica, sans-serif;
	background-color:#F3E7C7;
	margin:0px;
	padding:0px;
}
#tbl-conteneur{
	height:600px;
	width:765px;
	border:1px #652B15 solid;
}
#cel-haut{
	background-image:url(img/haut.jpg);
	background-position:top;
	background-repeat:no-repeat;
	height:20px;
}
#cel-bandeau{
	height:225px;
}
#cel-menu{
	background-image:url(img/menu.jpg);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#F3E7C7;
	height:231px;
	width:169px;
}
#tbl-corps{
	background-image:url(img/fond-corps.jpg);
	background-position:right;
	background-repeat:repeat-y;
	height:242px;
}
#cel-corps{
	background-image:url(img/corps.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}
#cel-bas{
	background-image:url(img/bas.jpg);
	background-position:top;
	background-repeat:no-repeat;
	height:113px;
}

/*----------- MENU HAUT -----------*/

#menu-haut{
	font-size:12px;
	font-weight:bold;
	color:#652B15;
	text-align:right;
	padding-top:3px;
	margin-right:180px;
}
#menu-haut a{
	text-decoration:none;
	color:#652B15;
}
#menu-haut a:hover,#menu-haut a.active{
	text-decoration:none;
	color:#A6621C;
}

/*----------- MENU -----------*/

#menu{
	font-size:12px;
	font-weight:bold;
	color:#FAF8F7;
	list-style-type:none;
	text-align:center;
	margin:0px;
	padding:0px 10px 0px 0px;
	width:130px;
}
#menu li{
	padding:4px 4px;
	border-bottom:1px #FAF8F7 solid;
}
#menu li.li-no-border{
	border:none;
}
#menu a{
	text-decoration:none;
	color:#fff;
}
#menu a:hover,#menu a.active{
	text-decoration:none;
	color:#FFD93C;
}

/*----------- CORPS DE LA PAGE -----------*/

#contenu{
	padding:5px 135px 0px 20px;
	font-size:12px;
	color:#652B15;
}
#contenu a{
	text-decoration:underline;
	color:#A6621C;
}
#contenu a:hover{
	text-decoration:none;
	color:#652B15;
}
h1{
	font-size:16px;
	color:#652B15;
	padding:0px 0px 0px 0px;
}
h2{
	font-size:14px;
	color:#DF5F1B;
	padding:20px 0px 0px 0px;
}
ul{
	list-style-type:square;
}
.retour_haut{
	padding:10px 5px;
	text-align:right;
}
.tbl-carte {
	border:1px #652B15 solid;
}
#contenu img{
	border:1px #333 solid;
}
#contenu .no-border{
	border:none;
}
.tbl-border{
	border:1px #000 solid;
}
.petit{
	font-size:10px;
}

/*----------- ELEMENTS PROPRIETAIRES -----------*/

/*----------- FORMULAIRES -----------*/

input {
	border:1px solid #652B15;
	color:#333;
	background-color:#fff;
}

select, option {
	color:#fff;
}

textarea {
	border:1px solid #652B15;
	color:#333;
}

/*----------- BAS  -----------*/
#bas{
	padding:90px 105px 0 0;
	text-align:center;
	font-size:12px;
	color:#FAF8F7;
	font-weight:bold;
}

#credits img{
	vertical-align:middle;
}
#credits{
	font-size:11px;
	color:#652B15;	
}
#credits a{
	font-size:11px;
	color:#652B15;
	text-decoration:underline;	
}
#credits a:hover{
	font-size:11px;
	color:#652B15;	
	text-decoration:none;
}

