/*
Theme Name: Aggregate
Theme URI: http://www.elegantthemes.com/gallery/
Version: 3.4
Description: 2 Column theme from Elegant Themes
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
*/


/*------------------------------------------------*/
/*-----------------[RESET]------------------------*/
/*------------------------------------------------*/

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend { margin: 0; padding: 0; border: 0; outline: 0; font-size: 101%; vertical-align: baseline; background: transparent; 
-webkit-font-smoothing: antialiased !important;
-moz-font-smoothing: antialiased !important;
-o-font-smoothing: antialiased !important;
-ms-font-smoothing: antialiased !important;
text-shadow: 0px 0px 0 #fff} /* PATRICK */

body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q {	quotes: none; }

blockquote:before, blockquote:after,q:before, q:after { content: ''; content: none; }

/* remember to define focus styles! */
:focus { outline: 0; }

/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: collapse; border-spacing: 0; }


/*------------------------------------------------*/
/*-----------------[BASIC STYLES]-----------------*/
/*------------------------------------------------*/

/* PATRICK 
body { line-height: 20px; font-family:'Droid Sans',Arial,Verdana,sans-serif; font-size: 12px; color: #48423f; background: url(images/header-bg.png); text-shadow: 1px 1px 0 #fff; } */
body { line-height: 20px; font-family:'Droid Sans',Arial,Verdana,sans-serif; font-size: 12px; color: #444444; background-color: #eeebe2; text-shadow: none; }

a { text-decoration: none; color: #00b7f3; }
a:hover { text-decoration: underline; }
.clear { clear: both; }
.ui-tabs-hide { display: none; }
br.clear { margin: 0px; padding: 0px; }

h1, h2, h3, h4, h5, h6 { padding-bottom: 5px; color: #48423F; letter-spacing: -1px; line-height: 1em; font-weight: normal; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: #48423F; }
h1 { font-size: 30px; }
h2 { font-size: 24px; }
h3 { font-size: 22px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; }
h6 { font-size: 14px; }
p { padding-bottom: 10px; line-height: 24px; }
strong { font-weight: bold; color: #1c1c1c; }
cite, em, i { font-style: italic; }
pre, code { font-family: Courier New, monospace; margin-bottom: 10px; }
ins { text-decoration: none; }
sup, sub { height: 0; line-height: 1; position: relative; vertical-align: baseline; }
sup { bottom: 0.8em; }
sub { top: 0.3em; }
dl { margin: 0 0 1.5em 0; }
dl dt { font-weight: bold; }
dd  { margin-left: 1.5em;}
blockquote  { margin: 1.5em; padding: 1em; color: #666666; background: #e6e6e6; font-style: italic; border: 1px solid #dcdcdc; }
	blockquote p { padding-bottom: 0px; }

input[type=text],input.text, input.title, textarea, select { background-color:#fff; border:1px solid #bbb; padding: 2px; color: #4e4e4e; }
input[type=text]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus { border-color:#2D3940; color: #3e3e3e; }
input[type=text], input.text, input.title, textarea, select { margin:0.5em 0; }
textarea { padding: 4px; }

img#about-image { float: left; margin: 3px 8px 8px 0px; }

.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

/*------------------------------------------------*/
/*---------------[MAIN LAYOUT INFO]---------------*/
/*------------------------------------------------*/

/* PATRICK 
#top-header { border-bottom: 2px solid #ffffff; position: relative; background: url(images/header-bg.png); }
	#top-header .container { min-height: 46px; } */
#top-header { border-bottom: 0px solid #ffffff; position: relative; }
	#top-header .container { min-height: 43px; }
	#top-shadow { background: url(images/top-shadow.png) repeat-x; width: 100%; position: absolute; top: 0px; left: 0px; height: 7px; }
	#bottom-shadow { background: url(images/bottom-shadow.png) repeat-x; width: 100%; position: absolute; bottom: 0px; left: 0px; height: 4px; }
	#bottom-shadow { background: transparent;} /* PATRICK */
	.container { text-align: left; margin: 0 auto; width: 960px; position: relative; }
		#content { margin-bottom: 39px; }
			ul#top-menu { float: left; padding-left: 36px; }
			/* PATRICK : tout modifié
			#search-form { float: right; background: url(images/search-bg.png) no-repeat; width: 167px; height: 27px; padding-right: 48px; margin-top: 11px; }
			#search-form { background-color: #363636; float: right; width: 165px; height: 27px; padding-right: 48px; margin-top: 7px; -moz-border-radius: 4px; -webkit-border-radius:4px; border-radius: 4px; border: 1px solid #222; behavior: url(PIE.htc);}*/
			#search-form { background-color: #363636; float: right; width: 165px; height: 27px; padding-right: 48px; margin-top: 7px; -moz-border-radius: 4px; -webkit-border-radius:4px; border-radius: 4px; border: 1px solid #2c2c2c; behavior: url(PIE.htc);}
			#search-form { background-color: #3F3F3F;}
			#search-form #searchinput { background: none; float: left; margin: 5px 7px 0 5px; width: 116px; padding-left: 9px; font-size: 11px; color: #AFA59F; width: 130px; margin-left: 23px;	border:none;
				-moz-border-radius: 4px; 
				-webkit-border-radius:4px; 
				border-radius: 4px; 
				/*-moz-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.7), 0 1px 0 rgba(255, 255, 255, 0.1);
				-webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.7), 0 1px 0 rgba(255, 255, 255, 0.1);
				box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.7), 0 1px 0 rgba(255, 255, 255, 0.1);*/
				-moz-background-clip: padding;
				-webkit-background-clip: padding-box;
				background-clip: padding-box;
				-webkit-transition-delay:initial;
				-webkit-transition-duration: 0.7s; /* Safari and Chrome */
				-webkit-transition-property:initial;
				-webkit-transition-timing-function:initial;
				-moz-transition: all 0.7s ease-in-out;
				-webkit-transition: all 0.7s ease-in-out;
				-o-transition: all 0.7s ease-in-out;
				-ms-transition: all 0.7s ease-in-out;
				transition: all 0.7s ease-in-out;
				behavior: url(PIE.htc);
			}								
			#search-form #searchinput:focus {background: #eeebe2; background-color:#eeebe2; color:#333333; font-style:normal; width:165px;}	
			#search-form #searchsubmit {	margin-left:6px; margin-top:-16px; margin-right: 7px;}
			
/*PATRICK fond général
#content-area { background: #fafcfc url(images/content-area-bg.png); border-bottom: 1px solid #ffffff; } */
#content-area { background: #eeebe2;  border-bottom: 1px solid #ffffff; }

		/* PATRICK #top-stitch { background: url(images/top-stich.png) repeat-x bottom left; height: 7px; }*/
		#content-area .container { padding-top: 51px; }
			#logo-area { text-align: center; position: relative; padding-bottom: 37px; }
				p#slogan { font-size: 15px; font-family: 'Kreon', Arial, sans-serif; color: #9aa4a4; text-transform: uppercase; text-shadow: 1px 1px 1px #ffffff; }
			/* PATRICK 
			#content { -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; border: 1px solid #e2e5e5;}*/
			#content { -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 12px; border: 1px solid #e2e5e5; behavior: url(PIE.htc)}

				#content-shadow { background: url(images/content-main-shadow.png) repeat-y; }
					#content-top-shadow { background: url(images/content-top-shadow.png) repeat-x 0 1px; }
						#content-bottom-shadow { background: url(images/content-bottom-shadow.png) repeat-x bottom left; }

				/*PATRICK*/
				#inner-border { border: 1px solid #ffffff; background: #fcfff0 url(images/custom/content-bg.png); /*height: 100%;*/   	
								/*-webkit-box-shadow: 0px 2px 3px #555;
								-moz-box-shadow: 0px 2px 3px #555;
								box-shadow: 0px 2px 3px #555;*/
								behavior: url(PIE.htc);
								}
				#inner-border, #content-shadow, #content-top-shadow, #content-bottom-shadow { -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; behavior: url(PIE.htc);}

					/* PATRICK#second-menu { background: url(images/menu-bottom-bg.png) repeat-x bottom left; } */
						ul#secondary-menu { padding-left: 29px; margin-top:-1px; }
					#controllers { margin-bottom: 27px; margin-left: 23px; position: relative; }
						#controllers #active_item { background: url(images/featured-arrow.png) no-repeat; position: absolute; top: -30px; left: 36px; width: 20px; height: 10px; z-index: 100; }
						.controller { display:block; float:left; position:relative; margin-right: 21px; }
							.controller a { display: block; }
							/*.controller a.active { -moz-box-shadow: 0 0 6px 2px rgba(0,0,0,0.4); -webkit-box-shadow: 0 0 6px 2px rgba(0,0,0,0.4); box-shadow: 0 0 6px 2px rgba(0,0,0,0.4); } PATRICK */
								.controller span.overlay { background:url(images/controller-overlay.png) no-repeat; display:block; height:54px; left:0px; position:absolute; top:0px; width:95px; }
					.recent-from { float: left; width: 317px; }
						.recent-middle { width: 318px !important; }
						.recent-last { width: 321px !important; }
							.recent-last .recent-content { background: none !important; }

						.main-title { background:url(images/title-bg.png) repeat-x; height: 42px; line-height: 42px; font-size: 13px !important; text-transform: uppercase; color: #48423f; text-shadow: 1px 1px 1px #ffffff; font-weight: bold; text-align: center; padding-bottom: 0; font-family: Cuprum,Arial,Verdana,sans-serif !important; }
						.main-title { text-shadow: none !important; } /* Patrick */
							#comment-wrap .main-title { margin: 0 -37px 12px -39px; }
						.recent-content { background:url(images/recent-content-bg.png) repeat-y top right;margin-top: -1px; padding: 29px 32px 38px 35px; }
						.last { background: none; }
							.block-post { margin-bottom: 7px; }
								.block-post .thumb { display:block; float:left; position:relative; margin-right: 17px; }
									.block-post .thumb span.overlay { background:url(images/post-overlay.png) no-repeat !important; display:block; height:41px !important; left:0px; position:absolute; top:0px; width:41px !important; }
									.widget .block-post .thumb span.overlay { background:url(images/post-overlay.png) no-repeat !important; }
								.block-post h3.title { font-family: 'Kreon', Arial, sans-serif; font-size: 16px; text-shadow: 1px 1px 1px #ffffff; }
								.block-post h3.title { text-shadow: none !important; } /* Patrick */
									.block-post h3.title a { text-decoration: none; color: #48423f; }
								.block-post 	p.meta-info { color: #b8c2c2; text-shadow: 1px 1px 1px #ffffff; margin-top: -4px; }
								.block-post p.meta-info{ text-shadow: none !important; } /* Patrick */
									.block-post 	p.meta-info a { text-decoration: none; color: #8c9c9c; }
										.block-post 	p.meta-info a:hover { color: #444c4c; }
							a.more { background:url(images/more.png) no-repeat right bottom; color:#8c9c9c; display:block; text-shadow: 1px 1px 1px #ffffff; padding-right:6px; text-decoration:none; height: 35px; line-height: 35px; margin-left: 16%; margin-right: 16%; text-align: center;}
							a.more { text-shadow: none !important; } /* Patrick */
							a.more:hover { color:#111111; }
								a.more span { background:url(images/more.png) no-repeat; display:block; height: 35px; padding-left: 6px; }
							.post a.more { float: right; margin-left: 0; margin-right: 0; }
								.post a.more span { padding-left: 12px; padding-right: 4px; }
						#left-area { float: left; width: 634px; }
						#sidebar { float: left; width: 322px; }
							#entries { background:url(images/recent-content-bg.png) repeat-y 633px 0px; padding: 31px 38px 27px; }
								.entry { margin-bottom: 10px; }
									.entry .thumb, .photostream .thumb { display:block; float:left; position:relative; margin-right: 14px; margin-top: 5px; }
									.photostream .thumb { margin-right: 9px; margin-bottom: 9px; }
										.entry .thumb span.overlay, .photostream .thumb span.overlay { background:url(images/entry-overlay.png) no-repeat; display:block; height:68px; left:0px; position:absolute; top:0px; width:68px; }
										.photostream .thumb span.overlay { background:url(images/entry-overlay.png) no-repeat !important; height:68px !important; width:68px !important; }
										/* PATRICK
										.latest .thumb span.overlay, body.single .thumb span.overlay, body.page .thumb span.overlay { background:url(images/single-overlay.png) no-repeat !important; width: 201px; height: 201px; } */
										.latest .thumb span.overlay, body.single .thumb span.overlay, body.page .thumb span.overlay { background:none; width: 201px; height: 201px; }
									.entry h3.title, h1.title { font-family: 'Kreon', Arial, sans-serif; font-size: 20px; text-shadow: 1px 1px 1px #ffffff; }
									.entry h3.title, h1.title { text-shadow: none !important; } /* Patrick */
									h1.title { color: #48423f; font-size: 30px; }
										.entry h3.title a { text-decoration: none; color: #48423f; }
									.entry p.meta-info { color: #b8c2c2; text-shadow: 1px 1px 1px #ffffff; margin-top: -2px; margin-bottom: -8px; }
									.entry p.meta-info { text-shadow: none !important; } /* Patrick */
									.entry p.meta-info a { text-decoration: none; color: #8c9c9c; }
										.entry p.meta-info a:hover { color: #444c4c; }
									.entry div.post-meta { background: url(images/meta-separator.png) repeat-x; margin: 8px 0 14px; }
										.entry div.post-meta p.meta-info { background: url(images/meta-separator.png) repeat-x bottom left; margin-bottom: 10px; padding: 6px 0 8px; }

									.latest .thumb { display:block; float:left; position:relative; margin-right: 28px; }
										.latest .thumb span.overlay { background:url(images/entry-latest-overlay.png) no-repeat !important; display:block; height:131px; left:0px; position:absolute; top:0px; width:131px; }
									.latest h3.title { font-family: 'Kreon', Arial, sans-serif; font-size: 24px; text-shadow: 1px 1px 1px #ffffff; }
									.latest h3.title { text-shadow: none !important; } /* Patrick */
										.latest h3.title a { text-decoration: none; color: #48423f; }
									.latest p.meta-info { color: #b8c2c2; text-shadow: 1px 1px 1px #ffffff; margin-top: -2px; margin-bottom: -8px; }
									.latest p.meta-info { text-shadow: none !important; } /* Patrick */
									.latest p.meta-info a { text-decoration: none; color: #8c9c9c; }
										.latest p.meta-info a:hover { color: #444c4c; }
									a.read-more { float: right; color:#b8c2c2; text-shadow: 1px 1px 1px #ffffff; text-decoration:none; }
									a.read-more { text-shadow: none !important; } /* Patrick */
										a.read-more:hover { color:#111111; }
						.blog-entry { position: relative; width: 248px; padding-left: 32px; }
							a.comments { background:url(images/comments-cloud.png) no-repeat; position: absolute; top: 0px; left: 0px; width: 37px; height: 33px; font-weight: bold; color:#48423f; text-decoration: none; padding: 4px 0; text-align: center; }
							.blog-entry h4.title { padding-left: 25px; padding-right: 33px; font-family: 'Kreon', Arial, sans-serif; font-size: 16px; color:#48423f; text-shadow: 1px 1px 1px #ffffff; }
							.blog-entry h4.title { text-shadow: none !important; } /* Patrick */
							.blog-entry p.meta-info { padding-left: 25px; padding-right: 33px; color:#b8c2c2; text-shadow: 1px 1px 1px #ffffff; margin-top: -2px; }
							.blog-entry p.meta-info { text-shadow: none !important; } /* Patrick */
								.blog-entry p.meta-info a { text-decoration: none; color: #8c9c9c; }
									.blog-entry p.meta-info a:hover { color: #444c4c; }
			#ad-720 { text-align: center; padding-bottom: 32px; }
		/* PATRICK #bottom-stitch { background: url(images/top-stich.png) repeat-x bottom left; height: 7px; margin-bottom: 4px; } */

		#breadcrumbs { background: url("images/title-bg.png") repeat-x; height: 42px; line-height: 42px; padding-left: 38px; }
			#breadcrumbs  a { color: #b9c5c5; }
			#breadcrumbs, #breadcrumbs  a:hover { color: #929e9e; text-decoration: none; }

		#main-content { position: relative; }
			#index-top-shadow { background: url("images/content-top-shadow.png") repeat-x scroll 0 1px; position: absolute; top: 0; left: 0; height: 6px; width: 100%; border-top: 1px solid #dee0e0; }

		.post ul, .comment-content ul { list-style-type: disc; padding: 10px 0px 10px 20px; }
		.post ol, .comment-content ol { list-style-type: decimal; list-style-position: inside; padding: 10px 0px 10px 2px; }
			.post ul li ul, .post ul li ol, .comment-content ul li ul, .comment-content ul li ol { padding: 2px 0px 2px 20px; }
			.post ol li ul, .post ol li ol, .comment-content ol li ul, .comment-content ol li ol  { padding: 2px 0px 2px 35px; }

	.fullwidth #left-area { width: 100%; }
		.fullwidth #entries { background: none; }
	body.page h1.title { margin-bottom: 8px; }

	.ad-468 { text-align: center; margin-bottom: 30px; }
	.ad-bottom { margin-top: 35px; margin-bottom: 6px; }

/*------------------------------------------------*/
/*---------------[DROPDOWN MENU]------------------*/
/*------------------------------------------------*/

ul#top-menu li { padding-right: 2px; background: url(images/menu-bg.png) repeat-y top right; }
	ul#top-menu a { font-size: 11px; color: #ffffff; text-decoration: none; text-transform: uppercase; font-weight: bold; text-shadow: 1px 1px 1px rgba(0,0,0,0.7); padding: 16px 12px 10px; }
	ul#top-menu a { text-shadow: none !important; } /* Patrick */
	ul#top-menu a { font-weight: normal; } /* PATRICK */
	ul#top-menu a:hover { color: #ebbe5e;}
	ul#top-menu > li.current_page_item > a { color: #ebbe5e !important; }

	ul#top-menu li ul, #mobile_menu { width: 170px !important; padding: 0; background: #161616 url(images/header-bg.png); top: 45px !important; -moz-box-shadow:3px 3px 7px 1px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 3px 3px 7px 1px rgba(0, 0, 0, 0.1); box-shadow: 3px 3px 7px 1px rgba(0, 0, 0, 0.1); -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; border-top-left-radius: 0px;-moz-border-radius-topleft: 0px; border-top-right-radius: 0px; -webkit-border-top-left-radius: 0px; -moz-border-radius-topright: 0px; -webkit-border-top-right-radius: 0px; z-index: 9999px; display: none; }
		ul#top-menu ul li, #mobile_menu li a { margin: 0 !important; padding: 10px 7px 10px 25px !important; background: url(images/top-menu-separator.png) repeat-x; }
		ul#top-menu ul li.first-item { background: none; }
			ul#top-menu ul li a, #mobile_menu a { padding: 0 !important; width: 138px; }

			ul#top-menu li:hover ul ul, ul#top-menu li.sfHover ul ul { top: -1px !important; left: 171px !important; -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; behavior: url(PIE.htc);} /* PATRICK */

	ul#top-menu li.menu-gradient { background: url("images/top-shadow.png") repeat-x; position: absolute; top: 0; left: 0; width: 202px; height: 7px !important; }

ul#secondary-menu li { padding-right: 2px; background: url(images/secondary-menu-bg.png) repeat-y top right; }
	ul#secondary-menu a { font-size: 13px; color: #48423f; text-decoration: none; text-transform: uppercase; font-weight: bold; padding: 22px 16px; }
	ul#secondary-menu a:hover { color: #919e9e;}
	ul#secondary-menu > li.current_page_item > a { color: #919e9e !important; }

	ul#secondary-menu li ul, #category_mobile_menu { width: 360px !important; padding: 7px 0 10px; background: #fff url(images/content-bg.png); top: 55px !important; -moz-box-shadow:3px 3px 7px 1px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 3px 3px 7px 1px rgba(0, 0, 0, 0.1); box-shadow: 3px 3px 7px 1px rgba(0, 0, 0, 0.1); -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; border-top-left-radius: 0px;-moz-border-radius-topleft: 0px; border-top-right-radius: 0px; -webkit-border-top-left-radius: 0px; -moz-border-radius-topright: 0px; -webkit-border-top-right-radius: 0px; z-index: 9999px; display: none; }
		ul#secondary-menu ul li, #category_mobile_menu li a { margin: 0 !important; padding: 8px 0 8px 30px !important; width: 150px; float: left; }
			ul#secondary-menu ul li a, #category_mobile_menu a { padding: 0 !important; }

			ul#secondary-menu li:hover ul ul, ul#secondary-menu li.sfHover ul ul { top: -8px !important; left: 180px !important; -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; behavior: url(PIE.htc);} /* PATRICK */
			ul#secondary-menu ul li.even-item { background: none; }

/*------------------------------------------------*/
/*--------------[FEATURED SLIDER]-----------------*/
/*------------------------------------------------*/

#featured { position: relative; padding-bottom: 20px; margin-left: -1px; margin-right: -1px; }
	/* PATRICK
	a#left-arrow, a#right-arrow, #featured .flex-direction-nav a.flex-prev, #featured .flex-direction-nav a.flex-next { position: absolute; top: 50%; width: 32px; height: 68px; text-indent:-9999px; margin-top: -34px; }
		a#left-arrow, #featured .flex-direction-nav a.flex-prev { background:url(images/left-arrow.png) no-repeat; left: -32px; }
		a#right-arrow, #featured .flex-direction-nav a.flex-next { background:url(images/right-arrow.png) no-repeat; right: -32px; }*/
			.featured-top-shadow { background:url(images/featured-top-shadow.png) repeat-x; position: absolute; top:0px; left: 0px; width: 958px; height: 7px; }
			.featured-bottom-shadow { background:url(images/featured-bottom-shadow.png) repeat-x; position: absolute; bottom:0; left: 0; width: 958px; height: 8px; }
			.featured-description { position: absolute; width: 333px; height: 196px; top: 40px; right:54px; background:url(images/featured-description.png); padding: 27px 32px 40px; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px;  behavior: url(PIE.htc);} /* PATRICK */
				.featured-description p.meta-info { font-family: Georgia, serif; font-style: italic; font-size: 12px; color: #747474; }
					.featured-description p.meta-info a { text-decoration: none; color: #fff; }
				h2.featured-title { font-family: 'Kreon', Arial, sans-serif; font-weight: lighter;font-size: 30px; text-shadow: 1px 1px 1px rgba(0,0,0,0.4); margin-top: -4px; }
				h2.featured-title { text-shadow: none !important; } /* Patrick */
					h2.featured-title a { text-decoration: none; color: #ffffff; }
				.featured-description p { color: #c9c8c8; text-shadow: 1px 1px 1px rgba(0,0,0,0.4); line-height: 19px; }
				.featured-description p { text-shadow: none !important; } /* Patrick */
				a.readmore { display: block; background: url(images/readmore.png); height: 27px; padding: 0 17px; color: #dfca81; font-size: 12px; line-height: 27px; position: absolute; bottom: 0px; right: 0px; text-shadow: none; }
				#featured a.readmore { -moz-border-radius-bottomright: 10px;-webkit-border-bottom-right-radius: 10px; border-bottom-right-radius: 10px; behavior: url(PIE.htc);} /* PATRICK */
					#featured a.readmore:hover { color: #fff; }

/*------------------------------------------------*/
/*-------------------[COMMENTS]-------------------*/
/*------------------------------------------------*/

.comment-body { padding: 18px 0 12px 87px; position: relative; }
	.avatar-box { position: absolute; top: 19px; left: 0; padding: 0; }
		.avatar-overlay { position: absolute; top: 0; left: 0; width: 68px; height: 68px; background: url(images/avatar-overlay.png) no-repeat; }

		.commentmetadata { color: #e4e4e4; font-size: 20px; font-family: 'Kreon', Arial, sans-serif; padding-bottom: 8px; }
			.comment-date { font-size: 14px; color: #b5bebe; }
			span.fn, span.fn a { font-size: 22px; color: #48423f; text-decoration: none; }
			span.fn a:hover { color: #111; text-decoration: none; }

	.reply-container { float:right; background: url("images/more.png") no-repeat scroll right bottom transparent; height: 35px; line-height: 35px; padding-right: 6px; }
		.reply-container a { background: url("images/more.png") no-repeat scroll 0 0 transparent; display: block; height: 35px; padding-left: 14px; padding-right: 8px; color: #8C9C9C; text-decoration: none; text-shadow: 1px 1px 1px #FFFFFF; }
		.reply-container a { text-shadow: none !important; } /* Patrick */
		.reply-container a:hover { text-decoration: none; color: #111; }
	.comment ul.children { padding-left: 87px; }

#commentform textarea#comment { width: 96%; }
	#commentform input[type=text] { width: 38%; }
	#commentform input, #commentform textarea { background: #fff; border: 1px solid #e2e5e5; color: #b8c2c2; font-size: 12px; padding: 12px 10px 12px 20px; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; }
		p.form-submit input#submit { background: url(images/submit_bg.png) repeat-x; padding: 7px; float: right; }

	#commentform .hidden { display: none; }

	li.comment #respond textarea { width: 91% !important; }
	li.comment #respond input[type=text] { width: 48% !important; }

h3#reply-title { font-family: 'Kreon', Arial, sans-serif; font-size: 30px; }

#trackbacks { margin-bottom: 20px; }
	#trackbacks , #respond h3#comments { margin-bottom: 5px; }

/*------------------------------------------------*/
/*---------------------[FOOTER]-------------------*/
/*------------------------------------------------*/

#footer { background: url(images/header-bg.png); }
#footer { background: none; } /* PATRICK */
	#footer-top-shadow { background: url(images/footer-top-shadow.png) repeat-x; }
	#footer-top-shadow { background: none ;}/* PATRICK */
		#footer-widgets { padding: 42px 0px 22px; }
			.footer-widget { width: 210px; margin-right: 40px; float: left; font-family: 'Kreon', Arial, sans-serif; color: #afa59f; font-size: 13px; text-shadow: 1px 1px 1px rgba(0,0,0,0.4); }
			.footer-widget { text-shadow: none !important; } /* Patrick */
			.last { margin-right: 0px; }
				.footer-widget p { color: #afa59f; text-shadow: 1px 1px 1px rgba(0,0,0,0.4) }
				.footer-widget p { text-shadow: none !important; } /* Patrick */
				#footer h4.widgettitle { font-size: 13px; color:#ffffff; text-shadow: 1px 1px 1px rgba(0,0,0,0.4); text-transform: uppercase; padding-bottom: 11px; }
				#footer h4.widgettitle { text-shadow: none !important; } /* Patrick */
					.footer-widget a { color: #afa59f; }
					.footer-widget a:hover { color: #88817c; text-decoration: none; }
				.footer-widget ul { margin-bottom:8px;  }
					.footer-widget ul ul { margin-bottom:0; }
						.footer-widget ul li { background:url(images/footer-bullet.png) no-repeat 0 7px; padding:0px 0 7px 17px; }
						.footer-widget ul li ul { margin:0 0 -3px; padding:5px 0 0 7px; }
		/* PATRICK 
		p#copyright { font-size: 11px; float:right; color:#afa59f; text-shadow: 1px 1px 1px rgba(0,0,0,0.4); padding-bottom:25px; }
			p#copyright a { color:#ffffff; } */
	#footer-bottom-shadow { background: url(images/footer-bottom-shadow.png) repeat-x; height: 5px; }
	#footer-bottom-shadow { background: none; height: 0px; }	/* PATRICK */
	/* PATRICK 
	#footer-bottom { background: url(images/footer-bottom-bg.png) repeat-x; }
		ul.bottom-nav { padding-left: 24px; }*/
			ul.bottom-nav li { float: left; padding-right: 2px; background: url(images/bottom-menu-bg.png) repeat-y top right; padding: 20px 16px 12px; }
				ul.bottom-nav li a { color:#ffffff; font-size:11px; text-shadow: 1px 1px 1px rgba(0,0,0,0.6); text-decoration: none; text-transform: uppercase; font-weight: bold; }
				ul.bottom-nav li a { text-shadow: none !important; } /* Patrick */
					ul.bottom-nav li a:hover {text-decoration: none; color: #ebbe5e; }
						ul.bottom-nav li.current_page_item a { color: #ebbe5e !important; }

/*------------------------------------------------*/
/*--------------------[SIDEBAR]-------------------*/
/*------------------------------------------------*/

.widget { width: 230px; padding: 30px 25px 30px 44px; }
	.widget ul li { background:url(images/sidebar-bullet.png) no-repeat 0px 8px; padding-bottom: 10px; padding-left: 15px; display: block; font-size: 13px; font-family: 'Kreon', Arial, sans-serif; text-shadow: 1px 1px 1px #ffffff; }
	.widget ul li { text-shadow: none !important; } /* Patrick */
		.widget ul li a { color:#a1a6a6; text-decoration: none; }
			.widget ul li a:hover { color:#111111; }


/*------------------------------------------------*/
/*------------[CAPTIONS AND ALIGNMENTS]-----------*/
/*------------------------------------------------*/

div.post .new-post .aligncenter, .aligncenter { display: block; margin-left: auto; margin-right: auto; }
.wp-caption { border: 1px solid #ddd; text-align: center; background-color: #f3f3f3; padding-top: 4px; margin-bottom: 10px; }
.wp-caption.alignleft { margin: 0px 10px 10px 0px; }
.wp-caption.alignright { margin: 0px 0px 10px 10px; }
.wp-caption img { margin: 0; padding: 0; border: 0 none; }
.wp-caption p.wp-caption-text { font-size: 11px; line-height: 17px; padding: 0 4px 5px; margin: 0; }
.alignright { float: right; }
.alignleft { float: left }
img.alignleft { display:inline; float:left; margin-right:15px; }
img.alignright { display:inline; float:right; margin-left:15px; }


/*------------------------------------------------*/
/*---------------[DEFAULT DROPDOWN SETTINGS]---*/
/*------------------------------------------------*/

.nav ul { position:absolute; top:-999em; background-position: bottom; background-repeat: no-repeat; z-index: 10; }
.nav li { float:left; position:relative; }
.nav a { display:block; float: left; }
	.nav li:hover ul, ul.nav li.sfHover ul { left:0px; top:50px; }
	.nav li:hover li ul, .nav li.sfHover li ul { top:-999em; }
		.nav li li:hover ul, ul.nav li li.sfHover ul { left:192px; top:0px; }
	.nav li:hover ul, .nav li li:hover ul { top: -999em; }
	.nav li li {	display: block;	padding: 0px; float: left; height: auto !important; }
	.nav li ul { width: 191px; z-index:1000; }
		.nav li li a:link, .nav li li a:visited {	display: block; height: auto; float: left; }
		.nav li:hover { visibility: inherit; /* fixes IE7 'sticky bug' */ }


/*------------------------------------------------*/
/*-----------------[WP CALENDAR]-----------------*/
/*------------------------------------------------*/
#wp-calendar { empty-cells: show; margin: 10px auto 0; width: 240px;	}
	#wp-calendar a { display: block; text-decoration: none; font-weight: bold; }
		#wp-calendar a:hover { text-decoration: underline; }
	#wp-calendar caption {	text-decoration: none; font: bold 13px Arial, Sans-Serif; }
	#wp-calendar td {	padding: 3px 5px; color: #9f9f9f; }
		#wp-calendar td#today { color: #ffffff; }
	#wp-calendar th {	font-style: normal;	text-transform: capitalize;	padding: 3px 5px; }
		#wp-calendar #prev a, #wp-calendar #next a { font-size: 9pt; }
		#wp-calendar #next a { padding-right: 10px; text-align: right; }
		#wp-calendar #prev a { padding-left: 10px; text-align: left; }

/*------------------------------------------------*/
/*-------------------[PAGE NAVI]------------------*/
/*------------------------------------------------*/
.pagination { overflow: hidden; padding: 15px 12px 0px; }

.wp-pagenavi { position: relative; text-align: right; margin-top: 40px; }
.wp-pagenavi a, .wp-pagenavi a:link { padding: 8px 11px !important; margin: 2px; text-decoration: none; border:1px solid #e2e5e5 !important; color: #8c9c9c !important; background:url(images/pagination-bg.png) repeat-x !important; font-weight: normal !important; }
.wp-pagenavi span.pages { padding: 8px 11px !important; margin: 2px !important ; border: none !important; color: #bcc9c9 !important; background: none !important; }
.wp-pagenavi span.current, .wp-pagenavi span.extend, .wp-pagenavi a:active, .wp-pagenavi a:hover { padding: 8px 11px !important; margin: 2px; font-weight: bold; background:url(images/pagination-bg.png) repeat-x !important; border:1px solid #e2e5e5 !important; color:#8c9c9c !important; }

.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi span.current, .wp-pagenavi span.extend, .wp-pagenavi a:active { -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; behavior: url(PIE.htc);} /* PATRICK */

.wp-pagenavi a:hover { color: #000 !important; }

a.readmore:hover, #sidebar div.custom-sidebar-block ul.control li a:hover, ul#cats-menu li a:hover, ul#page-menu li a:hover, div#slider-control div.featitem h2 a  { text-decoration: none; }

.js #feat-content, .js div#from-blog div.entries {display: none;}

.foursixeight { margin: 0px 0px 15px 84px;}

#et-control-panel { position: fixed; left: 0px; top: 94px; width: 169px; z-index: 9000; color: #9f9f9f; text-shadow: 1px 1px 1px #fff; background: url(images/control-panel-bottom.png) no-repeat bottom left; padding-bottom: 18px; }
	#control-panel-main { background: url(images/control-panel-mainbg.png) repeat-y; -moz-border-radius-topright: 14px; -webkit-border-top-right-radius: 14px; border-top-right-radius: 14px; behavior: url(PIE.htc);} /* PATRICK */
		#et-control-close { background: url(images/control-panel-closebutton.png) no-repeat; position: absolute; top: 17px; right: -41px; width: 45px; height: 40px; display: block; }
		.control-open { background: url(images/control-panel-openbutton.png) no-repeat !important; }
		#et-control-inner { background: url(images/control-inner.png) no-repeat; padding: 16px 16px 0px 16px; }
			#et-control-panel h3.control_title { font-size: 15px; padding: 2px 0 10px; float: left; }
			#et-control-panel p { font-style: italic; font-family: Georgia, serif; font-size: 10px; }
			.et-sample-setting { display: block; width: 29px; height: 29px; position: relative; float: left; margin: 0 4px 4px 0; text-indent: -9999px; }
				.et-sample-setting span.et-sample-overlay { background: url(images/control-link-overlay.png) no-repeat; display: block; position: absolute; top: 0; left: 0; width: 30px; height: 30px; }
			#et-sample-color1 { background: #6a8e94; }
			#et-sample-color2 { background: #8da49c; }
			#et-sample-color3 { background: #b0b083; }
			#et-sample-color4 { background: #859a7c; }
			#et-sample-color5 { background: #c6bea6; }
			#et-sample-color6 { background: #b08383; }
			#et-sample-color7 { background: #a4869d; }
			#et-sample-color8 { background: #f5f5f5; }
			#et-sample-color9 { background: #4e4e4e; }
			#et-sample-color10 { background: #556f6a; }
			#et-sample-color11 { background: #6f5555; }
			#et-sample-color12 { background: #6f6755; }

			#et-sample-texture1 { background: url(images/body-bg2.png) 14px 13px; }
			#et-sample-texture2 { background: url(images/body-bg3.png); }
			#et-sample-texture3 { background: url(images/body-bg4.png); }
			#et-sample-texture4 { background: url(images/body-bg5.png); }
			#et-sample-texture5 { background: url(images/body-bg6.png); }
			#et-sample-texture6 { background: url(images/body-bg7.png); }
			#et-sample-texture7 { background: url(images/body-bg8.png); }
			#et-sample-texture8 { background: url(images/body-bg9.png); }
			#et-sample-texture9 { background: url(images/body-bg10.png); }
			#et-sample-texture10 { background: url(images/body-bg11.png) 139px 104px; }
			#et-sample-texture11 { background: url(images/body-bg12.png); }
			#et-sample-texture12 { background: url(images/body-bg13.png) 14px 14px; }
			#et-sample-texture13 { background: url(images/body-bg14.png); }
			#et-sample-texture14 { background: url(images/body-bg15.png); }
			#et-sample-texture15 { background: url(images/body-bg16.png); }
			#et-sample-texture16 { background: url(images/body-bg17.png); }

			.et-control-colorpicker { background: url(images/control-panel-colorpicker.png) no-repeat; width: 18px; height: 19px; display: block; float: right; }
			.et-font-control { margin-top: 9px; }
			.colorpicker { z-index: 10000; }

#et_control_header_font, #et_control_body_font { width: 73px; }

.video-slider { border: 3px solid white; -moz-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.3); -webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.3); box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.3); position: relative; width: 248px; behavior: url(PIE.htc);} /* PATRICK */
	a.prev-video, a.next-video, .flex-direction-nav a.flex-prev, .flex-direction-nav a.flex-next { position: absolute; top: 67px; display: block; text-indent: -9999px; width: 26px; height: 27px; z-index: 200; }
	a.prev-video, .flex-direction-nav a.flex-prev { left: -15px; background: url(images/video-left-arrow.png) no-repeat; }
	a.next-video, .flex-direction-nav a.flex-next { right: -15px; background: url(images/video-right-arrow.png) no-repeat; }

body.home .entry p { line-height: 20px; }
.entry h3.title { padding-top: 5px; }

.adwrap { width: 271px; margin-left: -13px; }
	.adwrap img { margin: 0 9px 9px 0; }

.photostream { width: 276px; }
	.photostream .thumb { margin-right: 25px; margin-bottom: 20px; }
.et_pt_blogentry { position: relative; }

a#cancel-comment-reply-link { display: block; color: #00B7F3; font-size: 12px; }

#comment-wrap .navigation { padding: 10px 0; }
	.nav-previous { float: left; }
	.nav-next { float: right; }

.et_pt_gallery_entry { margin-left: 70px !important; }
#slides { height: 340px; }

.js .et_cycle .slide { display: none; height: 340px !important; width: 960px !important; }

.adwrap a { float: left; display: block; }
.et_embedded_videos { display: none !important; }

.js #featured #slides { background: url(images/ajax-loader.gif) no-repeat center; }
	.js .et_cycle .slide { display: none; }
.flexslider { width: 958px !important; }

.adwrap { overflow: hidden; }

#ie7 #second-menu { position: relative; z-index: 99; }
.opera #second-menu { margin-top:-1px; }

/*********************************** Ajouts et modif PATRICK ********************************************/

/*------------------------------------------------*/
/*-----------------[BASIC STYLES]-----------------*/
/*------------------------------------------------*/
a { color: #105b63; }
a { color: #838063; } /* PATRICK */

h1, h2, h3, h4, h5, h6 { color: #444444; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: #444444; }

/*------------------------------------------------*/
/*---------------[MAIN LAYOUT INFO]---------------*/
/*------------------------------------------------*/
#top-dessus{position: relative; background: #333333;}
#top-dessus{position: relative; background: #2c2c2c ;}
/*#top-dessus{position: relative; background: url(images/custom/content-bg-essai.jpg) ; border-bottom: solid 1px #000000;}*/
	#top-dessus.container-top { min-height: 43px; }

	#top-shadow { height: 1px; }
	#top-shadow {height: 1px; background: #2c2c2c;} /* PATRICK */
			ul#top-menu { padding-left: 0px; }

		#content-area .container { padding-top: 1px; }
			#logo-area { text-align: left; position: relative; padding-bottom: 33px;padding-top: 10px; }
			#logo-area-2 { text-align: left; position: relative; padding-bottom: 33px;padding-top: 10px; }
					#controllers { margin-bottom: 0px; margin-top: 0px;}
						.main-title { background: url(images/custom/title-bg.png) repeat-x; height: 32px; line-height: 32px; color: #444444; }
						.main-title { background: #cba145; color: #F5F5F5; font-weight:500; } /* PATRICK */
									.block-post h3.title a { color: #444444; }
							a.more { background:url(images/custom/more-a.png) no-repeat right bottom; width: 100px; }
							a.more:hover { color:#353d3b; background:url(images/custom/more-a-hover.png) no-repeat right bottom;}
							a.more span { background:none; }
							#entries { padding: 31px 38px 10px; }
									.entry .thumb { margin-bottom: -10px; }
									.entry .thumb { margin-bottom: 0px; } /* PATRICK */
									h1.title , { color: #444444; }
										.entry h3.title a { color: #444444; }
										.latest h3.title a { color: #444444; }
							a.comments { color:#444444;  }
							.blog-entry h4.title { color:#444444; }
			#ad-720 { border: none;}
		#breadcrumbs { background: url("images/custom/title-bg.png") repeat-x; height: 32px; line-height: 32px;}
		#breadcrumbs { background: #cba145;} /* PATRICK */
		
			#breadcrumbs  a { color: #444444; text-transform:uppercase; font-weight:bold;}
			#breadcrumbs  a { color: #F5F5F5; font-weight:500;} /* PATRICK */
			#breadcrumbs, #breadcrumbs  a:hover { color: #444444; text-decoration: none; text-transform:uppercase;font-weight:bold;}
			#breadcrumbs, #breadcrumbs  a:hover { color: #F5F5F5; font-weight:500;letter-spacing: 0.05rem;} /* PATRICK */
			#index-top-shadow { border-top: 0px solid #dee0e0; }
			
/*------------------------------------------------*/
/*---------------[DROPDOWN MENU]------------------*/ 
/*------------------------------------------------*/

	ul#top-menu a { font-size: 12px; font-weight: normal; color: #f5f5f5; padding-bottom:10px; padding-left:13px; padding-right:13px; padding-top:10px; }
	ul#top-menu a:hover { color: #cda869;}
	ul#top-menu > li.current_page_item > a { color: #cda869 !important; }
	
	ul#secondary-menu a { color: #59546A; padding: 15px 16px; }
	ul#secondary-menu a { padding: 15px 16px 15px 10px; } /* PATRICK */
	ul#top-menu li.menu-gradient { background: none; border-color: transparent; position: absolute; top: 0; left: 0; width: 202px; height: 7px !important; }

	/*------------------------------------------------*/
/*--------------[FEATURED SLIDER]-----------------*/
/*------------------------------------------------*/

	#control-bar {background-attachment:initial; background-color:initial; background-image:url(images/custom/slideTitleInactive.png); background-position:100% 100%; background-repeat:initial initial; bottom:0; height:25px; position:relative; width:100%;}
	a#left-arrow { position: absolute; top: 4px; width: 17px; height: 20px; text-indent:-9999px; }
	a#right-arrow { position: absolute; top: 4px; width: 17px; height: 20px; text-indent:-9999px; }
		a#left-arrow { background:url(images/custom/slidePrevious.png) no-repeat; left: 910px; }	
		a#right-arrow { background:url(images/custom/slideNext.png) no-repeat; right: 12px; }
		

		 .flex-direction-nav a.flex-prev { background:url(images/custom/slidePrevious.png) no-repeat; left: 910px; top:36%;}
		 .flex-direction-nav a.flex-next { background:url(images/custom/slideNext.png) no-repeat; right: 2px; top:36%;}

		
				
/*------------------------------------------------*/
/*-------------------[COMMENTS]-------------------*/
/*------------------------------------------------*/

			span.fn, span.fn a { color: #444444;  }
			
	#commentform input, #commentform textarea { color: #828e93; moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; behavior: url(PIE.htc);}
	#commentform input:hover, #commentform textarea:hover {border: 1px solid #e0cccc; }
	
		p.form-submit input#submit { margin-right:-10px; padding-bottom:7px; padding-left:47px; padding-right:30px; padding-top:7px;}
		p.form-submit input#submit:hover { text-decoration: none; color: #111; }

		
/*------------------------------------------------*/
/*---------------------[FOOTER]-------------------*/
/*------------------------------------------------*/

				#footer h4.widgettitle { color:#D39B4E;  }
				#footer h4.widgettitle { letter-spacing: 0.01rem;}  /* Patrick */
				
		p#copyright { font-style: italic; font-size: 11px; text-align:right; color:#7E7E7E; text-shadow: 1px 1px 1px rgba(0,0,0,0.4); padding-top:11px;padding-right: 25px;min-height:30px; margin-right:-9px;}	
		p#copyright { text-shadow: none !important; } /* Patrick */
			p#copyright a { color:#bc9993; }
			p#copyright a:hover {text-decoration: underline; color: #bc9993; } 
		p#referencement { font-size: 13px; text-align:left; color:#7E7E7E; text-shadow: 1px 1px 1px rgba(0,0,0,0.4); padding-top:0px;margin-left: 10px; background-color:#18191a;} /* PATRICK background-color */
		p#referencement { text-shadow: none !important; font-size: 12px; color:#bbbbbb;text-transform: uppercase;} /* Patrick */
			p#referencement a { 
				color:#bbbbbb; 
				cursor:  pointer;		
				-webkit-transition-delay:initial;
				-webkit-transition-duration:1.15s;
				-webkit-transition-property:all;
				-webkit-transition-timing-function:ease-in-out;
				border-bottom-color:#fdf8ff;
				border-bottom-style:hidden;
				border-bottom-width:1px;
			}
			p#referencement a:hover {
				color: #fdf8ff; 
				border-bottom-color:#070707;
				border-bottom-style:solid;
				border-bottom-width:1px;
			} 

			ul.bottom-nav li { float: left; background: #18191a; url(images/bottom-menu-bg.png) repeat-y top right; padding-left: 0px; padding-right: 0px; padding-bottom: 12px; padding-top: 12px; }	/* patrick */
				ul.bottom-nav li a { color:#7E7E7E; font-size:12px;  text-shadow:rgba(0, 0, 0, 0.699219) 0px 1px 0px; text-decoration:none; text-transform:uppercase; font-weight:normal; padding-bottom:10px; padding-left:13px; padding-right:13px; padding-top:16px; }
				ul.bottom-nav li a { text-shadow: none !important; } /* Patrick */

					ul.bottom-nav li a:hover {color: #D39B4E; } 
						ul.bottom-nav li.current_page_item a { color: #D39B4E !important; }
	
/*------------------------------------------------*/
/*--------------------[SIDEBAR]-------------------*/
/*------------------------------------------------*/

		.widget ul li a { color:#444444; font-size: 14px; font-family:Cuprum, Arial, sans-serif !important;}

			
/*------------------------------------------------*/
/*-------------------[PAGE NAVI]------------------*/
/*------------------------------------------------*/
	a.prev-video, .flex-direction-nav a.prev { left: 910px; background: url(images/custom/slidePrevious.png) no-repeat; }
	a.next-video, .flex-direction-nav a.next { right: 3px; background: url(images/custom/slideNext.png) no-repeat; }
	
	.flex-direction-nav a.prev, .flex-direction-nav a.next { top: 36%;}


	a#cancel-comment-reply-link { color: #105b63;  }

/**** Ajouts PATRICK    ****/
/**** SOUSCRIPTION      ****/
input:-moz-placeholder, textarea:-moz-placeholder {color: #7E7E7E;}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {color: #7E7E7E;}
input.placeholder, textarea.placeholder {color: #7E7E7E;}

#newsletter { }
#newsletter p { font-size:12px; font-weight: bold; color: #555; float:left; padding:8px 5px 0px 30px; }
#newsletter form { float:right; padding:0;  }
#newsletter  {clear:left; position:relative; width:96%; min-height:32px;}
#newsletter  input {display:block; width:80px; height: 20px; padding:5px 8px 4px; text-indent:2%; margin-bottom:8px;}
#newsletter  input {color:#7E7E7E; background-color:#222222; border: 1px solid #484848; }
#newsletter  input { 
	border-radius: 4px; 
	-moz-border-radius: 4px; 
	-webkit-border-radius:4px; 
	/*box-shadow: inset 0 2px 4px rgba(0,0,0,.1); 
	-moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.1); 
	-webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.1); */
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	behavior: url(PIE.htc);
}
#newsletter  input:hover { border: 1px solid #cc6600; }
#newsletter  input.email {width:183px; margin-top:10px;}
#newsletter  input.email:hover { border: 1px solid #cc6600; }
#newsletter .mc-field-group .fname, #newsletter .mc-field-group .lname{float:left;width:87px}
#newsletter .mc-field-group .fname{margin-right:9px}
#newsletter .indicates-required {text-align:right; font-size:11px; margin-right:4%;}
#newsletter .asterisk {color:#c60; font-size:200%;display:none;}
#newsletter .mc-field-group .asterisk {position:absolute; margin-top:4px; right:1px;}
#newsletter .mc-field-group input.submit { display:block; width:100px; height: 31px; margin:0 0 0 1px; padding:0; background: url(images/custom/btn-submit.png) no-repeat; border:0; cursor: pointer; color:#fff; text-shadow: 0 -1px 0px #777; font-family: sans-serif; font-weight: bold; font-size:13px;  background-position: top;
-webkit-transition: all 0s ease-in-out;
-o-transition: all 0s ease-in-out;
-ms-transition: all 0s ease-in-out;
transition: all 0s ease-in-out;}
#newsletter .mc-field-group input.submit { text-shadow: none !important; } /* Patrick */
#newsletter .mc-field-group input.submit:hover { background-position: bottom; }
#newsletter #mce-error-response {display:none;}
#newsletter #mce-success-response {color:#529214; display:none;}

/**** fin FORME SOUSCRIPTION ****/

/**** LOGO             ****/

.logo-psyche {position: relative; display:block; float:left; left:145px; width: 265px; height: 52px; margin-bottom: 10px; margin-top: 1px; margin-left: 1px; background-image: url(images/custom/logo.png); background-repeat: no-repeat;}
.logo-psyche:hover{ cursor:  pointer;}

.logo-social-twitter {position: relative; display:block; float:right; right:20px; width: 40px; height: 40px; margin-bottom: 1px; margin-top: 15px; margin-left: 4px; background-image: url(images/social/twitter.png); background-repeat: no-repeat;	
-moz-transition: all 200ms ease-in-out;
-webkit-transition: all 200ms ease-in-out;
-o-transition: all 200ms ease-in-out;
-ms-transition: all 200ms ease-in-out;
transition: all 200ms ease-in-out;}
.logo-social-twitter{background-position: top;}
.logo-social-twitter:hover{background-position: bottom; cursor:  pointer;}

.logo-social-linked-in{	position: relative; display:block; float:right; right:20px; width: 40px; height: 40px; margin-bottom: 1px; margin-top: 15px; margin-left: 2px; background-color:initial; background-image: url(images/social/linkedin.png); background-repeat: no-repeat;
-moz-transition: all 200ms ease-in-out;
-webkit-transition: all 200ms ease-in-out;
-o-transition: all 200ms ease-in-out;
-ms-transition: all 200ms ease-in-out;
transition: all 200ms ease-in-out;}
.logo-social-linked-in{background-position: top;}
.logo-social-linked-in:hover{background-position: bottom; cursor:  pointer;}


.logo-social-rss {position: relative; display:block; float:right; right:20px; width: 40px; height: 40px; margin-bottom: 1px; margin-top: 15px; margin-left: 2px;margin-right: 130px; background-image: url(images/social/rss.png); background-repeat: no-repeat;
-moz-transition: all 200ms ease-in-out;
-webkit-transition: all 200ms ease-in-out;
-o-transition: all 200ms ease-in-out;
-ms-transition: all 200ms ease-in-out;
transition: all 200ms ease-in-out;}
.logo-social-rss{background-position: top;}
.logo-social-rss:hover{background-position: bottom; cursor:  pointer;}

/* Page COORDONNEES */
h2.adresse, h3.adresse {font-family:Cuprum, Arial, sans-serif !important; line-height: 0.9em; text-shadow: 1px 1px 0px rgba(255,255,255,1.0),  0px 0px 4px rgba(255,255,255,1.0);}
h2.adresse, h3.adresse { text-shadow: none !important; } /* Patrick */
h2.adresse {font-size:28px;}
h3.adresse {font-size:18px; letter-spacing: 0.02em;}

h3.adresse-rue {font-family:Cuprum, Arial, sans-serif !important; line-height: 0.9em; text-shadow: 1px 1px 0px rgba(255,255,255,1.0),  0px 0px 4px rgba(255,255,255,1.0);}
h3.adresse-rue {font-size:18px; letter-spacing: 0.02em;}
h3.adresse-rue { text-shadow: none !important; } /* Patrick */

/* Fin Page COORDONNEES */

/**** Page CONTACT             ****/
#ad-espace { height: 30px;  }

#adresbg {background-image:url(images/custom/contact_adresse.png); background-repeat: no-repeat;}
#mailbg {background-image:url(images/custom/contact_mail.png); background-repeat: no-repeat;}
#skypebg {background-image:url(images/custom/contact_skype.png); background-repeat: no-repeat;}
#phonebg {background-image:url(images/custom/contact_phone.png); background-repeat: no-repeat;}
#websitebg {background-image:url(images/custom/contact_web.png); background-repeat: no-repeat;}
#metrobg {background-image:url(images/custom/contact_metro.png); background-repeat: no-repeat;margin-left:-3px;}

#mail_contact{
	background-position: bottom;
	position: relative; 
	float:right;
	right:94px;
	width: 190px; 
	height: 18px; 
	background-color:initial;
    background-image:url(images/custom/mail_contact.png);
	background-repeat: no-repeat;
}
#mail_contact:hover{
	background-position: top;
	position: relative; 
	display:block;
	float:right;
	right:94px;
	width: 190px; 
	height: 18px; 
	background-color:initial;
    background-image:url(images/custom/mail_contact.png);
	background-repeat: no-repeat;
}

#linecontact {
	position: relative; 
	display:block;
	float:right;
	width: 20px; 
	height: 134px; 
	margin-bottom:15px;
	margin-left:377px;
	margin-right:0;
	margin-top:-377px;
	background-color:initial;
	background-image:url(images/custom/line.png);
	background-repeat: no-repeat;
}

.C1 { display:block; padding-bottom:14px;}
.C1 strong {
  background-attachment:initial;
  background-clip:initial;
  background-color:initial;
  background-image:initial;
  background-origin:initial;
  background-position:2px 2px;
  background-repeat:no-repeat no-repeat;
  display:block;
  float:left;
  padding-left:25px;
  padding-top:3px;
}
.C1 span { display:block; float:right; width:280px;}

.a-contact{color:#6d6e6e; text-shadow:#FFFFFF 1px 1px 0}
.a-contact { text-shadow: none !important; } /* Patrick */
.a-contact:hover{color:#105b63; text-decoration: underline; cursor:  pointer;}

.a-maps{color:#744E47; text-shadow:rgba(0, 0, 0, 0.398438) 1px 1px 1px; position:relative; float:right; right:-209px;}
.a-maps { text-shadow: none !important; } /* Patrick */
.a-maps:hover{text-decoration: underline; cursor:  pointer;}

/**** Fin Page CONTACT             ****/

.a-photo {text-decoration: none}
.a-photo:hover {text-decoration: none; cursor:  pointer;}


#staticmap_castelnau {background-image: url(images/custom/staticmap_duranton.png);background-repeat: no-repeat;border: 2px solid #bababa;width:490px; height:350px;}
#staticmap_duranton {background-image: url(images/custom/staticmap_duranton.png);background-repeat: no-repeat;border: 2px solid #bababa;width:490px; height:350px;}
#staticmap_beffroy {background-image: url(images/custom/staticmap_beffroy.png);background-repeat: no-repeat;border: 2px solid #bababa;width:490px; height:350px;}

.post h8 {font-size : 13px; color : #ffffff; }

#commentform .form-allowed-tags {display: none;}

 .cptch_block {
  margin-top:-32px;
}


/* Placeholder style */
.nolabel ::-webkit-input-placeholder {
	color: #888;
}

.nolabel :-moz-placeholder {
	color: #888;
}

#map-canvas,#map-canvas2 {
margin: 0;
padding: 0;
width:570px; 
height:350px;
border: 2px solid #bababa;
-moz-border-radius:    8px;
-webkit-border-radius: 8px;
border-radius:         8px;
behavior: url(PIE.htc);
}


/* Form submit button */
#newsletter .mc-field-group input.submit { display:block; width:100px; height: 31px; margin:0 0 0 1px; padding:0; background: url(images/custom/btn-submit.png) no-repeat; border:0; cursor: pointer; color:#fff; text-shadow: 0 -1px 0px #777; font-family: sans-serif; font-weight: bold; font-size:13px;  background-position: top;
-webkit-transition: all 0s ease-in-out;
-o-transition: all 0s ease-in-out;
-ms-transition: all 0s ease-in-out;
transition: all 0s ease-in-out;}
#newsletter .mc-field-group input.submit { text-shadow: none !important; } /* Patrick */


button,input[type="submit"],button,input[type="env-mail"]{
	background-color:#8fab2d;
	background-position:initial initial;
	background-repeat:initial initial;
	border:2px solid #8fab2d;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	-o-border-radius:4px;
	border-radius:4px;
	color:#fff;
	cursor:pointer;
	display:inline-block;
	font:13px/17px Tahoma,Geneva,sans-serif;
	margin:0 10px 0 0;
	padding:5px 10px 6px;
	text-align:left;
	-webkit-transition:border-color,0.3s;
	-moz-transition:border-color,0.3s;
	-o-transition:border-color,0.3s;
	transition:border-color,0.3s;
}

button,input[type="submit"],button,input[type="env-mail"]{
	background-color:#cba145;
	border:2px solid #cba145;
}


button:hover, button:focus, input[type="submit"]:hover, input[type="submit"]:focus{
	background-color:#849e2a;
	background-position:initial initial;
	background-repeat:initial initial;
	border:2px solid #849e2a;
	-webkit-background-clip:padding;
	-moz-background-clip:padding;
	background-clip:padding-box;
	-webkit-transition-duration:0s;
	-moz-transition-duration:0s;
	-o-transition-duration:0s;
	transition-duration:0s;
}

button:hover, button:focus, input[type="submit"]:hover, input[type="submit"]:focus{
	background-color:#b69532;
	border:2px solid #b69532;
}

button:hover:after,button:focus:after,
input[type="submit"]:hover:after,input[type="submit"]:focus:after{
opacity:0.75;
-webkit-transition:opacity,0s;
-moz-transition:opacity,0s;
-o-transition:opacity,0s;
transition:opacity,0s
}

button:hover[disabled]:after,button:hover.disabled:after,button:focus[disabled]:after,button:focus.disabled:after,
input[type="submit"]:hover[disabled]:after,input[type="submit"]:hover.disabled:after,input[type="submit"]:focus[disabled]:after,input[type="submit"]:focus.disabled:after{
opacity:0.45
}

button:hover.transparent,button:focus.transparent,input[type="submit"]:hover.transparent,input[type="submit"]:focus.transparent{
background:transparent none
}

button:active:hover,button:active:focus,button.active:hover,button.active:focus,
input[type="submit"]:active:hover,input[type="submit"]:active:focus,input[type="submit"].active:hover,input[type="submit"].active:focus{
border-color:#748b22
}

button,input[type="submit"]{
min-width:127px
}
button,input[type="env-mail"]{
min-width:127px
}

.btn-icon.submit:after { background: url(images/custom/fleche.png) no-repeat; }
.btn-icon.env-mail:after { background: url(images/custom/mail-adress.png) no-repeat; }
.btn-icon:after {
	content: "";
	float: right;
	height: 17px;
	margin: 0 0 0 10px;
	opacity: 0.45;
	-webkit-transition: opacity,0.3s;
	-moz-transition: opacity,0.3s;
	-o-transition: opacity,0.3s;
	transition: opacity,0.3s;
	width: 17px;
}


img.snap {
	padding: 0!important;
	border: 1px solid #ccc!important;
	transition:.2s ease-in-out; -webkit-transition:.2s ease-in-out; -moz-transition:.2s ease-in-out;
	-webkit-box-shadow:2px 5px 15px #bbb; -moz-box-shadow:2px 5px 15px #bbb; box-shadow:2px 5px 15px #bbb;
}

.pass-label {display: none;}

.pass-password {
	border: 1px solid #efefef!important;
	color: #7E7E7E!important;
	background-color: #ffffff!important;
	border: 1px solid #dcdcdc!important;
	text-indent: 2%;
	margin-bottom: 8px;
	height:29px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	behavior: url(PIE.htc);
}

.pass-password:hover {
	border: 1px solid #cc6600!important;
}

.docpdf {
	width: 100%; 
	height: 500px;
	border-top: 5px solid #ebebeb!important;
	border-left: 8px solid #ebebeb!important;
	border-right: 8px solid #ebebeb!important;
	border-bottom: 10px solid #ebebeb!important;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	behavior: url(PIE.htc);
}

.thumb-page  {
	border: 1px solid #e7e7e7;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	behavior: url(PIE.htc);
}

.invisible {	display: none; visibility: hidden;}

.et_lb_module { float: left; margin: 30px 0 36px 2%; float: left; width: 100%; }
.et_lb_bar { background: url(images/custom/horizontal_bar.png) no-repeat top center; height: 6px; }
.et_lb_first { margin-left: 0 !important; clear: both; }
.et_lb_module_content_inner {background: url(images/custom/pattern.png);padding: 14px 18px;}

/* LIVRES */
.col-1-3 { float: left; margin-right: 3%; margin-left: 13px; margin-right: 0px; width: 30.3%; }
.line {margin-top : 2%}
.last { margin-right: 0 !important; }

/* FLAT */

.single-thumb {
	border: 1px solid #e7e7e7;
	border: 1px solid #cbcbcb;
	background: #F5F5F5;
	padding: 8px;
	float: left;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	margin: 0 15px 22px 0;
	behavior: url(PIE.htc);
}

/* Slider Page Accueil */
/* Slider local */
#soliloquy-container-2223 .soliloquy-caption  {margin-bottom: 2%; margin-left: 53%; width: 45%; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }
#soliloquy-container-2223 .soliloquy-caption-inside  {color: #9E998C; text-shadow: none; text-align: left;}
#soliloquy-container-2223 .soliloquy-caption-inside  h1 {color: #fff; text-transform: capitalize; padding-bottom: 4px;}
#soliloquy-container-2223 a.soliloquy-next, #soliloquy-container-2223 a.soliloquy-prev {top: 30%;}

/* Slider distant */
#soliloquy-container-1408 .soliloquy-caption  {margin-bottom: 2%; margin-left: 53%; width: 45%; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }
#soliloquy-container-1408 .soliloquy-caption-inside  {color: #9E998C; text-shadow: none; text-align: left;}
#soliloquy-container-1408 .soliloquy-caption-inside  h1 {color: #fff; text-transform: capitalize; padding-bottom: 4px;}
#soliloquy-container-1408 a.soliloquy-next, #soliloquy-container-1408 a.soliloquy-prev {top: 30%;}
#soliloquy-container-1408 a.soliloquy-next, #soliloquy-container-1408 a.soliloquy-prev {top: 30%;}

div.single-thumb.soliloquy-responsive {}
