DIV.wrapper{
	width:1024px;
	margin:0 auto;
	padding:0px;
}
DIV#header{
	margin:0px;
	padding:0px;
	height:140px;
	background:url(../images/evistone-header.gif) top center no-repeat;
}
DIV#content{
	margin:0px;
	padding:0px;
}
DIV#footer{
	clear:both;
	margin:0px;
	padding:0px;
	height:44px;
	background:url(../images/evistone-footer.gif) top center repeat-x;
	margin-top:15px;
}
P.footer{
	font-size:10px;
	color:#b0a08c;
	text-align:center;
	padding-top:10px;
}

DIV#logo{
	float:left;
	width:240px;
	height:70px;
	margin-left:210px;
	cursor:pointer;
}
DIV#langue{
	float:right;
	width:300px;
	height:30px;
	margin:0px;
	padding:0px;
	margin-top:20px;
}
UL.langue{
	color:#ffffff;
	font-size:16px;
	font-weight:bold;
	margin:0px;
	padding:0px;
}
LI.langue{
	display:inline;
	margin-right:25px;
}
A.langue{
	color: #ffffff;
	text-decoration:none;
}
A.langue:Visited{
	color: #ffffff;
	text-decoration:none;
}
A.langue:Active{
	color: #98bf0e;
	text-decoration:none;
}
A.langue:Hover{
	color: #98bf0e;
	text-decoration:none;
}
DIV#menu{
	clear:both;
	width:900px;
	height:21px;
	margin:0px;
	padding:0px;
	margin-left:210px;
}
DIV#titre{
	width:400px;
	height:44px;
	margin:0px;
	padding:0px;
	padding-left:80px;
	padding-top:12px;
	margin-bottom:10px;
	background:url(../images/evistone-titre.gif) left top no-repeat;
}
DIV#contactForm{
	float:right;
	width:400px;
	margin:0px;
	padding:20px;
	margin-bottom:20px;
	margin-right:150px;
}

DIV#vignettes{
	float:left;
	width:100px;
	height:480px;
	overflow-y:hidden;
	overflow-x:hidden
}
DIV#scrollnav{
	float:left;
	width:20px;
	height:480px;
	border-right:#98bf0e solid 1px;
	overflow-y:hidden;
	overflow-x:hidden;
}
DIV#catalogue{
	float:right;
	width:880px;
	height:480px;
}
DIV#photo1{
	float:left;
	width:320px;
	height:240px;
}
DIV#description{
	float:right;
	width:540px;
	padding-top:10px;
}
DIV#photo2{
	clear:both;
	margin-left:340px;
	padding-top:10px;
	width:440px;
	height:220px;
}
p.description{
	font-size:14px;
	color:#ffffff;
}
p.mesure{
	font-size:11px;
	color:#ffffff;
	margin:0px;
	padding:0px;
	text-indent:15px;
}


DIV#projetvignettes{
	float:left;
	width:100px;
	height:480px;;
	overflow-y:hidden;
	overflow-x:hidden;
}
DIV#projet{
	float:right;
	width:880px;
	height:620px;
}
DIV#projetphoto1{
	float:left;
	width:400px;
	height:300px;
	margin-bottom:20px;
}
DIV#projetphoto2{
	float:right;
	margin-left:20px;
	width:400px;
	height:300px;
}
DIV#projetphoto3{
	clear:both;
	float:left;
	width:400px;
	height:300px;
}
DIV#projetdescription{
	float:right;
	width:400px;
	padding-top:10px;
}


DIV#divright{
	float:right;
	width:880px;
}
DIV#divleft{
	float:left;
	width:120px;
	border-right:#98bf0e solid 1px;
}

/* MENU */

#nav{
	display:inline;
	float:left;
	list-style:none;
	padding:0px;
	margin:0px;
	margin-left:0px;
}
#nav ul {
	float: left;
	list-style: none;
	background: #b1a08c;
	padding:0px;
	margin:0px;
}
#nav a {
	padding: 0px;
	margin:0px;
	text-decoration:none;
	color:#ffffff;
}
#nav a:hover {
	padding: 0px;
	margin:0px;
	text-decoration:none;
	color:#98bf0e;
}
#nav li {
	float: left;
	padding: 0px;
	margin:0px;
}
#nav li p{
	padding:0px;
	margin:0px;
	margin-left:5px;
	font-size:11px;
}
#nav li ul {
	position: absolute;
	left: -999px;
	height: auto;
	width: 200px;
	w\idth: 200px;
	margin: 0px;
}
#nav li li {
	width: 200px;
	padding:0px;
	margin:0px;
	margin-top:3px;
	border-bottom: 1px dotted #38312b;	
}
#nav li ul a {
	width: 200px;
	w\idth: 200px;
}
#nav li ul ul {
	margin: -17px 0px 0px 200px;
	background:#b1a08c url(../images/menu_brown.gif) left top repeat-y;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999px;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}
#nav li:hover, #nav li.sfhover {
	background: none;
}


.validation-advice{
	float:right;
	margin:0px;
	padding:5px;
	background: #98bf0e;
	color:#ffffff;
	font-size:10px;
	width:254px;
	margin-bottom:10px;
	margin-right:33px;
	margin-top:-2px;
}