@charset "utf-8";
/* CSS Document */

body {
	font-family: "Trebuchet MS", Verdana, geneva, sans-serif;
	font-size:small;
	background: url(../img/rougier-fd.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	margin:0;
	padding:0;
}

* {
	margin:0;
	padding:0;
	line-height:1.2em;
}

#bestresolution {
	margin:0px auto;
	text-align:center;
	color:#000066;
}

#headerbanner {
	margin:0px auto;
	width:600px;
	height:140px;
	background-image:url(../img/coordonnees3.png);
	background-repeat:no-repeat;
}

#container {
	width:600px;
	margin:30px auto;
	padding:5px;
	background:transparent;
	background-repeat:repeat;
	font-size:95%;
}

#cartesituation {
	float:left;
	width:280px;
	height:250px;
	margin:5px 0px 5px 0px;
	padding:10px;
	background-image: url(../img/situation.png);
	background-repeat:no-repeat;
	background-position:center;
}

#guidegps {
	float:left;
	width:280px;
	height:250px;
	margin:5px 0px 5px 0px;
	padding:10px;
	background-image:url(../img/gpsguide.png);
	background-repeat:no-repeat;
	background-position:center;
}

#langbar {
	clear:both;
	width:600px;
	height:50px;
	/*background-image:url();*/
}

#langbar a {
	font-weight:bold;
	color:black;
}

#logosponsors {
	margin:0px auto;
	width:600px;
	height:60px;
	background-image:url(../img/sponsors.png);
	background-repeat:no-repeat;
}

#sponsorecherche {
	margin:0px auto;
	width:500px;
}

.flaglinks {
	text-align:center;
	display:inline;
	text-decoration:none;
}