/******************************************/
/********** 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:146px;
}
#block-corps{
	background-image:url(img/corps.jpg);
	background-position:top;
	background-repeat:no-repeat;
	width:765px;
	float:left;
}
#block-corps-image{
	width:765px;
	float:left;
}
#block-menu{
	width:230px;
	float:left;
}
#block-contenu{
	height:411px;
	margin-left:230px;
	padding:20px 14px 0 0;
}
html>body #block-contenu {
	height:auto;
	min-height:411px;
} 
#block-bas{
	background-image:url(img/bas.jpg);
	background-position:top;
	background-repeat:no-repeat;
	height:23px;
	clear:left;
}
#cligno{
	position:absolute;
	top:500px;
	left:50%;margin-left:-363px;
	color:#fffc14;
	font-weight:bold;
}

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

#menu-secondaire{
	font-size:12px;
	font-weight:normal;
	color:#322C14;
	position:absolute;
	top:134px;
	right:50%;margin-right:-365px;
}
#menu-secondaire a{
	text-decoration:underline;
	color:#322C14;
}
#menu-secondaire a:hover,#menu-secondaire a.active{
	text-decoration:none;
	color:#322C14;
}

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

#block-menu{
	padding:0 0 0 15px;
}
#block-menu a{
	display:block;
	padding:2px 0 2px 0;
}

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

#contenu-texte{
	padding:0 26px 0 40px;
	font-size:12px;
	color:#000;
	line-height:16px;
	height:380px;
	overflow:auto;
}
#contenu-texte a{
	text-decoration:underline;
	color:#EF705F;
}
#contenu-texte a:hover{
	text-decoration:none;
	color:#EF705F;
}
h1{
	font-size:16px;
	color:#EA7152;
	padding:0px 0px 20px 0px;
	margin:0px;
}
h3{
	font-size:16px;
	color:#9c6017;
	margin:0px;
	padding:0px 0px 0px 0px;
}
.accueil_txt{
	text-align:center;
	color:#9c6017;
}
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 #85980B solid;
}
#contenu-texte .no-border{
	border:none;
}
.tbl-border{
	border:1px #000 solid;
}
#tbl-partenaire{
position:relative;
top:0px !important;
top:-200px;
}
.petit{
	font-size:10px;
}
.gras{
	font-weight:bold;
}
.colonne{
	float:left;
}

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

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

select, option {
	color:#fff;
}

textarea {
	border:1px #EA6C55 solid;
	color:#333;
}
input.txt11:focus,textarea:focus {
	border:1px #BB9A49 solid;
	background-color:#FBF1AC;
}

/******************************************/
/****************** 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:#EA251F;
	text-decoration:underline;	
}
#credits a:hover{
	font-size:11px;
	color:#EA251F;	
	text-decoration:none;
}