/*
//------------------------------------------------------------------
// Auteur : Ludovic Martin <ludovic@dreamclic.com> / www.dreamclic.com
//
// Version             : 1.0
// Date de création    : 27/12/2004
// Date de mise à jour :
//
// Description         : feuille de style générale du site
//
// Contraintes         : 
//------------------------------------------------------------------
*/

/*------------------------------------------------------------------*/
* {
	margin:0px;
	padding:0px;
}

body{
	font: normal 12px Verdana;
	background-color: #010101;
	color: white;
}
/*------------------------------------------------------------------*/
#header{
	height: 192px;
	background: url(images/header-fond.jpg) repeat-x;
	border-bottom: solid 1px #7d8ba4;
}
#header #header_interieur {
	height: 192px;
	background: url(images/header-cavalier.jpg) no-repeat;
	background-position: bottom center;
}
#header #header_interieur h1 {
	height: 192px;
	width: 212px;
	float: left;
}
#header #header_interieur h1 img  {
	border: none;
}
/*------------------------------------------------------------------*/
#menu{
	height: 52px;
	background: url(images/menu-fond.jpg) repeat-x;
}
#menu ul {
	list-style-type: none;
	height: 41px;
	width: 850px;
	margin:auto;
	background: url(images/menu-fond.jpg) repeat-x;
}
#menu ul li {
	float: left;
	height: 41px;
	background: url(images/menu-separateur-items.jpg) no-repeat;
	background-position: right;
	padding-left: 5px;
	padding-right: 15px;
}
#menu ul li a {
	float: left;
	display: block;
	height: 41px;
	color: white;
	text-decoration: none;
	line-height: 41px;
}
#menu ul li a:hover {
	color: #70d6f9;
}
#menu #menu_bas {
	height: 11px;
	background: url(images/menu-bas.jpg) repeat-x;
}
/*------------------------------------------------------------------*/
#content{
	background-color: #010101;
	background: url(images/content-fond.jpg) repeat-y;
	background-position: right;
}
/*------------------------------------------------------------------*/
#content #submenu{
	width: 190px;
	float: right;
	margin-bottom: 85px;
}

#content #submenu .submenu_cheval {
	margin: 5px;
	color: white;
	font: normal 12px Arial;
}

#content #submenu .submenu_cheval h3 {
	font: normal 14px Times;
	color: #70d6f9;
	text-transform: uppercase;
}

#content #submenu .submenu_cheval h3 a {
	color: #70d6f9;
	text-decoration: none;
}

#content #submenu .submenu_cheval h4 {
	font: italic 12px Arial;
	color: #cccccc;
}

#content #submenu .hr {
	border: none;
	height: 10px;
	background: url(images/submenu-hr.jpg) no-repeat;
	margin:0;
	padding:0;
	background-color: none;
}

#content #submenu .titre_submenu {
	color: #70d6f9;
	text-align: center;
	font: normal 16px Arial;
}
#content #submenu img {
	border: none;
}
/*------------------------------------------------------------------*/
#content #global {
	margin-right: 202px;
	background: url(images/global-fond.jpg) repeat-x;
	background-color: #58585a;
	padding-bottom: 15px;
}

#content #global #contenu {
	background: url(images/contenu-fond.jpg) no-repeat;
	padding-left: 276px;
	margin-right: 15px;
	padding-top: 15px;
}
#content #global #contenu h2 {
	color: #3779e2;
	font: bold 26px Times;
	margin-left: 10px;
}

#content #global #contenu h2 a {
	color: #3779e2;
	text-decoration: none;
}

#content #global #contenu a {
	color: #3779e2;
	text-decoration: none;
}

#content #global #contenu .sous_titre {
	color: #CCCCCC;
	font-style: italic;
}

#content #global #contenu p {
	margin-top: 20px;
}

#content #global #contenu img {
	border: solid 1px #bfbfbf;
}

#content #global #contenu .photo_interieure {
	float: right;
	margin-left: 10px;
}

/*------------------------------------------------------------------*/
#footer{
	position: relative;
	padding-top: 12px;
	height: 51px;
	background: url(images/footer-fond.jpg) repeat-x;
	color: white;
	text-align: center;
}
#footer img{
	border:none;
	vertical-align:middle;
}

#footer a{
	color:black;
	text-decoration:none;
	color: white;
}
#footer a:hover{
	color: #70d6f9;
}

#footer #submenu_bas {
	width: 89px;
	height: 80px;
	position:absolute;
	top: -80px;
	right:0;
	background: url(images/ls.jpg) no-repeat;
}

/*------------------------------------------------------------------*/
.hidden{
	display:none;
}
.spacer{
	clear:both;
	line-height:0px;
	font-size:0px;
}
.messageErreurFatale{
	font-family:Arial,Verdana,Helvetica,sans-serif;
	text-align:center;
	font-weight:bold;
	color:yellow;
	background:red;
	border:solid black 1px;
	font-size:11px;
}
.center{
	text-align:center;
}
/*------------------------------------------------------------------*/
