/*
//------------------------------------------------------------------
// 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
//
//------------------------------------------------------------------
*/

/*------------------------------------------------------------------*/
/*------------------------------------------------------------------*/
* {
	margin:0px;
	padding:0px;
}
body {
	color: white;
	font: normal 12px Verdana;
	background-color: #4d4d4d;
}
/*------------------------------------------------------------------*/
#header {
	height: 135px;
	background: url(images/accueil/header.jpg) repeat-x;
}
#header h1 {
	width: 489px;
	height: 135px;
	margin-left: 50px;
}
#header h1 img {
	border: none;
}
#header ul {
	float: right;
	list-style-type: none;
	font: normal 12px Verdana;
	margin-top: 70px;
}
#header ul li {
	display: inline;
	margin-right: 25px;
}
#header ul li a {
	text-decoration: none;
	color: white;
}
/*------------------------------------------------------------------*/
#page {
	min-height: 670px;
	background: url(images/accueil/body.jpg) 200px 0 no-repeat;
	background-color: black;
	position: relative;
}
/*------------------------------------------------------------------*/
#sidebar {
	width: 200px;
	height: 400px;
	float: left;
	display: inline;
	margin-left: 25px;
}
#sidebar h2 img {
	border: none;
}
#sidebar h2.a_vendre {
	margin-top: 20px;
}
#sidebar .photo img {
	border: solid 1px #bfbfbf;
}
#sidebar h3 {
	color: #29abe2;
	text-transform: uppercase;
	font: bold 16px Times;
	margin-top: 3px;
	margin-bottom: 3px;
}
#sidebar h3 a {
	color: #29abe2;
	text-decoration: none;
}
#sidebar p {
	font: normal 11px Georgia;
	margin-bottom: 3px;
}
#sidebar p a {
	color: #29abe2;
	text-decoration: none;
}
#sidebar p .nom {
	text-transform: uppercase;
}
/*------------------------------------------------------------------*/
#content {
	width: 194px;
	height: 391px;
	border-left: solid 1px #3f3f3f;
	position: absolute;
	left: 240px;
}
#content ul {
	list-style-type: none;
	margin-left: 10px;
}
#content ul li {
	font: italic 15px times;
	margin-bottom: 10px;
}
#content ul li a {
	color: white;
	text-decoration: none;
}
#content ul li a:hover {
	color: #29abe2;
}



#menu_chevaux {
	position: absolute;
	left: 57px;
	top: 28px;
}
#menu_chevaux a {
	color: white;
	text-decoration: none;	
	font: italic 15px times;
}
#menu_chevaux a:hover {
	color: #29abe2;
}
#menu_chevaux a.youngsters {
	margin-right: 15px;
}
.default {
	cursor: default;
}
















