/* 
 ____________________________________________________________________
|                                                                    |
|      SITE : Nos Amis les Loloy | http://www.nosamislesloloy.fr     |
|      PAGE : html.css                                 				 |
|     EMAIL : sandstudio@gmail.com	                                 |
| COPYRIGHT : Tous droits reserves                                   |
|____________________________________________________________________|
*/

*{
  padding:0;
  margin:0;
}

html, body {
margin: 0; /*marges extérieures*/
padding: 0; /*marges intérieures*/
}

body{
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size: small;
  background-image:url(images/bg.png);
  background-repeat:repeat-x;
  background-color:#eae5cf;
  text-align:center;
}
a{
	color: #000;
}
a img{
	border: none;	
}

.gras{
  font-weight: bold;
}

#formulaire_contact .bout{
background-color: #d0ccb0;
color: #342c1c;
}

.pointilles{
  /*border-bottom: 1px dashed #D0CCB0;*/ 
  border-bottom: 1px dashed #96A21B;
  /*margin-bottom: 10px;*/
  padding-bottom: 20px;
}

li h3, li h1{
  color: #342C1C;
  font-size:20px;
}
.width420{
    width: 420px;
}
#formulaire_contact input,#formulaire_contact textarea 
{
    border: 1px solid #ccc;
    background: #eee;
    color: #999;
}
#formulaire_contact input:hover,#formulaire_contact input:focus,#formulaire_contact textarea:hover,#formulaire_contact textarea:focus
{
	border: #888 1px solid;
  background-color: #d0ccb0;
	color: #000;
}

#contenu{
  /*width:900px;*/
  width: 100%;
  padding:0;
  margin:auto;
  /*border:5px solid red;*/
  text-align: left;
}

#header{
	/*background-image:url(images/header_bg.png);*/
	background-color:#342c1c;
	background-repeat:no-repeat;
	height:199px;
	padding-bottom: 0;
}
/*  LOGO DANS LE HEADER */
#logo{
  background-image:url(images/logo.png);
  background-repeat: no-repeat;
  height:99px;
  width:646px; 
  margin: auto;
}
/* MENU DE NAVIGATION */
#menu_nav{
	/*padding-top:10px;*/
	/*float:right;*/
	/*margin:auto;*/
	/*border: 2px solid red;*/
  margin-left: auto; 
  margin-right: auto; 
  width: 860px; /* largeur obligatoire pour être centré */ 
}
.menu ul{
  padding:0;
  margin:0;
  list-style-type:none;
  list-style:none;
  display:inline;
}

.menu li{
  padding-right:10px; /* espace horizontal entre chaque element du menu*/
  margin:0 5px 0 0;
  /*height:40px;*/
  list-style-type:none;
  list-style:none;
  display:inline;
  float:left;
}

span{
  display:none;
}

/* Presentation */
/* 177 78*/
#presentation a{
	display:block;
 	background:url(images/presentation_total.png) left no-repeat; 
	height:78px;
	width:177px;
}

#presentation a:hover{
	background:url(images/presentation_total.png) right no-repeat;
}

/* Mes services */ 
#service a{
	display:block;
 	background:url(images/service_total.png) left no-repeat; 
	height:78px;
	width:179px;
}

#service a:hover{
	background:url(images/service_total.png) right no-repeat;
}

/* Tarifs */
#tarif a{
  background:url(images/tarif_total.png) left no-repeat; 
  width:124px;
  height:78px;
  display:block;
}

#tarif a:hover{
	background:url(images/tarif_total.png) right no-repeat;	
}

/* 164 46 */
#galerie a{
  background:url(images/galerie_total.png) left no-repeat; 
  width:179px;
  height:78px;
  display:block;
}

#galerie a:hover{
	background:url(images/galerie_total.png) right no-repeat;	
}


/* 103 45 */
#contact a{
  background:url(images/contact_total.png) left no-repeat; 
  width:125px;
  height:78px;
  display:block;
}

#contact a:hover{
	background:url(images/contact_total.png) right no-repeat;
}	
/* FIN DU MENU DE NAVIGATION */
div#centre{
  margin-top: 30px;
  margin-left: 260px; 
  margin-right: 280px; 
  margin-bottom: 30px;
  line-height: 140%;
  text-align: justify;
	/*border: 1px red dotted;*/
}
#centre p{
  margin-bottom: 10px;
}
#centre h3,#centre h1{
  margin: 20px 0 5px 0;
}
#centre ul{
  list-style-type: none;
	text-align: justify;
}
#logo_arbre{
  /*border: 1px green dotted;*/
  margin-top: 30px;
  margin-left: 10px;
	float: left;
	width: 235px;
  /*padding-top: 10px;*/
	/*display: inline;*/
}
#polaroid{
  margin-top: 30px;
  margin-right: 10px;
	/*border: 1px black dotted;*/
	float: right;
  width: 235px;
	/*display: inline;*/
}
#colonne_droite{
	float: right;
}
#footer{
  background-color: #D0CCB0;
  padding: 10px 0 10px 0;
  font-family:Helvetica, Arial, sans-serif;
  font-size: 12px;
  /*margin-left: 260px; 
  margin-right: 280px;*/ 
  line-height: 140%;
  /*text-align: justify;*/
  color: #444444;
}
#footer a{
  color: #444444;
  text-decoration: none;	
}
#footer a:hover{
  /*color: #41781D;*/
  color: #337F00;
  text-decoration: underline;
}

/* TARIFS */
.green{
  background-color: #B3CF40;
}
.beige{
  background-color: #D0CCB0;
}
.orange{
  /*background-color: #EC9C38;*/
  border-bottom: 2px solid #EC9C38;
}
.beige_fonce{
  background-color: #AFAC99;
}
.blanc{
  background-color: #fff;
}
.blanc_titre{
  background-color: #fff;
  border-top: 1px solid #ccc;
}
.vert_clair{
  background-color: #E0EFA4;
}
table{
  border-collapse: collapse;
}
td{
  width: 15%;
  text-align: center;
  padding:10px;
}
th{
  width: 15%;
  text-align: center;
  padding:10px;
}
.vert_flash{
  background-color:#EFE1D3;
}
/**
 * Galerie photo
 */ 
#slideshow {list-style:none; color:#fff}
#slideshow span {display:none}
#wrapper {width:506px; margin:50px auto; display:none}
#wrapper * {margin:0; padding:0}
#fullsize {position:relative; width:500px; height:300px; padding:2px; border:1px solid #ccc; background:#000}
#information {position:absolute; bottom:0; width:500px; height:0; background:#000; color:#fff; overflow:hidden; z-index:200; opacity:.7; filter:alpha(opacity=70)}
#information h3 {padding:4px 8px 3px; font-size:14px}
#information p {padding:0 8px 8px}
#image {width:500px}
#image img {position:absolute; z-index:25; width:auto}
.imgnav {position:absolute; width:25%; height:306px; cursor:pointer; z-index:150}
#imgprev {left:0; background:url(../img/galerie_photo/button/left.gif) left center no-repeat}
#imgnext {right:0; background:url(../img/galerie_photo/button/right.gif) right center no-repeat}
#imglink {position:absolute; height:306px; width:100%; z-index:100; opacity:.4; filter:alpha(opacity=40)}
.linkhover {background:url(../img/galerie_photo/button/link.gif) center center no-repeat}
#thumbnails {margin-top:15px}
#slideleft {float:left; width:20px; height:81px; background:url(../img/galerie_photo/button/scroll-left.gif) center center no-repeat; background-color:#222}
#slideleft:hover {background-color:#333}
#slideright {float:right; width:20px; height:81px; background:#222 url(../img/galerie_photo/button/scroll-right.gif) center center no-repeat}
#slideright:hover {background-color:#333}
#slidearea {float:left; position:relative; width:456px; margin-left:5px; height:81px; overflow:hidden}
#slider {position:absolute; left:0; height:81px}
#slider img {cursor:pointer; border:1px solid #666; padding:2px}

