/* --- STYLES DE BASE --- */ 
 
/* Page */ 
html { 
  font-size: 100%; /* Évite un bug d'IE 6-7. (1) */ 
} 
body { 
  margin: 0; 
  padding: 0; /* Remettre à zéro si nécessaire. */ 
  /* Pensez à utiliser une collection de polices (2), par ex: 
  font-family: Arial, Helvetica, FreeSans, sans-serif; */ 
  font-size: .8em; /* À adapter pour la police choisie. (3) */ 
  line-height: 1.4; /* À adapter au design. (4) */ 
  color: black; 
  background-image: url('images/background.jpg'); 
} 
 
html, body {
	height: 100%;
	margin: 0;
	padding: 0;	}


/* Titres */ 
h1, h2, h3, h4, h5, h6 { 
  margin: 1em 0 .5em 0; /* Rapproche le titre du texte. (5) */ 
  line-height: 1.2; 
  font-weight: bold; /* Valeur par défaut. (6) */ 
  font-style: normal; 
} 
h1 { 
  font-size: 1.75em; 
} 
h2 { 
  font-size: 1.5em; 
} 
h3 { 
  font-size: 1.25em; 
} 
h4 { 
  font-size: 1em; 
} 
 
/* Listes */ 
ul, ol { 
  margin: .75em 0 .75em 32px; 
  padding: 0; 
} 
 
/* Paragraphes */ 
p { 
  margin: .75em 0; /* Marges plus faibles que par défaut. (7) */ 
} 
address { 
  margin: .75em 0; 
  font-style: normal; 
} 
 
/* Liens */ 
a { 
  text-decoration: underline; 
} 
a:link { 
  color: #11C; 
} 
a:visited { 
  color: #339; 
} 
a:hover, a:focus, a:active { 
  color: #00F; 
} 
/* Pas de bordure pointillée ou halo lors du clic sur un lien */ 
a:active { 
  outline: none; 
} 
/* Pas de bordure autour des images dans les liens */ 
a img { 
  border: none; 
} 
 
/* Divers éléments de type en-ligne (8) */ 
em { 
  font-style: italic; 
} 
strong { 
  font-weight: bold; 
} 
 
/* Formulaires */ 
form, fieldset { 
  margin: 0; 
  padding: 0; 
  border: none; 
} 
input, button, select { 
  vertical-align: middle; /* Solution pb. d'alignement. (9) */ 
}

ul
{
	list-style-type: none;
}

#global 
{
	min-height: 100%;
	width: 761px;
	margin: 0 auto;
	position: relative;
}

#global_top
{
	background-image: url('images/back_top.jpg');
	width: 761px;
	height: 21px;
}

#global_
{
	background-image: url('images/back_px.jpg');
	width: 761px;
}

#global_b
{
	background-image: url('images/back_b.jpg');
	width: 761px;
	height: 12px;
	margin-top: -13px;
	
}

#navigation
{
	background-image: url('images/fond_liens.jpg');
	height: 209px;
	width: 189px;
	float: left;
	margin-left: 10px;
	text-align: center;
}

#navigation img
{
	margin-top: -5px;
	margin-left: -25px;
}


#header_photo
{
	height: 210px;
	width: 550px;
	margin-left: 200px;
}

#menu_gauche
{
	width: 190px;
	border: solid 1px #f3eeda;
	margin-left: 3px;
	float: left;
}

#menu_gauche p
{
	color: #63845b;
	text-align: center;
	padding: 10px;
	font-size: 1.1em;
	line-height: 1.2;
}

#contenu
{
	padding-top: 20px;
	width: 531px;
	float: left;
	margin-left: 5px;
}

.accueil_texte p
{
	text-align: justify;
	text-indent: 30px;
	font-size: 1.1em;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 30px;
}

#menu_gauche_cadre
{
	background-image: url('images/cadre_photo.jpg');
	height: 130px;
	width: 167px;
	margin: auto;
	margin-top: 10px;
}

#menu_gauche_photo
{
	padding-left: 12px;
	padding-top: 10px;
	height: 109px;
	width: 143px;
}


 #imageSlideshowHolder{
    width:143px;
    height:109px;
    position:relative;  /* Never change this value */
    
  }
  .imageInGallery{    
    width:143px;
    height:109px;
    
    /* Never change these 3 value */
    left:0px;
    top:0px;
    position:absolute;  
  } 
  
#menu
{
	width: 450px;
	margin: auto;
	text-align: center;
}

#contact
{
	width: 500px;
	background-color: #ffffff;
	margin: auto;
	border: solid 1px #a6b382;
}

#coordonnees
{
	width: 480px;
	margin: auto;
	background-color: #ffffff;
	border: solid 1px #a6b382;
	margin-bottom: 10px;
	padding-left: 15px;
}

.prestations
{
	width: 480px;
	margin: auto;
	background-color: #ffffff;
	border: solid 1px #a6b382;
	margin-bottom: 10px;
	padding-left: 15px;
}

.en_savoir_plus
{
	text-align: right;
	margin-right: 30px;
	padding-bottom: 10px;
}

.commentaire
{
	background-color: #ffffff;
	width: 480px;
	margin: auto;
	border: #ebe6d0 1px solid;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 5px;
	margin-top: 20px;
}

.commentaire_auteur
{
	font-size: 1.2em;
	margin-bottom: -8px;
}

.commentaire_texte
{
	margin-top: 0px;
	text-align: justify;
	text-indent: 20px;

}

#formulaire_contact
{
	padding-left: 20px;
	padding-bottom: 10px;
}
.email_succes
{
	margin: auto;
	width: 288px;
	height: 72px;
}

#basic-accordian
{
	width:432px;
}

#carte-accordian
{
	width:135px;
	border: 1px solid red;
	text-align: center;
}

.accordion_headings
{
	padding:5px;
	cursor:pointer;
	font-weight:bold;
}

.accordion_child
{
	padding:15px;
	padding-left: 80px;
}

.accordion_carte
{
}

#page
{
	background-image: url('images/col_bg.jpg');
	width: 741px;
	min-height: 500px;
	margin: 0;
	padding: 0;
	overflow: auto;
	background-repeat: repeat-y;
	padding-bottom: 40px;
	margin: auto;
}

#itineraire
{
	width: 710px;
	min-height: 500px;
	margin: 0;
	padding: 0;
	overflow: auto;
	background-repeat: repeat-y;

	margin: auto;
}

#photo_article
{
	float: left;
	margin: 0;
	padding: 0;
	width: 178px;
	height: 139px;
	background-image: url('../images/photo_saintvalentin.jpg');
}

#footer 
{
	width: 220px;
	margin: auto;
}

#photos_terasse
{
	clear: both;
	float: none;
}

.cadre_photo_vert
{
	background-image: url('../images/receptions/cadre_photo_vert.jpg');
	width: 145px;
	height: 101px;
	float: left;
}

.cadre_photo_vert img
{
	margin: 8px 9px;
}

#menu_buffet_froid
{
	width: 280px;
	background-color: #ffffff;
	border: solid 1px #a6b382;
	margin-bottom: 10px;
	margin-left: 170px;
	text-align:center;
}

#buffetaemporter
{
	width: 164px;
	height: 36px;
	margin-top: -50px;
	margin-bottom: 100px;
}


