@charset "UTF-8";
#nav2 a {
	background-image: url(../images/nav.png);
	background-repeat: no-repeat;
	background-position: -85px -35px;
}
#bloc1 {
	margin: 0 75px 0 160px;
	padding: 20px 0 0 0;
}
#bloc1 h2 {
	font-size: 36px;
	padding-left: 100px;
	color: #3ECDD1;
	font-family: Verdana, Geneva, sans-serif;
}
#bloc1 h3 {
	font-size: 24px;
	color: #92E7D7;
}
#bloc1 p {
}

#travaux{
	width:715px;
	float:left;
}

.job{
	width:600px;
	margin: 30px 0 0 100px;
	height: 200px;
}

.vignette{
	float:left;
	margin-right: 50px;
	border: 5px solid #92E7D7;
}
.vignette:hover{
	border: 5px solid #3ECDD1;
}

.vignette_Pt{
	float:left;
	margin-right: 20px;
	border: 2px solid #92E7D7;
	margin-top: 10px;
}
.vignette_Pt:hover{
	border: 2px solid #3ECDD1;
}

.descriptif{
	float:left;
	width:335px;
}
#bloc1 hr {
	clear: both;
	visibility: hidden;
	margin: 40px 0 0 0;
	padding: 0;
}
/*.descriptif a {
	color: #92E7D7;
	text-decoration: none;
}

.descriptif a:hover {
	color: #3ECDD1;
	text-decoration: none;
}*/
.descriptif a {
	float:left;
	display: block;
	overflow: hidden;
	background-image: url(../images/bouton1.png);
	background-repeat: no-repeat;
	background-position: 0px -35px;
	padding-top: 30px;
	height: 0px;
	width:165px;
}
.descriptif a:hover {
	background-position: 0px 0px;
}