﻿/* CSS layout */
body{
	font-size: 21px;
	line-height: 26px;
	margin-top: 0px;
	text-align: center;
	background-color: #F2F6F7;
}

#conteneur-global{
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}
#bloc-centre{
	width: 100%;
	display: table;
}
#banniere{
	float: left;
	width: 980px;
	height: 510px;
	background-image: url('moulins-avesnois-banniere.jpg');
	background-repeat: no-repeat;
	text-align: left;
}
}

#colonne-large{
	float: left;
	width: 100%;
}

#bloc_moulins_gauche {
		float: left;
  	    width: 49%;

}
#bloc_moulins_droit {
	float: left;
	width: 49%;
	margin-left:2%;
}


a {
	color: #824100;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
	font-size: 21px;
}
img {
	width: 100%;
	height: auto;
	border-radius: 20px;
	padding: 0px;
	border: 2px solid #999999;
}

.img2 {
	padding: 0px;
	border-radius : 0 px ;
	border : 0 px ;
}
.auto-style1 {
	font-size: 40px;
	margin-left: 370px;
	font-weight: bold;
	margin-top: 150px;
	font-style: italic;
}
.auto-style2 {
	border: 1px solid #824100;
	border-radius: 10px;
}





.style2 {
	font-size: 26px;
	font-weight: bold;
	font-style: italic;
	color: #003300;
}
.style4 {
	text-align: justify;
}
.img2 {
	padding: 0px;
	border-radius: 0px;
	border-width: 0px;
}
.style6 {
	font-size: 22px;
	font-weight: bold;
	font-style: italic;
	color: #003300;
}
.style7 {
	font-size: 28px;
	font-weight: bold;
	font-style: italic;
	color: #003300;
}
.style17 {
	font-family: "Times New Roman";
	font-size: 52px;
	margin-left: 250px;
	color: #053507;
	font-weight: bold;
	margin-top: 200px;
	font-style: italic;
}


