/*
//------------------------------------------------------------------
// 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
//
//------------------------------------------------------------------
// Mathieu ADRIEN <mathieu@dreamclic.com> / www.dreamclic.com
// 08/09/2009
//------------------------------------------------------------------*/
*{
	margin:0;
	padding:0;
}
html, textarea{
	font-family:Arial,Verdana,Helvetica,sans-serif;
	font-size:100%;
}
body{
	font-size:11pt;
	background:url(images/fond.gif) fixed;
}
/*------------------------------------------------------------------*/
a img{
	border-style:none;
}
img{
	vertical-align:middle;
}
ul{
	list-style-position:inside;
}
a:link,
a:hover{
}
a:visited,
a:active{
}
/*------------------------------------------------------------------*/
h1{

}
h2{

}
h3{

}
h4{

}
h5{

}
h6{

}
/*------------------------------------------------------------------*/
#page{
	margin-right:5%;
	margin-left:5%;
	margin-top:50px;
}
#page .logo{
	background:url(images/logo.gif) top center no-repeat;
	height:200px;
	width:90%;
	position:absolute;
	top:36px;
}
/*------------------------------------------------------------------*/
#header{
	height:148px;
	background:url(images/header-gauche.jpg) no-repeat;
}

#header h1{
	height:148px;
	background:url(images/header-droite.jpg) right no-repeat;
}

/*------------------------------------------------------------------*/
#menu{
	width : 100%;
	height:39px;
	margin : 0 auto;
}
#menu .left{
	background:url(images/menu-gauche.jpg) left no-repeat;	
	width:90%;
	height:39px;
	float : left;
}
#menu .right{
	background:url(images/menu-droite.jpg) right no-repeat #fff;	
	width:100%;
	height:39px;
}
#menu ul{
	font-family:Arial Narrow;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
	line-height:39px;
	list-style-type:none;
	width : 750px;
	margin : 0 auto;
}

#menu ul li a {
	color:#7c6623;
	text-decoration:none;
	margin-right:10px;
	margin-left:10px;
	float : left;
}

/*------------------------------------------------------------------*/
#submenu{
	width:240px;
	float:left;
	margin-left:7px;
}

#submenu #actu{
	background:url(images/titreactu.jpg) no-repeat;	
	line-height:42px;
	font-family:Trebuchet MS;
	font-size:14px;
	padding-left:55px;
	color:#e5e4d2;
}

#submenu .encart-actualites{
	min-height : 80px;
}
#submenu .encart-actualites .photo{
	float : left;
	margin : 0 8px 0 0;
}
#submenu #cheval{
	background:url(images/titrecheval.jpg) no-repeat;	
	line-height:42px;
	font-family:Trebuchet MS;
	font-size:14px;
	padding-left:55px;
	color:#e5e4d2;
}
#submenu .encart-chevaux {
	text-align:center;
}
#submenu .encart-chevaux h2{
	text-transform : uppercase;
	font-size :13px;
}
#submenu .encart-chevaux .origines{
	text-transform : uppercase;
}
#submenu .bloc{
	background:#e5e4d2 url(images/fond-sousmenu.jpg) bottom no-repeat;	
	padding:10px;
	padding-top:0px;
	margin-bottom:8px;
	color:#6f402c;
	font-size:11px;
}

#submenu .bloc img{
	border:solid 1px #6f402c;
}

#submenu .bloc a{
	color:#6f402c;
	text-decoration:none;
}


/*------------------------------------------------------------------*/
#content{
	background:#e5e4d2 url(images/fond-gauche.jpg) repeat-y;		
	font-size:12px;
}

#content2{
	background:url(images/fond-droit.jpg) right repeat-y;	
	padding-left:250px;	
	padding-right:10px;
}


#content h2{
	background:url(images/fond2-h2.jpg) right no-repeat;	
}

#content h2 span{
	background:url(images/fond-h2.jpg) no-repeat;
	display:block;
	line-height:42px;
	font-family:Trebuchet MS;
	font-size:14px;
	padding-left:55px;
	color:#e5e4d2;		
}

#content .bloc{
	background:url(images/bloc.gif) left bottom no-repeat;
}
#content .bloc2{
	background:url(images/bloc2.gif) right bottom no-repeat;
	padding:15px;
	padding-top:5px;
}

#content .bloc2 img{
	border:solid 1px #6f402c;
}
/*------------------------------------------------------------------*/
#footer{
	color:white;
	font-size:11px;
	text-align:center;
	background:url(images/footer-gauche.jpg) no-repeat;	
}


#footer p{
	padding-top:20px;
	background:url(images/footer-droite.jpg) top right no-repeat;
}
#footer img{
	border:none;
	vertical-align:middle;
}

#footer a{
	color:white;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}
/*------------------------------------------------------------------*/
.hidden{
	visibility:hidden;
	display : none;
}
.clear-both{
	clear:both;
}
.clear-left{
	clear:left;
}
.clear-right{
	clear:right;
}
.align-left{
	text-align:left;
}
.align-right{
	text-align:right;
}
hr.clear{
	visibility:hidden;
	clear:both;
}
/*------------------------------------------------------------------*/
