/*
//------------------------------------------------------------------
// 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
//
//------------------------------------------------------------------
*/

/*------------------------------------------------------------------*/
* {
	margin:0px;
	padding:0px;
}
body{
	font-family:Arial,Verdana,Helvetica,sans-serif;
	font-size:11pt;
	background: url(images/body.png) left 26px repeat-x #002545;
}
a img{
	border:none;
}
img{
	vertical-align:middle;
}
/*------------------------------------------------------------------*/
#page {
	max-width: 956px;
	_width: 956px;
	margin: auto;
	background: #002545;
}
/*------------------------------------------------------------------*/
#header{
	height: 162px;
	background: url(images/header.jpg) left no-repeat;
}
/*------------------------------------------------------------------*/
#menu{
	width: 217px;
	float: left;
	display: inline;
	margin-top: 40px;
}
#menu ul {
	list-style-type: none;
	padding-left: 5px;
}
#menu ul li a {
	display: block;
	color: white;
	text-decoration: none;
	font: normal 16px Georgia;
	padding-left: 30px;
	background: url(images/menu-a.jpg) left center no-repeat;
	height: 28px;
	border-bottom: dashed 1px #cc0000;
	padding-top: 7px;
}
#menu ul li a:hover {
	background-position: 10px center;
}
/*------------------------------------------------------------------*/
#content{
	color: white;
	font: normal 13px Arial;
	padding: 40px 20px 20px 20px;
	margin-left: 217px;
	min-height: 380px;
	height: auto !important;
	height: 380px;
}
#content h2 {
	color: #cc0000;
	font: normal 16px Arial;
	text-transform: uppercase;
	margin-bottom: 10px;
	height: 30px;
	background: url(images/content-h2.jpg) left no-repeat;
	font-weight: bold;
	padding-top: 15px;
	padding-left: 10px;
}
#content h3 {
	color: #cc0000;
	font: bold 13px Arial;
	background: url(images/content-h3.jpg) left center no-repeat;
	padding-left: 10px;
}
#content p {
	margin-top: 10px;
	margin-bottom: 10px;
}
#content a {
	text-decoration: none;
	color: #cc0000;
}
/*------------------------------------------------------------------*/
#footer{
	border-top: dashed 1px #8092a2;
	border-bottom: dashed 1px #8092a2;
}
#footer #footer-in {
	max-width: 956px;
	_width: 956px;
	margin: auto;
	font: normal 12px Arial;
	color: #cc0000;
	height: 35px;
	text-align: right;
	padding-top: 10px;
	position: relative;
}
#footer #footer-in a {
	color: #cc0000;
	text-decoration: none;
}
#footer #footer-in img {
	position: relative;
	top: -1px;
}
#footer #footer-in #cheval-footer {
	width: 150px;
	height: 206px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: url(images/cheval-footer.png) no-repeat;
}
/*------------------------------------------------------------------*/
.hidden{
	display:none;
}
.spacer{
	clear:both;
	line-height:0px;
	font-size:0px;
}
/*------------------------------------------------------------------*/
