/*
//------------------------------------------------------------------
// Auteur : Ludovic Martin <ludovic@dreamclic.com> / www.dreamclic.com
// 
// Version             : 2.0
// Date de création    : 26/06/2008
//
// Description         : feuille de style de rubrique
//
//------------------------------------------------------------------
*/
/*------------------------------------------------------------------*/
/* ----- STRUCTURE DU SITE (couleur bleue) ----- */
/*------------------------------------------------------------------*/
body{
	background-image:url(images/chevaux/body-background.jpg);
}
#global{
	background-image:url(images/chevaux/global-background.jpg);
	background-color:#742d26;
}
#global_ombre{
	background-image:url(images/chevaux/global_ombre-background.jpg);
}
#cadre{
	background-image:url(images/chevaux/contenu_droit-cheval_bas.jpg);
}
#contenu_gauche h2 strong{
	color:#cf9277;
}
/*------------------------------------------------------------------*/
#contenu_gauche div.description h3 span{
	color:#cf9277;
}
#contenu_gauche div.description p{
	color:#b96436;
	margin-bottom:10px;
}
#contenu_gauche div.description h4{
	color:#b96436;
	margin-bottom:10px;
	font-size:1.2em;
}
#contenu_gauche div.description p img{
	border:3px solid #b96436;	
}
#contenu_gauche div.contact strong span{
	color:#b96436;
}
/*------------------------------------------------------------------*/
#contenu_droit #diaporama .submenu_cadre_masque{
	background-image:url(images/chevaux/diaporama-cache-background.gif);
}
#contenu_droit #diaporama > .submenu_cadre_masque{
	background-image:url(images/chevaux/diaporama-cache-background.png);
}
#contenu_droit{
	background-image:url(images/chevaux/contenu_site-background.jpg);
}
#cadre > #contenu_droit{
	background-image:url(images/chevaux/contenu_site-background.png);
}
#footer ul{
	background-image:url(images/chevaux/footer-background.jpg);
}
/*------------------------------------------------------------------*/
/* CATALOGUE */
#contenu_site{
	color:#742d26;
}
#contenu_site h2{
	float:left;
	padding-bottom:10px;
	margin-top:60px;
	margin-left:20px;
	width:336px;
	color:#742d26;
}
#contenu_site h2 span{
	display:block;
	float:left;
	height:23px;
	line-height:30px;
}
#contenu_site h2 span.h2_image{
	background-image:url(images/chevaux/chevaux-h2.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
	display:block;
	float:right;
	height:23px;
	line-height:30px;
	text-indent:-1000em;
	width:131px;
	margin-left:10px;
}
#contenu_site #catalogue{
	float:left;
	width:100%;
	margin-top:15px;
}
/*------------------------------------------------------------------*/
/* LISTE DE CHEVAUX */
/* Général */
#contenu_site ul{
	list-style-type:none;
	float:left;
	margin-left:9px;
	margin-top:9px;
}
#contenu_site ul li{
	background-image:url(images/chevaux/chevaux-background.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
	width:322px;
	height:130px;
	padding:10px;
	float:left;
	margin-right:6px;
	margin-bottom:6px;
}
#contenu_site ul > li{
	position:relative;
}
#contenu_site ul li.first{
	margin-right:15px;
}
#contenu_site ul li p.couverture{
	float:left;
	width:90px;
	margin-left:12px;
}
#contenu_site ul li  p.couverture a img{
	border:1px solid #fff;
}
#contenu_site ul li h3{
	font-variant:small-caps;
}
#contenu_site ul li h3 em{
	font-size:.8em;
	color:#cf9277;
}
#contenu_site ul li h3 a{
	color:#742d26;
	text-shadow: 1px 1px 0 #fff;
}
#contenu_site ul li div.textes{
	float:left;
	width:209px;
}
#contenu_site ul li p.origines span{
	font-variant:small-caps;
}
#contenu_site ul li p.origines span em{
	font-size:.8em;
}
#contenu_site ul li p.lien a{
	background-image:url(images/chevaux/chevaux-fiche.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
	display:block;
	color:#fff;
	position:absolute;
	right:3px;
	bottom:3px;
	text-shadow:0 0 0;
	width:91px;
	height:24px;
	line-height:22px;
	text-align:center;
	font-size:1em;
	font-family:Georgia, serif;
}
/*------------------------------------------------------------------*/
/* BOUTONS D'IMPRESSION */
#contenu_site a.print{
	display:block;
	background-image:url(images/chevaux/chevaux-imprimer.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
	width:177px;
	height:96px;
	line-height:150px;
	color:#fff;
	position:absolute;
	right:20px;
	top:0;
	padding-left:12px;
}
/*------------------------------------------------------------------*/
