/* CSS site web mairie Haveluy */

body {
	width : 968px;
	margin: 0 auto;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: #ED2122 url(images/background.jpg) repeat-x left top;
}


/* Bannierre */
#header{
	height: 180px;
	margin: 0 auto;
	background: url(images/banniere.png) no-repeat center top;
	background-color: CA0001;
}


/* Titre, paragraphe et liens */
h1, h2, h3 {
	font-weight: normal;
	color: #ED2122;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
}

h3 {
    color: #D10000;
    font-size:1.1em;
    margin-bottom:0px;
	border-bottom: 1px dotted;
}

em {
	font-size: 0.9em;
}

p, ul {
	margin-top: 0;
	line-height: 140%;
	text-align:justify;
}

a {
	text-decoration: none;
	color: #FFFFFF;
}

br {
	font-size: 1em;
}

/* Style de la page*/
#page {
	text-align: center;
	width : 968px;
	margin: 0 auto;
	//margin-left: 170px;
}

/* Corps de la page */
#corps{
	float: right;
	width: auto;
	/*margin-right: 30px;
	margin-left: 30px;*/
}

/* Avertissement : warning */
.warning{
	font-size : 1.1em;
	font-style: italic;
}

.invisible{
	display: none;
}

.center{
	text-align: center;
}