/*----------- Structure de la page -----------*/
body{
	font-family:Arial, Helvetica, sans-serif;
	background-color:#6E5137;
	margin:0px;
	padding:0px;
}
#tbl-conteneur{
	height:600px;
	width:765px;
	border:1px #fff solid;
}
#cel-haut{
	background-image:url(img/haut.jpg);
	background-position:top;
	background-repeat:no-repeat;
	height:30px;
}
#cel-bandeau{
	height:212px;
}
#cel-menu{
	background-image:url(img/menu.jpg);
	background-position:top;
	background-repeat:no-repeat;
	height:31px;
}
#tbl-corps{
	background-image:url(img/fond-corps.jpg);
	background-position:right;
	background-repeat:repeat-y;
}
#cel-corps{
	background-image:url(img/corps.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
#cel-bas{
	background-image:url(img/bas.jpg);
	background-position:top;
	background-repeat:no-repeat;
	height:29px;
}
#bord-gauche{
	background-image:url(img/bord-gauche.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	background-color:#AC825C;
	width:93px;
	height:327px;
}

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

#menu{
	font-size:12px;
	font-weight:bold;
	color:#fff;
	padding-left:3px;
}
#menu a{
	text-decoration:none;
	color:#fff;
	padding:7px 3px 5px 3px !important;
	padding:8px 3px 18px 3px;
	line-height:27px;
}
#menu a:hover,#menu a.active{
	background-image:url(img/fond-a-hover.jpg);
	background-position:top;
	background-repeat:repeat-x;
	text-decoration:none;
	color:#000;
}

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

#contenu{
	padding:0px 10px 10px 10px;
	font-size:12px;
	color:#fff;
}
#contenu a{
	text-decoration:underline;
	color:#
}
#contenu a:hover{
	text-decoration:none;
	color:#
}
h1{
	font-size:20px;
	color:#000;
	padding:45px 0px 2px 0px;
	margin:0px 5px 20px 0px;
	border-bottom:1px #FFED00 solid;
}
h2{
	font-size:14px;
	color:#333;
	padding:0px 0px 0px 0px;
}
ul{
	list-style-type:square;
}
#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 #6E5137;
	color:#333;
	background-color:#fff;
}

select, option {
	color:#fff;
}

textarea {
	border:1px solid #6E5137;
	color:#333;
}

/*----------- BAS  -----------*/
#bas{
	text-align:center;
	font-size:12px;
	color:#fff;
	font-weight:bold;
	padding-top:9px;
}

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

