/*****************************************
		CUSTOM CSS   ARITH
******************************************/
.website-header {
background : url(../images/fond-header.jpg) center;
}
.header_title {
font-size: 3em;
color: #e854a0;
text-shadow: 2px 2px 2px black;
} 
.header_subtitle {
font-size: 2em;
color: #e854a0;
text-shadow: 2px 2px 2px black;
text-align:right;
}
.drop-down li a, .drop-down li span.separator {
text-shadow: 2px 2px 2px grey;
}
.bg-image-module {
height:0;
}
.bottom-module-position .moduletable {
padding-top:10px;
}
body {
background:url(../images/herbe-rosee.jpg) no-repeat #fff;
}
.main_content {
background: #fff;
padding-left:1%;
border-radius:6px;
}
.drop-down li{
background: #ccc;
border-radius:6px;
border: #fff solid 5px;
}
.drop-down > ul {
border:none;
}
.drop-down li {
margin-right:0.6em;
}
.drop-down li.active > a, .drop-down li.active > span, .drop-down li:hover > a, .drop-down li:hover > span {
border:none;
}
.moduletable.module_border {
border: #fff solid 10px;
border-radius:6px;
}
.website-footer {
background: #ccc;
}
#hob_feet_div {
display:none !important;
}