@charset "utf-8";
/* CSS Document */

body {
	font-family:Georgia, "Times New Roman", Times, serif;
}

#page {
	background-color: #332E2A;
	width: 1020px;
	color: #DEDAD3;
	margin:auto;
}

#bandeau {
	background-color: #332E2A;
	width: 1020px;
	height: 200px;
	margin-top: 20px;
	margin-bottom: 10px;
}

#logo {
	background-color: #332E2A;
	width: 800px;
	height: 200px;
}

#adresse {
	background-color: #332E2A;
	width: 219px;
	height: 190px;
	position: relative;
	left: 801px;
	top: -200px;

}

#navigation {
	background-color: #594C45;
	vertical-align: middle;
	height: 50px;
	width: 1020px;
	text-transform: none;
	font-size: 17px;
	padding-top: 10px;
	letter-spacing: 1px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
	text-align: left;
}

#navigation li {
	list-style:none;
	display: inline;
	margin-right: 30px;
	text-align: left;

}

#illustration {
	background-color: #594C45;
	height: 230px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
}

#contenu {
	background-color: #332E2A;
	width: 890px;
	margin: auto;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	font-size: 17px;
}

#footer {
	height: 35px;
	font-size: 11px;
	padding-left: 30px;
	padding-top: 5px;
	letter-spacing: 2px;
	text-align: left;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #594C45;
}

#footercopyright {
	width: 800px;
	float: left;
}

#share {
	text-align: right;
	float: right;
	width: 150px;
}



/* ==================================
       Mise en forme globale
===================================*/

a {
	color:#DEDAD3;
	text-decoration: none;
}

a:hover {
	color:#CEC6C1;
	text-decoration: underline overline;
}

