@charset "utf-8";

body {
 	margin: 0px;
	padding: 0px;
	background-image: url(images/general/fond_site.png);
	background-repeat: repeat-x;
	background-color: #000000;
	font-family: "Trebuchet MS", arial, verdana;
	font-size: 12px;
	color: #FFFFFF;
}

/* Début des styles généraux */
.structure {
	position: relative;
	top: 0px;
	left: 0px;
	margin-left: -450px;
	left: 50%;
	width: 900px;
	min-height: 585px;
	background-color:#000000;
}

.header {
	position: relative;
	top: 0px;
	left: 0px;
	padding-top: 66px;
	padding-left: 380px;
	width: 520px;
	height: 101px;
	background-image:url(images/general/fond_header.png);
}

.contenu {
	position: relative;
	top: 0px;
	left: 0px;
	width: 900px;
	min-height: 500px;
	_height: 500px;
	background-image:url(images/index/fond_projets.png);
	background-repeat:no-repeat;
}

.references {
	float: left;
	top: 0px;
	left: 0px;
	padding: 50px 0px 0px 20px;
	width: 598px;
	min-height: 500px;
	_height: 500px;
}

.bloc-references {
	float: left;
	top: 0px;
	left: 0px;
	margin: 0px 8px 10px 0px;
	padding: 5px;
	width: 180px;
	_height: 210px;
	min-height: 210px;
	background-color: #444444;
}

.photo-references {
	position: relative;
	top: 0px;
	left: 0px;
	margin-bottom: 5px;
	width: 180px;
	height: 147px;
}

.descriptif-references {
	position: relative;
	top: 0px;
	left: 0px;
	margin-bottom: 5px;
	width: 180px;
	min-height: 62px;
	_height: 62px;
}

a.lien {
	position: relative;
	top: 0px;
	left: 0px;
	width: 170px;
	height: 20px;
	padding-left: 15px;
	font-size: 11px;
	color: #999999;
	background-image: url(images/index/puce.gif);
	background-repeat: no-repeat;
	text-decoration: none;
}

.contact {
	float: left;
	top: 0px;
	left: 0px;
	margin-top: 40px;
	padding: 202px 0px 0px 67px;	
	width: 195px;
	height: 1050px;
	background-image: url(images/general/fond_contact.png);
	background-color: #003A7D;
	background-repeat: no-repeat;
}

.footer {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 50px;
	background-color: #003A7D;
}

.credits {
	position: relative;
	padding-top: 10px;
	margin-left: -450px;
	left: 50%;
	width: 900px;
	height: 30px;
}

/* Fin des styles gnraux */

img {
	border: none;
}

.clear {
	clear: both;
	height: 0px;
	_display: none;
	visibility: hidden;
	padding: 0px;
	margin: 0px;
}