/*-----------------------------------------------------------
//-----------------------------------------------------------
//--------------- STYLE BASE DE SITE WEB --------------------
//----------------- PAR AROYBASE v 1.0 ----------------------
//------------------ 22 OCTOBRE 2009 ------------------------
//-----------------------------------------------------------
//-----------------------------------------------------------
*/

*{
	margin : 0;
	padding : 0;
}
html{	

}
body{	
	font-family : Arial, Verdana, sans-serif;
	font-size : 12px;
	background : #322927;
	color:#fff;
}
img{
	border : none;	
}
a:link,
a:visited{
	text-decoration : none;
	color:#fff;
}
a:hover{
	text-decoration : underline;	
}
/*-----------------------------------------------------------*/
h2, h3{
	font-family:"Palatino Linotype", "Times New Roman", serif;
	font-weight:normal;
	font-style:italic;
}
p.retour{
	text-align:center;
	margin:0 0 20px 0;
}
/*-----------------------------------------------------------*/
hr.clear{
	visibility : hidden;
	clear : both;
}
/*-----------------------------------------------------------*/
#page{
	width:1024px;
	margin:0 auto;
}
/*-----------------------------------------------------------*/
#header{
	width:460px;
	margin:0 auto;
}

#header h1 a{
	display:block;
	background:url(images/header.png) no-repeat;
	height:100px;
	text-indent:-1000em;
	overflow:hidden;
}
/*-----------------------------------------------------------*/
#menu{
	
}
#menu ul{
	
}
#menu ul li{
	
}
#menu ul li a{
	
}
#menu ul li a:hover{
	
}
/*-----------------------------------------------------------*/
#content{
	text-align:justify;
	margin:0 0 20px 0;
}
#content p.accueil{
	text-align:center;
	
}
/*-----------------------------------------------------------*/
#footer{
	border-top:1px dashed #fff;
	padding:10px 0 0 0;
	margin:50px 0 0 0;
	color:#fff;
	text-align:center;
	font-size:.8em;
}
#footer a{
	color:#fff;
}
