body {
	background: #F6F5E9 url(../img/top_bg.jpg) repeat-x scroll center top;
	font-family: "Trebuchet MS" Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #333333;
	line-height: 24px;
}

h1, h2, h3 {
	color:#FF941D;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-style:italic;
	font-weight:normal;
	text-transform:lowercase;
}
h2 {
	color: #800000;
	text-transform: capitalize;
	margin:25px 15px;
}

/* Utilisé dans les menus*/
h4 {
    color: #800000;
    font-style:italic;
    text-decoration: underline;
}
.separator {
    background: transparent url(../img/separator.gif) no-repeat scroll center 0pt;
    margin: 20px auto 10px;
    clear: left;
}
.space {
    clear: left;
    height: 15px;
}
.clear {
	clear: both;
}
.center {
	text-align:center
}
.justify {
	text-align: justify;
}
.right {
    text-align: right;
}
.flol {
	float: left;
}
/* Header */
#header h1 {
    font-size:36px;
}

/* Footer */

/* Menu */
#menu_footer ul {
    list-style-type:none;
    padding-left:2px;
    margin-right:2px;
    padding-right:2px;
    margin-top: 15px;
    margin-bottom: 55px;
}
#menu_footer ul li {
    display:block;
    float:left;
    line-height: 13px;
}
#menu_footer ul li a {
    color:#FFFF52;
    font-weight:600;
    padding:0 10px;
    text-decoration:none;
    border-left:1px solid #FFFF52;
    border-right:1px solid #FFFF52;
}
#menu_footer ul li a:hover {
    color:#FF941D;
    font-style:italic;
    text-decoration: underline;
}
#footer {
	background-color:#333333;
	clear:both;
	height:200px;
	margin-top:40px;
	width:auto;
}
#footer_content {
	margin: 15px auto;
	padding-top: 10px;
    width:950px;
    color: #FF941D;
}
#footer_content a {
    color:#FFFF52;
    text-decoration: none;
}
#footer_content a:hover {
	font-style: italic;
    text-decoration: underline;   
}
/* Menu */
#menu ul {
	list-style-type:none;
	padding-left:2px;
}
#menu ul li {
	display:block;
	float:left;
}
#menu ul li a {
	color:#FFFFFF;
	font-weight:600;
	padding:0 20px 0 0;
	text-decoration:none;
}
#menu ul li a:hover {
    color:#FF941D;
    font-style:italic;
    text-decoration: underline;
}

/* Sidebar */
#sidebar {
	position: relative;
    left: 90px;
    padding-top: 25px;
    line-height:18px;
    width:270px;
    font-size: 13px;
}

.boxinfo-top {
    background:transparent url(../img/boxinfo-top.gif) no-repeat scroll left top;
}
.boxinfo-bottom {
	background:transparent url(../img/boxinfo-bottom.gif) no-repeat scroll left bottom;
	padding:15px 24px 15px 25px;
	color: #FFFF52;
}
.boxinfo-bottom h3{
    font-weight: bold;
    text-transform: capitalize;
}

.contactbox-top {
    background:transparent url(../img/contactbox-top.gif) no-repeat scroll left top;
    margin: 25px 0px;
    clear: right;
}
.contactbox-bottom {
    background:transparent url(../img/contactbox-bottom.gif) no-repeat scroll left bottom;
    padding:15px 40px 15px 25px;
}
.contactbox-bottom h3{
    color: #3E0A0A;
    font-weight: bold;
    text-transform: capitalize;
}
.showcase {
    margin:10px 0pt 0pt 9px;
    padding-left: 15px;
}
.showcase p{
	float: right;
}
.showcase h3 {
	color: #0675CE;
    font-weight: bold;
    text-transform: capitalize;
}

/* Content */
#page {
	background-color:#FFE5BC;
	border:8px solid #FFFFFF;
	height:auto;
	padding-bottom: 25px;
}
#content {
    position: relative;
    left: 30px;
    padding-top: 10px;
}
.image, .image-center-7 {
	border:1px solid #361617;
	float:left;
	margin:10px;
	padding:10px;
	background-color: #FFF;
}
.image-center-7 {
    margin: 15px 25px;	
}

/** Formulaire */
.form_div p
{
	margin: 2px 0;
}

/* fieldset , legend */
.form_div fieldset
{
	margin-bottom: 10px;
	border: #CCC 1px solid;
    background-color: #F2F2E2;
}
.form_div fieldset:hover
{
	background-color: #F6F5E9;
}
.form_div fieldset legend
{
	padding: 0 10px;
	border-left: #CCC 1px solid;
	border-right: #CCC 1px solid;
	font-size: 1.2em;
	color: #999;
}

/* Label */
.form_div label
{
	background-color: #822224;
    color: #FFF;
	display: block;
	width: 180px;
	float: left;
	padding-right: 5px;
	text-align: right;
	letter-spacing: 1px;
    margin: 0.3em 0;
}
.form_div label:hover
{
	font-weight: bold;
}
.form_div .form_label_nostyle
{
	background: none;
}

/* Input */
.form_div input, .form_div select, .form_div textarea
{
	margin-left: 5px;
	width: 300px;
	border: #CCC 1px solid;
}
.form_div input:hover, .form_div select:hover,
.form_div input:focus, .form_div select:focus,
.form_div textarea:hover, .form_div textarea:focus
{
	border: #999 1px solid;
	background-color: #DDEEFF;
}
.form_div .form_input_day_month
{
	width: 3%;
}
.form_div .form_input_year
{
	width: 6%;
}

/* button submit */
.form_div input[type="submit"],
.form_div input[type="reset"]
{
	border: #DDEEFF 1px solid;
	width: 27%;
}
.form_div input[type="submit"]:hover,
.form_div input[type="reset"]:hover
{
	background-color: #FFCC66;
	cursor: pointer;
}

/* *** Menus *** */
div.menu {
    border-left: 25px solid #333333;
    border-bottom: 2px solid #333333;
    font-size: 14px;
    background: #FFF;
}

div.menu h2 {
    background: #800000;
    color: #FFF;
    margin: 0px;
    padding: 10px;
    width: 100%;
    text-align: right;
    font-style: italic;
}

div.formule {
    margin: 5px auto;
    width: 65%;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    background: #FF941D;
    padding: 3px;

}

li.title {
    border-bottom: 2px solid #800000;
    width: 60%;
    text-align: right;
    padding-right: 25px;
    margin: 25px auto;
    color: #800000;
    font-style: italic;
    font-weight: bold;
    font-size: 15px;
    list-style-type:none;
}

/* *** Fin Menus *** */

/* Gallery */
div.album {
    border-left: 25px solid #333333;
    border-bottom: 2px solid #333333;
    font-size: 14px;
    background: #F6F5E9;
}

div.album h3 {
    background: #800000;
    color: #FFF;
    margin: 0px;
    padding: 10px;
    width: 100%;
    text-align: right;
    font-style: italic;
}
div.album_infos {
    background: #FFF;
    color: #800000;
    padding: 10px;
    font-style: italic;
    width: 80%;
    margin: 5px auto;
    text-align: center;
    font-size: 12px;
    line-height: 15px;
}
div.album_border {
    background: url("../img/pellicule_border.gif") repeat-x;
}
div.album_content {
    margin: 10px 5px;
}
div.album_image {
    float: left;
    border: solid black 2px;
    margin: 2px;
    padding: 3px;
    width: 80px;
    height: 60px;
}
div.album_block_image {
    width: 470px;
    margin: auto;
}
div.album_image:hover {
    border: solid grey 2px;
    background: #FFF;
}
/* End - Gallery */

/* Easy Slider */
#slider_container {
    padding: 5px;
    border: 1px solid black;
    background: #FFF;
    margin-bottom: 15px;
}
	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{
		/*
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/
		width:578px;
		height:200px;
		overflow:hidden;
		}
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{
		display:none;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:130px;
		z-index:1000;
		}
	#nextBtn, #slider1next{
		left:590px;
		}
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(../img/btn_prev.gif) no-repeat 0 0;
		}
	#nextBtn a, #slider1next a{
		background:url(../img/btn_next.gif) no-repeat 0 0;
		}
/* End - Easy Slider */