@charset "UTF-8";
#nav1 a {
	background-image: url(../images/nav.png);
	background-repeat: no-repeat;
	background-position: -85px 0px;
}
#bloc1 {
	margin: 0 75px 0 160px;
	padding: 20px 0 0 0;
}
#zoom {
	padding-left: 50px;
	line-height: 1.5em;
	margin: 0;
	height: 320px;
}
#image_zoom {
	float:left;
	margin-right: 20px;
	border: 5px solid #92E7D7;
}
#image_zoom:hover{
	border: 5px solid #3ECDD1;
}
h2 {
	font-size: 40px;
	color: #92E7D7;
	margin-bottom: 15px;
	padding-top: 15px;
}
h3 {
	font-size: 24px;
	color: #92E7D7;
	margin-bottom: 20px;
}

/*.descriptif{
	float:left;
	width:280px;
}
.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;
}

#intro {
	padding-left: 50px;
	padding-top: 15px;
	line-height: 1.3em;
}
#intro p {
	text-align: justify;
}
p span {
	font-weight: bold;
	color: #92E7D7;
}
p span a {
	color: #92E7D7;
}
p span a:hover {
	color: #3ECDD1;
}
#bloc1 hr {
	clear: both;
	visibility: hidden;
	margin: 40px 0 0 0;
	padding: 0;
}