/******************************************/
/********** 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 #F2DB95 solid;
	background-image:url(img/corps-fond.jpg);
	background-position:top;
	background-repeat:repeat-y;
}
#block-haut{
	background-image:url(img/haut.jpg);
	background-position:top;
	background-repeat:no-repeat;
	height:30px;
}
#block-bandeau{
	height:225px;
}
#block-corps{
	background-image:url(img/corps-haut.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	width:765px;
	float:left;
}
#block-corps-image{
	background-image:url(img/gauche-img.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
	width:765px;
	float:left;
}
#block-menu{
	width:271px;
	float:left;
	margin-top:38px;
	background-image:url(img/menu.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	height:280px;
}
#block-contenu{
	background-image:url(img/droite-img.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
	height:280px;
	margin-left:271px;
}
html>body #block-contenu {
	height:auto;
	min-height:280px;
} 
html>body #block-menu {
	height:auto;
	min-height:280px;
} 
#block-bas{
	background-image:url(img/bas.jpg);
	background-position:top;
	background-repeat:no-repeat;
	height:67px;
	clear:left;
}

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

#menu{
	font-size:11px;
	font-weight:bold;
	color:#fff;
	list-style-type:none;
	margin:0px 0px 0 0px;
	padding:0px;
}
#menu li{
	padding:0px 0 0px 0;
}
#menu a{
	padding:3px 0 2px 0px;
	margin-left:47px;
	display:block;
	width:183px;
	text-decoration:none;
	color:#0B0F4D;
	border-bottom:1px #0B0F4E solid;
}
#menu a:hover,#menu a.active{
	background-image:url(img/a-fond-hover.jpg);
	background-position:0px 0px;
	background-repeat:no-repeat;
	margin:0px;
	padding-left:47px;
	height:14px;
	width:203px;
	text-decoration:none;
	color:#fff;
}
#menu-no-border{
	border:none;
}

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

#contenu-texte{
	margin:47px 22px 0px 0px;
	font-size:12px;
	color:#000;
	line-height:16px;
	
}
#contenu-texte a{
	text-decoration:underline;
	color:#954405;
}
#contenu-texte a:hover{
	text-decoration:none;
	color:#954405;
}
h1{
	font-size:16px;
	color:#000;
	padding:3px 30px 3px 20px;
	position:relative;
	top:0px !important;
	left:0px !important;
	left:-3px;
	top:-1px;
	line-height:22px;
	display:inline;
	background-color:#F2DB95;
}
h3{
	font-size:14px;
	color:#333;
	padding:0px 0px 0px 0px;
}
ul{
	list-style-type:square;
}
#contenu-texte img{
	border:1px #333 solid;
}
#contenu-texte .no-border{
	border:none;
}
.align-middle{
	vertical-align:baseline;
}
.tbl-border{
	border:1px #000 solid;
}
.petit{
	font-size:10px;
}
.gras{
	font-weight:bold;
}
.centrer{
	text-align:center;
}
p{
	margin:0px;
	padding:5px 0 5px 0;
}
.entete {
	color:#4D5296;
	font-weight:bold;
}
/******************************************/
/*************** FORMULAIRES **************/
/******************************************/

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

select, option {
	color:#fff;
}

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

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

#block-bas h2{
	text-align:center;
	font-size:12px;
	color:#fff;
	font-weight:bold;
	margin:0px;
	padding:47px 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;
}