/******************************************/
/********** 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;
}
#block-haut{
	background-image:url(img/haut.jpg);
	background-position:top;
	background-repeat:no-repeat;
	height:30px;
	text-align:right;
}
#block-bandeau{
	height:219px;
}
#block-corps{
	background-color:#fff;
	width:765px;
}
#block-menu{
	background-image:url(img/menu.jpg);
	background-position:top;
	background-repeat:no-repeat;
	height:20px;
}
#block-contenu{
	background-image:url(img/img-droite.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
	height:340px;
}
html>body #block-contenu {
	height:auto;
	min-height:340px;
} 
#block-bas{
	background-image:url(img/bas.jpg);
	background-position:top;
	background-repeat:no-repeat;
	height:33px;
}

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

#menu-secondaire{
	position:absolute;
	top:22px;
	right:50%;margin-right:-370px;
	font-size:11px;
	font-weight:bold;
	color:#fff;
}
#menu-secondaire a{
	display:block;
	padding-top:15px;
	height:43px;
	width:110px;
	background-image:url(img/a-conseiller.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	text-decoration:none;
	color:#fff;
	text-align:center;
	vertical-align:middle;
}
#menu-secondaire a:hover,#menu-secondaire a.active{
	background-image:url(img/a-conseiller-hover.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	text-decoration:underline;
	color:#fff;
}

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

#menu{
	font-size:11px;
	font-weight:normal;
	color:#fff;
	list-style-type:none;
	margin:0px;
	padding:3px 0 0 0;
	text-align:center;
}
#menu li{
	padding:0px;
	display:inline;
}
#menu a{
	padding-right:2px;
	text-decoration:none;
	color:#fff;
}
#menu a:hover,#menu a.active{
	text-decoration:underline;
	color:#fff;
}
#menu .no-border{
	border:none;
}

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

#contenu-texte{
	padding:20px 195px 0px 20px;
	font-size:12px;
	color:#000;
	line-height:16px;
}
#contenu-texte a{
	text-decoration:underline;
	color:#ff0000;
}
#contenu-texte a:hover{
	text-decoration:none;
	color:#ff0000;
}
h1{
	font-size:16px;
	color:#003C7A;
	padding:0px 0px 20px 0px;
	margin:0px;
}
h3{
	font-size:14px;
	color:#333;
	padding:0px 0px 0px 0px;
}
ul{
	list-style-type:square;
}
hr{
	color:#333;
	background-color: #333;
	height: 1px;
	border: 0;
}
p{
	margin:0px;
	padding:5px 0 5px 0;
}
#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 #003C7A solid;
	color:#333;
	background-color:#fff;
}

select, option {
	color:#fff;
}

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

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

#block-bas h2{
	text-align:center;
	font-size:12px;
	color:#fff;
	font-weight:bold;
	margin:0px;
	padding:13px 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:#003C7A;	
}
#credits a{
	font-size:11px;
	color:#003C7A;
	text-decoration:underline;	
}
#credits a:hover{
	font-size:11px;
	color:#003C7A;	
	text-decoration:none;
}
