body {
	background-color: #0075a8;
	font-family: helvetica;
	font-size: 12px;
}

div {
	margin: auto;
}

#principal {
	width: 758px;
	border: 1px solid black;
	background-color: white;
}

h1 {
	text-transform: uppercase;
	font-size: 11px;
	text-align: center;
	letter-spacing: 5px;
	color: #4c5456;
	padding: 6px;
}

h2 {
	color: #00A6eb;
	font-size: 15px;
	background:url(images/puce.gif) 0 5px no-repeat;
	border-bottom: 1px solid #00A6eb;
	padding-left: 10px;
	letter-spacing: 2px;
}

#header {
	height: 201px;
	background-image: url(images/header.jpg);
}

#menu {
	border-top: 1px;
	background-color: #1b658c;
}

#menu a {
	background:url(images/bg_menu.gif) 28px;
	padding: 0 15px 0 15px;
	color: white;
	font-weight: bold;
	letter-spacing: 2px;
	border-right: 1px solid white;
	line-height: 28px;
	display: block;
	float: left;
	text-decoration: none;
}

#menu a:hover {
	text-decoration: underline;
	background: url(images/bg_menu_hover.gif);
}

#contenu {
	width: 457px;
	margin: 8px 56px 0 8px;
	float: left;
}

#contenu p {
	padding: 10px 0;
	line-height: 14px;
}

#contenu ul {
	list-style: disc;
	margin-left: 25px;
	padding: 14px 0;
	font-weight: bold;
}

#contenu ol {
	list-style: decimal;
	margin-left: 25px;
	padding: 14px 0 17px;

}

#contenu_droit {
	width: 223px;
	height: 237px;
	border: 2px dotted black;
	padding: auto 7px auto 7px;
	margin-top: 8px;
	background: url(images/bg_contact.gif) repeat-y right;
	float: left;
}

#contenu_droit h2 {
	color: #00A6eb;
	font-size: 15px;
	background:url(images/puce.gif) 141px 14px no-repeat;
	border: none;
	padding: 10px 0 10px 10px;
	text-align: right;
	margin-right: 5px;
}

#contenu_droit p {
	margin-left: 8px;
	padding-bottom: 10px;
	line-height: 14px;
}

#footer {
	background-color: #2f4256;
	color: white;
	text-align: center;
	font-size: 11px;
	padding: 5px 0 2px 0;
}

.retour {
	clear: both;
}

