/*--
CORPS
--*/
body {
	background-color: #999999;
	background-image: url(../images_interface/fond_page.jpg);
	background-repeat: repeat-x;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #000000;
}

a, a:active, a:visited, a:link {
	color: #0000CC;
	text-decoration: none;
}
a:hover {
	color:#00CCFF;
	text-decoration: underline;
}
h1 {
	text-align: left;
	width: 100%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
	color: #3399CC;
	font-size: 14px;
}
h2 {
	color: #FC9700;
	font-weight: normal;
	list-style-image: url(../images_interface/border_left.jpg);
	background-image: url(../images_interface/border_left.jpg);
	background-repeat: repeat-y;
	text-indent: 20px;
}
li {
	list-style-image: url(../images_interface/pastille-liste.gif);
}


/*--
MISE EN PAGE GÉNÉRALE
--*/
.page {
	background-image: url(../images_interface/border.jpg);
width: 800px;
display: block;
text-align: left;
margin: 10px auto 0;
}
.top {
	background-image: url(../images_interface/header.jpg);
margin: 0px;
padding: 0px;
height: 150px;
width: 800px;
}
.page .top a, .page .top a:hover {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.content {
	margin: 0px;
	padding: 0px 10px;
	width: 780px;
}
.bottom {
	background-image: url(../images_interface/border_bottom.jpg);
margin: 0px;
padding: 0px;
height: 20px;
width: 800px;
}


/* Bloc de contenu */
.contenu {
	font-size: 1.1em;
	width: 610px;
	padding: 5px;
	vertical-align: top;
	margin-top: 15px;
	margin-left: 150px;
	background-image: url(../images_interface/filigrane.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.contenu {
height: 550px;
}
html>body .contenu {
height: auto;
min-height: 550px;
} 

/*--
Déblayage en fin de page
-- */
.deblayage {
	height: 0;
	clear: both;
}
/*--
BAS DE PAGE
--*/
.footer {
	font-size: 11px;
	text-align: center;
	background-color: #3399CC;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #FF9900;
	background-image: url(../images_interface/footer.jpg);
	height: 30px;
	padding-top: 10px;
	color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center;
}
.footer a {
	border-bottom-color: #FAD79D;
color: #FAD79D;
}
blockquote {
	border: medium dotted #FF9900;
	background-color: #8ED1FD;
	font-style: italic;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 50px;
	background-image: url(../images_interface/fond_generique.jpg);
	color: #FFFFFF;
	list-style-position: outside;
	list-style-image: url(../images_interface/symbole_blockquote.gif);
}
