/* example-specific CSS */

body {
	text-align: center;
	background-image:url(../images/offrez-vous-elegance.jpg);
/*	background-image:url(../images/back_rouge.jpg);*/
	background-position: center;
	background-position: top;
	background-repeat: no-repeat;
	background-color: #000000;
	margin: 0px;
	}
	
p{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #636251;
	text-align:justify;

}

ul {
font-family: Geneva, Arial, Helvetica, sans-serif;
color: #636251;
font-size: 12px;
font-style: normal;
line-height: 2em;
font-weight: normal;
font-variant: normal;
text-transform: none;
text-decoration: none;
list-style-position: outside;
list-style-image: url(arrow.gif);
list-style-type: square;
}

a:link { 
	color: #822f2f;
	}
a:visited { 
	color: #822f2f;
	}
a:hover { 
	color: #000000;
	background-color: #F5F5F5;
	text-decoration: none;
	}
a:active { 
	color: #333333;
	}

.content {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #636251;
	text-align:justify;

}

.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #822f2f;
	font-weight: bold;
	text-transform: ;
}

.subtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	font-weight: bold;
}



.centered {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 50%;
  margin: auto;
  background-color: white;
  color: black;
  margin-top:33px;
} 

#container {
    position: relative;
	}

#footer {
	position: relative;
	bottom: 0;
	height: 40px;
	vertical-align: middle;
	}
	


#main {
	position: relative;
	width:750px;
	height:auto;
	z-index:1;
}


#nav {
	position: absolute;
	text-align: center;
	list-style: none;
	margin: auto;
	padding: 0;
	height: 33px;
	display: inline;
	overflow: hidden;
	width: 750px;
	background:#F5F2EB;
	}
	
#nav li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}

#nav a {
	float: left;
	padding: 33px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:33px; /* for IE5/Win */
	}
	
#nav a:hover {
	background-position: 0 -33px;
	}

#nav a:active, #nav a.selected {
	background-position: 0 -66px;
	}
	
#accueil a  {
	width: 71px;
	background: url(accueil.png) top left no-repeat;
	}

#compagnie a  {
	width: 79px;
	background: url(compagnie.png) top left no-repeat;
	}

#produits a  {
	width: 70px;
	background: url(produits.png) top left no-repeat;
	}

#portfolio a  {
	width: 76px;
	background: url(portfolio.png) top left no-repeat;
	}

#distributeurs a  {
	width: 92px;
	background: url(distributeurs.png) top left no-repeat;
	}

#telechargement a  {
	width: 112px;
	background: url(telechargement.png) top left no-repeat;
	}

#contact a  {
	width: 116px;
	background: url(contact.png) top left no-repeat;
	}

#vide a  {
	width: 61px;
	background: url(vide.png) top left no-repeat;
	}

#english a  {
	width: 71px;
	background: url(english.png) top left no-repeat;
	}
	
#apDiv1 {
	position:absolute;
	left:0px;
	top:0px;
	width:750px;
	height:33px;
	z-index:1;
}
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}