/******************************************/
/********** 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 #D2EAFF 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;
	text-align:right;
}
#block-bandeau{
	height:177px;
}
#block-corps{
	background-image:url(img/corps-haut.jpg);
	background-position:top;
	background-repeat:no-repeat;
	width:765px;
}
#block-menu{
	background-image:url(img/menu.jpg);
	background-position:top;
	background-repeat:no-repeat;
	height:18px;
}
#block-contenu{
	background-image:url(img/corps-bas.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	height:380px;
}
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:24px;
}

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

#menu-secondaire{
	font-size:12px;
	font-weight:normal;
	color:#fff;
}
#menu-secondaire a{
	text-decoration:underline;
	color:#fff;
}
#menu-secondaire a:hover,#menu-secondaire a.active{
	text-decoration:none;
	color:#fff;
}

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

#menu{
	font-size:12px;
	font-weight:bold;
	color:#5858BC;
	list-style-type:none;
	margin:0px;
	padding:3px 0 0 0;
	text-align:center;
}
#menu li{
	padding:0px 1px 0px 1px;
	display:inline;
	border-right:1px #5858BC solid;
}
#menu a{
	padding:3px 4px 3px 4px;
	text-decoration:none;
	color:#5858BC;
}
#menu a:hover,#menu a.active{
	background-image:url(img/a-fond-hover.jpg);
	background-position:0px 0px;
	background-repeat:repeat-x;
	text-decoration:none;
	color:#5858BC;
}
#menu .no-border{
	border:none;
}

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

#contenu-texte{
	padding:17px 100px 70px 100px;
	font-size:12px;
	color:#202C9A;
	line-height:16px;
}
#contenu-texte a{
	text-decoration:underline;
	color:#B08C34;
}
#contenu-texte a:hover{
	text-decoration:none;
	color:#B08C34;
}
h1{
	font-size:16px;
	color:#202C9A;
	padding:0px 0px 30px 40px;
	margin:0px;
}
h3{
	font-size:14px;
	color:#222BA2;
	padding:0px 0px 0px 0px;
}
h4{
	font-size:12px;
	text-decoration:underline;
	font-weight:bold;
	margin:0px;
	padding:0 0 10px 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{
	border:1px #D2EAFF 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 #CEE0EC solid;
	color:#333;
	background-color:#fff;
}

select, option {
	color:#fff;
}

textarea {
	border:1px #CEE0EC solid;
	color:#333;
}
input.txt11:focus,textarea:focus {
	border:1px #222BA2 solid;
	background-color:#EBF3F7;
}
/******************************************/
/****************** BAS *******************/
/******************************************/

#block-bas h2{
	text-align:center;
	font-size:12px;
	color:#1A2195;
	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:#fff;
	text-decoration:underline;	
}
#credits a:hover{
	font-size:11px;
	color:#fff;	
	text-decoration:none;
}