/*----------------------------
	CORPS DE LA PAGE
*/
body{
	font-family:verdana;
	font-size:11px;
	color:#8e8877;
	background-image:url("../images/deg-fond.png");
	background-repeat:repeat-x;
}

a:link {text-decoration:none;color:#1d1d1d;font-style:bold;}
a:visited {text-decoration:none;color:#8e8877;}
a:hover {text-decoration:none;color:#ffa231;opacity:0.8;}
/*----------------------------
	TITRE DES CONTENUS
*/
h1{
	font-family:verdana;
	height:20px;
	font-size:16px;
	font-style:bold;
	color:#3e0303;
}

h2{
	font-family:verdana;
	font-size:12px;
	text-decoration:underline;
	color:#ffa231;
}

h3{
	font-family:verdana;
	font-size:11px;
	text-decoration:underline;
	color:#c10c0c;
}

.italic{
	font-style:italic;
}

img{
	border:0px;
}
/*----------------------------
	CONTENEUR GLOBAL
*/
#global{
	position:relative;
	margin:auto;
	width:940px;
}

#bando{
	position:relative;
	background-image:url("../images/bando.png");
	background-repeat:no-repeat;
	width:930px;
	height:390px;
}

#navigation{
	position:relative;
	width:580px;
	height:72px;
	top:35px;
	left:320px;
}

#content{
	position:relative;
	width:930px;
	background-image:url("../images/fond-vertical.png");
	background-repeat:repeat-y;
}

#nav-rapide{
	position:relative;
	width:930px;
	left:19px;
	top:5px;
	padding:5px;
}

#menu{
	position:relative;
	width:200px;
	top:170px;
	left:95px;
	font-style:italic;
}

#contenu{
	position:relative;
	width:600px;
	left:300px;
	top:-282px;
	border:3px solid #ffe86f;
	background-image:url("../images/background-contenu.png");
	background-repeat:repeat-y;
}

#coordonnees{
	position:relative;
	width:425px;
	height:90px;
	left:200px;
	top:20px;
}

#gmap{
	position:relative;
	width:425px;
	height:350px;
	left:80px;
	padding:20px;
}

#copyright{
	position:relative;
	width:880px;
	height:25px;
	top:20px;
	left:20px;
	background-color:#d4d0c8;
}

#contpyright{
	position:relative;
	width:880px;
	height:25px;
	top:7px;
	left:20px;
	
}

#footer{
	position:relative;
	width:930px;
	height:85px;
	top:-11px;
	background-image:url("../images/footer.png");
	background-repeat:no-repeat;
}