
body{
	
	font-size:13px;
	font-family: "Courier New", Courier, mono;
	text-align:justify;
	background-color: #FFFFFF;
	font-weight: normal;
	 line-height:1.1;
}

h1 {
	font-size:18px;
	font-family: "Courier New", Courier, mono;
}

.fleche_gauche{
	position: absolute;
	top:359px;
	left:0px;
	width:70px;
	height:28px;
	background-image:url(../img/fleche.png);
	background-position: 0 -8px ;
	
}
.fleche_droite{
	position: absolute;
	top:359px;
	right:0px;
	width:70px;
	height:28px;
	background-image:url(../img/fleche.png);
	background-position: -66px -8px ;
}

.fleche_droite:hover{
    background-position: -66px 45px ;
}
.fleche_gauche:hover{
    background-position: 0px 45px ;
}

a{
	border:none;
	font-size: 13px;
	text-decoration:none;
	font-weight: normal;
	
}

.main_div{
	position:relative;
	width:600px;

}
.main_divs{
	width:600px;
	margin-left:auto;margin-right:auto;
}


.img_100p {
    width: 600px;
    height: auto;
	position: relative;
}

 a:link, a:visited, a:active, a:hover { color:#000000;text-decoration: none;border:none; }
a:hover {
	font-weight: bold;
	color:#114792;
}
img{
	border:none;
	margin: 0 0 0 0;
	top:0; left:0;
	border: solid 1px white;
	}
@media all and (max-width: 600px) {
.main_div,.main_divs{width:97%;padding:0 5px 5px 5px}
.img_100p {
    width: 100%;
}

}