/******************************************/
/********** 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 #C9DFF6 solid;
	background-image:url(img/corps-fond.jpg);
	background-position:top;
	background-repeat:repeat-y;
}
#block-bandeau{
	height:201px;
}
#block-corps{
	background-image:url(img/corps-haut.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	width:765px;
	float:left;
}
#block-corps-image{
	background-image:url(img/corps-bas.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
	width:765px;
	float:left;
}
#block-menu{
	width:216px;
	float:left;
}
#block-contenu{
	height:380px;
	margin-left:216px;
}
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:30px;
	clear:left;
}

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

#menu{
	font-size:12px;
	font-weight:normal;
	color:#001A5F;
	margin:10px 0px 0 43px;
	padding:0px;
	text-align:center;
	width:160px;
}
#menu dd {
	position: absolute;
	z-index: 100;
	left:50%;margin-left:-200px;
	margin-top: -1.4em;
	width: 170px;
	background: #ffffe6;
	border: 1px solid #ccc;
}
#menu ul{
	margin:0px;
	padding:5px;
	list-style-type:none;
	text-align:left;
}
#menu ul li{
	padding:1px 0 1px 3px;
}
#menu dt{
	padding:3px 0 3px 0;
	border-bottom:1px #448E37 dotted;
	cursor:pointer;
}
#menu a{
	background-image:url(img/a-fond.gif);
	background-position:0px 0px;
	background-repeat:no-repeat;
	padding-left:0px;
	text-decoration:none;
	color:#001A5F;
}
#menu a:hover{
	text-decoration:underline;
	color:#001A5F;
}
#menu a.active{
	font-weight:bold;
	text-decoration:underline;
	color:#001A5F;
}
#menu .no-border{
	border:none;
}

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

#contenu-texte{
	padding:70px 78px 20px 28px;
	font-size:12px;
	color:#000;
	line-height:16px;
}
#contenu-texte a{
	text-decoration:underline;
	color:#448E37;
}
#contenu-texte a:hover{
	text-decoration:none;
	color:#448E37;
}
h1{
	font-size:16px;
	color:#448E37;
	padding:0px 0px 20px 35px;
	margin:0px;
}
h3{
	font-size:14px;
	color:#333;
	padding:0px 0px 0px 0px;
}
ul{
	list-style-type:square;
}
p{
	margin:0px;
	padding:5px 0 5px 0;
}
hr{
	color:#333;
	background-color:#333;
	height:1px;
	border:0;
}
.liste-numero{
	list-style-type:decimal;
}
#contenu-texte img{
	border:1px #333 solid;
}
#contenu-texte .no-border{
	border:none;
}
.tbl-border{
	border:1px #000 solid;
}
.petit{
	font-size:10px;
}
.gras{
	font-weight:bold;
}
.entete{
	color:#FF0000;
}
.colonne{
	float:left;
}

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

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

select{
	border:1px #4F68AA solid;
	color:#333;
	background-color:#fff;
}

textarea {
	border:1px #4F68AA solid;
	color:#333;
}
input.txt11:focus,textarea:focus {
	border:1px #448E37 solid;
	background-color:#f6fff4;
}

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

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