/*
//------------------------------------------------------------------
// 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
//
//------------------------------------------------------------------
*/

/*--------------------------------GLOBAL----------------------------------*/
* {
	margin:0px;
	padding:0px;
}
body{
	font-family: Verdana, Arial, sans-serif, Myriad Pro;
	font-size:10pt;
	background: url("images/fond-header.png") left 26px repeat-x #d2e8fb;
}
img {
	border: none;
	margin:0;
	padding:0;
}
a {
	color: white;
	text-decoration: none;
}
ul {
	list-style-type: none;
}
/*------------------------------------------------------------------*/
#page {
	position: relative;
	max-width: 1024px;
	height: 500px;
	margin: auto;
}
/*------------------------------------------------------------------*/
#header {
	position: relative;
	height:221px;
	background-image:url("images/header.png");
}
#header #lien_logo {
	position:absolute;
	left:125px;
	top:70px;
}
/*-------------------------------MENU (intégré dans le header)-----------------------------------*/
#menu {
	width:633px;
	height:39px;
	position: absolute;
	left:375px;
	top:100px;
}
#menu ul {
	list-style-type: none;
}
#menu ul li {
	float: left;
}
#menu ul li a {
	display: block;
	float: left;
	text-align:center;
	height:29px;
	color:white;
	font-size:11px;
	padding-top: 10px;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
}
#menu li a:hover {
	background:url("images/hover-menu.png") top repeat-x;
}
/*------------------------------------------------------------------*/
#main {
	
	background: url(images/main.jpg) left top repeat-y;
}
/*------------------------------------------------------------------*/
#bloc_contact{
	width:233px;
	float:left;
	color: white;
	padding-left: 15px;
	padding-right: 10px;
	background:transparent url('images/logo-equitation.png') center top no-repeat;
	font-family: Georgia;
	padding-top: 160px;
	position: relative;
	z-index: 10;
}
#bloc_contact h3 {
	text-align: center;
	font: bold 18px Georgia, serif;
}
#bloc_contact p {
	padding-top: 7px;
	padding-bottom: 7px;
	
}
/*------------------------------------------------------------------*/
#global {
	margin-left:253px;
	position: relative;
}
#global #global-haut {
	background: red;
	margin-bottom: 15px;
	background: url("images/degrade-page.png") left bottom repeat-x #59a4d2;
}
#global #global-haut #global-haut-in {
	background: url("images/haut-bloc-principal.png") right top no-repeat;
}
#global #global-haut #global-haut-in #global-haut-in-in {
	background: url(images/bas-bloc-principal.png) right bottom no-repeat;
}
#global #global-bas {
	background: url(images/fond-degrade-actus.png) left top repeat-x;
}
#global #global-bas #global-bas-in {
	height: 133px;
	background: url(images/coins-arrondis-bloc-actus.png) right top no-repeat;
}
/*------------------------------------------------------------------*/
#content {
	position: relative;
	color: white;
	font: normal 12px Verdana, sans-serif;
	padding: 20px !important;
	padding: 0;
	min-height: 550px;
	height: auto !important;
	height: 550px;
}
#content h2 {
	position: absolute;
	top: -32px;
	left: 20px;
	color:#5597c2;
	font: normal 35px Georgia, serif;
	letter-spacing:2px;
}
#content h3 {
	color:#c7f593;
	font-size: 15px;
}
#content p {
	padding-top: 10px;
	padding-bottom: 10px;
}
#content a {
	color:#c7f593;
}
#content #texte_centre {
	width: 600px;
	margin: auto;
}
/*------------------------------------------------------------------*/
#content-sm {
	padding: 10px;
	color: white;
}
#content-sm h3 {
	color:#bdd77b;
	font-size: 13px;
}
#content-sm h4 {
	font-size: 13px;
}
#content-sm h4 a {
	color: white;
}
#content-sm a {
	color: #bdd77b;
}
/*------------------------------------------------------------------*/
#encart-actualites {
	width: 45%;
	float: left;
}
#encart-actualites h3 {
	color:#bdd77b;
	font-size: 13px;
}
#encart-actualites table td {
	vertical-align: top;
}
#encart-actualites table td.encart-actu-photo {
	width: 110px;
	text-align: center;
}
/*-----------------------------------------*/
#encart-chevaux {
	margin-left: 50%;
}
#encart-chevaux table {
	width: 98%;
}
/*------------------------------------------------------------------*/
#pied {
	height: 15px;
	background: #d2e8fb;
	position: relative;
}
#pied #pissenlit {
	width: 253px;
	height: 386px;
	background-image:url("images/pisenlit-contact.png");
	position: absolute;
	top: -386px;
	left: 0;
	z-index: 0;
}
#pied #pissenlit #footer {
	position: absolute;
	left: 50px;
	bottom: 0;
	text-align: center;
	color:#678a29;
	font: normal 14px Georgia, serif;
	padding-bottom: 15px;
}
/*------------------------------------------------------------------*/
.hidden{
	display:none;
}
.spacer{
	clear:both;
	line-height:0px;
	font-size:0px;
}