/* CSS Document */
html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	background-image: url(../images/nv-fond.jpg);
	/*background-image: url(../images/fond-body.jpg);*/
background-repeat: no-repeat;
background-position: center top;

	text-align: center;
}
#conteneur {
position: relative;
	background-repeat: repeat-y;
	margin: 0 auto;
	width: 950px;
	height: 100%;
	padding: 0;
}

#contenu_texte {
min-height:100px;
width: 950px;
margin: 0 auto 0 auto;
padding: 0;
	background-color: #A4D6F2;
}
 .barre-fuschia {
 clear: both;
 	width: 950px;
 	height: 2px;
 	margin: 0 auto;
 	padding: 0;
 	background: url(../images/barre-fuschia.jpg) repeat;
 	overflow: hidden;
 }
  .barre-fuschialongue {
 clear: both;
 	width: auto;
 	height: 2px;
 	margin: 0 auto;
 	padding: 0;
 	background: url(../images/barre-fuschia.jpg) repeat;
 	overflow: hidden;
 }
#contenu {
width: 950px;

height:auto;
margin: 2px 0 0 0;
padding: 0 0 2px 0;
background: url(../images/fond-contenu.jpg);
background-repeat: repeat-x;
	background-color: #FFFFFF;
}
 /** instruction vue seulement par IE 6**/
* html #contenu {
width: 950px;
height: 400px;
margin: 2px 0 0 0;
padding: 0;
}

 /** instruction vue seulement par IE 7**/
*+html #contenu {
margin: 2px 0 0 0;
}
#header {
	margin: 0 auto;
	padding: 0;
	width: 950px;
	height: 250px;
		background-image: url(../images/fond-haut.jpg);
		background-repeat: repeat-x;
}
#menu {
	margin: 0 auto;
	width: 950px;
	height: 28px;
	font-size: 12px;
	background: url(../images/sous-menu.jpg) ;
}
#menu ul {
	margin: 0;
	padding: 1px 0 0;
	list-style: none;
}
#menu li {
	float: left;
	background: url(../images/onglet-gauche.png) no-repeat left top;
	margin: 0;
	margin-left: 3px;
	padding: 0 0 0 15px;
	/*border-bottom: 1px solid #765;
*/
}
#menu a {
	float: left;
	display: block;
	width: .1em;
	background: url(../images/onglet-droit.png) no-repeat right top;
	padding: 9px 15px 4px 0px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	white-space: nowrap;
}
#menu > ul a {
	width: auto;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menu a {
	float: none;
}
/* End IE5-Mac hack */
#menu a:hover {
	color: #333;
}
#menu #current {
	background-position: 0 -48px;
	border-width: 0;
}
#menu #current a {
	background-position: 100% -48px;
	padding-bottom: 4px;
	color: #FF00FE;
}
#menu li:hover, #header li:hover a {
	background-position: 0 -48px;
	color: #333;
}
#menu li:hover a {
	background-position: 100% -48px;
}
h1 {
float: left;
width: 930px;
height: 30px;
padding-left: 20px;
text-align: left;
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
color: #FFFFFF;
margin:0;
}

p.textes {
text-align: left;
color: #3166EC;
margin: 0 auto;
padding: 5px;
width: auto;
width: 850px;

}
p.texte-guad {
text-align: left;
font-size: 15px;
color: #ff00ff;
margin: 0 auto;
padding: 5px;
width: auto;
width: 850px;

}
/*------photos---------*/
#titre-image {
position: absolute;
 width:950px;
 height:82px;
text-align: right;
 top:290px;
right: 50%;

 z-index: 100;
}
/*#moyennes {
float: left;
width: 300px;
margin-top: 1px;
margin-left: 40px;

}*/
#groupe-miniatures {
float: left;
width: 250px;
clear: both;
margin-top: 5px;
padding-left:70px;

}
.miniatures {
margin: 1px;
padding: 0;
width: 73px;
height: 56px;
display: block;
overflow: hidden;
float: left;

cursor: pointer;
/*background-color: #cccccc;*/
}
.grandePhoto {
float: left;
width: 350px;
height: 265px;
display: block;
margin: 0 0 0 10px;

padding: 0;

}
.miniatures img {
border: 1px solid #386DB0;
}
#text-hebe {
float: left;
width: 300px;
margin-top: 1px;
margin-left: 40px;
}
#text-hebe table{
width: 250px

}
#text-hebe td{
width: 125px

}
#cara {
float: left;
width: 700px;
/*border: 1px solid #386DB0;*/
}
#cara table{
width: 500px

}
.textes-cara {
width: 650px;
text-align: left;
color: #3166EC;
padding-left: 30px;

}
ul#navlist
 {
    text-align: left;
    list-style: none;
    padding: 20px 0 0 0;
    margin: 0 0 0 20px;
    width: 180px;
    float:left;
 }

 ul#navlist li
 {
    display: block;
    margin: 0;
    padding: 0 0 2px 3px;
 }

 ul#navlist li a
 {
    display: block;
    width: 100%;
    padding: 6px 0 6px 5px;
    border-width: 1px;
    border-color: #ffe #aaab9c #ccc #fff;
    border-style: solid;
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
    background: #FF00FE;
 }

 #navcontainer>ul#navlist li a { width: auto; }

 ul#navlist li#active a
 {
    background: #FBCD00;
    color: #800000;
 }

    ul#navlist li a:hover, ul#navlist li#active a:hover
 {
    color:#FF00FE;
    background: #FFFFFF;
    border-color: #aaab9c #fff #fff #ccc;
 }
 h2 {
 font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
 color: #FFFFFF;
 }
 #descript-hebe {
 text-align: left;
 margin-left: 120px;
 float: left;
 width: 450px;
 
 }

/*-----pied-----*/
#pied {
clear: both;
margin: 0 auto;
padding: 0;
width: auto;

background-color: #396EB1;

/*border: thin rgb(255,0,153) solid;*/
}
#drapbas {
margin: 0;
padding: 0;
/*border: thin rgb(255,0,153) solid;*/
}
#drapbas ul {
	margin: 10px 0 0 0;
}
#drapbas li {
	display: inline;
	padding: 0 5px;

	text-decoration: none;
}
p.adress, p.adress a {
padding: 10px 0 0 0;
margin: 0;
font-size: 11px;
color: #FFFFFF;

}
p.infos, p.infos a {
padding: 10px 0 0 0;
margin: 0;
font-size: 11px;
color: #FFFFFF;
text-decoration: none;

}
#map {
width: 950px;
height: 500px;
margin: 0;
padding: 0;

}
/*-----tarifs----*/
table {
margin: 0 auto;
width: 700px;
border-style:solid; 
border-width:1px; 
border-color:black;
    border-collapse: collapse;
}
td {
border-style:solid; 
border-width:1px; 
border-color:black;
    border-collapse: collapse;
    background-color: #FFFFFF;
}
th {
border-width:1px; 
border-color:black;
    border-collapse: collapse;
font-weight: bold;
background-color: #FFFFFF;
}
caption {
font-weight: bold;
text-align: center;
}
.pres {
text-align: left;
background-color: #FFFFFF;
}
.colonne1 {

background-color: #FFCC00;
}
.colonne2 {

background-color: #BDE90E;
}
.colonne3 {

background-color: #00ccff;
}
h1.tari{
width: 400px;
text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
margin: 0 auto;

}
#cara {
float: left;
}
.spacer {
  clear: both;
  margin: 0;
  padding: 0;
}
#close {
	float: right;
}
#barre {
	position: relative;
	width: 920px;
	height: 30px;
	text-align: right;
	background-image: url(../images/fond-barre.jpg);
	background-repeat: repeat-x;
}
#barre-prom {
	position: relative;
	width: 400px;
	height: 30px;
	text-align: right;
	background-image: url(../images/fond-barre.jpg);
	background-repeat: repeat-x;
}
#barre_bas {
	clear: both;
	padding-top: 10px;
	width: 920px;
	height: 35px;
	text-align: right;
background-image: url(../images/fond-barre-bas.jpg);
	background-position: left 20px;
	background-repeat: repeat-x;
}
#barre_bas_prom {
	clear: both;
	padding-top: 10px;
	width: 400px;
	height: 35px;
	text-align: right;
background-image: url(../images/fond-barre-bas.jpg);
	background-position: left 20px;
	background-repeat: repeat-x;
}
#promo-acc {
position: absolute;
	top: 20px;
	left: 300px;
	width: 400px;
	height: 180px;
	z-index: 1024;
		background-color: #ffe786;
	border-left: 1px #66667E solid;
	border-right: 1px #66667E solid;
	border-bottom: 1px #66667E solid;
}
#promo-acc h2{
text-align: center;
font-size: 20px;
color: red;
margin-top: 15px;
margin-bottom: 20px;
}
#promo-acc p{
width: 360px;
margin: 0 auto;
text-align: center;
font-size: 16px;
color: red;
line-height: 22px;
}
