* {
	margin: 0;
}

html, body {
	height: 100%;
}

header {
	text-align: center;
	padding-top: 40px;
}

#superglobal {
	position : relative;
	min-height: 100%;
	
}

#global {
	position: relative;
    min-height: 100%;
	margin: 0 auto;
	padding-bottom: 125px;
	padding-left: 10px;
	width: 850px;
	border-left: 1px solid;
	border-right: 1px solid;
	border-left-color: rgb(42,174,46);
	border-right-color: rgb(42,174,46);
}

a {
	color: blue;
}

.corps_simple {
	width: 300px;
	min-height: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 150px;
}

.lang {
	float: right;
	margin: 10px;
}

.lang a {
	text-decoration: none;
	color: blue;
}

.lang a:visited {
	color: blue;
}

/*  
	Design du menu
*/

nav {
	width: 750px;
	margin: 20px auto;
	margin-left: 12%;
	margin-bottom: 25px;
}

nav ul {
	list-style-type: none;
	width: 600px;
	height: 44px;
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	
	background: #e3e3e3;
	background: blue;
	background: -moz-linear-gradient(top, #ccc, #999);
	background: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#999));
	
	-moz-box-shadow: 1px 1px 3px #333;
	-webkit-box-shadow: 1px 1px 3px #333;
	box-shadow: 1px 1px 3px #333;
	
	text-shadow: 0 1px 0 white;
}

nav ul a{
	display: block;
	padding: 10px 20px 10px 20px;
	list-style-type: none;
	float: left;
	color: #454545;
	font-size: 20px;
	text-decoration: none;
}

nav ul a:hover{
	display: block;
	padding: 10px 20px 10px 20px;
	list-style-type: none;
	float: left;
	color: #ddd;
	
	text-shadow: 0 1px 0 black;
	
	background: #555;
	background: -moz-linear-gradient(top, #444, #555);
	background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#555));
}

/*  
	Design du slider
*/

#slideshow #slidesContainer {
  margin:0 auto;
  margin-top: 15px;
  width:560px;
  height:270px;
  overflow:auto; /* affiche une scrollbar au cas ou */
  position:relative;
  background-image: url(img/back_slide.png);
  background-repeat: no-repeat;
}

#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:540px;  /* reduit de 20 pixels la div #slidesContainer pour permettre d'afficher la barre de scroll */
  height:270px;
}

.control {
  display:block;
  width:60px;
  height:60px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}

#leftControl {
  top:350px;
  left:80px;
  background:transparent url(img/previous.png) no-repeat 0 0;
}

#rightControl {
  top:350px;
  right:80px;
  background:transparent url(img/next.png) no-repeat 0 0;
}

#navDiapo{
    display:block;
    width:20px;
    height:20px;
    position:absolute;
    right:10px;
    bottom:10px;
    cursor:pointer;
}

.slide ul {
	list-style-image: url(img/puce.gif);
}

.slide1 {
	width: 535px;
	margin: 25px;
	margin-top: 55px;
}

.slide2 {
	width: 522px;
	margin: 25px;
	margin-top: 40px;
}

.slide3 {
	width: 530px;
	margin: 17px;
	margin-left: 140px;
}

/*
	Design de la Galerie Photos
*/

img {
	vertical-align: middle; 
	border:none;
}

#thumbs {
	overflow:auto; 
	list-style:none; 
	margin:30px;
	margin-left: auto;
	margin-right: auto; 
	padding:0;
} 

#thumbs li {
	float:left;
} 

#thumbs a {
	display:block; 
	padding:10px; 
	outline:none;
}
 
#thumbs a:hover, #thumbs a:focus {
	background: rgb(42,174,46);
}

#thumbs a.active {
	background: rgb(42,174,46);
}
 
#viewer {
	position:relative; 
	width:700px; 
	height:465px; 
	margin-left:auto;
	margin-right: auto;
	margin-bottom: 50px;
}
 
#viewer img[src*="loader"] {
	position:absolute; 
	left:50%; 
	top:50%; 
	margin:-15px 0 0 -15px;
}

/*
	Design de la page Proximite
*/

.proximitedesign {
	width: 600px;
	min-height: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
}

.proximitedesign ul {
	list-style-image: url(img/puce.gif);
	margin-left: 50px;
}

.proximitedesign hr {
	color: rgb(42,174,46);
}

.proximitedesign a {
	text-decoration: none;
}

.proximitedesign2 a {
	color: rgb(42,174,46);
}

/*
	Design de la page Ventes
*/

.titreventes {
	margin-top: 40px;
	text-align: center;
	text-decoration: underline;
}

.prixventes {
	text-align: center;
	margin-top: -10px;
}

.imageventes {
	border: 1px solid rgb(42,174,46);
	padding: 5px;
	width: 720px;
	height: 480px;
	margin: 0 auto;
	margin-top: -10px;
}

.texteventes {
	width: 720px;
	margin: 0 auto;
	margin-bottom: 40px;
	margin-top: -15px;
}

.designventes hr {
	color: rgb(42,174,46);
	width: 500px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
}


/*
	Design de la page contact
*/

.contactdesign {
	width: 500px;
	min-height: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}

.contactdesign p {
	margin: 12px;
}

.contactdesign iframe {
	width: 500px;
	height: 450px;
	border: 1px solid rgb(42,174,46);
}

.designiframe {
	margin-left: 10px;
	margin-bottom: 50px;
}

/*
	Design du Footer
*/

footer {
	background-color: rgb(42,174,46);
	color: rgb(42,174,46);
	position: absolute;
	bottom: 0px;
	height: 110px;
	width: 100%;
}

footer a {
	text-decoration: none;
}

#designfooter {
	height: 100px;
	width: 390px;
	background-image: url(img/back_footer.png);
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-top: 2px;
	margin-left: auto; 
  	margin-right: auto;
  	margin-top: 5px;
}

