body {
	background-color: #EFE4CD;
	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: 900px;
	text-align: left;
	padding-top: 25px;
}

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





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

#header_menu {
	color: black;
	font-size: 1em;
	margin: 10px;
	margin-top: 0px;
	text-align: left;
}





/*
##########################################################################################################
début de la page 
##########################################################################################################
*/
#page_contenu {
	float: left;
	width: 884px;
	min-height: 470px;
	padding: 8px;
	text-align: justify;
	background-color: White;
	margin: 0px;
	background-image: url(images/soizig_filigranne.png);
	background-position: bottom right;
	background-repeat: no-repeat;
}

#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 {
	width: 625px;
	height: 575px;
	background-color: Silver;
}

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





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

#footer_menu {
	color: black;
	margin: 10px;
	margin-top: 30px;
	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: Gray;
}





/*
##########################################################################################################
personnalisation
##########################################################################################################
*/
#fond_logo {
	width: 100%;
	min-height: 900px;
	background-image: url(images/crepes_fond.png);
	background-repeat: no-repeat;
	background-position: top left;
}

#header_menu a, #footer_menu a {
	color: black;
	font-weight: bold;
}

#header img {
	margin-top: 10px;
	margin-left: 10px;
}

#footer a {
	color: black;
}

#menu_actif {
	font-weight: bolder;
	font-size: 130%;
}