@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
	
}

html,body {
	background-color:#6c7e8b;
	background-image:url(images/motif.png);
	background-repeat:repeat;
	margin:0;
	padding:0;
	font:12px Verdana, Arial, Helvetica, sans-serif;
	text-align:justify;
	color:#222;


	}
	
a {  
     color:#847edf;  
	 
 }  
 a:hover {
	text-decoration:underline;
	color: #002;
	border:hidden;
}  
 

h2 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	padding-top: 45px;
	padding-bottom: 15px;
}

h1 {
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	color:#EEE;
	font-weight: bolder;
	letter-spacing: 0.1em;
	
	}
	
	




#conteneur {
	width: 842px;	
	min-height: 100%;
	margin:auto;
	position: relative;
	background:url('images/bckgcontain.png');
	

		}
		
#header {
	display:block;
	background-color: #24292e;	
	width: 782px;
	height:50px;
	position:relative;
	margin:auto;
	color: white;
	text-align: center;
	z-index:5;
	}
	
	#menu1 {
	
	width:782px;
	margin:	auto;
	text-align:center;
	background-color:#6a7075;
	height:15px;
	
	}
	
	.rssicon
	{
		background:url('images/rss2.png');
		text-decoration:none;
		border:hidden;
	}
	
	.rssicon:hover
	{
		background:url('images/rss1.png');
	}
	
	.menu1_text
{
	background-color:#6a7075;
	color: #0486e0;
	height:18px;
	font-size: 12px;
	padding-top:1px;
	word-spacing:3em;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}


#contain{
	
}
	
#menu2 {
	
	width:842px;
	
	margin:	auto;
	text-align:center;	
	height:20px;
	background:url('images/bckgcontain.png');
	vertical-align:middle;


	}
	
		.menu2_text
{
	margin-left:30px;
	margin-right:30px;
	background-color:#6a7075;
	height:19px;
	font-size: 11px;
	padding-top:1px;
	word-spacing:0.2em;
	
	
	
	
}
	

#footer{
	
	
	/*height:20px;*/
	margin:auto;
	width:842px;
	height:100%;
	background:url('images/bckgcontain.png');
	
}

.footer_text
{
	margin-left:50px;
	margin-right:50px;
	
	
}

#admin{
	word-spacing:3em;
}

#corps{
	
	margin:auto;
	width:842px;
	height:100%;
	background-repeat:repeat;
	background:url('images/bckgcontain.png');

}

.corps_text
{
	margin-left:75px;
	margin-right:75px;
	text-align: justify;
	height:100%;

}
.paragraphe
	{
		margin-bottom:25px;
		margin-top:25px;
	}


	
	
	.legend
	{
		font-size:10px;
		font-style:italic;
		margin-top:-22px;
		
	}
