/******************************************/
/********** STRUCTURE DE LA PAGE **********/
/******************************************/

body{
	font-family:Arial, Helvetica, sans-serif;
	background:url(images/fond-oblique.jpg) repeat #fff;
	margin:0 0 20px 0;
	padding:0px;
}
#block-background{
	background:url(images/fond.jpg) 1px 0 repeat-x;
	width:100%;
	height:100%;
}
#block-principal{
	width:950px;
	margin-left:auto;
	margin-right:auto;
	background:url(images/corps-fond.jpg) left top repeat-y;
}
#block-bandeau{
	height:337px;
}
#block-bandeau img{
	border:0;
}
#block-corps{
	background:url(images/corps.jpg) top left no-repeat;
	width:950px;
	float:left;
}
#block-menu{
	width:200px;
	float:left;
}
#block-contenu{
	height:400px;
}
html>body #block-contenu {
	height:auto;
	min-height:400px;
} 
#block-bas{
	width:950px;
	background:url(images/bas.jpg) top left no-repeat;
	height:116px;
	clear:left;
}

/******************************************/
/****************** MENU ******************/
/******************************************/

#menu{
	font-size:12px;
	font-weight:bold;
	color:#fff;
	list-style-type:none;
	margin:50px 0px 0 111px;
	padding:0px;
	width:170px;
	text-align:center;
}
#menu li{
	padding:0;
	background:url(images/li-fond.gif) center bottom no-repeat;
}
#menu a{
	display:block;
	text-decoration:none;
	padding:7px 0 8px 0;
	color:#4d412b;
}
#menu a:hover,#menu a.active{
	background:url(images/a-fond-hover.gif) 0 4px no-repeat;
	text-decoration:none;
	color:#4d412b;
}
#menu .no-border{
	border:none;
	background:none;
}

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

#contenu-texte{
	padding:25px 130px 20px 320px;
	text-align:justify;
	font-size:12px;
	color:#77613c;
	line-height:16px;
}
#contenu-texte a{
	text-decoration:underline;
	color:#dc8315;
}
#contenu-texte a:hover{
	text-decoration:none;
	color:#dc8315;
}
#titre-page{
	font-size:18px;
	color:#433825;
	padding:0;
	margin:-6px;
}
h2{
	font-size:14px;
	padding:0px 0px 20px 0px;
}
h3{
	font-size:14px;
	color:#333;
	padding:0px 0px 0px 0px;
}
.titre{
	font-weight:bold;
	text-decoration:underline;
}
ul{
	list-style-type:square;
}
p{
	margin:0px;
	padding:5px 0 5px 0;
}
hr{
	color:#A26F5A;
	background-color:#A26F5A;
	height:1px;
	border:0;
}
.anti-float {
	clear:left;
}
#contenu-texte img{
	padding:4px;
	background-color:#fff4d9;
	border:1px #D9C56F solid;
}
#contenu-texte img:hover{
	padding:4px;
	background-color:#e8c686;
	border:1px #CAA465 solid;
}
#contenu-texte .no-effet{
	padding:0;
	background:none;
	border:none;
}
#contenu-texte .no-effet:hover{
	padding:0;
	background:none;
	border:none;
}
#contenu-texte .no-border{
	border:none;
}
.tbl-border{
	border:1px #A26F5A solid;
	border-collapse:collapse;
}
.tbl-border td{
	border-right:1px #A26F5A solid;
	border-collapse:collapse;
}
.petit{
	font-size:10px;
}
.gras{
	font-weight:bold;
}
.entete{
	color:#FF0000;
}
.boite{
	padding:7px;
	border:1px solid #f8b13e;
	background:#fff0c9;
	margin:15px 0 15px 0;
}
.boite strong{
	color:#dc8315;
}

/******************************************/
/*************** FORMULAIRES **************/
/******************************************/

input.txt11 {
	border:1px #333 solid;
	color:#333;
	background-color:#fff;
}

select, option {
	color:#fff;
}

textarea {
	border:1px #333 solid;
	color:#333;
}
input.txt11:focus,textarea:focus {
	border:1px #BA201E solid;
	background-color:#fafafa;
}

/******************************************/
/*************** BAS DE PAGE **************/
/******************************************/

.footer {
	display:block;
	color:#ad956d;
	font-size:11px;
	text-align:center;
	width:100%;
	padding-top:86px;
}
