/*
//------------------------------------------------------------------
// 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.gif) left 26px;
}
a img{
	border:none;
}
img{
	vertical-align:middle;
}
/*------------------------------------------------------------------*/
#page {
	background: url(images/page.gif) left top repeat-x;
}
/*------------------------------------------------------------------*/
#main {
	max-width: 1041px;
	_width: 1041px;
	margin: auto;
	background: url(images/main.png) left top repeat-y !important;
	background: none;
	padding-left: 6px;
}
#main #main-in {
	background: url(images/main-in.png) right top repeat-y !important;
	background: none;
	padding-right: 6px;
}
#main #main-in #main-in-in {
	border-right: solid 1px #660000;
	border-left: solid 1px #660000;
	background: #660000;
}
/*------------------------------------------------------------------*/
#header{
	height: 162px;
	background: #990604;
	border-bottom: solid 1px #660000;
}
#header h1 {
	width: 223px;
	height: 159px;
	margin-left: auto;
	margin-right: auto;
}
/*------------------------------------------------------------------*/
#bandeau {
	position: relative;
}
#bandeau #bandeau-droite {
	width: 329px;
	height: 182px;
	float: right;
	background: url(images/bandeau-droite.jpg) no-repeat;
}
#bandeau #conteneur-diaporama {
	margin-right: 329px;
}
#bandeau #conteneur-diaporama #diaporama {
	height: 182px;
}
#bandeau #arabesque {
	width: 105px;
	height: 43px;
	position: absolute;
	right: 331px;
	top: 70px;
	background: url(images/bandeau-arabesque.png) no-repeat !important;
	background: none;
}
/*------------------------------------------------------------------*/
#menu{
	font: normal 16px Arial;
	color: #cc9933;
	margin-top: 7px;
	height: 35px;
	margin-bottom:8px;
}
#menu ul {
	list-style-type: none;
	float: right;
}
#menu ul li {
	float: left;
}
#menu ul li a {
	color: #cc9933;
	text-decoration: none;
	display: block;
	float: left;
	height: 30px;
	background: url(images/deco.jpg) center bottom no-repeat;
	text-align: center;
	width: 100px;
}
#menu ul li a.item-long {
	width: 170px;
}
#menu ul li a:hover {
	font-style: italic;
}
/*------------------------------------------------------------------*/
#sidebar{
	width: 255px;
	float: left;
	height: 400px;
	text-align: center;
}
#sidebar h2 {
	text-align: center;
	margin-bottom: 15px;
}
#sidebar table#sidebar-chevaux {
	width: 95%;
}
#sidebar table#sidebar-chevaux tr td {
	vertical-align: top;
	padding-bottom: 20px;
}
#sidebar table#sidebar-chevaux tr td.sidebar-photo {
	width: 80px;
	text-align: center;
}
#sidebar table#sidebar-chevaux tr td.sidebar-infos {
	font: normal 12px Arial;
	color: white;
	text-align: left;
}
#sidebar table#sidebar-chevaux tr td.sidebar-infos h3 {
	font: bold 13px Arial;
	padding-bottom: 5px;
	text-transform: uppercase;
}
#sidebar table#sidebar-chevaux tr td.sidebar-infos h3 a {
	color: #cc9933;
	text-decoration: none;
}
#sidebar table#sidebar-chevaux tr td.sidebar-infos .sidebar-infos-generales {
	padding-top: 5px;
	padding-bottom: 5px;
}
#sidebar table#sidebar-chevaux tr td.sidebar-infos .sidebar-infos-origines span {
	text-transform: uppercase;
}
#sidebar table#sidebar-chevaux tr td.sidebar-infos .sidebar-lien {
	text-align: right;
}
#sidebar #graphic-photo{
	width: 255px;
	float: left;
	height: 135px;
	text-align: center;
	margin-top:100px;
}
#sidebar #graphic-photo img{
	border:3px solid #cc9933;
}
/*------------------------------------------------------------------*/
#content{
	font: normal 13px Arial;
	color: white;
	padding-top: 0;
}
#content h2 {
	font: bold 16px Arial;
	color: #cc9933;
	text-transform: uppercase;
}
#content p {
	padding-top: 10px;
	padding-bottom: 10px;
}
#content a {
	color: #cc9933;
	text-decoration: none;
}
#content #fil-ariane {
	color: #ffffcc;
	margin-bottom: 20px;
}
#content #fil-ariane a {
	color: #ffffcc;
}
/*------------------------------------------------------------------*/
#footer{
	height: 33px;
	background: url(images/footer.jpg) repeat-x #660000;
	font: normal 12px Arial;
	color: #cc9933;
	text-align: right;
	padding-top: 6px;
}
#footer a {
	color: #cc9933;
	text-decoration: none;
}
#footer img {
	position: relative;
	top: -2px;
}
#footer #footer-gauche {
	float: left;
	padding-top: 6px;
	padding-left: 5px;
}
/*------------------------------------------------------------------*/
.hidden{
	display:none;
}
.spacer{
	clear:both;
	line-height:0px;
	font-size:0px;
}
/*------------------------------------------------------------------*/