/*
Theme Name: Le Clos St Gilles
Theme URI: http://carantec-evento.com
Description: Thème du Clos St Gilles
Version: 1.0
Author: Simon Vart
Author URI: http://www.carantec-informatique.com/

*/


/* Structure */

body {

  background-color: #667592;
  margin: 0 0 0px 0;
  padding: 0;
  font-family: Arial, Verdana, sans-serif;
  font-size: 1em;
}


.police {
  font-family: Arial, Verdana, sans-serif;
}

#centrage {  /* colonnage principal et conteneur */

  margin-left: auto;
  margin-right: auto;
  width: 780px;
}



div.centre { /* classe générique pour centrer les éléments */
  text-align: center;
}

div.droite { /* classe générique placer les éléments à droite*/
  text-align: right;
}

div.left {
  text-align: left;
}


#navigation { /*menu de navigation supérieur */
  margin-top: 90px;
  margin-bottom: 70px;
  padding-left: 10px;
}

#contenu {
  padding-left: 10px;
  overflow: visible;
  padding: 5px;
}

#texte {
  color: #DEE4F0;
  text-align: justify;
  font-size: 1em;
  padding-left: 55px;
  padding-right: 140px;
}

#texte p {
  margin-bottom: 1em;
  line-height: 1.2em;
  text-indent: 5em;
}

#texte .titre {
  margin-bottom: 1em;
  font-size: 1.4em;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "Arial Narrow", Verdana, sans-serif;
}

#texte a {
  color: #F9A8ED;
  text-decoration: none;
}

#texte img {
  margin-top: 2em;
  margin-left: -50px;
}

#texte ul {
  padding-left: 5em;
  list-style-position:inside;
}

#texte li {
  line-height: 1.5em;
}

#footer, #footer-home { /* pied de page */
  font-family: Arial, Verdana, sans-serif;
  font-size: 0.8em;
  clear: both;
  padding-left: 10px;
  padding-right: 145px;
  color: #DEE4F0;
}

#footer a, #footer-home a {
  color: #F9A8ED;
  text-decoration: none;
}

#footer #enseigne {
  float: left;
}

.nettoyeur {

clear:both;

}





/* MENU DEROULANT */



#menu {
width:100%;
font-family: Arial, Verdana, sans-serif;
font-size: 0.8em;
display:block; 
height:30px;
z-index:1000;

}

#menu div {
float:left;
padding:0 0 0 25px;
margin-right: 5%;
}



#menu div a {
color:#91B4F8;
text-decoration: none;
font-weight: bold;
}


#menu div ul {
position: absolute;
margin: 5px 0 0 0;
*margin:27px 0 0 -75px;
line-height:20px;
font-size: 1em;
*white-space: nowrap;
*width:400px;
}



#menu ul, #menu li {
margin: 0;
padding: 0;
list-style-type: none;
list-style-position:outside;
text-align: left;

}



#menu ul li {
padding:0 15px;
font-size:0.9em;
}

	

#menu ul li a {
color:#DEE4F0;
text-decoration: none;
font-weight: normal;

}

#menu ul li a:hover {
color: #58CBF7;
}

#menu .nm_rubrique img {
float: left;
position: absolute;
top: 15px;
margin-left: 10px;
}

#calendar {
  margin-bottom: 1em;
  margin-left: -50px;
}

#form_c {
  margin-left: -50px;
  color: #DEE4F0;
}

#form_c fieldset {
  padding: 1.5em;
  border: 1px solid #91B4F8;
 *border: 0; /* IE7 n'affiche pas bien les bordures */
 *background-color: #3F5C91; /* alors on y met un fond */
}

#form_c fieldset legend {
  color: #DEE4F0;
}


#form_c .ligne {
  margin-bottom: 10px;
}

#form_c .form_colg{
  width: 200px;
  text-align: right;
}

#form_c .form_cold{
  margin-left: 205px;
  margin-top: -1.3em;
}


#form_c .form_cold input {
  width: 300px;
}

#form_c .form_cold #DateA, #form_c .form_cold #DateD {
  width: 100px;
}

#form_c .form_cold textarea {
  width: 300px;
  height: 80px;
}

#form_c #recaptcha {
  margin-left: 205px;
  margin-top: 15px;
  height: 150px;
}

 .recaptchatable .recaptcha_image_cell, #recaptcha_table {
   background-color:#667592 !important; //reCaptcha widget background color
 }
 
 #recaptcha_table {
   border-color: #667592 !important; //reCaptcha widget border color
 }
 
 #recaptcha_response_field {
   border-color: #667592 !important; //Text input field border color
   background-color:#667592 !important; //Text input field background color
 }

#gallerie {
  position: relative;
  float: right;
  width: 130px;
  height: 40px;
  background-image: url('images/camera.gif');
  background-repeat: no-repeat; 
  padding-left: 35px;
}

#gallerie a {
  text-transform: uppercase;
  color: #91FA0A;
  font-family: "Arial Narrow", Verdana, sans-serif;
  text-decoration: none;
}