
html,body{
	overflow:hidden;
	height:100%;
}

body{
	margin:0;
	background-color:#9bc0ed;
	font-family:Arial;
	color:#2377a1;
}

img{
	border:0px;
}

a{
	color:#2377a1;
	text-decoration:none;
}

#fond{
	background:url(../img/fond.jpg)  no-repeat bottom center;
	height:100%;
	width:100%;
}

#fond_container, #container{
	height:666px;
	width:1132px;
	position:absolute;
	left:50%;
	margin-left:-566px;
	top:50%;
	margin-top:-333px;
}

#fond_container{
	background-image:url(../img/contact.png);
}

#titre_home{
	font-size:30px;
	margin-top:192px;
	margin-left:240px;
}


#menu{
	float:left;
	margin-top:284px;
	font-size:15px;
	font-weight:bold;
	width:200px;
	margin-left:38px;
}

#menu .item{
	height:21px;
	float:left;
	width:200px;
}


#rose{
	color:#fe1f9d;
}

#sous_menu{
	font-size:15px;
	font-weight:bold;
	margin-top:64px;
	margin-left:28px;
	float:left;
	height:167px;
}

#sous_menu a{
	color:#509cbc;
}

#sous_menu .item_ss_menu{
	height:21px;
}

#sous_menu #current{
	color:#215d8d;
}

.img_header{
	width:572px;
	margin-top:56px;
	height:163px;
	margin-left:248px;
	_margin-left:124px;
	float:left;
}

.img_gauche{
	margin-top:6px;
	width:256px;
	height:366px;
	float:left;
	margin-left:66px;
	_margin-left:33px;
}

#contenu_text{
	margin-left:262px;
	_margin-left:131px;
	float:left;
	width:548px;
	height:363px;
}

#contenu_text h1{
	margin:0;
	padding:0;
	font-size:60px;
	margin-top:8px;
	color:#2a5981;
	font-weight:normal;
}

#contenu_text #le_contenu{
	margin-left:4px;
	height:280px;
	overflow:auto;
}

#contenu_text #le_contenu p{
	margin-top:0px;
	font-size:11px;
	width:500px;
}

#contenu_text #le_contenu p a{
	text-decoration:underline;
}


#contenu_text #le_contenu p.bleuclair{
	font-style:italic;
	color:#2b88de;
}

#ss_menu{
	font-size:14px;
	margin-bottom:5px;
	margin-top:4px;
	height:56px;
	overflow:hidden;
}

