/*
//------------------------------------------------------------------
// Auteur : Ludovic Martin <ludovic@dreamclic.com> / www.dreamclic.com
//
// Version             : 2.0
// Date de création    : 26/06/2008
//
// Description         : feuille de style générale du site
//
//------------------------------------------------------------------
// Mathieu ADRIEN <mathieu@dreamclic.com> / www.dreamclic.com
// 08/09/2009
//------------------------------------------------------------------*/
*{
	margin:0;
	padding:0;
	font-size:100%;
}
html, textarea{
	font-family:"Trebuchet MS", Arial, Verdana, sans-serif;
	font-size:100%;
}
body{
	font-size:.8em;
	font-size:12px;
	background:url(images/common/body_background.jpg) repeat-x #dbcec0;
	color:#352614;
}
/*------------------------------------------------------------------*/
a img{
	border-style:none;
}
img{
	vertical-align:middle;
}
ul{
	list-style-position:inside;
}
a{
	font-family:"Palatino Linotype", "times new roman", serif;
}
a:link,
a:visited{
	color:#8D7053;
	text-decoration:none;
}
a:hover,
a:active{
	color:#8D7053;
	text-decoration:underline;
}
/*------------------------------------------------------------------*/
#page{
	width:1024px;
	margin:0 auto;
}
/*------------------------------------------------------------------*/
#header{
	background:url(images/common/header.jpg) no-repeat;
	width:100%;
	height:215px;
	position:relative;
}
#header h1 a{
	position:absolute;
	top:55px;
	left:360px;
	display:block;
	width:410px;
	height:50px;
	text-indent:-1000em;
	overflow:hidden;
}
/*------------------------------------------------------------------*/
#menu{
	position:absolute;
	top:150px;
	left:250px;
}
#menu ul{
	list-style-type:none;
}
#menu ul li{
	float:left;
}
#menu ul li a{
	line-height:55px;
	float:left;
	padding:0 10px;
	background-style:none;
	font-family:"Trebuchet MS", Arial, Verdana, sans-serif;
}
#menu ul li a:link,
#menu ul li a:visited{
	color:#7a8489;
	text-decoration:none;
}
#menu ul li a:hover,
#menu ul li a:active{
	background:url(images/common/menu_hover.jpg) repeat-x;
	color:#fff;
	text-decoration:none;
}
/*------------------------------------------------------------------*/
#footer{
	margin:24px auto 4px auto;
	width:1008px;
	text-align:right;
	color:#766657;
}
#footer ul{
	list-style-type:none;
	margin:0 32px 0 0;
}
#footer ul li {
	font-family:"Palatino Linotype", "times new roman", serif;
	display:inline;
	line-height:24px;
}
#footer ul li a{
	line-height:24px;
	color:#766657;
}
#footer ul li a img{
	vertical-align:top;
}
/*------------------------------------------------------------------*/
.hidden{
	visibility:hidden;
}
.clear-both{
	clear:both;
}
.clear-left{
	clear:left;
}
.clear-right{
	clear:right;
}
.align-left{
	text-align:left;
}
.align-right{
	text-align:right;
}
hr.clear{
	visibility:hidden;
	clear:both;
}
/*------------------------------------------------------------------*/
