body {
	background-color: #666;
	text-align: center;
	background-image: url(../img/nav/bg-40.png);
	background-repeat: repeat-x;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#conteneur-home {
	text-align:left;
	margin:0 auto;
	position:relative;
	width:700px;
	height:250px;
	background-color: #666;
}
#conteneur {
	text-align:left;
	margin:0 auto;
	position:relative;
	width:700px;
	height:570px;
	background-color: #666;
}
#conteneur-galerie {
	text-align:left;
	margin:0 auto;
	position:relative;
	width:700px;
	height:1000px;
	background-color: #666;
}
#header {
	text-align:center;
	position:relative;
	z-index:3;
	height:101px;
	width:700px;
	background-image: url(../img/nav/header-vide.png);
	background-repeat: no-repeat;
}


#contenu-home {
	position:absolute;
	z-index:1;
	width:700px;
	height:200px;
	top:130px;
	right:25px;
	text-align: center;
	line-height: 200px;
	font-family: "Helvetica Neue UltraLight", "Trebuchet MS", Arial, sans-serif;
	color: #FFF;
	font-size: 48px;
	font-weight: normal;
}
#contenu {
	padding:0;
	position:absolute;
	z-index:1;
	width:700px;
	height:800px;
	top:130px;
	text-align: center;
	color: #666;
	background-color:#FFF;
	background-image: url(../img/nav/contenu-bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
#galeries {margin:30px 10px;text-align:left;}
#galeries img{margin:1px;}
#galeries h1{margin-top:25px;}

.img-gauche {
	float: left;
}
#pied-galerie {
	text-align:center;
	position:absolute;
	bottom:0;
	width:700px;
	height:30px;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #333;
}
.texte-blanc {
	color: #FFF;
}
#contenu h1 {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: normal;
	color: #666;
	line-height: 25px;
}
#contenu p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 18px;
}

 Style menu dépliant 
#menudepliant {}
.navigation {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align:left;
	width: 120px;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 9px;
	text-transform: uppercase;
      } 
   .navigation a, .navigation span { 
   padding:5px;
      display: block; 
      text-decoration: none; 
	  	text-transform: uppercase;

      } 
   .navigation .toggleSubMenu a, .navigation .toggleSubMenu span {
	background-image: url(../img/nav/menu-depliant/derouler.gif);
	text-transform: uppercase;
	background-repeat: no-repeat;
	background-position: left top;
      } 
   .navigation .open a, .navigation .open span {
	background-image: url(../img/nav/menu-depliant/refermer.gif);
	text-transform: uppercase;
      } 
   .navigation a:hover, .navigation a:focus, .navigation a:active {
	   color:#FFF;
	text-decoration: none;
	text-transform: uppercase;
      } 
   .navigation .subMenu { 
   	  text-transform: uppercase;
      font-size: 9px; 
text-indent:0px;      margin: 0; 
      padding: 0; 

      } 
   .navigation ul.subMenu a {
	border:0;
	background: none;
	padding: 3px 20px;
	text-transform: uppercase;
	text-indent: 0px;
      }
.toggleSubMenu a {
	border-top:1px solid #F60;}
	.navigation a:visited {color:#FFF;}
.no{border:0; padding:0;margin:0;}
