/*
//------------------------------------------------------------------
// 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.jpg) right repeat-y;
	background-color: #4d4d4d;
}
/*------------------------------------------------------------------*/
#header{
	height: 149px;
	background: url(images/header.jpg) right no-repeat;
	background-color: black;
}
#header #liens_header {
	float: right;
	font: normal 12px Verdana;
}
#header #liens_header a {
	color: white;
	text-decoration: none;
	margin-right: 20px;
}
#header h1 {
	height: 115px;
	width: 523px;
	padding-top: 30px;
}
#header h1 img {
	border: none;
}
/*------------------------------------------------------------------*/
#menu{
	height: 32px;
	background: url(images/menu.jpg) repeat-x;
	padding-top: 3px;
}
#menu ul {
	list-style-type: none;
	height: 28px;
}
#menu ul li {
	float: left;
	position: relative;
}
#menu li a {
	float: left;
	display: block;
	padding-left: 8px;
	padding-right: 8px;
	height: 24px;
	text-align: center;
	color: white;
	text-decoration: none; 
	padding-top: 4px;
	font: italic 16px Times;
	margin-right: 10px;
}
#menu li#horses {
	float: left;
	display: block;
	padding-left: 8px;
	padding-right: 8px;
	height: 24px;
	text-align: center;
	color: white;
	text-decoration: none; 
	padding-top: 4px;
	font: italic 16px Times;
	margin-right: 10px;
}
#menu li a:hover {
	background-color: #258cb8;
	border: solid 1px #6bb0d7;
	margin-right: 8px;
	padding-top: 3px;
}
#menu_chevaux {
	position: absolute;
	width: 140px;
}
#menu_chevaux li {
	height: 28px;
	width: 140px;
	background-color: pink;
	background-color: #258cb8;
	border: solid 1px #6bb0d7;
	display: block;
}
#menu_chevaux li a:hover {
	border: none;
}

/*------------------------------------------------------------------*/
#content{
	background: url(images/page.jpg) right 1px no-repeat;
	min-height: 600px;
	padding-right: 269px;
	padding-left: 25px;
	color: white;
	font: normal 12px Verdana;
}
#content h2 {
	text-align: right;
	margin-bottom: 10px;
}
#content p {
	margin-bottom: 10px;
	margin-top: 10px;
	text-align: justify;
}
#content a {
	color: #258cb8;
	text-decoration: none;
}
/*------------------------------------------------------------------*/
#footer{
	height: 70px;
}
#footer ul {
	list-style-type: none;
}
#footer ul li {
	float: right;
	height: 20px;
	background-color: #999999;
	color: #cccccc;
	font: normal 12px Times;
	padding: 5px;
	border-top: solid 1px white;
	border-bottom: solid 1px white;
}
#footer ul li a {
	color: #cccccc;
	font: normal 14px Times;
	text-decoration: none;
	margin-right: 15px;	
}
#footer ul li.accueil {
	border-left: solid 1px white;
	margin-left:15px;
}
/*------------------------------------------------------------------*/
.hidden{
	display:none;
}
.spacer{
	clear:both;
	line-height:0px;
	font-size:0px;
}
.default {
	cursor: default;
}
/*------------------------------------------------------------------*/
