@charset "utf-8";
/* CSS Document */


p, ul, ol, li, h1, h2, h3 {
	margin:0;
	padding:0;
}
body {
	/*background:#f9b600  url(../images/degradefond.png) repeat-x;*/
	background-color:#FFF;
	background-image:url(../images/fond-site.png);
	background-repeat:repeat-x;
	text-align:center;
	color:#000;
	line-height:18px;
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
}

img {
	border:none;
	margin:0;
}
p {
	line-height:18px;
}

.site{
	text-align:center;
}

#main{
	width:950px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	border:1px solid #396C17;
}

.corps{
/*	display:block;*/
	background:#fff url(../images/fond-contenu.png) repeat-y;
	text-align:left;
}

#header{
	/*background:#000 url(../images/bandeau.png);
	background-repeat:no-repeat;
	background:#000 url(../images/fond-header.png) repeat-x;*/
	background-color:#62B728;
	width:950px;
	height:61px;
	position:relative;
	padding:30px 0;
	color:#FFF;
	font-size:26px;
	text-align:center;
	text-transform:uppercase;
}
#header a:link, #header a:visited {
	color:#FFF;
}
#header p {
	line-height:18px;
}
#content{
	width:700px;
	/*margin-left:6px;*/
	text-align:justify;
	min-height:500px;
	padding:25px 40px 40px 40px;
	z-index:1;
	font-size:12px;
	color:#000;
}
#paraph  {
	color:#000;
}

/*NEWS */
#adresse {
	display:block;
	width:160px;
	background-color:#FFF;
	height:170px;
	padding:5px;
	margin-top:20px;
	text-align:center;	
}
#news {
	display:block;
	width:160px;
	height:280px;
	background-color:#FFF;
	padding:5px;
	margin-top:20px;
	font-family:Verdana, Geneva, sans-serif;
	border-bottom:1px solid #396C17;
}
#news h2 {
	/*color:#990000;*/
	color:#396C17;
	font-size:16px;
	margin:8px;
}
#news h3 {
	/*color:#666;*/
	color:#62B728;
	line-height:18px;
	font-size:14px;
	margin-bottom:5px;
}
#scrollup {
	display:block;
	position: relative;
	overflow: hidden;
	line-height:15px;
	font-size:12px;
	width: 155px;
	padding:0 4px;
	height: 240px;
	/*background-color:#0C0;*/
}
.headline {
	position: absolute;
	top: 270px;
	left: 5px;
	width:155px;
	height: 230px;
	margin-bottom:20px;
	color:#000;
	/*background-color:#6F6;*/
}
.headline p {
	margin-bottom:2px;
}
.headline a:link, .headline a:visited {
	color:#000;
}
.headline a:hover, .headline a:active {
	/*color: #666;*/
	color:#62B728;
	text-decoration:underline;
}
/*.BdImg {
	display: inline-block;
	border:#999 1px solid;
	padding:4px;
	margin:10px;
}*/