/*@import url(init.css);
@import url(bootstrap_surcharge.css);
*/
html
{
	background: transparent;
}
body
{
	/*background: #9e9d9c url(images/front/bg-body.jpg) repeat-x;*/
}
#page
{
	position: relative;
	margin: 0 auto;
	width: 1050px;
}
p, a, span, li
{
	color: #000000;
}
h1
{
	font-size: 1.8em;
	margin-bottom: 10px;
}
h2
{
	font-size: 1.5em;
}
h3
{
	font-size: 1.3em;
}
p
{
	margin: 5px 0;

}
/***HEADER***/
#header
{
	position: relative;
	width: 100%;
	height: 351px;
	background: url(images/front/bg-header.png) no-repeat left top;
}
#header .title
{
	/*text-indent: -9999px;*/
	display: block;
	float: left;
}

#header ul.language {
    float: right;
}

#logo
{
	position: relative;
	padding: 45px 0 0 90px;
}
#slogan
{
	color: #ffffff;
	font-size: 23px;
	text-align: center;
	margin: 0;
	position: relative;
	top: -10px;
	letter-spacing: 3px;
}
/*****MENU*****/
div#menu 
{
	position: relative;
	/*clear: both;*/
	/*background:url(images/front/fond-menu.png) repeat-x;*/
	/*height: 48px;*/
	border-top: 10px solid #e88b0b;
	/*padding-top: 15px;*/
	width: 890px;
	height: 75px;
	margin: 12px auto 40px auto;
}

#menu .menu-page
{
	margin: 0;
	padding-top: 10px;
}
#menu .menu-page a
{
	display: block;
	color: #000000;
	font-size: 1.3em;
	font-family: verdana, arial, sans-serif;
	text-shadow: none;
	/*padding: 0 10px;*/
	border: 3px solid #848382;
	height: 59px;
	background-color: #d4c9b4;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	text-transform: uppercase;
	max-width: 130px;
	behavior: url(js/PIE.htc);
}
#menu > ul .active > a,#menu .active > a 
{
	border-color: #4b4b4b;
	background-color: #999182;
	color: #ffffff;
}
#menu ul.menu-page > li
{
	float: left;
	text-align: center;
	margin-left: 12px;

}
#menu ul.menu-page > li:first-child
{
	margin: 0;
}
#menu ul.menu-page > li:hover .dropdown-menu
{
	display: block;
}
#menu ul.menu-page > li > a:hover
{
	border-color: #4b4b4b;
	background-color: #999182;
	color: #ffffff;
}
/********************/
#menu-1, #menu-2, #menu-3
{
	padding: 0 10px;
	line-height: 55px;
}
#menu #menu-4,#menu #menu-5,#menu #menu-6
{
	padding: 8px 6px 0 6px;
	height: 51px;
}
/********************/
/********SOUS MENU**************/
#menu .dropdown-menu
{
	display: none;
	position: absolute;
	top: 55px;
	background-color: #ffffff;
	min-width: inherit;
	max-width: none;
	padding: 0;
	margin: 0;
}

#menu .dropdown-menu li a:hover
{
	background-color: rgba(0, 0, 0, 0.30);
	background-image: none;
}
/*********************/
#content
{
	width: 981px;
	padding: 0 34px;
	margin: 30px 0 0px 0;
	float: left;
}

#content:after
{
	clear: both;
	content: "";
	display: block;	
}

/*****SIDEBAR******/
#content #sidebar 
{
	float: left;
	width: 218px; 
	padding-top: 15px;
	min-height: 491px;
	background: url(images/front/bg-sidebar.png) no-repeat;
	margin-right: 10px;
}
#content #sidebar .sidebloc
{
	margin: 10px 0;
}
#content #sidebar .sidebloc h2 
{
	color: #dddddd;
	text-align: center;
	background-color: #625750;
	height: 28px;
	line-height: 28px;
	font-weight: normal;
	font-size: 1.4em;
	margin-bottom: 10px;
	width: 99%;
	margin-left: 1px;
}
#content #sidebar .sidebloc h3
{
	font-size: 1.1em;
	line-height: inherit;
}
#content #sidebar .sidebloc .content
{
	padding: 5px 10px;
}
#content #sidebar .sidebloc > p
{
	text-align: center;
}
#content #sidebar .sidebloc .lienContact
{
	background-color: #999182;
	color: #ffffff;
	border: 2px solid #4B4B4B;
	padding: 5px 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	behavior: url(js/PIE.htc);
}
#content #sidebar .sidebloc .lienContact:hover
{
	background-color: #D4C9B4;
	color: #000000;
	border-color: #848382;
	text-decoration: none;
}
#content #sidebar .sidebloc .content ul
{
	margin: 0;
}
#content #sidebar .sidebloc .content ul li
{
	line-height: 20px
}
#content #sidebar .sidebloc .content ul li a
{
	color: #000000;
	font-size: 1em;
}
#content #sidebar .sidebloc .content ul li a:hover,#content #sidebar .sidebloc .content ul li a.active
{
	text-decoration: underline;	
}
#content #sidebar .sidebloc .allActu
{
	display: block;
	text-align: center;
	padding: 5px 0;
	font-size: 0.8em;
}
#content #sidebar .sidebloc .suiteActu
{
	display: none;
}

/****MAIN CONTENT*******/
#content #main-content
{
	float: left;
	width: 723px;
	min-height: 491px;
	background: url(images/front/bg-main-content.png) no-repeat;
	padding: 20px 15px;
}
#main-content .row .span16 {
    width: 100%;
}
#main-content .row
{
	overflow: hidden
}

/********FOOTER*********/
#footer
{
	position: relative;
	width: 1000px;
	height: 63px;
	margin: auto;
	margin-bottom: 10px;	
	clear: both;
	background-color: #000000;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	opacity: 0.9;
	filter: alpha(opacity=90);
	behavior: url(js/PIE.htc);
}

#footer #mentions-legal
{
	
}

#footer #mentions-legal ul
{
	text-align: center;
	margin: 0 auto;
}

#footer #mentions-legal li
{
	display: inline;
	border-left: 1px solid #ffffff;
	padding: 0 5px;
	color: #ffffff;
	line-height: 63px;
	text-transform: uppercase;
}
#footer #mentions-legal li a
{
	color: #ffffff;
}

#footer #mentions-legal li:first-child
{
	border-left: none;
}

.topbar ul.language
{
	float: right;
	
}
.topbar ul.language a:hover
{
	background: none;
}

ul.language li.timezone
{
	text-indent: -9999px;
	background: no-repeat 0 0px;
	width: 32px;
	height: 32px;
	cursor: pointer;
}
ul.language li.timezone:hover
{
	background-position: 0 -32px;
}



/**************************/
/******* Mon Compte *******/
/**************************/
#account form label
{
	width: 80px;
}

#account form input
{
	width: 110px;
}

#account
{
	position: fixed;
	right: 0;
	top: 0px;
	z-index: 101;
}

#account_content
{
	position: relative;
	width: 250px;
	padding: 10px;
	margin-bottom: 1px;
	background-color: #F5F5F5;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 3px 3px 3px 3px;
	display: none;
}

#account a.button {
	padding: 10px 25px;
	margin-right: 10px;
	color: #fff;
	text-decoration: none;

	float: right;
	background: -moz-linear-gradient(#222222, #333333) repeat-x scroll 0 0 #222222;
	background: -webkit-linear-gradient(#222222, #333333) repeat-x scroll 0 0 #222222;	
	background: -o-linear-gradient(#222222, #333333) repeat-x scroll 0 0 #222222;
	
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 -1px 0 rgba(0, 0, 0, 0.1) inset;

	-moz-border-radius: 0 0 8px 8px;
	-webkit-border-radius: 0 0 8px 8px;
	border-radius: 0 0 8px 8px;
}


/*********************************/
/*************** Page ************/
/*********************************/
.column
{
	float: left;
}

.element
{
	margin: 0 auto;
}

.show-grid .column, .show-grid .columns {
    /*background-color: #EEEEEE;
    border-radius: 3px 3px 3px 3px;*/
    /*text-align: center;*/
	/*padding: 8px*/
}
.show-grid .columns:first-child
{
	margin: 0
}
.show-grid .column .element p img
{
	padding: 5px;
}
.row .span8 , .row .span4
{
	margin-left: 15px;
}

.row .span16 { /*width: 1000px;*/ }
.page-header
{
	margin: 0 0 0 230px;
}
.page-header h1 
{
	padding-bottom: 5px;
	color: #301c0f;
	text-transform: uppercase;
	font-weight: normal;
	margin: 0;
}

/*********************************/
/*************** Actualites ************/
/*********************************/
#uneActu .dateEnLigne
{
	font-size: 1em;
	color: #625750;
	line-height: inherit
}
#uneActu h1
{
	/*line-height: inherit;*/
	letter-spacing: none;
	margin: 0;	
	font-size: 2em;
}
#pageActus, #pageActus #uneActu
{
	margin: 0;
	padding: 0;	
}
#pageActus #uneActu .hero-unit
{
	margin: 0;
	padding: 0;
	background: none;
}

/*********************************/
/*************** News ************/
/*********************************/

#footer ul li
{
	display: inline;	
}

/*********************************/
/*************** Icone RSS ************/
/*********************************/

#lienRss
{
	text-indent: -9999px;
	background-image: url("images/rss.jpg");
	height: 23px;
	width: 23px;
}

#lienRss a
{
	display: block;
}

/*********************************/
/*************** Contact ************/
/*********************************/
#contact-form
{
	width: 100%;
	/*float: left;*/
}
#contact-form .infoContact
{
	width: 50%;
	float: left;
}
#contact-form .divformContact
{
	width: 50%;
	float: left;
}
#contact-form .divformContact h3
{
	line-height: 20px;
}
#contact-form .divformContact table td
{
	border: none;
}
#contact-form .btform
{
	text-align: right;
}
.btform .btn
{
	color: #ffffff;
	padding: 5px 10px;
	background-color: #301C0F;
	background-image: none;
	filter: none;
	border-radius: 0;
	border: none;
	box-shadow: none;
	text-shadow: none;
}
.btform .btn:hover
{
	background-position: 0;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
#map
{
	position: relative;
	width: 300px;
	height: 300px;
}
tr.no-visible
{
	display: none;
}

.reponceMess
{
	margin: 10px 0;
	text-align: center;
}

/*********************************/
/*************** Connexion ************/
/*********************************/
#connect table td
{
	border: none;
}


