html, body{
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}
body {

background-repeat:repeat-x;
background-position:top;
background-color:#0A90C0;
}
p, ul, li, table, div, h1, h2, h3, hr, img, form, input{
	padding: 0px;
	margin: 0px;
}
p{
	padding-bottom:10px;
} 
#container{
	width: 916px;
	margin: auto;
}

#header{
	width: 916px;
	height: 237px;
	margin:auto;
}
#middle{
	display: table;
	width: 100%;
	height: 100%;
	background-color:#FFFFFF;
}
#middle_content{
	margin:auto;
	width:916px;

}
#left_col{
	width: 247px;
	float: left;
	height:100%;
}
#menu {
	width: 247px;
	height: 206px;
}

#adresse{
	height:130px;
}
#adress_content{
	width:247px;
	height:121px;
	font-family:tahoma;
	font-size:15px;
	color:#086080;
	background-color:#FFFFFF;
}
#plan{
	width:247px;
	height:168px;
}

#diaporama{
	width:247px;
	height:189px;
}


	.contact_link:link, .contact_link:visited{
		font-family:tahoma;
		font-size:12px;
		letter-spacing:0.5px;
		color:#D46530;
		text-decoration:none;
	}
	.contact_link:hover, .contact_link:active{
		font-family:tahoma;
		font-size:12px;
		letter-spacing:0.5px;
		color:#D46530;
		text-decoration:underline;
	}
	.link_page:link, .link_page:visited{
		font-family:tahoma;
		font-size:12px;
		color:#D46530;
		text-decoration:none;
	}
	.link_page:hover, .link_page:active{
		font-family:tahoma;
		font-size:12px;
		color:#D46530;
		text-decoration:underline;
	}
#footer{
	width:916px;
	height:44px;
	display: block;
	margin: auto;
	bottom: 0px;
	clear: both;
}

.text_footer1{
	color:#FFFFFF;
	font-family:arial;
	font-size:11px;
	
}
#right_col{
	float:left;
	width: 669px;
	height: 100%;
	background-color:#FFFFFF;
}

/* ------------page-------------------------*/
#page_dynamic{
	width:669px;
	margin:auto;
}
.page_content{
	font-family:Tahoma;
	font-size:13px;
	text-align:left;
	color:#2A596B;
	width:669px;
}
.bullet{
	margin:50px;
	padding:30px;
	}
#title {
	width:669px;
	text-align:right;
}
#separator{
	text-align:center;
	width:669px;
	margin-top:10px;
	margin-bottom:10px;
}

a:link, a:visited{
	font-family:arial;
	font-size:12px;
	letter-spacing:2px; 
	color:#000000;
	text-decoration:none;
}
a:hover, a:active{
	font-family:arial;
	font-size:12px;
	letter-spacing:2px; 
	color:#000000;
	text-decoration:underline;
}