/******************************************/
/********** 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 #0A02A3 solid;
	background-image:url(img/corps-fond.jpg);
	background-position:top;
	background-repeat:repeat-y;
}
#block-bandeau{
	height:198px;
}
#block-corps{
	width:765px;
	float:left;
}
#block-corps-image{
	width:765px;
	float:left;
}
#block-menu{
	background-image:url(img/menu.jpg);
	background-position:top;
	background-repeat:no-repeat;
	width:197px;
	float:left;
	height:276px;
}
#block-contenu{
	background-image:url(img/corps.jpg);
	background-position:top;
	background-repeat:no-repeat;
	height:320px;
	margin-left:197px;
}
html>body #block-contenu {
	height:auto;
	min-height:320px;
} 
#block-bas{
	background-image:url(img/bas.jpg);
	background-position:top;
	background-repeat:no-repeat;
	height:54px;
	clear:left;
}

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

#menu{
	font-size:12px;
	font-weight:normal;
	color:#fff;
	list-style-type:none;
	margin:0 0px 0 22px;
	padding:3px 0 0 0;
	height:17px;
}
#menu li{
	padding:2px 0 2px 0;
	height:17px;
	
}
#menu a{
	text-decoration:none;
	color:#fff;	
	line-height:17px;
}
#menu a:hover,#menu a.active{
	text-decoration:none;
	color:#FFED00;
}
#menu .no-border{
	border:none;
}
#menu a.active{
	font-weight:bold;
}
/******************************************/
/************ CORPS DE LA PAGE ************/
/******************************************/

#contenu-texte{
	padding:40px 20px 20px 20px;
	font-size:12px;
	color:#072957;
	line-height:16px;
}
#contenu-texte a{
	text-decoration:underline;
	color:#5a76ce;
	font-weight:bold;
}
#contenu-texte a:hover{
	text-decoration:none;
	color:#5a76ce;
}
h1{
	font-size:18px;
	color:#072957;
	padding:0px 0px 8px 0px;
	margin:0px;
	border-bottom:1px #072957 solid;
}
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;
}
#contenu-texte img{
	border:1px #333 solid;
}
#contenu-texte .no-border{
	border:none;
}
.first{
	padding-top:30px;
}
.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 #93AAF0 solid;
	color:#333;
	background-color:#fff;
}

select, option {
	color:#fff;
}

textarea {
	border:1px #93AAF0 solid;
	color:#333;
}
input.txt11:focus,textarea:focus {
	border:1px #5a76ce solid;
	background-color:#f1f4fe;
}

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

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