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

body{
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(img/fond.jpg);
	margin:0px;
	padding:0px;
}
#block-principal{
	width:765px;
	margin-left:auto;
	margin-right:auto;
	border:1px #fff solid;
	background-image:url(img/corps-fond.jpg);
	background-position:top;
	background-repeat:repeat-y;
}
#block-bandeau{
	height:158px;
}
#block-corps{
	background-image:url(img/corps-haut.jpg);
	background-position:top;
	background-repeat:no-repeat;
	width:765px;
}
#block-corps-image{
	background-image:url(img/gauche-img.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
	width:765px;
}
#block-menu{
	background-image:url(img/menu.jpg);
	background-position:top;
	background-repeat:no-repeat;
	height:39px;
}
#block-contenu{
	background-image:url(img/corps-bas.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	height:380px;
}
html>body #block-contenu {
	height:auto;
	min-height:380px;
} 
#block-bas{
	background-image:url(img/bas.jpg);
	background-position:top;
	background-repeat:no-repeat;
	height:24px;
}
#newsletter{
	position:absolute;
	top:210px;
	right:50%;margin-right:-359px;
	background-image:url(img/bloc-newsletter.jpg);
	background-position:top;
	background-repeat:no-repeat;
	width:241px;
	height:83px;
	padding:30px 0 0 20px;
}
#menu_plat{
	position:absolute;
	top:310px;
	right:50%;margin-right:-359px;
	width:241px;
	height:83px;
	padding:30px 0 0 20px;
}

/******************************************/
/************* MENU SECONDAIRE ************/
/******************************************/

#menu-secondaire{
	font-size:12px;
	font-weight:normal;
	color:#fff;
}
#menu-secondaire a{
	text-decoration:underline;
	color:#fff;
}
#menu-secondaire a:hover,#menu-secondaire a.active{
	text-decoration:none;
	color:#fff;
}

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

#menu{
	font-size:12px;
	font-weight:bold;
	color:#fff;
	list-style-type:none;
	margin:0px;
	padding:8px 0 0 0;
	text-align:center;
}
#menu li{
	padding:0px;
	display:inline;
}
#menu a{
	padding:5px 10px 5px 10px;
	text-decoration:none;
	color:#613D19;
}
#menu a:hover,#menu a.active{
	background-color:#4B2717;
	text-decoration:none;
	color:#E2B24C;
}
#menu .no-border{
	border:none;
}

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

#contenu-texte{
	padding:20px 30px 20px 30px;
	font-size:12px;
	color:#000;
	line-height:16px;

}
#contenu-texte a{
	text-decoration:underline;
	color:#613D19;
	font-weight:bold;
}
#contenu-texte a:hover{
	text-decoration:none;
	color:#9f2217;
}
h1{
	font-size:16px;
	color:#A02216;
	padding:0px 0px 20px 0px;
	margin:0px;
}
h2{
	font-size:14px;
}
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:#333;
	background-color:#333;
	height:1px;
	border:0;
}
#contenu-texte img{
	border:1px #333 solid;
}
#contenu-texte .no-border{
	border:none;
}
.tbl-border{
	border:1px #000 solid;
	border-collapse:collapse;
}
.tbl-border td{
	border:1px #000 solid;
	border-collapse:collapse;
}
.petit{
	font-size:10px;
}
.encadre{
	border:1px solid #000;
	background-color:#666666;
	text-align:center;
	width:50%;
}
.gras{
	font-weight:bold;
}
.entete{
	color:#FF0000;
}
.colonne{
	float:left;
}
.cadre3{
	border:1px solid #ccc;
}

.cadre {
	background:#edddaa;
	border:1px solid #cfbf8b;
	padding:5px;
	width:440px;
	margin-top:10px;
	margin-bottom:10px;
	font-size:11pt;
}

.titremenu {
	color:#0066FF;
	font-size:12pt;
	font-weight:bold;
	padding-left:50px;
	padding-bottom:2px;
	margin-bottom:5px;
	border-bottom:1px dashed #0066ff;
}

.remarque {
	font-size:8pt;
	font-style:italic;
	margin-left:5px;
}

.tarifmenu {
	color:#9f2217;
}
/******************************************/
/*************** 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 *******************/
/******************************************/

#block-bas h2{
	text-align:center;
	font-size:12px;
	color:#fff;
	font-weight:bold;
	margin:0px;
	padding:6px 0 0 0px;
}

#credits img{
	vertical-align:middle;
}
#credits{
	width:765px;
	margin-top:5px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	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;
}



