@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-attachment: scroll;
	background-color: rgb(40,90,105);
	background-image: url("../images/background_02.gif");
	background-position: top left;
	background-repeat: repeat-x;
}
#container {
	width: 100%;
	margin-top: 57px;
	border-bottom: 5px solid rgb(190,207,219);
	background-color: white;
	margin-bottom:57px;
	background-image: url("../images/background_container.jpg");
	background-position: top left;
	background-repeat: no-repeat;
}
.adresse {
text-align:center;
font-variant:small-caps;
}
#masthead {
	width: 670px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	padding-top: 15px;
	padding-bottom: 15px;
}
#masthead h1 {
	font-weight: normal;
	color: #1D3C48;
	text-transform: uppercase;
	display: inline;
}
#masthead h3 {
	font-weight: normal;
	color: rgb(60,60,60);
	display: inline;
	margin-top: 3.5%;
	margin-left: 10px;
	font-variant : small-caps
}
#navigation {
	position:relative;
	display:block;
	height:24px;
	background:transparent url(../images/bgOFF.gif) repeat-x top left;
	font-family:Arial,Verdana,Helvitica,sans-serif;
	width:670px;
	border:1px solid black;
	margin-right: auto;
	margin-left: auto;
}
#navigation ul {
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;	
}
#navigation ul li {
	display:block;
	float:left;
	margin:0 1px 0 0;
}
#navigation ul li a {
	display:block;
	float:left;
	color:#000;
	text-decoration:none;
	padding:6px 10px 0 10px;
	height:24px;
	font-variant:small-caps;
	font-size:0.836em;
}
#navigation ul li a:hover,#navigation ul li a.current{
	color:#fff;
	background:transparent url(../images/bgON.gif) repeat-x top left;
}
#page_content {
	position: relative;
	width: 670px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}
#content {
	position: relative;
	float: left;
	width: 670px;
	text-align: justify;
	padding-top: 5px;
	padding-bottom: 5px;
}
#content h1,h2,h3,h4,h5,h6 {
	color: #1D3C48;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
}
.image_centre {
	margin: 5px 0px 5px 0px;
	border:1px solid black;
	margin-left:198px;
}
.contact {
	position:absolute;
	top:10px;
	left:640px;
}
.menu2{
position:absolute;
left:350px;
top:187px;
}
.retour {
margin-left:270px;
}
#footer {
	clear: both;
	width: 670px;
	margin-right: auto;
	margin-left: auto;
	margin-top:30px;
	padding-bottom: 10px;
	text-align: left;
	padding-top: 10px;
}
#footer p {
	font-size: 0.85em;
	color: black;
}
#footer a {
	color: black;
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: none;
}
a {
	color: #cc6600;
	text-decoration: underline;
}
a:hover {
	color: #708090;
	text-decoration: underline;
}