body{
	background-color: #0075a8; /*couleur de fond de boite*/
	font-family: verdana;
	font-size: 13px;
}
#principal{
	width: 760px; /*largeur totale utilisee*/
	margin: 0px auto 0px auto; /*marges externes haut droit bas gauche
	border: 1px solid #000000; /*pointillés = dotted à la place de solid*/
	background-color: #ffffff; /*couleur de fond de boite*/ 
}
#principal h1{
	color:  #616a6b;
	text-align: center;
	font-size: 13px;
	font-weight: normal;
	letter-spacing: 3px;
	padding: 5px 0px 5px 0px;
	margin: 0px;
}
#header{
	width: 758px;
	height: 201px;
	margin: 0px auto 0px auto; /*marges externes haut droit bas gauche*/
	background-image:url(images/header.jpg)
}
#menu{
	width: 758px;
	height: 28px;
	border-top: 1px;
	margin: 0px auto 0px auto; /*marges externes haut droit bas gauche*/
	background-color: #1b658c;
}
#menu a{
	display: block;
	float: left;
	background-image:url(images/bg_menu.gif);
	font-weight: bold;
	font-size: 13px;
	letter-spacing: 2px;
	border-right: #ffffff 1px solid;
	text-decoration: none;
	color: #ffffff;
	line-height: 28px;
	height: 28px;
	padding: 0px 15px 0px 15px;
}
#contenu{
	width: 457px;
	margin: 8px 35px 0px 8px; /*marges externes haut droit bas gauche*/
	float: left;
}
#contenu h2{
	background: url(images/puce.gif) 0 11px no-repeat;
	border-bottom: 1px solid #00A6eb;
	color: #0075a8;
	padding-left: 15px;
}
#contenu ul li{
	font-weight: bold;
}
#contenu_droit{
	width: 234px;
	margin: 8px 8px 0px 0px; /*marges externes haut droit bas gauche*/
	padding: 7px; /*marges internes 10px tout autour*/
	border: 1px dotted #000000;
	background: url(images/bg_contact.gif) repeat-y right;
	float: left;
}
#contenu_droit a{
	text-decoration: none;
	color: #000000;
	text-decoration: underline;
}
#contenu_droit h2{
	text-align: right;
	background: url(images/puce.gif) 134px 11px no-repeat;
	color: #0075a8;

 }
#footer{
	width: 758px;
	margin: 0px auto 0px auto; /*marges externes haut droit bas gauche*/
	background-color: #2f4256;
}
#footer p{
color: #ffffff;
text-align: center;
font-size: 10px;
}
.retour{
	clear: both;
}