@charset "UTF-8";
/* CSS Document */
*{
	margin:0px;
	padding:0px;
}
body{
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
	background-image: url(images/body.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #FFFFFF;
}
.spacer {
	clear: both;
}
/*===============================================*/
#site{
	background-image: url(images/tetiere.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 100%;
	min-width:1000px;
	position:relative;
}
/*===============================================*/
#header{
	position: relative;
}
#header #vignettes{
	position:absolute;
	right:20px;
	top:0px;
	height: 157px;
	background-image: url(images/3_images.jpg);
	background-repeat: no-repeat;
	width: 317px;
}
#header h1, #header h2, #header hr{
	display:none;
}
#header #menu {
	margin-left: 35%;
	margin-right: 20px;
	padding-top:200px;
}
#header #menu ul, #header #menu li{
	list-style:none;
}
#header #menu ul{
	display:block;
	border-bottom: 1px solid #92ba06;
	padding-top: 5px;
	padding-bottom: 10px;
	background-image: url(images/bloc_vert.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-left: 30px;
	margin-left:-30px;
	height:12px;
}
#header #menu li{
	float:left;
	
}
#header #menu a{
	text-decoration:none;
	padding-right:15px;
	font-style: italic;
	font-weight: bold;
	color: #0078B0;
}
#header #menu a:hover{
	color: #9FC228;
}
#header #menu #download_link{
	background-image: url(images/verrou.jpg);
	padding-left: 13px;
	background-repeat: no-repeat;
	background-position: left 2px;
}
/*===============================================*/
#news {
	position:absolute;
	width : 250px;
	left:10%;
	top:270px;
	font-size:0.7em;
	color: #aaa;
}
#haut{
	background-image:url(images/news_tetiere.png);
	height:138px;
	padding:0px 40px;
}
#haut h1{
	padding-top:80px;
}
#milieu{
	background-image:url(images/news_content.png);
	background-repeat:repeat-y;
	padding:0px 40px;
}
#milieu h2{
	padding-top:5px;
}
#milieu p{
	font-size:1.1em;
	padding-top:5px;
}
#bas{
	background-image:url(images/news_footer.png);
	background-repeat:no-repeat;
	height:112px;
}
/*===============================================*/
#content {
	margin-right: 20px;
	margin-left: 35%;
	font-size: 0.8em;
	padding-top: 20px;
}
/*===============================================*/
#footer{
	margin-left: 35%;
	clear: both;
	margin-top: 10px;
	margin-right: 20px;
	
}
#footer hr{
	display:none;
}
#site #content li {
	font-size: 0.8em;
	color: #0078AF;
	list-style-type: none;
	margin-left: 30px;
}
#site #news li {
	list-style-type: none;
	margin-left: 50px;
	margin-bottom: 20px;
}
#site #news li img{
	border: none;
}