body{
	margin-top: 0;
	font: 15px "Courier New", Courier, mono;
}

#container-top{
	width: 100%;
	height: 250px;
	margin: 0 0 20px;
	position: fixed;
	top: 0;
	padding: 0;
	background-color: white;
	left: 0;
	z-index: 1;
	line-height: 1.5;
}

#top{
	width: 960px;
	height: 164px;
	margin: auto;
}

#contact{
	color: black;
	float: right;
	font-size: 22px;
	margin-top: 7px;
	border: 1px solid #e4e4e4;
	width: 235px;
	text-align: right;
}

#top-texte{
	width: 960px;
	margin: auto;
}

#container{
	width: 960px;
	margin: auto;
	margin-top: 255px;
	z-index: 0;
}


#gauche{
	width: 550px;
	display: inline-block;
	vertical-align: top;
}

#droite{
	width: 390px;
	display: inline-block;
	vertical-align: top;
	float: right;
}

#construction{
	width: 550px;
	height: 200px;
	margin-bottom: 20px;
	opacity: 1;
}

#construction-texte{
	background-color: white;
	float: right;
	padding: 7px 10px 10px;
	margin-top: 140px;
}

#concept{
	width: 550px;
	height: 225px;
}

#concept-texte{
	background-color: white;
	float: right;
	padding: 7px 10px 10px;
	margin-top: 165px;
}

#renovation{
	width: 390px;
	height: 300px;
	margin-bottom: 20px;
	float: right;
}

#renovation-texte{
	background-color: white;
	float: left;
	padding: 7px 10px 10px;
	margin-top: 240px;
}

#creation{
	width: 390px;
	height: 125px;
	float: right;
}

#creation-texte{
	background-color: white;
	float: left;
	padding: 7px 10px 10px;
	margin-top: 65px;
}

#construction:hover, #concept:hover, #renovation:hover, #creation:hover, #liste:hover{
	opacity:0.8;
}

.galerie{
	width: 182px;
	height: 182px;
	display: inline-block;
	margin-bottom: 10px;
	margin-right: 2px;
}


.texte {
position: absolute;
width:172px;
height:172px;
padding: 5px;
z-index: 1;
}

.photo {
position: absolute;
width:182px;
height:182px;
z-index: 2;
}

.photo:hover{
opacity: 0.1;

}

a:link {
	color: black;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: black;
}

a:hover {
	text-decoration: none;

}

a:active {
	color: black;
	text-decoration: none;
}

#footer{
	font-size: 10px;
	text-align: right;
	margin-top: 40px;
	color: gray;
}

.crochet{
	color: #a31701;
	font-size: 25px;
}

.crochet-detail{
	color: #a31701;
	font-size: 45px;
}

.description{
	margin-top: 75px;
	margin-bottom: 75px;
}

table{
	border: 0;
	padding: 0;
	border-spacing: 0;
    border-collapse: collapse;
}

td
{
vertical-align:top;
}
hr{
	border: 1px solid #d4d4d4;
}

h1{
	font-weight: normal;
	font-style: normal;
	font-size: 22px;
}

h2{
	font-weight: normal;
	font-style: normal;
	font-size: 17px;
}

h3{
	font-weight: normal;
	font-style: normal;
	font-size: 15px;
}

#footer h1{
	color: black;
	font-size: 13px;
}
.clear {clear:both}

 