﻿
/* CSS layout */
body{
	font-size: 21px;
	line-height: 25px;
	text-align: center;
	background-color: #DFDFDD;
	margin-top: 0px;
}


#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: 60px;
	font-weight: bold;
	font-style: italic;
}
.remparts-style4 {
	font-size: 60px;
	font-weight: bold;
	font-style: italic;
}
.remparts-style5 {
	font-size: 40px;
	font-weight: bold;
	font-style: italic;
}
.remparts-style6 {
	margin-left: 320px;
	margin-top: 80px;
	text-align: left;
}
.remparts-style8 {
	font-size: 70px;
	margin-left: 50px;
	font-weight: bold;
	font-style: italic;
}
.remparts-style9 {
	text-align: justify;
}


#remparts-bloc-centre{
	width: 100%;
	display: table;
}
#remparts-banniere{
	background-image: url('remparts-landrecies-entete-2.jpg');
	width: 100%;
	height: 408px;
}
#remparts-colonne-large{
	float: left;
	width: 100%;
}
#remparts-colonne-gauche{
	float: left;
	width: 49%;
}
#remparts-colonne-droite{
	float: left;
	width: 49%;
	margin-left:2%;
	
}
	
#bloc_centre_colonne_568 {
	float: left;
	width: 38%;
}
#bloc_centre_colonne_808 {
	float: left;
	width: 60%;
	margin-left:2%;
	
	
	
}


.auto-style2 {
	font-size: 28px;
	font-weight: bold;
	font-style: italic;
	margin-left: 10px;
	text-align: left;
	margin-top: 10px;
}
.auto-style3 {
	margin-left: 100px;
	font-size: 28px;
	font-weight: bold;
	font-style: italic;
}
.auto-style4 {
	margin-left: 200px;
	font-size: 28px;
	font-weight: bold;
	font-style: italic;
}




a{color: #996633;text-decoration: none;font-style: italic;font-weight: bold;
}
a:hover{color: #B1A594;text-decoration: none;
}

.auto-style13 {
	font-family: "Aladin";
	font-weight: bold;
	font-style: italic;
}
.auto-style18 {
	margin-top: 50px;
	text-align: left;
	margin-left: 200px;
	margin-bottom: 4px;
}
.auto-style19 {
	font-size: 26px;
	font-weight: bold;
	font-style: italic;
}




.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);
}


