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

* {
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

h1 {
	display: none;
}
h2 {
	margin: 0 0 10px 0;
	background: #F3C;
	text-align: center;
	height: 30px;
	line-height: 30px;
	color: #FFF;
}

body {
	background: url(../img/content/background.jpg) top center no-repeat;
}

/*__________________________________________________________________________   HEADER   _______________*/

#site {
	overflow: auto;
	width: 991px;
	margin: auto;
}

#header {
	width: 991px;
	height: 205px;
	margin: auto;
}

#menu {
	width: 966px;
	height: 72px;
	background: url(../img/content/background_menu.jpg);
	margin: auto;
	overflow: auto;
	padding-left: 25px;
}

#menu li {
	float: left;
	list-style: none;
	font-size: 12px;
	height: 48px;
	margin-top: 12px;
	line-height: 48px;
	border-right: solid 1px #FFF;
}

#menu li:first-child {
	border-left: solid 1px #FFF;
}

#menu li:hover {
	color: #FFF;
	background: url(../img/content/background_menu_hover.jpg);
}

#menu a {
	text-decoration: none;
	color: #000;
	display: block;
		padding: 0 10px 0 10px;

}

#menu a:hover {
	text-decoration: none;
	color: #FFF;
}




/*__________________________________________________________________________   SITE   _______________*/

#contenu {
	position:relative;
	width: 991px;
	clear: both;
	margin: auto;
	overflow: auto;
	background: url(../img/content/background_contenu.jpg) no-repeat;
}


#colonne_gauche {
	width: 530px;
	float: left;
	margin: 0 20px 0 40px;
}

#colonne_gauche_tarif {
	width: 701px;
	float: left;
	margin: 0 20px 0 80px;
	overflow: auto;
}


#panoramique {
	width: 500px;
	height: 240px;
	background: url(../img/layout/capcozpan.jpg) repeat-x;
	overflow: hidden;
}


#colonne_droite {
	width: 344px;
	float: left;
	padding-left: 20px;
	border-left: 1px solid #09F;

}

#map {
	width: 325px;
	height: 325px;
	border: 1px solid #09F;
	margin: 10px;
	overflow: hidden;
}

#colonne_droite_tarif {
	width: 128px;
	float: left;
	border-left: 1px solid #09F;
	padding-left: 20px;
}

#accuse_envoie {
	width: 300px;
	height: 90px;
	background: #06F;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -150px;
	margin-top: -100px;
	z-index: 100;
	display: none;
	border: #006 solid 1px;
}
#accuse_envoie p{
	margin: 10px;
	text-align: center;
}

* html #colonne_gauche { position:relative; top: 0; left:0;}
* html #colonne_droite { position:relative; top: 0; left:580px; }

.listedroite {
	width: 345px;
}

.listedroite li{
	width: 345px;
	list-style: none;
	text-align: center;
}

.listedroite img{
	border: none;
}


.ta {
	background: #FF9;
	font-size: 10px;
	text-align: center
}

.tb {
	background: #FF0;
	font-size: 10px;
	text-align: center
}
.tc {
	background: #FC0;
	font-size: 10px;
	text-align: center
}
.td {
	background: #FF6500;
	font-size: 10px;
	text-align: center
}
.te {
	background: #FF3200;
	font-size: 10px;
	text-align: center
}
.tf {
	background: #CC0000;
	font-size: 10px;
	text-align: center
}
.tres {
	background: #CCC;
	font-size: 10px;
	text-align: center;
}

.gplien {
	margin: auto;
	color: #CCC;
	text-align: center;
	height: 20px;
	width: 400px;
	display: block;
	margin-bottom: 3px;

}

/*__________________________________________________________________________   CONTACT   _______________*/

label {
	width: 150px;
	height: 30px;
	clear: both;
	float: left;
	display: block;
	line-height: 30px;
	text-align: right;
	margin: 0 10px 10px 0;
}

.champ {
	border: solid 1px #999;
	height: 18px;
	width: 300px;
	padding: 8px 5px 5px 5px;
	float: left;
}

.bouton_envoyer {
	clear: both;
	display: block;
	margin: 10px auto;
	
}
