
body{
	background: #0075a8;
}
#principal{
	background: white;
	width: 758px;
	margin: auto;

}

#header{
	width: 758px;
	height: 201px;

}

#menu{
	background: #1b658c;
	width: 758px;
	height: 30px;
	border-top: 1px solid white;
}

#contenu{
	width: 457px;
	margin-left: 8px;
	margin-right: 35px;
	margin-top: 8px;
	float: left;
}

#contenu p{
	font-family: Arial;
	font-size: 14px;
	margin-bottom: 15px;
}

#contenu h2{
	background: url(images/puce.gif) 0 6px no-repeat;
	font-size: 16px;
	color: blue;
	border-bottom:1px solid blue;
	padding-left: 15px;
	margin-bottom: 12px;
	margin-top: 25px;
}

#contenu ul{
	list-style-type:square;
	font-weight: bold;
	font-family: Arial;
	font-size: 14px;
	margin-bottom: 13px;
	margin-left: 30px;
}

#contenu ol{
	list-style-type: decimal;
	font-family: Arial;
	font-size: 14px;
	margin-bottom: 20px;
	margin-left: 30px;
	}

#contenu_droit{
	background: url(images/bg_contact.gif) repeat-y right;
	width: 234px;
	height: 255px;
	margin-right: 8px;
	padding: 0 7px 30px 7px;	
	border: 1px dotted black;
	float: left;
}

.retour{
	clear: both;
}

#footer{
	background: #2f4256;
	width: 758px;
}

#footer p{
	font-size: 12px;
	text-align: center;
	color: white;
}

.titre{
	font-family: Arial;
	font-size: 15px;
	text-align: center;
	padding-top: 10px;
		padding-bottom: 8px;
}

#contenu_droit h2{
	background: url(images/puce.gif) 170px 6px no-repeat;
	font-size: 16px;
	color: blue;
	padding-left: 15px;
	text-align:right;
	margin-bottom: 25px;
	margin-top: 15px;
}

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

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





	
