html 
{
	height: 100%;
}

body
{
	margin: 0;
	padding: 0;
	background: url('background2.png') #efece2;
	background-repeat: repeat-x;
}

/* Header */
#header
{
	width: 900px;
	height: 40px;
	margin-left: auto;
	margin-right: auto;
	padding-right: 15px;
	font-size: 10px;
	font-weight: bold;
	font-family: "Verdana";
	text-align: right;
	background-color: #94a7c5;
	-moz-border-radius: 0 0 15px 15px;  /* Les propriétés qui suivent permettent d'arrondir les bords du bloc sur tous les nivagateurs */
	-webkit-border-radius: 0 0 15px 15px; 
	border-radius: 0 0 15px 15px;         
	-webkit-border-bottom-left-radius: 15px; 
	-webkit-border-bottom-right-radius: 15px;
}

#footer
{
	width: 900px;
	height: 50px;
	background: url('footer.png');
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	font-size: 10px;
	font-weight: bold;
	font-family: "Verdana";
	text-align: center;
}

/* Bloc du logo */
#logo-accueil
{
	width: 630px;
	margin-left: auto;
	margin-right: auto; 
	padding-top: 100px;
}

#bloc-back
{
	width: 900px;
	height: 100%;
	margin-left: auto;
	margin-right: auto; 
	background: url('fd-centre.png');
}

/* Bloc central de la page 2  */
#bloc-centre
{
	width: 800px;
	height: 100%;
	margin-left: auto;
	margin-right: auto; 
	margin-top: 0px;
	background-color: #e9ebe5;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* Bloc du logo de la page 2 en haut à gauche  */
#centre-logo
{
	width: 273px;
	margin-left: 0px; 
	margin-top: 10px;
	float: left;
}

/* Bloc à côté du logo de la page 2  */
#centre-header
{
	margin-left: 300px;
	margin-bottom: 60px;
	padding-top: 55px;
	font-size: 10px;
	font-weight: bold;
	font-family: "Verdana";
	text-align: right;
}

/* On supprime les bordures causées par le lien */
a img 
{
	border: none
}

.description
{
   width: 600px;
   margin-left: 60px;
   margin-top: 30px;
   padding-left: 10px;
   color: #505050;
   border-left: 3px solid #959595;
}

.texte
{
   width: 600px;
   margin-left: 20px;
   margin-top: 10px;
   padding-left: 10px;
   border-left: 3px solid #94a7c5;
   color: #000033;
}
.textecontact
{
   width: 300px;
   margin-left: 20px;
   margin-top: 15px;
   padding-left: 10px;
   border-left: 3px solid #94a7c5;
   color: #000033;
}
.texteho
{
   width: 700px;
   margin-left: 20px;
   margin-top: 15px;
   padding-left: 10px;
   border-left: 3px solid #94a7c5;
   color: #000033;
}
.titre-textecontact
{
   width: 300px;
   margin-left: 20px;
   margin-top: 30px;
   padding-left: 10px;
   font-weight: bold;
   color: #808fa8;
   border-left: 3px solid #94a7c5;
}

.titre-texte
{
   width: 600px;
   margin-left: 20px;
   margin-top: 10px;
   padding-left: 10px;
   font-weight: bold;
   color: #808fa8;
   border-left: 3px solid #94a7c5;
}

/* Tous les CSS du menu header */
.menu{
	border:none;
	border:0px;
	margin-top:15px;
	padding:0px;
	font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	width:627px;
	float: left;
	}

.menu ul{
	background:#333333;
	height:30px;
	list-style:none;
	margin:0;
	padding:0;
	}

.menu li{
	float:left;
	padding:0px;
	}
	
.menu li a{
	background:#333333 url("images/seperator.gif") bottom right no-repeat;
	color:#cccccc;
	display:block;
	font-weight:normal;
	line-height:30px;
	margin:0px;
	padding:0px 16px;
	text-align:center;
	text-decoration:none;
	}

.menu li a:hover, .menu ul li:hover a{
	background: #333333 url("images/hover.gif") bottom center no-repeat;
	color:#FFFFFF;
	text-decoration:none;
	}
	
.menu li ul{
	background:#333333;
	display:none;
	height:auto;
	padding:0px;
	margin:0px;
	border:0px;
	position:absolute;
	width:280px;
	z-index:200;
	/*top:1em;
	/*left:0;*/
	}

.menu li:hover ul{
	display:block;
	}

.menu li li {
	background:url('images/sub_sep.gif') bottom left no-repeat;
	display:block;
	float:none;
	margin:0px;
	padding:0px;
	width:280px;
	}
.menu li:hover li a{
	background:none;
	}
	
.menu li ul a{
	display:block;
	height:27px;
	font-size:10px;
	font-style:normal;
	margin:0px;
	padding:0px 10px 0px 15px;
	text-align:left;
	}
		
.menu li ul a:hover, .menu li ul li:hover a{
	background:#333333 url('images/hover_sub.gif') center left no-repeat;
	border:0px;
	color:#ffffff;
	text-decoration:none;
	}

.menu p{
	clear:left;
	}	
	
.titre{
	width: 430px;
	height: 26px;
	float: right;
	padding-left: 14px;
	background: url('fond-titre.png');
	color: #000066;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	}

		
