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

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 2;
	padding: 0;
	background-image: url(../images/fonds2.png);
}

#header {
	height: 110px;
	background-color: #99FF00;
}

#conteneur {
	position: relative;
	width: 800px;
	background-color:#FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: 2px solid #99FF00;
	-moz-border-radius:10px; /*Bords du cadre arrondis*/
	border-radius:10px;
	background-color: #FFFFFF;
}
#centre {
	background-color:#FFFFFF;
	padding: 10px;
	margin-right: 0px;
	margin-top: 15px;
	width: 780px;
}
#centregooglemaps {
	background-color:#FFFFFF;
	padding: 10px;
	margin-right: 0px;
	margin-top: 5px;
}
#centre3 {
	background-color:#FFFFFF;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-bottom: 10px;
}
#gauche {
	width: 150px;
	background-color: #FFFFFF;
	margin-top: 50px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 30px;
	z-index: 1;
	float: right;
	height: 100px;
}

#boiteameu {
	width: 150px;
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 30px;
	z-index: 2;
	float: right;
	height: 100px;
}
#pied {
	height: 85px;
	background-color: #99FF00;
	width: 800px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#droite {
	background-color: #0033FF;
	float: right;
	height: 200px;
	width: 500px;
	margin-left: 50px;
}


.conteneurmenuhaut {
	background-color: #99FF00;
	height: 15px;
}

div.markerTooltip, div.markerDetail {
	color: #FF0033;
	font-weight: bold;
	white-space: nowrap;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	background-color: #FFCC00;
	overflow: hidden;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: black;
	border-right-color: black;
	border-bottom-color: black;
	border-left-color: black;
	z-index: 5;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 0;
	margin-left: 0;
}

.Style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 32px;
	color: #00CC99;
}

.Style2 {font-family: Georgia, "Times New Roman", Times, serif}

.Style3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16pt;
	font-weight: bold;
	color: #00CC99;
}

.Style4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-small;
}

.Style5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-small;
}

.Style7 {font-size: x-small}

ul#menu {
	list-style-type: none;
	width: auto; /* précision pour Opera */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

ul#menu li {
	float: left;
}

ul#menu a {
	float: left;
	margin: 0 2px;
	padding: 5px 15px;
	text-align: center;
	border: 1px solid gray;
	-moz-border-radius:10px;
	border-radius:10px;
	text-decoration: none;
	color: #000;
	background: #fff;
}

ul#menu a:hover {
	border: 1px solid gray;
	-moz-border-radius:10px;
	border-radius:10px;
	background-color: #FFCC00;
}

/*Example CSS for the two demo scrollers*/

#pscroller1 {
	width: 140px;
	height: 100px;
	border: 1px solid black;
	padding: 10px;
	background-color: lightyellow;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}
.someclass {
/*class to apply to your scroller(s) if desired*/
}

