/*
	Code par Sébastien.
	Fait le 19/08/2009.
*/

body { 
	background-color:#dfdfc7;
}

ul
{
	list-style-image:	url(../img/puce.gif);
	list-style-type:	none;	
}

ul a
{
	font-family:		Calibri;
	color:				#663300;	
}

a.news:link {  text-decoration: none; }
a.news:hover { text-decoration: underline; color: #927558;}

.site
{
	width:				900px;
	margin:				auto;
	background-color:	#f1f0de;
}

.menuHorizontale
{
	width:				900px;
	margin:				auto;
	background-color:	#dcd4bd;
	height:				58px;
}
.menuHorizontale a 
{
	font-family: Calibri;
	text-decoration:	none; 
	color:				#663300; 
	font-size: 19px;
}
.menuHorizontale a:hover 
{ 
	text-decoration: 	underline;
	color:				#663300;
}

.newsletter a 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration:	none; 
	color:				#fff; 
	font-weight: 		bold; 
	font-size: 12px;
}
.newsletter a:hover 
{ 
	text-decoration: 	underline;
	color:				#FFFFFF;
}

.content
{
    background-color:   #f1f0de;
	width:				900px;
	min-height: 		500px;
	margin:				auto;
}

.menuLeft
{
	padding-top:		0px;
	float:				left;
	width:				185px;
}

.menuLeft a 
{
	font-family: Calibri;
	text-decoration:	none; 
	color:				#663300; 
	font-size: 14px;
}
.menuLeft a:hover 
{ 
	text-decoration: 	none;
	color:				#927558;
}

.menuRight
{
	padding-top:		0px;
	float:				left;
	width:				148px;
}

.contentRight
{
	padding-top:		15px;
	width: 				567px;
	float:				left;
}

.contentTop
{
	background-image:	url(../img/contentTop.gif); 
	background-repeat:	no-repeat;
	width: 				567px;
	height: 			16px;
}

.contentCenter
{
	background-image:	url(../img/contentCenter.gif);
	background-repeat:	repeat-y; 
	width: 				567px;
	min-height:	    	400px;
}

.contentCenterText
{
	padding-left: 		30px;
	padding-right: 		30px;
}

.contentBottom
{
	background-image:	url(../img/contentBottom.gif);
	background-repeat:	no-repeat;
	width: 				567px;
	height: 			16px;
}

.contentTitre
{
	background-image:	url(../img/contentTitre.gif); 
	background-repeat:	no-repeat;
	width: 				545px;
	height: 			50px;
	margin-left: 		10px;
}

.block {
	border: 1px dashed #bad8ec;
	margin-right: 3px;
	margin-left: 3px;
	background-color:#f5f9fc;
	padding:5px;
}

p
{
	margin:0px;
}
.foot { 
	font-size:1.1em; 
	color:#525252; 
	padding:27px 0px 22px 0px; 
	margin: auto;
	clear: both;
	text-align:center;
	width: 900px;
}