@charset "UTF-8";
/* CSS Document */
body {
	background-color: #000;
	background-image:url(../images/bg.jpg);
	background-attachment:scroll;
	background-repeat:no-repeat;
	background-position:top center;
	min-width:960px;
}
.mainContainer {
	width:960px;
	margin:auto;
}
.topmenu {
	margin-top:-75px;
	width:960px;
	z-index:50;
	margin:auto;
}


#logo {
	background-image:url(../images/logo-lmaa.png);
	background-repeat:no-repeat;
	height:91px;
	background-position: top center;
}
.contenu {
	width:960px;
	margin:auto;
}
.piedDePage {
	width:730px;
	margin:auto;
	font-family: 'Titillium Web', sans-serif;	font-size:10px;
	color:#bebebe;
	line-height:18px;
	margin-top:70px;
}

p { font-family: 'Titillium Web', sans-serif; font-size:13px; color:#bebebe; line-height:19px; text-align:justify; }
#firme p { font-family: 'Titillium Web', sans-serif; font-size:13px; color:#bebebe; line-height:19px; text-align:justify; }
h1 { font-family: 'Titillium Web', sans-serif; color:#fff; font-size:18px; line-height:22px; }
h2 { font-family: 'Titillium Web', sans-serif; color:#e7ba2b; font-size:15px; line-height:20px; }
ul { padding-left:20px; margin:0px; }
li { font-family: 'Titillium Web', sans-serif; font-size:13px; color:#bebebe; line-height:19px; }

.ficheProjet {
	min-height:688px;
	width:730px;
	margin:auto;
	margin-top:80px;
	background-repeat:no-repeat;
	padding-top:8px;
	background-image:url(../images/bg_filets.png);
}
.photosProjet {
	position:inherit;
	width:730px;
	height:230px;
}
.descriptionProjet {
	margin-top:40px;
	position: relative;
	width:440px;
	left:0px;
	float:left;
	text-align:justify;
}
.specificationsProjet {	
	float: right;
	width:250px;
	margin-top:40px;
}

.photo {
	border:1px #014793 solid;
}

.specBlanc { color:#fff; }
.bleu { color:#014793; }
.jaune { color:#e7ba2b; }
.orange { color:#dd7d2d; }
.blanc_casse { color:#e9ebde; }


#piedDePage a:hover {background-color:#e9ebde; color:#000;}
	
	
	