body {
	background-color: #616161;
	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: 767px;
	text-align: left;
}

#page {
	position: absolute;
	width: 766px;
	border: 1px solid #AAAAAA;
	background-color: White;
}





/*
##########################################################################################################
début du header
##########################################################################################################
*/
#header {
	float: left;
	width: 766px;
	border-bottom: thin solid #212121;
	text-align: center;
	background-color: #3C3C3C;
	padding: 0px;
	margin: 0px;
}

#header_gauche {
	float: left;
	padding: 0px;
	margin: 0px;
}

#header_menu {
	float: left;
	width: 397px;
	height: 317px;
	padding: 0px;
	margin: 0px;
}

#header_menu img {
	border: 0px;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
}

#header_menu_boutons_haut {
	float: left;
	padding-bottom: 1px;
}

#header_menu_boutons_bas {
	float: left;
}

.header_menu_bouton {
	float: left;
	padding: 0px;
	margin: 0px 1px 0px 1px;
}

.header_menu_bouton_milieu {
	float: left;
	padding: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

#header_droit {
	float: left;
	padding: 0px;
	margin: 0px;
}





/*
##########################################################################################################
début de la page 
##########################################################################################################
*/
#page_contenu {
	float: left;
	width: 766px;
	min-height: 250px;
	padding: 0px;
	text-align: justify;
	background-color: #252525;
}

#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: 250px;
	min-height: 575px;
	background-color: Silver;
}

#contact_droite {
	float: right;
	background-color: transparent;
	padding: 5px;
	width: 215px;
}





/*
##########################################################################################################
début du footer
##########################################################################################################
*/
#footer {
	float: left;
	width: 766px;
	border-top: thin solid #212121;
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: center;
	background-color: #3C3C3C;
	color: White;
}

#footer a {
	color: White;
}

#footer a:hover {
	color: #FFAE00;
}

#footer_conception {
	float: left;
	width: 761px;
	text-align: right;
	padding-right: 5px;
	padding-bottom: 5px;
	background-color: #3C3C3C;
	font-size: 80%;
}

#footer_conception a {
	color: #5A5A5A;
}





/*
##########################################################################################################
personnalisation
##########################################################################################################
*/
#tableau_contenu {
	width: 100%;
	margin: 0px;
	padding: 0px;
	border: none;
}

#tableau_contenu_gauche {
	width: 237px;
	background-image: url(images/fond_contenu_gauche.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	background-color: #989898;
	padding: 0px;
	margin-right: 0px;
	font-size: 0.7em;
}

#tableau_contenu_gauche_div {
	padding: 5px;
	color: Black;
	min-height: 250px;
}

#tableau_contenu_droite_div {
	padding: 5px;
}

textarea{
	width:212px;
	height:118px;
	border-width:1px;
	border-style:solid;
	border-color:#7B7B7B;
	background:#383838;
	color:#7C7C7C;
	font-family:tahoma;
	font-size:11px;
	padding:2 0 0 10px;
	margin:0px;
	overflow:auto;
}
input	{
	width:212px;
	height:23px;
	border-width:1px;
	border-style:solid;
	border-color:#7B7B7B;
	background:#383838;
	color:#7C7C7C;
	font-family:tahoma;
	font-size:11px;
	padding:2 0 0 10px;
	margin:0px;
}

.center {
	text-align: center;
}