/*----- body -------*/	
body {
background: #000000;
scrollbar-face-color:#F2F0AD;
scrollbar-arrow-color:#000000;
scrollbar-track-color:#1F2D33;
}


/*----- titre accueil -------*/

div#titre h1 {
	width: 800px;
	margin: 0 0 5px 50px;
	font-weight: bold;
	font-size: 2em;
	padding-bottom: 0.2em;
	border-bottom: 1px solid #F9F7D9;
	font-variant: small-caps;
	text-indent: 5px;
	color: #F2F0AD;
	text-align: center;
}
p#titre {
	margin: 0 0 15px 50px;
	padding: 0px;
	width: 800px;
	font-weight: normal;
	font-size: 1em;
	padding-bottom: 0.2em;
	text-indent: 5px;
	color: #F2F0AD;
	text-align: center;
}

p#bonneannee {
	margin: 0 0 15px 50px;
	padding: 0px;
	width: 800px;
	font-weight: normal;
	font-size: 2em;
	padding-bottom: 0.2em;
	text-indent: 2px;
	color: #F2F0AD;
	text-align: center;
}

p#message {
	margin: 0 0 15px 50px;
	padding: 0px;
	width: 800px;
	font-weight: normal;
	font-size: 1.5em;
	padding-bottom: 0.2em;
	text-indent: 2px;
	color: #ffff00;
	text-align: center;
}

/*----- menu navigation -------*/
div#menu-navigation {
width: 800px;
margin: 0 0 20px 50px;
}

#menu-navigation {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-color: #c0c0c0;
	color: #F2F0AD;
	list-style-type: none;
}

#menu-navigation li {
	float: left;
}

#menu-navigation a {
	display: block;
	width: 158px;
	border: 1px solid #808080;
	color: #F2F0AD;
	background: #1f2d33;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-decoration: none;
	font: normal 0.8em arial, verdana, helvetica, sans-serif;
	text-align: center;
}
#menu-navigation a:hover, #menu-navigation a:focus {
	background: #F9F7D9;
	color: #003300;
}	

/*----- centre -------*/

div#centre {
	width: 800px;
	margin: 0 0 20px 50px;
	background-color: #F9F7D9;
}
div#photodumois {
	float: left;
	width: 540px;
	height: 520px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-color: #F9F7D9;
	background-image: url(photodumois_02_08.gif);
	background-repeat: no-repeat;
}

ul#logos {
	margin: 0px;
	padding: 4px 0 0 0;
	font: normal 0.8em arial, verdana, helvetica, sans-serif;
	list-style-type: none;
}

logos li {
margin: 0;
padding: 0 0 2px 0;
}

div#logomarque {
	float: left;
	width: 260px;
	height: 520px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font: normal 0.8em arial, verdana, helvetica, sans-serif;
	background-color: #F9F7D9;
	text-align: center;
}




/*----- marques -------*/




/*----- separation -------*/	
.separation {
clear: both;
}

/*----- bas de page -------*/	

#moteur {
	width: 800px;
	font-size: 0.8em;
	color: #c0c0c0;
	text-align: center;
	margin: 0 0 0 80px;
	padding: 0 0 0 0;
}


#pieddepage {
	width: 800px;
	background-color: #000000;
	margin: 10px 0 0 80px;
	padding: 0 0 0 0;
}
#pieddepage p {
	font-size: 0.8em;
	color: #c0c0c0;
	text-align: center;
	margin: 0 0 0 0;
	padding: 0 0 10px 0;
}
#pieddepage p a {
	color: #c0c0c0;
}

#pieddepage p a:focus {
	color: #808080;
	text-decoration:none;
}

#pieddepage p a:hover {
	color: #808080;
	text-decoration:none;
}
