html{
	font-family: verdana;
	font-size: 80%;
	margin: 0;
	padding: 0;
	background: #f0e2d5;
}
body{
	margin: 0; padding: 0;
}
.conteneur { /* Conteneur du site */

min-width: 1000px; /* largeur mini du site (sauf IE) */

width: auto; /* auto ou % */

}



* html .conteneur_minwidth_IE { /* largeur mini du site pour IE */

padding-left: 1000px; /* valeur largeur mini pour IE */

}



* html .conteneur_container_IE { /* complément à .minwidth pour IE */

margin-left: -1000px; /* négatif valeur largeur mini pour IE */

position: relative;

}



* html .conteneur_minwidth_IE, * html .conteneur_container_IE, * html .conteneur_layout_IE { /* complément à .minwidth pour IE */

height: 1px;

}


#header{
	background: #382310 url('img/bg_header.jpg') no-repeat 0 0;
	height: 267px;
	margin: 0; padding: 0;
}
#rollover{
	background: url('img/bg_rollover.jpg') no-repeat 0 0;
	height: 267px;
	float: right;
	width: 596px;
	margin: 0; padding: 0;
}
#menu{
	background: url('img/bg_menu.jpg') repeat-x 0 0;
	height: 42px;	margin: 0; padding: 0;
}
#menu ul{
	margin: 0 0 0 20%; padding: 0;
	list-style: none;
}
#menu ul li{
	margin: 0; padding: 0;
	float: left;
	width: auto;	
}
#menu ul li a{
	display: block;
	margin: 2px 0 0 0; padding: 0 10px;
	color: #331b12;
	text-decoration: none;
	line-height: 40px;
	border-left: 1px solid #fccc9d;
	border-right: 1px solid #815c4d;
	font-size: 15px;
}
#menu ul li a:hover, #menu ul li a.selected{
	background: url('img/bg_menu_hover.jpg') repeat-x  0 -1px;
}

#menu ul li a.first{
	border-left: none;
}
#menu ul li a.last{
	border-right: none;
}
#container{
	background: #f0e2d5 url('img/bg_container.jpg') repeat-x 0 0;
	margin: 0; padding: 0;
}
#container1{
	background: transparent url('img/bg_sidebarL.jpg') repeat-y -1px 0;
	width: 100%;
	height: 100%;
}
#container2{
	background: transparent url('img/bg_sidebarR.jpg') repeat-y right top;
	width: 100%;
	height: 100%;
}
#sidebarL{
	float: left;
	width: 244px;
	margin: 0; padding: 0;
}
#sidebarL_top{
	background: url('img/bg_titleL.jpg') no-repeat -1px 0;
	margin: 0; padding: 0 0px 0 0;
	width: 244px;
	height: 42px;
}
#sidebarL_top h1{
	color: #fccc9d;
	font-weight: normal;
	font-size: 13pt;
	padding: 19px 15px 0 0;
	margin: 0;
	text-align: center;
}
#sidebarL_content{
	margin: 0; padding: 0;
	min-height: 500px;
	height: auto !important;
	height: 500px;

	
}
#sidebar_actu{
	background: url('img/bg_actu.jpg') no-repeat 0 0;
	margin: 0 0 10px 0;
	padding: 132px 0 0 0;
}
#sidebar_actu_text, #sidebar_chevaux_text{
	margin: 10px 0 0;
	padding: 10px 20px 10px 5px;
}
#sidebar_actu_text h3, #sidebar_chevaux_text a{
	font-weight: normal;
	color: #403124;
	font-size: 12pt;
	margin: 0; padding: 0;
}
#sidebar_actu_text a{
	color: #403124;
}
#sidebar_chevaux h1{
	color: #fccc9d;
	font-weight: normal;
	font-size: 13pt;
	padding: 0 0 0 0;
	margin: 0 14px 0 0;
	text-align: center;
	background: #382310;
	line-height: 25px;
	height: 25px;
}
#sidebarR{
	float: right;
	width: 244px;
}
#sidebarR_top{
	background: url('img/bg_titleR.jpg') no-repeat 1px 0;
	margin: 0; padding: 0 0px 0 0;
	height: 42px;
}
#sidebarR_top h1{
	color: #fccc9d;
	font-weight: normal;
	font-size: 13pt;
	padding: 19px 0 0 19px;
	margin: 0;
	text-align: center;
}
#sidebarR_content{
	margin: 0; padding: 0 0 0 15px;
	min-height: 500px;
	height: auto !important;
	height: 500px;
}
#sidebarR_content h2{
	margin: 0; padding: 30px 0 10px 0;
	font-weight: normal;
	color: #403124;
	font-size: 12pt;
	text-align: center;
}
#sidebarR a img{
	border: 1px solid #f0e2d5;
}
#sidebarR a:hover img{
	border: 1px solid #382310;
}
#content{
	margin: 0 250px; padding: 20px 0;
}
.clean{
	clear: none;
	padding: 0; margin: 0;
	height: 0; line-height: 0;
	font-size: 0;
}
.clean2{
	clear: both;
	padding: 0; margin: 0;
	line-height: 0; height: 0;
	font-size: 0;
}
#footer{
	height: 50px;
	background: #382310;
	text-align: center;
	font-size: 9pt;
	color: #fccc9d;
	margin: 0; padding: 10px 0 0;
}
#footer ul{
	list-style: none;
	display: inline;
	margin: 0; padding: 0;
	
}
#footer ul li{
	display: inline;
}
#footer ul li a {
	text-decoration: none;
	color: #fccc9d;
}
#footer ul li a:hover{
	text-decoration: underline;
}

form p label {
    border-bottom:1px solid silver;
    display:block;
    float:left;
    margin: 0;
    padding: 0;
    width:80%;
}

form p select, form p input, form p textarea {
    width:80%;
    padding: 0;
    margin: 10px 0 0;
}
#plan {
    font-size:8pt;
    margin: 0;
    padding: 0;
}
#plan span {
    font-style:italic;
    padding: 0;
    margin: 0;
}
#plan ul {
    display:inline;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin:0;
    padding:0;
}
#plan ul li {
    display:inline;
    padding-right:5px;
    margin: 0;
}
#plan ul li a{
    margin: 0;
    padding: 0;
    color: #999999;
    text-decoration: none;
}
#plan ul li a:hover{
    color: #382310;
    text-decoration: none;
}
#plan ul li a img{
    text-decoration: none;
    border: none;
}

a{
	color: #331b12;
	text-decoration: underline;
}
a:hover{
	text-decoration: none;
}
a img{
	text-decoration: none;
	border: none;
}
#content h1, #content h2{
	font-weight: normal;
	color: #403124;
}