@charset "utf-8";
/* CSS Document */

body {
	width: 100%;
	background: url("../images/background.jpg") #fff repeat-x;
	margin: 0 auto;	
	font: 12px Geneva, Arial, Helvetica, sans-serif;
	color:#6e4b31;
}

*{ padding: 0; }

a {
text-decoration: none;
font-weight: bold;
color:#000;
}

a:hover { 
text-decoration: underline;
font-weight: bold;
}

img { border: 0; }
#page {
	width: 100%;
	height: 600px;
	background: url("../images/fond.jpg") no-repeat;
	background-position: top center;
}
#header {
	width: 1003px;
	height: 231px;
	background: url("../images/header.jpg") no-repeat;
	margin: 0 auto;
}
#header object {
}
#contacts {
	float: right;
	padding: 45px 20px 0 0;
}
.descripthead {
	width: 1003px;
	height: 23px;
}
.form {
	float: right; 	
	height: 23px;
}
.form label {
	float: left;
	font-size: 13px;
	padding: 2px 10px 0 0;
}
.input-r {
	width:170px;
	height: 20px;
	border:0 ;
	background: url("../images/input.jpg") no-repeat;
	float: left;
}
.submit-r {
	width:33px;
	height: 20px;
	border:0 ;
	background: url("../images/submit.jpg") no-repeat;
	
}
.descripthead p {
	margin: 0;
	font-weight: bold;
	font-size: 13px;
	padding: 2px 0 0 20px;
}
#wrapper {
	width: 1023px;
	background: url("../images/fond-wrapper.jpg") repeat-y;
	background-position: top center;
	margin: 0 auto;
}
#hautwrap {
	width: 1003px;
	height:99px;
	background: url("../images/hautwrap.jpg") no-repeat;
	margin: 0 0 0 10px;
}
#leftw {
	width: 728px;
	height: 90px;
	float: left;
	margin: 4px 0 0 34px;
}
#rightw {
	width:235px;
	height: 97px;
	margin: 0 0 0 767px;
}
#rightw h3 {
	text-align: center;
	margin: 0;
	padding: 5px 0 0 0;
	height: 21px;
}
#rightw table {
	width: 235px;	
	border-collapse: collapse;
}
#rightw td {
		width: 100px;
		font-size: 11px;
		background: url("../images/puce.jpg") no-repeat;
		background-position: 5px;
		padding: 3px 0 2px 15px;
}
#sideleft {
	width: 183px;
	float: left;	
}
.titremenu { margin: 10px 0 0 0; }
#sideleft a {
	display: block;
	width:135px;
	height: 18px;
	background: url("../images/fonda.jpg") no-repeat;
	margin: 0 0 0 18px;
	color: black;
	text-decoration: none;
	padding: 5px 0 0 27px;
}
#sideleft a:hover { color: white; }

#sideleft ul {
	margin: 0; 
}
#sideleft li {
	list-style-image: url("../images/pucemenu.jpg");	
	line-height: 20px;
}

#sideright {
	width: 133px;
	float: right;
	margin: 0 11px 0 0;
}
.titre-right {
	margin: 10px 0 2px 5px;	
}
.skyscraper { margin: 0 0 0 5px; }

#content {
	width: 693px;
	margin: 0 0 0 185px;
}
.conteneur {
	width: 685px;
	margin: 10px auto;
	background: url("../images/fondcontent.jpg") repeat-y;
	border-bottom: 1px solid #4f3716;
}
.conteneur h1 {
	width: 685px;
	height: 26px;
	margin: 0;
	font-size: 14px;
	background: url("../images/h1.jpg") no-repeat;
	text-align: center;
	padding: 6px 0 0 0;
}
.conteneur p {
	text-align: justify;
	margin: 0;
	padding: 5px;
}
.fiche {
	width: 227px;
	height: 126px;
	background: url("../images/fondfiche.jpg") no-repeat;
	padding: 2px 0 0 0;
	float: left;
	margin: 0 0 5px 3px;
}
.fiche h4 {
	width: 168px;
	height:21px;
	background: url("../images/titre-fiche.jpg") no-repeat;
	margin: 0 0 0 2px;
	padding: 6px 0 0 55px;
}
.thumbs {
	width: 117px;
	height: 91px;
	float: left;
	margin: 3px 0 0 3px;
}
.descript {
	width: 101px;
	height: 91px;
	margin: 3px 0 0 123px;
}
.bd {
	width: 89px;
	height: 61px;
	background: url("../images/fiche-descript.jpg") no-repeat;
	text-align: center;
	color: white;
	font-size: 11px;
	padding: 3px 6px 0 6px;
}
.clearer {
	height: 1px;
	clear: both;
}
#footer {
	width: 1141px;
	height: 116px;
	background: url("../images/footer.jpg") no-repeat;
	margin: 0 auto;
	font-size: 10px;
	background-position: top center;
	vertical-align:middle;
}

/* Left Menu */

.leftmenu { text-align:left; margin-left:10px; background: url("../images/puce.png") no-repeat 1px; padding: 0px 0px 0px 15px; }
.leftmenu a { font-weight:bold; color:#6e4b31; font-size:12px; }

/* projecteurs */

.project { text-align:left; margin-left: 10px; background: url("../images/puce.png") no-repeat 1px; padding: 0px 0px 0px 15px; }
.project a { font-weight:bold; color:#6e4b31; font-size:12px; text-decoration: none; }

