@charset "utf-8";
html,body {
	margin:0;
	padding:0;
	height:100%;
}
body {
	background-image:url(images/fond.gif);
	background-repeat:repeat-y;
	background-position:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

.spacer {
	height:1px;
  clear: both;
}

#blocprinc {
	position:relative;
	width:750px;
	margin:0 auto;
	min-height:100%;
}
#banniere {
	position:relative;
	width:750px;
	height:180px;
	background-image:url(images/banniere.jpg);
	background-repeat:no-repeat;
}
#contenu {
	position:relative;
	width:720px;
	padding:10px 15px 20px 15px;
	display:block;
	text-align:justify;
}
#pied{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:25px;
	padding-top:2px;
}
#pied,#pied a, .legende {
	font-size:10px;
	color:#010173;
	text-align:center;
}


#menu {
	position:relative;
	width:750px;
	height:37px;
	background-color:#010173;
}
.menutitre {
	position:absolute;
	height:50px;
	background-repeat:no-repeat;
}
a.menutitelem {
	display:block;
	margin-top:28px;
	margin-left:42px;
	padding:0 1px;
	background-color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#010173;
	font-weight:bold;
	text-decoration:none;
}
a.menutitelem:hover {
	border:solid 1px #010173;
}
.menuelem {
	background-image:url(images/menu_logo.gif);
	background-repeat:no-repeat;
	position:relative;
	float:left;
	height:27px;
	margin-top:5px;
	padding-top:2px;
	padding-left:32px;
	margin-left:20px;
}
.menuelem a,.menuelem span {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
.menuelem a:hover,.menuelem span {
	text-decoration:underline;
}

.photo{border:solid 1px #010173;}
b,strong{color:#010173}
