/*
Styles for older IE versions (previous to IE9).
*/

body {

}
body.custom-background-empty {
	background-color: #fff;
}
body.custom-background-empty .site,
body.custom-background-white .site {
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.assistive-text,
.site .screen-reader-text {
	clip: rect(1px 1px 1px 1px); /* IE7 */
}
.full-width .site-content {
	float: none;
	width: 100%;
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image,
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	width: auto; /* Prevent stretching of full-size and large-size images with height and width attributes in IE8 */
}
.author-avatar {
	float: left;
	margin-top: 8px;
	margin-top: 0.571428571rem;
}
.author-description {
	float: right;
	width: 80%;
}
.site {
	/*box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
	margin: 48px auto;
	max-width: 960px;
	overflow: hidden;
	padding: 0 40px;*/
}
/*.site-content {
	float: left;
	width: 65.104166667%;
}*/
#main {
margin: 0 auto;
max-width: 1000px;
}

body.template-front-page .site-content,
body.single-attachment .site-content,
body.full-width .site-content {
	width: 100%;
}
.widget-area {
	float: right;
	width: 26.041666667%;
}
.site-header h1,
.site-header h2 {
	text-align: left;
}
.site-header h1 {
	font-size: 26px;
	line-height: 1.846153846;
}
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {

	display: inline-block !important;
	text-align: left;
	width: 100%;
}
.main-navigation ul {
	margin: 0;
	text-indent: 0;
}
.main-navigation li a,
.main-navigation li {
	display: inline-block;
	text-decoration: none;
}
.ie7 .main-navigation li a,
.ie7 .main-navigation li {
	display: inline;
}
.main-navigation li a {
	border-bottom: 0;
	color: #6a6a6a;
	line-height: 3.692307692;
}
.main-navigation li a:hover {
	color: #000;
}
.main-navigation li {
	margin: 0 40px 0 0;
	position: relative;
}
.main-navigation li ul {
	display: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 100%;
	z-index: 1;
}
.ie7 .main-navigation li ul {
	left: 0;
}
.main-navigation li ul ul,
.ie7 .main-navigation li ul ul {
	top: 0;
	left: 100%;
}
.main-navigation ul li:hover > ul {
	border-left: 0;
	display: block;
}
.main-navigation li ul li a {
	background: #efefef;
	border-bottom: 1px solid #ededed;
	display: block;
	font-size: 11px;
	line-height: 2.181818182;
	padding: 8px 10px;
	width: 180px;
}
.main-navigation li ul li a:hover {
	background: #e3e3e3;
	color: #444;
}
.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a,
.main-navigation .current_page_item > a,
.main-navigation .current_page_ancestor > a {
	color: #636363;
	font-weight: bold;
}


	.main-navigation ul {
		margin: 0;
		text-indent: 0;
		background: transparent;
	}
	.main-navigation li a {
		border-bottom: 0;
		color: #333;
		line-height: 48px;
		text-align: center;
		font-size: 14px;
		white-space: nowrap;
		background: transparent url('../gfx/bouton.png') no-repeat left top;
		width: 163px;
		height: 43px;
		display: block;
		border-radius: 0;
		padding:0;
		box-shadow: none;
	}
	.main-navigation li a:hover {
		color: #594d31;
		background: transparent url('../gfx/bouton.png') no-repeat bottom left;
	}
	.main-navigation li {
		margin:0;
		width: 163px;
		height: 43px;
		position: relative;
	}
	.main-navigation li#menu-item-15809{ margin-left:1px; }


.menu-toggle {
	display: none;
}
.entry-header .entry-title {
	font-size: 22px;
}
#respond form input[type="text"] {
	width: 46.333333333%;
}
#respond form textarea.blog-textarea {
	width: 79.666666667%;
}
.template-front-page .site-content,
.template-front-page article {
	overflow: hidden;
}
.template-front-page.has-post-thumbnail article {
	float: left;
	width: 47.916666667%;
}
.entry-page-image {
	float: right;
	margin-bottom: 0;
	width: 47.916666667%;
}
.template-front-page .widget-area .widget,
.template-front-page.two-sidebars .widget-area .front-widgets {
	float: left;
	margin-bottom: 24px;
	width: 51.875%;
}
.template-front-page .widget-area .widget:nth-child(odd) {
	clear: right;
}
.template-front-page .widget-area .widget:nth-child(even),
.template-front-page.two-sidebars .widget-area .front-widgets + .front-widgets {
	float: right;
	margin: 0 0 24px;
	width: 39.0625%;
}
.template-front-page.two-sidebars .widget,
.template-front-page.two-sidebars .widget:nth-child(even) {
	float: none;
	width: auto;
}

/* =RTL overrides for IE7 and IE8
-------------------------------------------------------------- */
.rtl .site-header h1,
.rtl .site-header h2 {
	text-align: right;
}
.rtl .widget-area,
.rtl .author-description {
	float: left;
}
.rtl .author-avatar,
.rtl .site-content {
	float: right;
}
.rtl .main-navigation ul.nav-menu,
.rtl .main-navigation div.nav-menu > ul {
	text-align: right;
}
.rtl .main-navigation ul li ul li,
.rtl .main-navigation ul li ul li ul li {
	margin-left: 40px;
	margin-right: auto;
}
.rtl .main-navigation li ul ul {
	position: absolute;
	bottom: 0;
	right: 100%;
	z-index: 1;
}
.ie7 .rtl .main-navigation li ul ul {
	position: absolute;
	bottom: 0;
	right: 100%;
	z-index: 1;
}
.ie7 .rtl .main-navigation ul li {
	z-index: 99;
}
.ie7 .rtl .main-navigation li ul {
	position: absolute;
	bottom: 100%;
	right: 0;
	z-index: 1;
}
.ie7 .rtl .main-navigation li {
	margin-right: auto;
	margin-left: 40px;
}
.ie7 .rtl .main-navigation li ul ul ul {
	position: relative;
	z-index: 1;
}
/**/
	#lencart{
		position: absolute;
		z-index: 1001;
		width: 230px;
		height: 55px;
		padding: 165px 10px 0 0;
		bottom:0;
		right: 12%;
		background: transparent url('../gfx/encart.png') no-repeat bottom right;
		opacity: 0.8;
		display: block;
	}
	#lencart:hover{ opacity:1; }
	#lencart a{
		display: block;
		width: 150px;
		height: 20px;
		float: right;	
	}
	#lencart a#menus{
		margin-top: 6px;	
	}
	header#masthead{
		max-width: 1000px;
		height: 138px;
		background: transparent url('../gfx/header.jpg') no-repeat left top;
	}
	header#masthead #backindex{
		display: block;
		margin: 15px 0 0 400px;
		width: 200px;
		height: 80px;
		float: left;
	}
	#accueil-encarts{
		width: 1000px;
		height: 185px;
		margin: 20px auto;	
	}
	#accueil-encarts a{
		float: left;
		display: block;
		height: 185px;
		border-radius: 0;
		overflow: hidden;
		margin-right: 1px;	
		position: relative;
		margin:0 1px 0 0;
	}
	#accueil-encarts a span{
		position: absolute;
		top:-100px;
		left:0;
		padding: 1% 0 3% 0;
		background: #443925;
		color: white;
		width:100%;
		font-weight: bold;
		opacity: 0.9;
	}
	#accueil-encarts a#encart1{
		width: 166px;
		background: transparent url('../gfx/encart1.jpg') no-repeat left top;
	}
	#accueil-encarts a#encart2{
		width: 165px;
		background: transparent url('../gfx/encart2.jpg') no-repeat left top;
	}
	#accueil-encarts a#encart3{
		width: 166px;
		background: transparent url('../gfx/encart3.jpg') no-repeat left top;
	}
	#accueil-encarts a#encart4{
		width: 166px;
		background: transparent url('../gfx/encart4.jpg') no-repeat left top;
	}
	#accueil-encarts a#encart5{
		width: 165px;
		background: transparent url('../gfx/encart5.jpg') no-repeat left top;
	}
	#accueil-encarts a#encart6{
		width: 166px;
		background: transparent url('../gfx/encart6.jpg') no-repeat left top;
	}
	#accueil-encarts a:hover{
		opacity: 0.7;
		background-position: 0 -3px!important;
	}
	#accueil-encarts a:hover span{
		top: 0;
	}
	p#littlemenu{
		display: block;	
		float: right;
		width: 378px;
		padding-left: 22px;
		height: 60px;
		text-align: left;
		margin-bottom:0;
	}
	p#littlemenu a{
		color: white;
		font-size: 0.8em;
		text-decoration: none;
		margin: 0 5px;
		padding: 2px 5px;	
		float: left;
		line-height: 16px;
	}
	p#littlemenu a.little2{
		margin: 0 3px;
		padding: 2px 3px;	
	}
	p#littlemenu a.little2:hover{ background:#a09883; }
	p#littlemenu span{
	width: 118px;
	height: 20px;
	float: right;
	margin: 11px 0 0 32px;
	}
	p#littlemenu span a{
		display: block;
		width: 20px;
		height: 20px;
		float: left;
		margin:0;
		padding:0;
	}
	p#littlemenu span a#twitter{
		margin-left: 24px;	
	}
	p#littlemenu span a#youtube{
		margin-left: 25px;
		width: 28px;
	}
	footer#colophon{
		width: 1000px;
		margin: 0 auto;
		height: 199px;
		background: transparent url('../gfx/footer.jpg') no-repeat left top;
	}
	.en footer#colophon{
		background: transparent url('../gfx/footer-en.jpg') no-repeat left top;
	}
	footer#colophon #liens_footer{
		display: block;
		float: left;
		list-style-type: none;
		margin: 90px 0 0 270px;
		width: 310px;
	}
	footer#colophon #liens_footer li{
		float: left;
		width: 103px;
		margin: 0;
		line-height: 18px;
	}
	footer#colophon #liens_footer li a{
		padding: 1px 3px;
	}
	footer#colophon #liens_footer li a:hover{
		color:black;
	}
	footer#colophon #adresse{
		float: left;
		width: 200px;
		margin: 90px 0 0 60px;
		line-height: 16px;
		font-size: 14px;
	}
	footer#colophon #adresse span{
		font-size: 14px;
		font-weight: bold;
		line-height: 22px;
		text-transform: uppercase;	
	}
	footer#colophon #footer-soc{
		display: block;
		float: left;
		width: 160px;
		height: 28px;
		margin: 106px 0 0 0px;
	}
	footer#colophon #footer-soc a{
		float: left;
		display: block;
		width: 28px;
		height: 28px;
		margin-left: 37px;
	}
	footer#colophon #footer-soc a#foot-twitter{
		margin-left: 7px;
	}
	footer#colophon #footer-soc a#foot-youtube{
		margin-left: 7px;
		width: 48px;
	}
	footer#colophon #incomm{
		float: left;
		width: 100%;
		height: 20px;
		font-size: 9px;
		margin: 0;
		text-align: center;
		display: block;
	}
	.site-content {
		float: left;
		width: 63%;
		padding-left: 2%;
	}
	#smartfoot{ display:none; visibility: hidden; }
	
	#sousnav{ width: 100%; height: 32px; margin: 2em 0; }
	#sousnav a{
		display: block;
		float: left;
		width: 16%;
		height: 30px;
		line-height: 30px;
		margin: 2%;	
		border-bottom: 2px solid #52462C;
		text-decoration: none;
		text-align: center;
		background: #c8bab1;
		text-shadow: 0 1px 1px white;
		font-size: 1.1em;
	}
	#sousnav a:hover{ background: #ddd;}
	
	#transposh-2.widget.widget_transposh{
		position: absolute;
		left: 51%;
		top: 3px;
		right: auto;
		bottom: auto;
		z-index: 1000;
		width: 65px;
		line-height: 16px;
		text-transform: lowercase;
		margin:0;
	}
	#transposh-2.widget.widget_transposh div{
		float: left;
		margin: 0 5px;
		background: transparent;
		text-transform: lowercase;
	}
	#transposh-2.widget.widget_transposh h3{ /*display: none;*/ }

.french_lg {
	display: block;
	width, height: 25px;
}

.english_lg {
	display: block;
}