/* CSS Document */

.chapo {
	font-size: 110%;
	font-weight: bold;
	padding: 20px;
	line-height:1.8
}

div#content h1{
	color: #007dd2;
	font-size: 130%;
	margin-left: 40px;
	margin-top: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #599600;
	margin-right: 20px;
	padding-bottom: 10px;
	padding-left: 30px;
	background-image: url(../medias/puceH1.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
div#content h2{
	font-size: 120%;
	margin-left: 50px;
	margin-top: 20px;
	margin-right: 20px;
	padding-bottom: 10px;
	padding-left: 30px;
	background-image: url(../medias/titreH2.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	color: #007DD2;
}
.imgBB img {
	border: 1px solid #007FDA;
	padding: 15px;
}

