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

body{
	font-family:Arial, Helvetica, sans-serif;
	background:url(img/fond.jpg) repeat;
	margin:0px;
	padding:0px;
}
#block-principal{
	width:765px;
	margin-left:auto;
	margin-right:auto;
	background:url(img/corps-fond.jpg) left top repeat-y;
}
#block-bandeau{
	height:120px;
}
#block-corps{
	background:url(img/corps-haut.jpg) top no-repeat;
	width:765px;
}
#block-corps-image{
	background:url(img/gauche-img.jpg) bottom no-repeat;
	width:765px;
}
#block-menu{
	background:url(img/menu.jpg) top no-repeat;
	height:23px;
}
#block-contenu{
	background:url(img/corps-bas.jpg) bottom no-repeat;
	height:440px;
}
#block-bas{
	background:url(img/bas.jpg) top no-repeat;
	height:23px;
    	 
}

/* Hack ie pour taille min de page */

html>body #block-contenu {
	height:auto;
	min-height:440px;
} 

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

#menu-secondaire{
	font-size:12px;
	font-weight:normal;
	padding:0 0 0 0;
	margin:0;
	position:absolute;
	top:15px;
	right:50%;margin-right:-363px;
}
#menu-secondaire li{
	display:inline;
	border-right:1px #E0C397 solid;
	padding:0 2px 0 2px;
}
#menu-secondaire a{
	text-decoration:underline;
	color:#E0C397;
}
#menu-secondaire a:hover,#menu-secondaire a.active{
	text-decoration:none;
	color:#E0C397;
}
#menu-secondaire .no-border{
	border:none;
}
/*******************************************/
/****************** MENU *******************/
/******************************************/

#menu{
	list-style-type:none;
	font-size:12px;
	font-weight:bold;
	margin:0;
	padding:0px 0 0 265px;
	text-align:center;
	height:23px 
}
#menu li{
	padding:0;
	margin:0;
	display:inline;
}
#menu a{
	padding:0 4px 0 4px;
	color:#870E06;
	text-decoration:none;
        border-right:1px #F47900 solid;
    	display:block;
	height:23px;
	line-height:23px;
	float:left;
}
#menu a:hover,#menu a.active{
	background:url(img/a-fond-hover.jpg) top repeat-x;
	text-decoration:none;
	color:#F47900;
}
#menu .no-border a{
	border:none;
}

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

#contenu-texte{
	padding:20px 40px 40px 275px;
	font-size:12px;
	color:#870E06;
	line-height:16px;
    text-align:justify;
}
#contenu-texte a{
	text-decoration:underline;
	color:#ff0000;
}
#contenu-texte a:hover{
	text-decoration:none;
	color:#ff0000;
}
h1{
	font-size:16px;
	color:#870E06;
	padding:0 0 30px 0px;
	margin:0;
}
h2{
	font-size:14px;
	margin:0;
	padding:4px 0 4px 0;
}
h3{
	font-size:14px;
	margin:0;
	padding:0;
	text-align:center;
	color:#fff;
}
h4{
	font-size:14px;
	color:#333;
	padding:0;
}
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{
	padding:4px;
	background-color:#fff;
	border:1px #ccc solid;
}
#contenu-texte img:hover{
	padding:4px;
	background-color:#dcdcdc;
	border:1px #a6a6a6 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 #E4BD94 solid;
	border-collapse:collapse;
}
.tbl-border td{
	border:1px #E4BD94 solid;
	border-collapse:collapse;
}
.petit{
	font-size:10px;
}
.gras{
	font-weight:bold;
}
.entete{
	color:#ff0000;
}
.colonne-gauche{
	width:45%;
	float:left;
	padding-right:15px;
	text-align:justify;
}
.colonne-droite{
	float:left;
	width:45%;
	padding-left:15px;
	text-align:justify;
}
.cadre3{
	border:1px solid #ccc;
}
.titre{
	font-weight:bold;
	text-decoration:underline;
}
.boite{
	background-color:#ccc;
	border:1px solid #999;
	width:50%;
	padding:7px;
	margin:7px 0 7px 0;
}
.galerie-image {
	text-align:center;
}
.galerie-image img{
	margin:20px 15px  15px 0;
}

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

input.txt11 {
	border:1px #ccc solid;
	color:#333;
	background-color:#fff;
}
select, option {
	color:#333;
}
textarea {
	border:1px #ccc solid;
	color:#333;
}
input.txt11:focus,textarea:focus {
	border:1px #ff0000 solid;
	background-color:#fafafa;
}

/******************************************/
/****************** BAS *******************/
/****************************************/

#block-bas h3{
	text-align:center;
	font-size:12px;
	color:#010200;
	font-weight:bold;
	margin:0;
	padding:8px 0 0 0;
}

#credits img{
	vertical-align:middle;
}
#credits{
	width:765px;
	margin-top:5px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	font-size:11px;
	color:#010200;	
}
#credits a{
	font-size:11px;
	color:#010200;
	text-decoration:underline;	
}
#credits a:hover{
	font-size:11px;
	color:#010200;	
	text-decoration:none;
}


/*********** table.menu ***********/
table.menus{
	border:1px solid white;
	background:#4A2D22;
	padding:5px;
	}
table.menus td,table.menus td p,table.tarifs td{color:#fff; letter-spacing:0px;text-align:center}
table.menus td.bas{font-size:smaller;background-color:#666}
table.menus th,table.tarifs th{
	font-weight:bold;font-size:14px;color:#333;
	letter-spacing:0px;margin:0;padding:5px 0;
	background-color:#FB8711;
	color:#F3EBD4;
	border-bottom:1px solid white;
	text-align:center
	}
.infobulle{
	position: absolute;visibility:hidden;
	border:1px solid #fff;padding: 5px; color:white;
	font-size: 12px;background-color: #9c1e3d;
}


/***********table.tarifs ************/
table.tarifs{
	background:#777;
	border-top:1px solid #eee; border-right:1px solid #eee
	}
table.tarifs th{
	font-size:12px;
	border-bottom:1px solid #eee; border-left:1px solid #eee
	}
table.tarifs td{
	color:#fff; letter-spacing:1px;text-align:center;
	border-bottom:1px solid #eee; border-left:1px solid #eee
	}
/***********table.ideecadeaux ************/
table.ideecadeaux{
	background:url("img/fond-tarifs.jpg") no-repeat center #777;
	border-top:1px solid #eee; border-right:0px solid #eee
	}
table.ideecadeaux th{
	font-size:12px;
	border-bottom:0px solid #eee; border-left:0px solid #eee
	}
table.ideecadeaux td{
	color:#fff; letter-spacing:1px;text-align:center;
	border-bottom:0px solid #eee; border-left:0px solid #eee
	}

h2{ padding:0px; margin:0px;}
.cadre3{ border:1px dashed #FFFFFF;}

/**********GESTION CALQUE MENU*********/
#CalqueMENU { 
	z-index:120;
	 border: solid 1px #000;
	 position:absolute;
     left: 50%; 
     top: 50%;
     width: 400px;
     /*height: 100%;*/
     margin-top: -300px; /* moitié de la hauteur */
     margin-left: -200px; /* moitié de la largeur */
	 }
/* ]]> */

.opacity20  {filter : alpha(opacity=10); -moz-opacity : 0.1; opacity : 0.1; width:100%; } 
.opacity100  {filter : alpha(opacity=100); -moz-opacity :1; opacity :1; width:100%;}

/* NEWSLETTER */

#newsletter{
	font-size:12px;
	font-weight:normal;
	padding:0 0 0 0;
	margin:0;
	position:absolute;
	top:190px;
	color:#550602;
	font-weight:bold;
	left:50%;margin-left:-353px;
}