/*-----------------------------------------------------------
//-----------------------------------------------------------
//--------------- STYLE BASE DE SITE WEB --------------------
//----------------- PAR AROYBASE v 0.1 ----------------------
//------------------ 05 FEVRIER 2010 ------------------------
//-----------------------------------------------------------
//-----------------------------------------------------------
*/
/*-----------------------------------------------------------*/
*{
	margin : 0;
	padding : 0;
}
html{	

}
body{	
	font-family : Arial, Verdana, sans-serif;
	font-size : 12px;
	background:url(images/body_background.jpg) repeat-x #000;
	color:#fff;
}
textarea, input{
	font-family : Arial, Verdana, sans-serif;
	font-size:1em;
}
img{
	border : none;	
}
a:link,
a:visited{
	text-decoration : none;
	color:#fff;
}
a:hover{
	text-decoration : underline;	
}
ul{
	list-style-position:inside;
}
/*-----------------------------------------------------------*/
hr.clear{
	visibility : hidden;
	clear : both;
}
/*-----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6{
	font-family:Georgia, "Times new roman", serif;
}
/*-----------------------------------------------------------*/
#page{
	width:700px;
	margin:0 auto;
}
/*-----------------------------------------------------------*/
#header{
	
}
#header h1 a{
	display:block;
	width:275px;
	height:115px;
	background:url(images/header.jpg);
	text-indent:-1000em;
	overflow:hidden;
}
/*-----------------------------------------------------------*/
#menu{
	background:url(images/menu.jpg);
	width:700px;
	line-height:36px;
	height:50px;
	margin:0 0 0 2px;
}
#menu ul{
	list-style-type:none;
	margin:0 30px;
}
#menu ul li{
}
#menu ul li a{
	float:left;
	display:block;
	margin:1px 0 0 0;
	padding:0 20px;
	text-align:center;
	-moz-border-radius-bottomright:15px;
	-moz-border-radius-topleft:15px;
	-webkit-border-bottom-right-radius:15px;
	-webkit-border-top-left-radius:15px;
}
#menu ul li a:hover{
	background:#70821a;
	text-decoration:none;
}
#menu ul li a.current{
	background:url(images/menu_current.jpg) top center no-repeat #70821a;
	text-decoration:none;
}
/*-----------------------------------------------------------*/
#content_top{
	background:url(images/contenu_top.jpg) no-repeat;
	height:17px;
}
#page > #content_top{
	background:url(images/contenu_top.png) no-repeat;
	height:15px;
}
#content{
	background:url(images/contenu_body.jpg) repeat-y;
	padding:1px 20px;
	width:95%;
	float:left;
}
#page > #content{
	background:url(images/contenu_body.png) repeat-y;
}
/*-----------------------------------------------------------*/
#footer{
	background:url(images/contenu_bottom.jpg) no-repeat;
	text-align:center;
	color:#acacac;
	font-size:.8em;
	float:left;
	width:100%;
}
#page > #footer{
	background:url(images/contenu_bottom.png) no-repeat;
	height:24px;
}
#footer ul{
	list-style-type:none;
	margin:0 0 10px 0;
}
#footer ul li{
	display:inline;
	margin:0 20px;
}
#footer ul li a{
	color:#acacac;
	
}
#footer ul li a:hover{
	
}
#footer span{
	font-size:.8em;
}
/*-----------------------------------------------------------*/