html, body {
	font-family:			Verdana, Arial;
	font-size:				12px;
	color:					#1f1f1f;
	margin-top:				0px;
	margin-bottom:			0px;
	margin-left:			0px;
	margin-right:			0px;
	background-color:		#15a6d5;
	background-image:		url('images/fond.jpg');
	background-position:	top left;
	background-repeat:		no-repeat;
}
a { color:#0093c3; }
a:visited { color:#0093c3; }
a:hover { color:#0093c3; text-decoration: none; }
a:active { color:#0093c3; }

div#contenant {
	position:			relative;
	margin-top:			0;
	margin-bottom: 		0;
	margin-left: 		0;
	margin-right: 		0;
	height: 			100%;
	width:				100%;
}

div#cadre_haut {
	margin: 0 10px 0 10px;
	background-image:url('images/header2.png');
	background-position:top left;
	background-repeat:no-repeat;
	height:175px;
}

div#cadre_titre {
	margin: 0 10px 0 10px;
	background-color:white;
	background-image:url('images/bandeaugris.png');
	background-position:top left;
	background-repeat:no-repeat;
	height:42px;
}

div#cadre {
	margin: 0 10px 0 10px;
	padding: 15px 10px 10px 15px;
	background-color:white;
}

div#cadre_bas {
	margin: 0 10px 0 10px;
	background-color:white;
	height:20px;
}

div#footer {
	margin: 5px 10px 10px 10px;
	text-align:center;
	color:#c4f1ff;
}

div#footer a { color: #c4f1ff; }
div#footer a:hover { color: white; text-decoration:none;}


