body{
	background: #0075a8;
	font-size: 12px;
}
#principal{
	background: white;
	width: 758px;
	margin-left: auto;
	margin-right: auto;
}

#header{
	background: url(images/header.jpg) no-repeat center;
	width: 758px;
	height: 201px;
}
#menu{
	border: 1px solid black;
	background: #1b658c;
	height: 29px;
	margin-left: auto;
	margin-right: auto;
	border-top: white 1px solid;
}
#contenu{
	padding: 5px;
	font-size: 15px;
	background: white;
	margin-left: 8px;
	margin-right: 35px;
	margin-top: 8px;
	width: 445px;
	float: left;
	height: 550px;
	float: left;
}
#contenudroite{
	font-size: 15px;
	border: 1px dotted black;
	background: url(images/bg_contact.gif) background-repeat repeat-y;
	padding: 5px;
	margin-right: 8px;
	margin-top: 8px;
	background-repeat: repeat-y;
	width: 234px;
	height: 8px;
	float: left;
	height: 250px;
}
#footer{
	font-size: 13px;
	color:white;
	text-align: center;
	background: #2f4256;
	width: 758px;
}
#contenu h2{
	padding-left: 13px;
	color: #71b1ed;
	font-weight: bold;
	border-bottom: dotted #00A6eb;
	font-size: 20px;
	background: url(images/puce.gif) 0 11px no-repeat;
}
#contenudroite h2{
	text-align: right;
	padding-left: 13px;
	color: #71b1ed;
	font-size: 20px;
	background: url(images/puce.gif) 155px 11px no-repeat;
	margin-top: 0px;
}
#menu a{
	background: url(images/bg_menu.gif);
	color: white;
	padding-right:15px; 
	padding-left:15px;
	font-size: 13px;
	letter-spacing: 2px;
	border-right: 1px solid white;
	font-family: arial;
	line-height: 28px;
	float: left;
	text-decoration: none;
}
#menu a:hover{
	background: url(image/bg_menu_hover.gif);
}
h1{
	font-family: avenir;
	padding-top: 12px;
	margin: 10px;
	text-align: center;
	color: #494646;
	font-size: 15px;
}
.retour{
	clear: both;
}
