html, body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #5d5d5d;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #393939;
	height: auto;
	width:auto;
}
#container {
position:absolute;
top:0px;
left:0px;
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 100%; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left;
	background-color: transparent;
	z-index:10;
	visibility:hidden;
} 
#container2 {
	background-image: url(../images/fondInfo.png);
	left:0px;
	top:0px;
	position:absolute;
	width: 1035px;
	height: 567px;
	text-align: left;
	z-index:20;
	visibility:hidden;
} 
#containerAccueil {
	background-image: url(../images/Accueil.png);
	background-repeat:no-repeat;
	left:0px;
	top:0px;
	position:absolute;
	width: 604px;
	height: 574px;
	text-align: left;
	z-index:20;
	visibility:hidden;
} 
#backgr {
	left:0px;
	top:0px;
	position:absolute;
	width: 1512px;
	height: 1000px;
	z-index:1;
	visibility:hidden;
} 


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*Texte */

p {
	font:verdana;
	font-size:11px;
	color:#000000;
}
.Text_10gris {
	font-size: 10px;
	color: #666666;
	
}
.Text_10gris a:link {
	text-decoration: none;
	color: #bfbebe;
	cursor:pointer;
}

.Text_10gris a:visited {
	text-decoration: none;
	color: #bfbebe;
}
.Text_10gris a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
.Text_10gris a:active {
	text-decoration: none;
}
.Text_11gris {
	font-size: 11px;
	color: #838383;
	font-weight: bold;
}
.Text_11noirBold {
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}
#map_canvas {
	font-size: 11px;
	color: #000000;
	overflow:hidden;
}
.Text_11noir {
	font-size: 11px;
	color: #000000;
}
.Text_11noir a:link {
	text-decoration: underline;
	color: #000000;
}
.Text_11noir a:visited {
	text-decoration: underline;
	color: #000000;
}
.Text_11noir a:hover {
	text-decoration: underline;
	color: #b66f19;
}
.Text_11noir a:active {
	text-decoration: underline;
}
.Text_12gris {
	font-size: 12px;
	color: #666666;
	font-weight: bold;
}
.Text_14gris {
	font-size: 14px;
	color: #666666;
	font-weight: bold;
}
.Text_10gold {
	font-size: 10px;
	color: #b77525;
	font-weight: bold;
}
.Text_11gold {
	font-size: 11px;
	color: #b77525;
	font-weight: bold;
}
.Text_12gold {
	font-size: 12px;
	color: #b77525;
	font-weight: bold;
}
.Text_14gold {
	font-size: 14px;
	color: #b77525;
	font-weight: bold;
}
.Text_10litegrey {
	font-size:10px;
	color:#b7b7b7;
}


