@charset "UTF-8";
/* CSS Document */

html, body, div, h1, h2, h3, h4, h5, h6, dt, dd, p, pre, form, fieldset {
	margin: 0;
	padding: 0;
}
body {
	background-image: url(pictures/fond.jpg);
	background-repeat: repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a {
	outline: none;
}
img {
	border:none;
}
.clearfloat {   /* pour <br class="clearfloat" /> */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.clignote {
	text-decoration: blink;
}
.underline {
	text-decoration: underline;
}
#top {
	background-image: url(pictures/fond-top.jpg);
	background-repeat: repeat-x;
	height: 54px;
}
#topmiddle {
	background-image: url(pictures/header-top.jpg);
	background-repeat: no-repeat;
	margin: auto;
	height: 54px;
	width: 917px;
}
#page {
	margin: auto;
	width: 917px;
	background-image: url(pictures/fond-page.jpg);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
}
#header {
	background-image: url(pictures/header.jpg);
	background-repeat: no-repeat;
	height: 197px;
	width: 917px;
	margin: 0px;
	padding: 0px;
}
#navigation {
	background-image: url(pictures/fond-menu.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 46px;
}
#footer {
	margin: 0px;
	height: 50px;
	width: 917px;
	background-image: url(pictures/footer.jpg);
	background-repeat: no-repeat;
}
#footer p {
	color: #333333;
	font-size: 13px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
}
.cadre {
	padding: 10px;
	border: 1px solid #333333;
}
.cadrebleu {
	background-color: #ACC9E6;
	padding: 10px;
	border: 1px solid #006699;
	font-weight: bold;
	width: 85%;
	margin-right: 10%;
	margin-left: 5%;
}

#navigation a:link, a:visited, a:hover, a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #B70202;
	text-decoration: none;
	font-weight: bold;
}
#navigation p {	text-align: center;
	padding-top: 15px;
	margin-left: 50px;}
