/*
//------------------------------------------------------------------
// 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         : 
//------------------------------------------------------------------
*/


/*
Marron 1 :#5B2113
Marron 2 :#7F3E1A
Marron 3 :#B77534
*/

/*------------------------------------------------------------------*/
* {
	margin:0px;
	padding:0px;
}

body{
	color:white;
	background-color:white;
	font-family:arial,geneva,sans-serif;
	font-size:1em;
}
/*------------------------------------------------------------------*/
#page{
		background:#7F3E1A url(images/menu_etirable.gif) top left repeat-y;
}
/*------------------------------------------------------------------*/
#header{
	height:125px;
	background:#5B2113 url(images/haut_etirable.gif) top left repeat-x;
	text-align:center;
}

#logo {
	float:left;
}

#titre {
	width:589px;
	height:124px;
	margin-left:auto;
	margin-right:auto;
}
/*------------------------------------------------------------------*/
#menu {
	width:177px;
	float:left;
}

#menu ul {
	padding-top:50px;
	margin-left:20px;
	list-style-type:square;
	color:#5B2113;
}

#menu li {
	margin-top:10px;
	margin-bottom:5px;
}
	

#menu a {
	color:#5B2113;
	text-decoration:none;
	font-size:18px;
	/*padding-left:10px;*/
	/*background:url(images/pucebouton.gif) 0px 8px no-repeat;*/
}

#menu a:hover {
	color:#ffffff;
	/*background:url(images/pucebouton2.gif) 0px 8px no-repeat;*/
}

#cheval-menu {
	width:177px;
	height:199px;
	background:url(images/cheval.gif) top left no-repeat;
}


/*------------------------------------------------------------------*/
#content{
	margin-left:177px;
	padding-right:10px;
}

#titrepage {
	display:block;
	height:40px;
	margin-top:5px;
	margin-left:20px;
	margin-bottom:20px;
}

#content a {
	color:#E3C7AC;
	font-weight:bold;
}

#content a:hover {
	color:white;
}

#content p {
	margin-top:10px;
	text-indent:10px;
}

#content ul {
	margin-left:30px;
}

#contenu {
	width:99%;
}

#photoaccueil {
	float:right;
	margin:0px 0px 8px 8px;
}

#photocontact {
	float:left;
	margin:0px 8px 8px 0px;
}

.important {
	font-weight:bold;
}

.etoiles{
	font-size: 14px;
	font-weight: bold;
}

/*------------------------------------------------------------------*/
#footer{
	clear:both;
	color:white;
	height:2em;
	line-height:2em;
	font-size:90%;
	background:#ffffff url(images/bas_etirable.gif) top left repeat-x;
}

#footer a {
	color:black;
}

#urlfooter {
	float:right;
	width:295px;
	height:42px;
	margin-right:10px;
	background:url(images/www.bricegrugeon.gif) top left no-repeat;
}

#boutliens {
	float:left;
	margin-left:10px;
}
/*------------------------------------------------------------------*/
.hidden {
	visibility:hidden;
	display:none;
}
/*------------------------------------------------------------------*/
.spacer {
	clear:both;
}