body {
	background-color: Black;
	background-image: url(images/fond_degrade.jpg);
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}





/*
##########################################################################################################
Structuration de la page 
##########################################################################################################
*/
#milieu {
	margin-left: auto;
	margin-right: auto;
	width: 999px;
	text-align: left;
	padding-top: 25px;
}

#page {
	position: absolute;
	width: 999px;
}





/*
##########################################################################################################
d�but du header
##########################################################################################################
*/
#header {
	float: left;
	width: 999px;
	height: 190px;
	background-image: url(images/bandeau_haut.png);
	background-repeat: no-repeat;
	background-position: top center;
}

#header_menu {
	color: White;
	font-size: 1em;
	margin: 20px;
	text-align: left;
}





/*
##########################################################################################################
d�but de la page 
##########################################################################################################
*/
#page_contenu {
	float: left;
	width: 979px;
	min-height: 400px;
	padding: 8px;
	text-align: justify;
	background-color: White;
	margin: 0px;
	border-left: 2px solid #ADADAD;
	border-right: 2px solid #343434;
}

#popup {
	width: auto;
	height: auto;
	background-color: White;
	text-align: left;
	padding: 8px;
}








/*
##########################################################################################################
d�but de la page d'accueil
##########################################################################################################
*/
#accueil_manchette_droite {
	float: right;
	width: 200px;
	margin-left: 15px;
}

#accueil_actualites {
	height: 200px;
	font-size: 0.7em;
	margin-bottom: 15px;
	overflow: hidden;
	border: 1px;
	border-color: #000000;
	border-style: solid;
	padding: 5px 0px 5px 5px;
}

#accueil_actualites h5 {
	padding: 0px;
	margin: 0px;
}


#accueil_actualites_news {
	width: auto;
	height: 208px;
	overflow: scroll;
	padding-right: 5px;
}

#accueil_actualites_news_texte {
	
}

#accueil_evenements {
	font-size: 0.7em;
	margin-bottom: 15px;
	border: 1px;
	border-color: #000000;
	border-style: solid;
	padding: 5px;
}

#accueil_evenements h5 {
	padding: 0px;
	margin: 0px;
}




/*
##########################################################################################################
d�but de contact
##########################################################################################################
*/
#acces_google {
	min-width: 625px;
	min-height: 575px;
	background-color: Silver;
}

#contact_droite {
	float: right;
	background-color: White;
	padding: 5px;
	width: 215px;
}





/*
##########################################################################################################
d�but du footer
##########################################################################################################
*/
#footer {
	float: left;
	width: 999px;
	height: 150px;
	text-align: center;
	background-image: url(images/bandeau_bas.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	color: White;
}

#footer_menu {
	color: White;
	font-size: 1em;
	margin: 20px;
	text-align: right;
}

#footer_conception {
	float: left;
	width: 895px;
	text-align: right;
	padding-right: 5px;
	padding-bottom: 5px;
	font-size: 80%;
}

#footer_conception a {
	color: #AFAFAF;
}





/*
##########################################################################################################
personnalisation
##########################################################################################################
*/
#fond_logo {
	width: 100%;
	min-height: 900px;
	background-image: url(images/logos_filigrane.png);
}

#header_menu a, #footer_menu a {
	font-size: 1.2em;
	color: White;
}