/*
//------------------------------------------------------------------
// 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{
}
/*------------------------------------------------------------------*/
#page { 
	margin: 0;
	min-width: 795px;
}
#page { /* Fixe la largeur minimum sous IE */
	width:expression(document.body.clientWidth > 801  ? "100%" : "795px" );
}
/*------------------------------------------------------------------*/
#header{
}
/*------------------------------------------------------------------*/
#menu{
}
/*------------------------------------------------------------------*/
#submenu{
}
/*------------------------------------------------------------------*/
#content{
clear:left;
}
/*------------------------------------------------------------------*/
#footer{
	background:#888388;
	text-align:right;
	padding-right:5px;
	clear:both;
}
#footer a{
	font-family:Arial, sans serif;
	font-size:10pt;
	color:white;
	text-decoration:none;
	clear:both;
}
#footer img{
	border:0px;
	vertical-align:middle;
}
/*------------------------------------------------------------------*/
.hidden{
	display:none;
}
.spacer{
	clear:both;
	line-height:0px;
	font-size:0px;
}
/*------------------------------------------------------------------*/


/*----------------EN TÊTE----------------------*/
#header h1{
	background:#98845D url(images/horseperf.gif) no-repeat;
	width:446px;
	height:108px;
	margin-left:130px;
}

#header .logo{
	position:absolute;
	top:0px;
	left:0px;
}

#header .fondheader{
	background:url(images/cheval-header.gif) right no-repeat;
}
#header .header{
	background:#98845D url(images/fond-header.gif) right repeat;
}

/*----------------MENU----------------------*/
#menu li.drapeaux{
	float:right;
	width:auto;
	margin:0 12px 0 0;
}
#menu li.drapeaux a{
	background-image:none;
	padding:0;
}
#menu li.drapeaux a:hover{
	background-image:none;
	padding:0;
}

#menu ul{
	list-style-type:none;
	margin-left:170px;
	padding-top:7px;
	padding-bottom:25px;
	border-bottom: solid 1px #888388;
}

#menu  li{
	float:left;
	width:15%; /*mettre à 19% avec la rubrique produits*/
}

#menu li a{  
	font-family:Arial, sans serif;
	font-size:20px;
	color:#666666;
	text-decoration: none;
	background:url(images/puce-off.gif) no-repeat;
	padding-left:35px;
	padding-top:7px;
}
#menu li a:hover{
	background:url(images/puce-on.gif) no-repeat;
	color:#996B99;
}


/*----------------Bloc----------------------*/
#content .ensemblebloc{
	margin-top:110px;
	float:left;
}
#content .ensemblebloc ul,li{
	list-style-type:none;
	text-align:left;
	padding-right:5px;
	padding-left:5px;
}
#content .bloc{
	background:url(images/fond-bloc.gif) repeat-y;
	text-align:center;
	margin-left:10px;
	width:200px;
	margin-bottom:30px;
}

#content h3{
	background:url(images/haut-bloc.gif) no-repeat;
	width:200px;
	height:19px;
	color:#A48F9B;
	font-family:Arial, sans serif;
	padding-top:2px;
	font-size:14px;
}

#content .news{
	background:url(images/bas-bloc.gif) bottom no-repeat;
	text-align:justify;
	padding-left:7px;
	padding-right:7px;
	padding-bottom:10px;
	font-family:Arial, sans serif;
	font-size:11px;
	color:#8A728A;
	height:65px;
}
html>body #content .news{
	min-height:65px;
	height:auto;
}
#content .ensemblebloc p{
	padding-bottom:3px;
	padding-top:3px;
	clear:left;
}
#content .actu{
	border-bottom:solid 2px #EADFC9;
}
#content .ensemblebloc img{
	border:solid 2px #EADFC9;
	float:left;
	margin-right:3px;
	margin-top:3px;	
}
#content .titre {
	font-weight:bold;
}

/*----------------Contenu----------------------*/

#content .bloctxt{
	height:450px;
	background:#ECE9E2;
	margin-left:225px;
	padding:20px;
	font-family:Verdana, Arial, sans serif;	
}
html>body #content .bloctxt{
	min-height:450px;
	height:auto;
}
#content .bloctxt p{
	font-size:10pt;
	margin-top:20px;
	text-align:justify;
} 

#content h2{
	font-family:Arial, sans serif;
	color:#73613F;
	text-align:right;
}
#content .decorub{
	height:16px;
	width:100%;
	background:url(images/fond-trait.gif) repeat-x;
}
#content .deco{
	background:url(images/trait.gif) no-repeat;
	height:16px;
	width:149px;
}
