/*----------- Structure de la page -----------*/
body{
	font-family:Arial, Helvetica, sans-serif;
	background-color:#F3E98B;
	margin:0px;
	padding:0px;
}
#tbl-conteneur{
	height:600px;
	width:765px;
	background-image:url(img/corps-fond.jpg);
	background-position:right;
	background-repeat:repeat-y;
	border:1px #FF9B31 solid;
}
#cel-haut{
	background-image:url(img/haut.jpg);
	background-position:top;
	background-repeat:no-repeat;
	height:30px;
}
#cel-bandeau{
	height:111px;
}
#cel-menu{
	background-image:url(img/menu.jpg);
	background-position:top;
	background-repeat:no-repeat;
	height:29px;
}
#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:34px;
}
#tbl-corps{
	background-image:url(img/corps-haut.jpg);
	background-position:right top;
	background-repeat:no-repeat;
}
#bord-gauche{
	width:226px;
	height:426px;
	background-image:url(img/img-bord-gauche.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	background-color:#fff;
}

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

#menu-gauche{
	font-size:12px;
	font-weight:normal;
	color:#603E1D;
	background-image:url(img/bord-droit.jpg);
	background-position:top;
	background-repeat:no-repeat;
	height:256px;
}
#menu-gauche a{
	background-image:url(img/fond-a.jpg);
	background-position:top;
	background-repeat:repeat-x;
	display:block;
	padding:2px 6px 1px 6px;
	margin:0px;
	text-decoration:none;
	width:50px;
	color:#603E1D;
}
#menu-gauche a:hover,#menu-gauche a.active{
	background-image:url(img/fond-a-hover.jpg);
	background-position:top;
	background-repeat:repeat-x;
	text-decoration:none;
	color:#603E1D;
}

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

#menu{
	font-size:12px;
	font-weight:normal;
	color:#603E1D;
	text-align:right;
	padding:0px 4px 0 0;
}
#menu a{
	padding:0 1px 0 1px;
	text-decoration:none;
	color:#603E1D;
}
#menu a:hover{
	color:#333;
	text-decoration:underline;
}
#menu a.active{
	font-weight:bold;
	color:#603E1D;
}
#menu-conseiller{
	text-align:right;
	margin-right:125px;
	padding-top:8px;
}
#menu-conseiller a{
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
	color:#DF8121;
}
#menu-conseiller a:hover{
	font-weight:bold;
	text-decoration:none;
	color:#DF8121;

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

#contenu{
	min-height:128px;
	padding:30px 100px 80px 20px;
	font-size:12px;
	color:#000;
}
#contenu a{
	font-weight:bold;
	text-decoration:underline;
	color:#DF8121;
}
#contenu a:hover{
	text-decoration:none;
	color:#DF8121;
}
h1{
	font-size:16px;
	color:#000;
	padding:0px 0px 0px 0px;
	margin:0px;
}
h2{
	font-size:12px;
	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 #AF5C08;
	color:#333;
	background-color:#fff;
}

select, option {
	color:#fff;
}

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

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

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


