﻿
/* CSS layout */
body{
	font-size: 21px;
	line-height: 25px;
	text-align: center;
	margin-top: 0px;
	background-color: #DFDFDD;
}

#conteneur_global2{
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}

img{
	padding: 1px;
	margin: 0px;
	border-radius: 10px;
	width: 100%;
	height: auto;
	background-color: #000000;
}
.remparts-style1 {
	font-size: 50px;
	font-weight: bold;
	font-style: italic;
	color: #FFFFFF;
}

.remparts-style3 {
	font-size: 40px;
	font-weight: bold;
	font-style: italic;
	margin-left: 10px;
	margin-top: 60px;
	color: #FFFFFF;
}

.remparts-style4 {
	font-size: 40px;
	font-weight: bold;
	font-style: italic;
	margin-left: 80px;
	color: #FFFFFF;
}

.remparts-style8 {
	font-size: 70px;
	margin-left: 400px;
	font-weight: bold;
	font-style: italic;
	color: #FFFFFF;
}
.remparts-style9 {
	text-align: justify;
	margin-right: 12px;
	margin-left: 12px;
	font-weight: bold;
	font-style: italic;
	font-size: 24px;
}

.auto-style12 {
	margin-right: auto;
	margin-left: auto;
}

.auto-style19 {
	border-radius: 12px;
	border: 1px solid #A26B35;
	margin-right: auto;
	margin-left: auto;
}

.auto-style23 {
	font-size: 30px;
	font-weight: bold;
	font-style: italic;
	text-align: left;
	color: #FFFFFF;
	margin-left: 200px;
}

.auto-style30 {
	margin-top: 0px;
}

#remparts-bloc-centre{
	width: 100%;
	display: table;
	clip: rect(0px, auto, auto, auto);
}

#remparts-banniere{
	background-image: url('remparts-avesnes-sur-helpe-entete-2.jpg');
	width: 100%;
	height: 408px;
	margin-top: 0px;
	text-align: left;
}

#remparts-colonne-large{
	float: left;
	width: 100%;
}
#remparts-colonne-gauche{
	float: left;
	width: 49%;
}
#remparts-colonne-droite{
	float: left;
	width: 49%;
	margin-left:2%;
	
}

.paragraphe {
	text-align: justify;
}

a{color: #996633;text-decoration: none;font-style: italic;font-weight: bold;
}
a:hover{color: #B1A594;text-decoration: none;
}

.image:hover img {
/* L'image est grossie de 25% */
-webkit-transform:scale(1.50); /* Safari et Chrome */
-moz-transform:scale(1.50); /* Firefox */
-ms-transform:scale(1.50); /* Internet Explorer 9 */
-o-transform:scale(1.50); /* Opera */
transform:scale(1.50);
}


