/* CSS Document */

body {
  font-family:Arial, Helvetica, sans-serif;
  color:#333;
  background-image:url(../images/fond.jpg);
  background-repeat:no-repeat;
  background-position:top center;
  background-color:#3c3430;
  font-size:12px;
}

img {
	border:0;
}

#enveloppe {
  margin: 0 auto;
  width:901px;
}

#header_top {
	background-image:url(../images/header_top.gif);
	background-repeat:no-repeat;
	width:901px;
	height:14px;
	clear:both;
	overflow:hidden;	
}
#header {
	width:886px;
	height:185px;
	background-color:#675f52;
	padding-right:14px;
}
#header_bottom {
	background-image:url(../images/header_bottom.gif);
	background-repeat:no-repeat;
	width:900px;
	height:14px;
	margin-bottom:10px;
	clear:both;
	overflow:hidden;	
}

#content_top {
	width:900px;
	height:124px;
	clear:both;
	overflow:hidden;
}
#content {
	width:750px;
	height:auto;
	background-color:#f0ecec;
	clear:both;
	overflow:hidden;
	padding:10px 75px 20px 75px;	
}
#content_bottom {
	background-image:url(../images/content_bottom.gif);
	background-repeat:no-repeat;
	width:900px;
	height:17px;
	clear:both;
	overflow:hidden;	
}

#copyright {
	margin:0 auto;
	color:#ffffff;
	font-size:11px;
	text-align:center;
	margin-top:15px;
}
#copyright a {
	text-decoration:underline;
	color:#ffffff;
}
#copyright a:hover {
	text-decoration:underline;
	color:#d88226;
}

h1 {
  font-size:18px;
  }
h2 {
  font-size:14px;
  color:#ffffff;
  background-color:#d88226;
  padding:5px;
  }

.vert {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bolder;
	color:#4d6c22;
}

p {
  font-size:13px;
  line-height:16px;
  padding:10px;
  }
  
p a {
  font-weight:bold;
  color:#3c3430;
  }
p a:hover {
  color:#48681F;
  }

ul {
	font-size:12px;
	}
	
ul a {
	color:#000000;
	}
	
ul.topnav {
	list-style: none;
	padding: 0 20px;
	margin: 0;
	float: left;
	width: 900px;
	height:43px;
	font-size: 10px;
	background: url(../images/bg_menu.png) no-repeat;
	margin-bottom:4px;
}

ul.topnav li {
	float: left;
	margin: 0;
	padding:0;
	position: relative;
}
ul.topnav li a{
	padding: 0;
	height:40px;
	line-height:40px;
	text-align:center;
	width:100px;
	margin:0 12px 0 0;
	font-weight:bold;
	color: #fff;
	display: block;
	text-decoration: none;
	float: left;
}

ul.topnav li a:hover{
	background: url(../images/bg_menu_hover.png) no-repeat center top;
	color:#d88226;
	font-weight:bolder;
}

ul.topnav li span {
	width: 13px;
	height: 16px;
	margin:12px 0 0 -15px;
	float: left;
	background: url(../images/arrow1.png) no-repeat center bottom;
}

ul.topnav li span.subhover {
	background-position: center bottm; 
	cursor: pointer;
}

ul.topnav li ul.subnav {
	list-style: none;
	position: absolute;
	left: 0; top: 40px;
	background: #6f0019;
	margin: 0; padding: 0;
	display: none;
	float: left;
	width: 170px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border: 1px solid #d88226;

}
ul.topnav li ul.subnav li{
	margin: 0; padding: 0;
	clear: both;
	width: 170px;
}
html ul.topnav li ul.subnav li a {
	float: left;
	width: 140px;
	background: #534741 url(../images/arrow2.png) no-repeat 10px center;
	padding-left: 30px;
    text-align:left;
}
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background: #3c3430 url(../images/arrow2.png) no-repeat 15px center;
}



/* LIGHTBOX */
	
	#fond_visuel {
	background-color:#534741;
	width:95px; height:92px;
	float:left;
	padding:4px;
	margin:2px;
	}
