/*---------------------
   Generalites
---------------------*/

* { padding: 0; margin:0; }

body {
  background: #91C3EB url(img/fond.png) top center repeat-x;
  font-family: Verdana, "Trebuchet MS", "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
  font-size: 13px;
  color: #000;
  text-align: center;
}

img {
  border: none; 
}

h1 {
  position: relative;
  top: 40px;
  margin-left: 200px;
  font-size: 2em;
}
h1 a{
  text-decoration:none;
  color: #000;
}
h1 a:hover{
  text-decoration:underline;
  color: #524f46;
}

hr {
  margin-bottom: 15px;
}

a {
  outline: none;
}

#conteneur {
  margin-left: auto;
  margin-right: auto;
  padding-left: 100px;
  padding-right: 100px;
  width: 800px;
  background: #91C3EB url(img/conteneur.png) top center no-repeat;
}

#header {
  background : transparent;
  height: 261px;
  color: #3f3f3f;
}
#header span {
  position: relative;
  top: 45px;
  margin-left: 355px;
  font-size: 1.4em;
}

#titre {
  position: absolute;
  top: 260px;
  background: #91C3EB url(img/content-top.png);
  color: #3f3f3f;
  width: 790px;
  text-align: center;
  padding: 15px 0;
}

#titre h2 {
  background: #fff url(img/titre.png) center no-repeat;
  width: 770px;
  font-weight: bold;
  font-size: 1.4em;
  padding: 10px 0; 
  margin: 0 0 0 1px;
  color: #fff;
}

#content {
  background : url(img/content-center.png) repeat-y;
  font-size: 1em;
  color: #3f3f3f;
  text-align:left;
  width: 730px;
  padding: 90px 30px 30px 30px;
}
#content a:active {
  font-style: italic;
  border-bottom: none;
}
#content p, iframe {
  margin-bottom: 20px;
}
#content_footer {
  background: #91C3EB url(img/content-bas.png) bottom no-repeat;
  width: 790px;
  height: 20px;
  margin: 10px 0 -30px -30px;
}
#content li:hover {
  list-style: circle;
}
#content li ul li {
  margin-left: 30px;
}
#content li ul {
  margin:0;
}
#content ul {
  margin-bottom: 20px;
}

#footer {
background : url(img/footer.png) no-repeat;
font-size: 0.75em;
text-align: left;
color: #3f3f3f;
padding: 15px 0 10px 20px;
margin: 20px 0;
height: 55px;
}

#valid {
  float: right;
  margin: -10px 10px 0 0;
  padding-right: 10px;
}

.preview {
  float: left;
  margin: 5px 20px 10px 0px;
}

.pics li {
  display: inline;
  margin-right: 15px;
  line-height: 30px;
}

.left {
  text-align: left;
}

.legende {
  font-size: 0.8em;
  font-weight: bold;
  margin: 0px;
  text-align: center;
}

li{
  list-style: none;
}

h3 {
  font-size: 1.4em;
  font-weight: bold;
  color: #6F6F6F;
  margin: 30px 15px;
  padding-top: 20px;
  clear: both;
}
h4 {
  text-align: center;
  font-size: 1.4em;
  font-weight: bold;
  color: #6F6F6F;
  margin: 30px 0 10px 0;
}

/*---------------------
   Les tarifs
---------------------*/

table.tarifs {
  width: 100%; 
  background-color: #fff;
  text-align: center;
  margin: 20px 0;
  font-size: 1.1em;
}
#categorie_1, #categorie_2, #categorie_3, #noel_1, #noel_2, #janvier, #fevrier, #mars {
  color: #fff;
  background-color:#3D93D2;
}
.tarifs th, .tarifs td {
  font-family: sans-serif;
  border: 1px dotted #6495ed;
  padding: 12px;
  width: 24%;
}
.tarifs td {
  font-size: 90%;
  font-weight: bold;
}
#vide {
  border: 0;
}
.tarifs th a {
  color: #fff;
  text-decoration: none;
}
.tarifs th a:hover {
  color: #000;
  text-decoration: underline;
}
.prix {
  font-size: 0.6em;
  font-style: italic;
}

/*---------------------
   Contact
---------------------*/

#contact {
  text-align:center;
}

input.requis, textarea.requis {
  border: 1px solid #00A8E6;
}
input.vide, textarea.vide, select.vide {
  border: 1px solid #FF3600;
  color : #FF3600;
}
input.ok, textarea.ok, select.ok {
  border: 1px solid #6F96FF;
  color : #000000;
}
select {
width: 130px;
}

.annotation {
  margin: 5px 0;
  padding: 5px;
  background-color: #FF3300;
  color : #FFF;
  font-weight: bold;
}

label {
  font-weight: bold;
}
.form-row {
  clear: both;
  margin-top:10px;
}
.form-send {
  margin: 25px 0 25px 0;
}

.field-label {
  padding: 0.2em;
  margin: 25px 0 10px 0;
}

.contact_droit {
  float: right;
  width: 50%;
}
.contact_gauche, .contact_droit {
  text-align:center;
}

/*---------------------
   Locations
---------------------*/

#locations {
  text-align: center;
  line-height: 70px;
}
#locations a, #navigation a {
  background: url(img/boutton.png) no-repeat;
  margin:25px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  border: none;
}
#locations a:hover, #navigation a:hover {
  background: url(img/boutton.png) 0 -30px no-repeat;
  color: #000;
}
#locations a:active, #navigation a:active {
  background: url(img/boutton.png) 0 -60px no-repeat;
  color: #fff;
}
#locations a:visited, #navigation a:visited {
  color: #fff;
}
.studio {
padding: 7px 75px 7px 65px;
}
.appart {
  padding: 7px 29px 7px 28px;
}
#locations h3 {
  margin: 10px 0 -15px 0;
  padding: 0;
  text-decoration: underline;
}

#navigation {
  text-align:center;
  margin-top: 50px;
}
#navigation a {
  padding: 7px 52px 7px 40px;
}

.center {
text-align: center;
}


/*---------------------
   Dates
---------------------*/

#disponibilite {
	margin-left: 50px;
}
#disponibilite #droite {
	float: right;
	margin-right: 50px;
	margin-top: -30px;
}
#disponibilite h3 {
	clear: none;
}
