* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

html {
	height: 100%;
}

body {
	background-color: #AFC53C;
	margin: 0;
	padding: 0;
	background-image: url(../img/fond.jpg);
	background-position: center middle;
	background-repeat: no-repeat;
	height: 100%;
}

img {border: 0;}

#container {
	position: absolute;
	left: 50%;
	top: 0;
	width: 800px;
	height: 580px;
	margin-top: 10px;
	margin-left: -400px;
	text-align: left;
	padding: 0px;
}

#container-A4 {
	position: absolute;
	left: 50%;
	top: 0;
	width: 660px;
	height: 580px;
	margin-top: 0px;
	margin-left: -330px;
	text-align: left;
	padding: 0px;
}

a.mentions-legales,a.mentions-legales:visited, span.mentions-legales {
	font: bold 10px arial,verdana,helvetica,sans;
	color: #1D5111;
	text-decoration: none;
}

a.mentions-legales:hover {
	text-decoration: underline;
	color: #1D5111;
}

a.navigation, a.navigation:visited, span.navigation {
	font: normal 13px georgia,arial,verdana,helvetica,sans;
	color: #A42B1A;
	text-decoration: none;
}
a.navigation:hover,a.navigation-selected, a.navigation-selected:hover, a.navigation-selected:visited{
	font: normal 13px georgia,arial,verdana,helvetica,sans;
	color: #A42B1A;
	text-decoration: none;
}

input.bouton {
	font: bold 11px arial,verdana,  helvetica, sans-serif,sans;
	color: #FFFFFF;
  background-color: #64A233;
	border: 1px solid #1D5111;
	cursor: hand;
}

.input-text {
	font-family: verdana,arial,helvetica, sans-serif,sans;
	font-size: 11px;
	color: #5c1105;
}

h1 {
	position: absolute; 
	width: 300px; 
	height: 34px; 
	left: 213px; 
	top: 216px;
	font: normal 24px georgia,arial, helvetica, sans;
	color: #DF2D2D;
	text-decoration: underline;
	padding: 0px;
	margin: 0px;
	z-index: 1000;
}

span.titre-actualites {
	font-size: 16px; 
	font-family: georgia,verdana,arial, helvetica, sans-serif,sans; 
	color: #FFFFFF;
	text-decoration: underline;
}

#actualites p, #actualites.span {
	color: #FFFFFF;
}

#actualites img {
	max-width: 150px;
}


span.t10 {font-size: 10px;}

