@charset "UTF-8";
/* @Import */
@import url(http://fonts.googleapis.com/css?family=Nunito:300,400,700|Neucha|PT+Sans+Narrow:400,700);

/* ------------------------------------------------ */
/* Reset											*/
/* ------------------------------------------------ */
/*RESET v2.0 | 20110126 | License: none (public domain) */
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, 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, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }
	/* HTML5 display-role reset for older browsers */
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
	body { line-height: 1; }
	ol, ul { list-style: none; }
	blockquote, q { quotes: none; }
	blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
	table { border-collapse: collapse; border-spacing: 0; }

/* ------------------------------------------------ */
/* Class											*/
/* ------------------------------------------------ */
/* body { background: url(../img/design/bgWebsite.jpg) no-repeat center top #000; font-family: "Trebuchet MS", Arial, Verdana, sans-serif; }*/
 body { background: url(../img/design/bgWebsiteWood.jpg) repeat-x center -200px #000; font-family: "Trebuchet MS", Arial, Verdana, sans-serif;  }
 /*body.bodyNight { background: url(../img/design/bgWebsiteNight.jpg) no-repeat center top #000 !important; }*/
 /*body.bodyNight { background: url(../img/design/bgWebsiteNight.jpg) no-repeat center top #000 !important; }*/
 body.bodyNight { background: url(../img/design/bgWebsiteWood.jpg) repeat-x center -200px #000; font-family: "Trebuchet MS", Arial, Verdana, sans-serif; }
 html, body { height: 100%; }
 * { margin:0; padding: 0; }
 .centerContent { width: 940px; padding: 0 10px; margin: 0 auto; position: relative; }
 .txtCenter { text-align: center; }
 .txtLeft { text-align: left; }
 .txtRight { text-align: right; }
 .txtJustify { text-align: justify; }
 .left { float:left; }
 .left50 { float: left; width: 50%; }
 .right { float:right; }
 .right50 { float: right; width: 50%; }
 .clearfixe { clear: both; }
 img.alignLeft { float: left; margin: 0 10px 10px 0; }
 img.alignRight { float: right; margin: 0 0 10px 10px; }
 .infoBulle { position:absolute; background:rgba(0,0,0,0.8); color: #FFF; padding: 5px 8px; text-align: center; -moz-border-radius:3px; -webkit-border-radius:3px;-ms-border-radius:3px; border-radius:3px; font-size: 10px; z-index: 3; }
 .highlightCode { background: #EEE; border: 1px solid #DDD; color: #666699; /*color: #666;*/  text-shadow: 2px 2px 1px #FFF; font-weight: bold; border-radius:5px;padding: 3px 7px;  }

 
/* ------------------------------------------------ */
/* Loading 											*/
/* ------------------------------------------------ */
	.bgLoading { z-index: 10002;  position: absolute; color: #FFF; left: 0; top:0; background-color: rgba(0, 0, 0, 0.8); display: block; width: 100%; height: 100%; }
	.contentLoadingSlide { z-index:10003; width: 400px; position: relative; margin: auto; text-align: center; color:#FFF; top:200px; }
 
/* ------------------------------------------------------------------*/
/* Animation Background avec particules                              */
/* ------------------------------------------------------------------*/
	#container { z-index:0; position:absolute; padding:0; margin:0; text-align: center; display: inline; }
	#pixie { width:1100px; height: 450px; z-index:0; position: relative; margin: auto; }

/* ------------------------------------------------------------------*/
/* Boutons						                                     */
/* ------------------------------------------------------------------*/
	.action, input.action{
		font-size: 15px;
		color: #FFF !important;
		padding: 5px 10px;
		/*height: 20px;*/
		line-height: 17px;
		cursor: pointer;
		background: -moz-linear-gradient(
			top,
			#8e8dad 0%,
			#73728d);
		background: -webkit-gradient(
			linear, left top, left bottom, 
			from(#8e8dad),
			to(#73728d));
		
		background: -o-linear-gradient(
			top,
			#8e8dad 0%,
			#73728d);
			
		background: linear-gradient(
			top,
			#8e8dad 0%,
			#73728d);
		
		-moz-border-top-left-radius: 5px;
		-moz-border-top-right-radius: 5px;
		-moz-border-bottom-left-radius: 4px;
		-moz-border-bottom-right-radius: 4px;
		-webkit-border-top-left-radius: 5px;
		-webkit-border-top-right-radius: 5px;
		-webkit-border-bottom-left-radius: 4px;
		-webkit-border-bottom-right-radius: 4px;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
		border-bottom-left-radius: 4px;
		border-bottom-right-radius: 4px;
		border: 1px solid #73728d;
		-moz-box-shadow:
			0px 4px 0px rgba(66,65,66,1),
			inset 0px -1px 0px rgba(142,141,173,0.9);
		-webkit-box-shadow:
			0px 4px 0px rgba(66,65,66,1),
			inset 0px -1px 0px rgba(142,141,173,0.9);
		/*text-shadow:
			0px -2px 1px rgba(13,14,23,0.3),
			0px -1px 0px rgba(255,255,255,0);*/
		border-bottom: 0 none !important;
		-webkit-box-shadow: inset 0px -3px 0px 0px rgba(20, 69, 97, 0.9);
		box-shadow: inset 0px -3px 0px 0px rgba(20, 69, 97, 0.9);
	}
/* ------------------------------------------------ */
/* Message flash									*/
/* ------------------------------------------------ */
	.msg { margin: 10px 0; padding: 10px; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }
	.msg a { border: 0 none; }
	.msg span { padding: 1px 0 1px 25px; }
	.msg .close, .close { background: url(../img/design/btClose.png) no-repeat scroll center top transparent; display: block; float: right; height: 17px; text-indent: -9999em; width: 13px; cursor: pointer;}
	.msg.success { border: 1px solid #8FA489; background-color: #CCEBC3;  }
	.msg.success span { background: url(../img/design/iconSucces.png) no-repeat scroll left center transparent; }
	.msg.error { border: 1px solid #A48C8C; background-color: #EBC8C8; }
	.msg.error span { background: url(../img/design/iconError.png) no-repeat scroll left center transparent; }
	.msg.warning { border: 1px solid #ACA787; background-color: #F6EFC1; }
	.msg.warning span { background: url(../img/design/iconWarning.png) no-repeat scroll left center transparent; }
	.msg.notice { border: 1px solid #98A1A6; background-color: #DAE6EE; }
	.msg.notice span { background: url(../img/design/iconNotice.png) no-repeat scroll left center transparent; }
	
	/* specific pour la home page et durant la construction de la version mobile */
	.msg.warning.home { display: none; }

/* ------------------------------------------------ */
/* Icônes 											*/
/* ------------------------------------------------ */
	.icon { height: 20px; line-height: 20px; padding: 0 0 0 25px; }
	.iconDate { background: url(../img/design/iconSprite.png) transparent 0px 0px no-repeat; }
	.iconView { background: url(../img/design/iconSprite.png) transparent 0px -20px no-repeat; }
	.iconTag { background: url(../img/design/iconSprite.png) transparent 0px -40px no-repeat; }
	.iconCategorie { background: url(../img/design/iconSprite.png) transparent 0px -60px no-repeat; }

/* ------------------------------------------------ */
/* Header											*/
/* ------------------------------------------------ */
	/* Banner */
	header.banner { margin-top: 50px !important; }
	header.banner .logo h1 { margin: 0 0 0 10px; }
	header.banner .logo h1 .titleWebsite a { font-family: "Nunito", "Trebuchet MS", Arial, Verdana, sans-serif; font-size: 60px;  color: #FFF; text-decoration: none; text-shadow: 0 1px 0 #ccc, 0 6px 1px rgba(0,0,0,.1), 0 0 5px rgba(0,0,0,.1), 0 1px 3px rgba(0,0,0,.3), 0 3px 5px rgba(0,0,0,.2); }
	header.banner .logo h1 .subtitleWebsite a { font-family: "Nunito", "Trebuchet MS", Arial, Verdana, sans-serif; font-size: 13px;  color: #FFF; text-decoration: none; text-shadow: 1px 1px 1px #000; display: block; }
	header h1.titleForContent { float: right; font-size: 24px; color: #FFF;  width: 610px; text-align: right; margin: 20px 0 0 0; border-right:1px solid rgba(255,255,255,0.2); padding: 0 10px 3px 0; text-shadow: 1px 1px 1px #000; background: url(../img/design/bgTitleArrow.png) transparent right center no-repeat; }
	
	
/* ------------------------------------------------ */
/* Navigations - Menus							    */
/* ------------------------------------------------ */
	/* mainNavigation */
	nav.topNav { position: absolute; top:0; left:0; width: 100%; height: 30px; /*background: url(../img/design/bgTopNav.jpg) transparent center top repeat-x;*/   background-color: rgba(0, 0, 0, 0.45); line-height: 30px; -webkit-box-shadow: 0px 2px 7px 2px #000000; -moz-box-shadow: 0px 2px 7px 2px #000000; box-shadow: 0px 2px 7px 2px #000000; border-bottom: 1px solid #FFF;   }
	nav.topNav ul.mainNav, nav.topNavMove ul.mainNav { width:960px; margin: auto; }
	nav.topNav ul.mainNav li, nav.topNavMove ul.mainNav li { float: left; font-size: 14px; font-weight: bold;  }
	nav.topNav ul.mainNav li a, nav.topNavMove ul.mainNav li a { color: #FFF; text-decoration: none; text-shadow: 1px 1px 1px #000; display: block; height: 30px; padding: 0 15px; }
	nav.topNav ul.mainNav li a:hover, nav.topNavMove ul.mainNav li a:hover { /*background: url(../img/design/bgTopNavHover.png) transparent center bottom;*/ }
	nav.topNavMove { width: 100%; height: 30px; /*background: url(../img/design/bgTopNav.jpg) transparent center top repeat-x;*/ background-color: rgba(0, 0, 0, 0.45); line-height: 30px; display: none;}
	.bgSlideTopNav { border-top: 1px solid #FFF; -webkit-box-shadow: 0px 2px 7px 2px #000000; -moz-box-shadow: 0px 2px 7px 2px #000000; box-shadow: 0px 2px 7px 2px #000000; }
	.btSlideTopNav { cursor: pointer; display:block; font-size:14px; height: 14px; line-height: 14px;  float: right; color: #666;  text-shadow: 1px 1px 0px #FFFFFF; filter: dropshadow(color=#FFFFFF, offx=1, offy=1); width: 70px; padding: 3px 5px; border:1px solid #e5e5e5; 
		background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5));
		background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%);
		background: -o-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%);
		background: -ms-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%);
		background: linear-gradient(top,  #ffffff 0%,#e5e5e5 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
		-webkit-box-shadow: 0px 1px 5px 0px #000; -moz-box-shadow: 0px 1px 5px 0px #000; box-shadow: 0px 1px 5px 0px #000;
		-moz-border-radius-bottomleft: 3px;
		-moz-border-radius-bottomright: 3px;
		-webkit-border-radius-bottomleft: 3px;
		-webkit-border-radius-bottomright: 3px;
		border-radius-bottomleft: 3px;
		border-radius-bottomright: 3px;
  	}
  	.arrowMenu { background: url(../img/design/bgArrowBtMenu.png); background-position: right -22px; background-repeat: no-repeat; display: block; }
  	.arrowMenu.close { background: url(../img/design/bgArrowBtMenu.png); background-position: right -2px; background-repeat: no-repeat;  }
	.navMove {  position: fixed; top:0; left:0; width: 100%; z-index: 10; display: none; opacity: 0;}
	
	/* switch Font Size */
	nav.topNav ul.switchFontSize, nav.topNavMove ul.switchFontSize { float: right; }
	nav.topNav ul.switchFontSize li, nav.topNavMove ul.switchFontSize li { float: left; text-transform: uppercase; font-weight: bold; }
	nav.topNav ul.switchFontSize li a, nav.topNavMove ul.switchFontSize li a { color: #FFF; text-decoration: none; padding: 0 2px; text-shadow: 1px 1px 1px #000; }
	nav.topNav ul.switchFontSize li.normalSize, nav.topNavMove ul.switchFontSize li.normalSize { font-size: 12px; }
	nav.topNav ul.switchFontSize li.bigSize, nav.topNavMove ul.switchFontSize li.bigSize { font-size: 18px; }
	
	/* Nav version Mobile */
	#mobileNav { display: none; }
	
/* ------------------------------------------------ */
/* Slide Home									    */
/* ------------------------------------------------ */
	section.slideshowHome { margin: 10px 0 0 0; float: left;}
	.slideshow { background: url(../img/design/bgSlideHome.png) no-repeat; width: 621px; height: 249px; position: relative; }
	.coin-slider { position: relative; padding: 15px 0 0 15px; }
	.coin-slider a{ text-decoration: none; outline: none; border: none; }
	.cs-buttons { font-size: 0px; padding: 20px 0px 10px 0px; float: left; }
	.cs-buttons a { margin-left: 5px; height: 17px; width: 17px; float: left; text-indent: -1000px; background: url(../img/design/btSlideshowOff.png) no-repeat center center; }
	.cs-buttons a.cs-active {  color: #FFF;  background: url(../img/design/btSlideshowOn.png) no-repeat center center; }
	.cs-title { width: 571px; padding: 10px; background-color: #000; color: #FFF; font-size: 12px; text-align: justify; text-shadow: 1px 1px 1px #000;	 }
	.cs-prev { background: url(../img/mainDesign/btPrevHomeSlider.png) no-repeat transparent; width: 35px; height: 35px; -moz-opacity: 0.5; -webkit-opacity: 0.5; -o-opacity: 0.5; -ms-opacity: 0.5; opacity: 0.5;}
	.cs-next { background: url(../img/mainDesign/btNextHomeSlider.png) no-repeat transparent; width: 35px; height: 35px; -moz-opacity: 0.5; -webkit-opacity: 0.5; -o-opacity: 0.5; -ms-opacity: 0.5; opacity: 0.5;}
	
/* ------------------------------------------------ */
/* Last Book Sidebar            				    */
/* ------------------------------------------------ */

	section.sidebarLastBook { float: right; width: 307px;  }
	#moduleLastBook { position: relative; background: url(../img/design/supportWood.png) no-repeat left bottom, url(../img/design/bgPaperLastBook.png) no-repeat right 12px; height: 153px;  width: 307px; color: #180000; }
	#moduleLastBook h2{ font-size: 18px; margin: 7px 0 5px 0; text-shadow: 1px 1px 1px #d0b48c; font-family: 'Neucha', cursive, Arial, Verdana; text-align: center; border-bottom: 1px dotted #431919; position: absolute; top:25px; right:25px;}
	#moduleLastBook img.paperPlane { position: absolute; bottom: 25px; right: 0px; z-index: 3; }
	#moduleLastBook .lastBook {/* position:absolute; top:0; left:0; z-index:1; */opacity:0.0; width: 307px; }
	#moduleLastBook .lastBook.last-active { z-index: 2; }
	#moduleLastBook .lastBook.active { top:0; left:0; z-index:2; opacity:1.0; }
	#moduleLastBook .lastBook.active img { position: absolute; z-index: 3; left:12px; bottom: 35px; }
	#moduleLastBook .lastBook.active .infoLastBook { width: 161px; height: 80px; position: absolute; padding: 15px 20px; top:12px; right:0px; z-index: 2; line-height: 16px; font-size: 13px;  }
	#moduleLastBook .lastBook.active .infoLastBook h3{ font-size: 14px; font-weight: bold; padding: 27px 0 0 0;}
	#moduleLastBook .lastBook.active .infoLastBook a.btInfoLastBook { background: url(../img/design/bgPeintLastBook.png) transparent no-repeat center center; width: 31px; height: 47px; color: #FFF; font-size: 11px; letter-spacing: 1px; position: absolute; z-index: 3; right: 13px; bottom:13px; line-height: 45px; padding: 0 0 0 15px; font-family: 'Neucha', cursive, Arial, Verdana; }
	#moduleLastBook .lastBook.active .infoLastBook a.btInfoLastBook, #moduleLastBook .lastBook.active .infoLastBook a.btInfoLastBook:hover {  text-decoration: none; }

/* ------------------------------------------------ */
/* 	Last Photo Sidebar							    */
/* ------------------------------------------------ */
	section.sidebarLastPhoto { float: right; width: 307px;  }
	#moduleLastPhoto { position: relative; background: url(../img/design/supportWood.png) no-repeat left bottom; height: 130px;  width: 307px; color: #180000; }
	#moduleLastPhoto .bgMiniPhoto { background: url(../img/design/bgMiniPhoto.jpg) transparent no-repeat center top; width: 74px; height: 87px; padding: 5px 5px 0px 5px; margin: 0px 9px; text-align: center; -webkit-box-shadow: 0px 0px 4px 0px #000000; -moz-box-shadow: 0px 0px 4px 0px #000000; box-shadow: 0px 0px 4px 0px #000000; }
	#moduleLastPhoto .bgMiniPhoto p { color: #1d0000; font-size:14px; }

/* ------------------------------------------------ */
/* 	Content         							    */
/* ------------------------------------------------ */
	.homeContent { /*min-height: 100%;*/ }
	.bgContent:before { content: ""; background: #FFF; height: 1px; display: block; }
	.bgContent { background: url(../img/design/bgContent.jpg) #FFF; color: #666; border-top:4px solid #CCC; -webkit-box-shadow: 0px -2px 7px 2px #000000; -moz-box-shadow: 0px -2px 7px 2px #000000; box-shadow: 0px -2px 7px 2px #000000; position: relative; margin: 10px auto 0px; padding: 0 0 100px 0;}
	.mainContent { clear: both; /*padding: 20px 0 230px 0;*/ padding: 20px 0 0px 0; font-size: 12px; text-align: justify; line-height: normal;}
	.mainContent strong { font-weight: bold;  }
	.mainContent a {  color: #999; text-decoration: none; }
 	.mainContent a:hover {  color: #999; border-bottom: 1px dotted #999; }
	.mainContent h2, .mainContent h1 { font-size: 24px; border-bottom: 1px dotted #CCC; padding: 0 0 3px 0; margin: 0 0 10px 0; text-shadow: 1px 1px 0px #FFFFFF; font-family: "PT Sans Narrow", "Trebuchet MS", Arial, Verdana, sans-serif; /*color: #1B4565;*/ font-weight: 700; }
	.mainContent h2 .datePublication, .mainContent h1 .datePublication{ font-size: 16px; color: #CCC; margin: 3px 0 0 0; }
	/*.mainContent h1 div, .mainContent h2 div { height: 43px; line-height: 43px; display: inline-block; }*/
	 
	.mainContent section { width: 295px; margin: 0 25px 0 0; float: left; line-height: normal; }
	.mainContent section.last { margin: 0; }
	
	.mainContent section a { text-decoration: none; color:#666; border-bottom: 1px dotted #666;  }
	.mainContent section a:hover { color: #CCC;  }
	
	.leftContentWithSidebar { width: 640px; float: left; }
	.rightSidebar { width: 250px; float: right; }
	
	.iconSoftware img {
		margin: 5px 10px 5px 0;
		border: 1px solid #FFF;
		display: inline-block;
		padding: 3px;
		-moz-border-radius:20px;
		-webkit-border-radius:20px;
		border-radius:20px;
		-webkit-box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.5); -moz-box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.5); box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.5);
		background: rgb(232,232,232); /* Old browsers */
		background: -moz-linear-gradient(top,  rgba(232,232,232,1) 0%, rgba(182,185,185,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(232,232,232,1)), color-stop(100%,rgba(182,185,185,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(232,232,232,1) 0%,rgba(182,185,185,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(232,232,232,1) 0%,rgba(182,185,185,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(232,232,232,1) 0%,rgba(182,185,185,1) 100%); /* IE10+ */
		background: linear-gradient(top,  rgba(232,232,232,1) 0%,rgba(182,185,185,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#b6b9b9',GradientType=0 ); /* IE6-9 */

	}
	
	ul.tag { display: inline; }
	ul.tag li { float: left; margin: 0 5px 0 0;}
	ul.tag li a{ 
		display: inline-block;
		padding: 0px 7px;
		height: 22px;
		line-height: 20px; 
		background: #EEE; 
		border: 1px solid #DDD;
		color: #BBB;
		-moz-border-radius:3px;
		-webkit-border-radius:3px;
		border-radius: 3px;
		-webkit-box-shadow: inset 0px -2px 0px 0px rgba(0, 0, 0, 0.2);
		box-shadow: inset 0px -2px 0px 0px rgba(0, 0, 0, 0.2); 
	}
		
	/* Last News Home */
	section.lastNewsWithoudWorkHome { width: 580px; float: right;  }
	.lastNews > li { margin: 0 0 15px 0; padding: 5px 5px 15px 5px; /*-moz-transition: 0.1s; -webkit-transition: 0.1s; -o-transition: 0.1s; -ms-transition:0.1s; transition:0.1s;*/  text-shadow: 1px 1px 0px #FFFFFF; border:1px solid #B0B0B0;  -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px; 
	background: #DDD; 
	}	 
	
	
	
	.lastNews li:hover{ 
		/*margin: -5px 0 15px 0; 
		padding: 5px 6px 22px 6px;*/
		background: #CCC; 
		cursor: pointer; 
		/*-webkit-box-shadow: inset 0 0 1px rgba(0,0,0,.8), inset 0 -7px 0 rgba(0,0,0,.6), inset 0 -9px 0 rgba(255,255,255,.3);
		-moz-box-shadow: inset 0 0 1px rgba(0,0,0,.8), inset 0 -7px 0 rgba(0,0,0,.6), inset 0 -9px 0 rgba(255,255,255,.3);
		box-shadow: inset 0 0 1px rgba(0,0,0,.8), inset 0 -7px 0 rgba(0,0,0,.6), inset 0 -9px 0 rgba(255,255,255,.3);*/
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		/*border: 0px none;*/
	}
	.lastNews li a.titreLinkNewsHome, .lastNews li a.titreLinkNewsHome:hover { font-size: 14px; font-weight: bold; margin: 0 0 3px 0; color: #666; border: 0 none;  }
	.lastNews li .contentLastNews { /*border-left: 2px solid #CCC;*/ padding: 10px 0 0 0px; line-height: normal; }
	.lastNews li .contentLastNews img { max-width: 270px; }
	.lastNews li .contentLastNews a { border-bottom: 0px none !important; color: #908EAF; }
	
	/* Last Works Home */
	.lastWorksHome img{
		background: rgba(0,0,0,0.2);
		padding: 8px;
		border: 1px solid #FFF;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
		border-radius:5px;
		-webkit-box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, 0.7);
		-moz-box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, 0.7);
		box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, 0.7); 
		margin: 0 0 10px 0;
	}

	/* Article Content */
	.articleListing { float: left; width: 700px !important; }
	.sidebarRight { float: right; width: 200px; }
	.articleListing article { background: #FFF;  border: 1px solid #DDD; border-radius:5px; box-shadow: 0px 2px 2px -2px rgba(0,0,0,0.3), 0 10px 0 -7px #F7F7F7, 0 11px 2px -7px rgba(0,0,0,0.3),0 22px 0 -15px #F7F7F7, 0 23px 2px -15px rgba(0,0,0,0.3);}
	.articleListing article a { border-bottom: 0px none !important; color: #908EAF; }
	.articleListing article a img { margin: 0 10px 10px 0; }
	.articleListing article .infosPublication { margin: 10px 0 0 0; font-size: 14px; background: #F5F5F5; font-size: 13px; color: #BFBFBF; text-shadow:1px 1px 1px rgb(255,255,255); padding: 5px 20px; }
	.articleListing article .infosPublication .otherInfos { float: right; }
	.articleListing h3.categorie  { font-size: 14px; display: inline-block; font-weight: bold; color: #7A7B96;  }
	.articleListing article footer { padding: 25px 20px 20px 20px; }
	.articleListing article footer ul li a, .articleListing article footer ul li a:hover { border-bottom: none; }
	.articleListing article { line-height: normal;  clear: both; margin: 0 0 20px 0; }
	.articleListing article header h2 a, .articleListing article header h2 a:hover, .articleListing article header h2 { border-bottom: none; }
	.articleListing article header h2 { padding: 20px 20px 0px 20px; }
	.articleListing article .contentArticle { padding: 20px; }
		/* Start Pagination */
		#pagination {display: block; margin: 30px 0 0 0;}
		#pagination span a { border-bottom: 0px none; color: #666; text-shadow: 0px 1px 0px rgba(255,255,255,0.59); font-size: 12px; display: inline; position: relative; margin: 0px 1px 0px 1px; width: auto; height: auto; background: #ececec; padding: 6px 10px 6px 10px; outline: none; border: 1px solid #d8d8d8; border-bottom: 1px solid #ccc; border-radius: 3px; cursor: pointer; -webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.027), inset 0px 1px 0px rgba(255,255,255,0.69), inset 0px -1px 0px rgba(0,0,0,0.0187), inset 0px 14px 13px rgba(255,255,255,0.57); -moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.027), inset 0px 1px 0px rgba(255,255,255,0.69), inset 0px -1px 0px rgba(0,0,0,0.0187), inset 0px 14px 13px rgba(255,255,255,0.57); -o-box-shadow: 0px 2px 2px rgba(0,0,0,0.027), inset 0px 1px 0px rgba(255,255,255,0.69), inset 0px -1px 0px rgba(0,0,0,0.0187), inset 0px 14px 13px rgba(255,255,255,0.57); box-shadow: 0px 2px 2px rgba(0,0,0,0.027), inset 0px 1px 0px rgba(255,255,255,0.69), inset 0px -1px 0px rgba(0,0,0,0.0187), inset 0px 14px 13px rgba(255,255,255,0.57);}
		 
		#pagination span a:hover {color: #888; text-shadow: 0px 1px 0px rgba(255,255,255,0.69); -webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.027), inset 0px 1px 0px rgba(255,255,255,0.69), inset 0px -1px 0px rgba(0,0,0,0.0187), inset 0px 14px 13px rgba(255,255,255,0.75); -moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.027), inset 0px 1px 0px rgba(255,255,255,0.69), inset 0px -1px 0px rgba(0,0,0,0.0187), inset 0px 14px 13px rgba(255,255,255,0.75); -o-box-shadow: 0px 2px 2px rgba(0,0,0,0.027), inset 0px 1px 0px rgba(255,255,255,0.69), inset 0px -1px 0px rgba(0,0,0,0.0187), inset 0px 14px 13px rgba(255,255,255,0.75); box-shadow: 0px 2px 2px rgba(0,0,0,0.027), inset 0px 1px 0px rgba(255,255,255,0.69), inset 0px -1px 0px rgba(0,0,0,0.0187), inset 0px 14px 13px rgba(255,255,255,0.75);}
		 
		#pagination span a:active {color: #696969; text-shadow: 0px 1px 0px rgba(255,255,255,0.53); border: 1px solid #d2d2d2; border-bottom: 1px solid #d8d8d8; -webkit-box-shadow: 0px 1px 0px rgba(255,255,255,0.58), inset 0px 1px 6px rgba(0,0,0,0.07), inset 0px -14px 13px rgba(255,255,255,0.20); -moz-box-shadow: 0px 1px 0px rgba(255,255,255,0.58), inset 0px 1px 6px rgba(0,0,0,0.07), inset 0px -14px 13px rgba(255,255,255,0.20); -o-box-shadow: 0px 1px 0px rgba(255,255,255,0.58), inset 0px 1px 6px rgba(0,0,0,0.07), inset 0px -14px 13px rgba(255,255,255,0.20); box-shadow: 0px 1px 0px rgba(255,255,255,0.58), inset 0px 1px 6px rgba(0,0,0,0.07), inset 0px -14px 13px rgba(255,255,255,0.20);}
		 
		.pagination-number.dots, .pagination-number.dots:hover, .pagination-number.dots:active {color: #666; text-shadow: 0px 1px 0px rgba(255,255,255,0.59); background: none; border: none; border-radius: 0px; -webkit-box-shadow: none; -moz-box-shadow: none; -o-box-shadow: none; box-shadow: none; padding: 9px 2px 3px 2px; cursor: default;}
		 
		#pagination span.current { display: inline; padding: 5px 10px 6px 10px; border-radius: 3px;  color: #696969; text-shadow: 0px 1px 0px rgba(255,255,255,0.53); border: 1px solid #d2d2d2; border-bottom: 1px solid #d8d8d8; -webkit-box-shadow: 0px 1px 0px rgba(255,255,255,0.58), inset 0px 1px 6px rgba(0,0,0,0.07), inset 0px -14px 13px rgba(255,255,255,0.20); -moz-box-shadow: 0px 1px 0px rgba(255,255,255,0.58), inset 0px 1px 6px rgba(0,0,0,0.07), inset 0px -14px 13px rgba(255,255,255,0.20); -o-box-shadow: 0px 1px 0px rgba(255,255,255,0.58), inset 0px 1px 6px rgba(0,0,0,0.07), inset 0px -14px 13px rgba(255,255,255,0.20); box-shadow: 0px 1px 0px rgba(255,255,255,0.58), inset 0px 1px 6px rgba(0,0,0,0.07), inset 0px -14px 13px rgba(255,255,255,0.20);}
		/* End Pagination */
	
	.articleContent h1 img {
		height: 30px;
		width: 30px;
		border: 1px solid #DDD;
		box-shadow: none;
		padding: 2px;
		margin: 3px 10px 0 0;
		-webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.5); -moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.5); box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.5);
		background: rgb(232,232,232); /* Old browsers */
		background: -moz-linear-gradient(top,  rgba(232,232,232,1) 0%, rgba(182,185,185,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(232,232,232,1)), color-stop(100%,rgba(182,185,185,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(232,232,232,1) 0%,rgba(182,185,185,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(232,232,232,1) 0%,rgba(182,185,185,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(232,232,232,1) 0%,rgba(182,185,185,1) 100%); /* IE10+ */
		background: linear-gradient(top,  rgba(232,232,232,1) 0%,rgba(182,185,185,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#b6b9b9',GradientType=0 ); /* IE6-9 */
	}
	
	.articleContent img.border { background: #FFF; padding: 5px; border-radius:5px; box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.5); }
	.articleContent { 
		line-height: normal; 
		font-size: 13px; 
		
	}
	.articleShow { 
		background: #FFF;  
		border: 1px solid #DDD; 
		/*border-top-left-radius:5px; 
		border-top-right-radius:5px; */
		border-radius:5px;
		margin: 10px auto;
		padding: 10px;
		box-shadow: 0px 2px 2px -2px rgba(0,0,0,0.3), 0 10px 0 -7px #F7F7F7, 0 11px 2px -7px rgba(0,0,0,0.3),0 22px 0 -15px #F7F7F7, 0 23px 2px -15px rgba(0,0,0,0.3);
	}
	.articleShow header { border-bottom: 1px dotted #CCC; padding: 0 0 7px 0; font-family: "PT Sans Narrow", "Trebuchet MS", Arial, Verdana, sans-serif; margin: 3px 0 10px 0; }
	.articleShow h3.categorie { font-size: 18px; margin: 3px 0 0 0; display: inline-block; font-weight: bold; color: #7A7B96;  }
	.articleShow .datePublication { font-size: 16px; color: #CCC; margin: 3px 0 0 0; font-weight: bold;  }
	.articleContent ul { margin: 3px 0 3px 10px; }
	.articleContent ul li { list-style: disc; list-style-position: inside;  }
	.articleContent ul.tag li{ list-style: none; }
	
	/* Comment - Commentaires */
	.comment textarea {
		font-family: "Trebuchet MS", Aria, Verdana, sans-serif;
		width: 913px;
		font-size: 16px;
		color: #666;
		padding: 10px;
		border: 1px solid #CCC;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
		border-radius:5px;  
		-webkit-box-shadow: inset 0px 0px 10px 0px #CCCCCC;
		-moz-box-shadow: inset 0px 0px 2px 0px #CCCCCC;
		box-shadow: inset 0px 0px 5px 0px #CCCCCC; 
		resize: vertical;
	}
	.comment input[type=text], .comment input[type=email] {
		width: 400px;
		height: 30px;
		line-height: 30px;
		font-size: 16px;
		color: #666;
		padding: 0 10px;
		border: 1px solid #CCC;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
		border-radius:5px; 
		-webkit-box-shadow: inset 0px 0px 10px 0px #CCCCCC;
		-moz-box-shadow: inset 0px 0px 2px 0px #CCCCCC;
		box-shadow: inset 0px 0px 5px 0px #CCCCCC; 
	}
	.comment .formInputLeft { float: left; }
	.comment .formInputRight { float: right; margin-right: 27px; }
	.comment .formInputLeft, .comment .formInputRight { width: 400px; }
	.comment input.action { margin: 20px 5px 10px 0; }
	.comment .commentAvatar { width: 60px; height: 60px; border-radius: 34px; padding: 5px; background: rgba(255,255,255,0.5); box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, 0.5); float: left;  }
	.comment .contentComment { background: url(../img/design/bgCommentBulle.png) transparent left top no-repeat; float: right; width: 830px; padding: 5px 0 0 30px; text-align: left; font-size: 13px; min-height: 63px;  }
	.comment ul li { border-bottom:  1px dashed #BBB; padding: 10px 0; }
	.comment ul li h5 { font-size: 18px; font-weight: 700; color: #7A7B96; margin: 0 0 5px 0; }
	.comment ul li h5 .dateComment { font-size: 12px; font-weight: normal; color: #BBB; }
	.comment ul li h5 .adminToolsComment a { color: #666; text-decoration: none; font-size: 12px;  }
	.comment ul#listingComment li.okAdmin .adminToolsComment { display: none; }
	.comment ul#listingComment li.okAdmin:hover .adminToolsComment { display: block; }

	/* Article Sidebar Categories */
	aside.sidebarCategories ul li { margin: 0 0 5px 0; font-size: 14px; height: 20px; }
	aside.sidebarCategories .countCategorie { display: inline-block; width: 20px; height: 20px; line-height: 20px; text-align: center; background: #CCC; color: #FFF; float: right; font-size: 11px; font-weight: bold; cursor: default; border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:none;border-bottom-right-radius:10px;}
	
	
	/* Cms Page Content */
	.cmsPageContent { line-height: normal; }
	.cmsPageContent h2 {
		font-size: 24px;
		border: none;
		margin:10px 0 5px 0;
		color: #aaabcc;
		font-weight: 500;
	}
	.cmsPageContent h4 {
		font-size: 14px;
		font-weight: bold;
	}
	


/* ------------------------------------------------------------------*/
/* Footer                                                            */
/* ------------------------------------------------------------------*/
	footer.footerWebsite { border-top:1px solid #d5d7ec; background: #000; position: relative; height: 230px; clear:both; background: url(../img/design/bgLightFooter.png) no-repeat center top, url(../img/design/bgFooter.jpg) repeat-x center top ; -webkit-box-shadow: 0 0 4px 0 #000000; -moz-box-shadow: 0 0 4px 0 #000000; box-shadow: 0 0 4px 0 #000000; clear: both; color: #FFF; }
	/*footer { border-top:1px solid #d5d7ec; background: #000; position: relative; height: 230px; clear:both; background:#CCC; -webkit-box-shadow: 0px -2px 8px 1px #000000; -moz-box-shadow: 0px -2px 8px 1px #000000; box-shadow: 0px -2px 8px 1px #000000; } */
	footer.footerWebsite .footerMain { width: 971px; position: relative; margin: auto; }
	footer.footerWebsite a { text-decoration: none; color: #FFF; border-bottom: 1px dotted #FFF;}
	footer.footerWebsite a:hover { color:#a8ad95; text-decoration:none; border-bottom:1px dotted #373833; }
	footer.footerWebsite section { float: left;  margin: 5px 20px 0 0; position: relative; width: 310px; font-size: 12px; }
	footer.footerWebsite section.last { margin: 5px 0 0 0; position: relative; width: 310px; }
	footer.footerWebsite section h3 {font-family: "Nunito", "Trebuchet MS", Arial, Verdana, sans-serif; font-size: 20px;  text-shadow: 1px 1px 1px #000; display: block; height: 25px; line-height: 31px; }
	footer.footerWebsite section.footerContact, footer.footerWebsite section.footerLastTweet {  }  
	
	
	
	/* Photo Footer Slide */
	.footer-photo { position: relative; z-index: 3; top:-30px; left:-35px; float:left; width: 120px; }
	img.footer-hachbe { margin-left: 75px;margin-top: -10px; }
	.footerHbTitle {font-family: "Nunito", "Trebuchet MS", Arial, Verdana, sans-serif; font-size: 20px; text-shadow: 1px 1px 1px #000; background: url(../img/design/miniLogo.png) no-repeat transparent left center; display: block; padding: 0 0 0 33px; height: 31px; line-height: 31px; }
	#gallery { position: relative; }
    #pictures { position: relative; height: 145px; }
    #pictures img { position: absolute; top: 0; left: 0; }
    .navphotoswitch { width: 145px; }
    #prev a, #next a { border: 0px none; }
    #prev a{ text-align: center; font-size: 10px; height: 145px; width: 72px; display: block; position: absolute; top:0px; left:0px; z-index: 1002; }
    #next a{ text-align: center; font-size: 10px; height: 145px; width: 72px; display: block; position: absolute; top:0px; right:0px; z-index: 1002; }
    .footerContactInfo { line-height: normal; margin: 5px 0 0 0; }

	
	/* Copyright */
	.copyright, .copyrightMobile { text-align: center; color: #434440; font-size: 10px; text-decoration: none; margin:20px 0px; text-shadow: 1px 1px 1px #000; }
	.copyright a{  color: #434440; text-decoration: none; border-bottom: 1px dotted #434440; }
	.copyright a:hover{  color: #86887f; text-decoration: none; border-bottom: 1px dotted #434440; }
	.copyrightMobile { display: none; }
	
	/* FollowMe */
	.followMe { background: url(../img/design/bgFollowMe.png) no-repeat top right; height: 28px; padding:34px 0px 0px 0px; position: absolute; top:-63px; right: -54px; }
	.followMe ul { display: inline; margin:0px; padding: 0px;  } 
	.followMe ul li.last { margin-right:60px;}
	.followMe ul li { list-style: none; float: left; }
	.followMe ul li a, .followMe ul li a:hover { text-decoration: none; border: 0 none; width: 36px; height: 28px; display: block; cursor: pointer;}
	.followMe ul li a { -moz-transition: 0.5s; -webkit-transition: 0.5s; -o-transition: 0.5s; -ms-transition:0.5s; transition:0.5s; }
	.followMe ul li a.twitter { background: url(../img/design/iconTwitter.png) no-repeat center 7px; }
	.followMe ul li a.rss { background: url(../img/design/iconRss.png) no-repeat center 7px; }
	.followMe ul li a.lastfm { background: url(../img/design/iconLastfm.png) no-repeat center 7px;   }
	.followMe ul li a.youtube { background: url(../img/design/iconYt.png) no-repeat center 7px; }
	.followMe ul li a.facebook { background: url(../img/design/iconFb.png) no-repeat center 7px; }
	.followMe ul li a.likedin { background: url(../img/design/iconLikedin.png) no-repeat center 7px;  }
	.followMe ul li a.googleplus { background: url(../img/design/iconGoogleplus.png) no-repeat center 7px;  }
	.followMe ul li a:hover { background-position:center top; }

/* ------------------------------------------------------------------*/
/* Slider pour les tweets	                                         */
/* ------------------------------------------------------------------*/
	h3.lastTweet { background: url(../img/design/statutTwitter.png) transparent left 5px no-repeat; padding: 0 0 0 30px; height: 21px; }
	h3.lastTweet.actif { background-position: left -18px; }
	.graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next,{ margin:0; padding:0; display:block; overflow:hidden; text-indent:-8000px; }
	#slider { margin: 10px 0 0 0; font-size: 12px; }
	#slider ul, #slider li { line-height: 16px;}
	#slider li { width:260px; height:100px; overflow:hidden; padding:0; }	
	#prevBtn, #slider1prev { display:block; width:18px; height:34px; position:absolute; right:0; top:30px; z-index:1;}
	#nextBtn, #slider1next{ display:block; width:18px; height:34px; position:absolute; right:0; bottom:0; z-index:1;	}				
	#prevBtn a, #nextBtn a, #slider1next a, #slider1prev a{ display:block; position:relative; width:18px; height:34px; background:url(../img/design/btTweetSlideTop.png) no-repeat center; border:  0 none; -moz-opacity: 0.5; -webkit-opacity: 0.5; -o-opacity: 0.5; -ms-opacity: 0.5; opacity: 0.5;}
	#nextBtn a, #slider1next a{ background:url(../img/design/btTweetSlideBottom.png) no-repeat center; -moz-opacity: 0.5; -webkit-opacity: 0.5; -o-opacity: 0.5; -ms-opacity: 0.5; opacity: 0.5;}	
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	iframe.twitter-follow-button { float: left;  }
	.nbAbonne { float: left; font-size: 11px; height: 20px; line-height: 20px; font-family: "Helvetica Neue",Arial,Helvetica,sans-serif; width: 100px; color: #DDD; }

/* ------------------------------------------------------------------*/
/* Page de Contact                                        			 */
/* ------------------------------------------------------------------*/
	.bgContact { 
		/*background: url(../img/design/bgContact.jpg) no-repeat; display: block; height: 566px;*/ 
		/*width: 640px;*/
	} 
	.verification { display: none; }
	form.slidingForm { margin: 40px 0 0 0; }
	.bgContact label{ font-size: 16px; padding: 0 0 0 10px; height: 32px; line-height: 32px; margin: none; }
	.bgContact input[type=text], .bgContact input[type=email]{ 
		width: 250px;
		height: 30px;
		line-height: 30px;
		font-size: 16px;
		color: #666;
		padding: 0 10px;
		border: 1px solid #CCC;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
		border-radius:5px; 
		-webkit-box-shadow: inset 0px 0px 10px 0px #CCCCCC;
		-moz-box-shadow: inset 0px 0px 2px 0px #CCCCCC;
		box-shadow: inset 0px 0px 5px 0px #CCCCCC;  
	}
	.bgContact textarea {
		font-family: "Trebuchet MS", Aria, Verdana, sans-serif;
		width: 620px;
		font-size: 16px;
		color: #666;
		padding: 10px;
		border: 1px solid #CCC;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
		border-radius:5px;  
		-webkit-box-shadow: inset 0px 0px 10px 0px #CCCCCC;
		-moz-box-shadow: inset 0px 0px 2px 0px #CCCCCC;
		box-shadow: inset 0px 0px 5px 0px #CCCCCC;  
		resize: vertical;
	}
	.bgContact input[type=text]:focus, .bgContact input[type=email]:focus, .bgContact textarea:focus{ background: #EEE; } 
	.formInputLeft { width: 370px; float: left; }
	.formInputRight { width: 270px; float: left; }
	.formTextarea{
		margin-top: 50px;
	}
	.bgContact input[type=submit]{
		font-size: 16px;
		float: right;
		color: #FFF !important;
		padding: 5px 10px;
		margin: 15px 0 0 0;
		cursor: pointer;
		background: -moz-linear-gradient(
			top,
			#8e8dad 0%,
			#73728d);
		background: -webkit-gradient(
			linear, left top, left bottom, 
			from(#8e8dad),
			to(#73728d));
		border-radius: 6px;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		border: 1px solid #73728d;
		-moz-box-shadow:
			0px 4px 0px rgba(66,65,66,1),
			inset 0px -1px 0px rgba(142,141,173,0.7);
		-webkit-box-shadow:
			0px 4px 0px rgba(66,65,66,1),
			inset 0px -1px 0px rgba(142,141,173,0.7);
		text-shadow:
			0px -2px 1px rgba(13,14,23,0.3),
			0px -1px 0px rgba(255,255,255,0);
		border-bottom: 0 none !important;
	}
	.name { font-size: 18px; font-weight: bold; margin: 20px 0 0 0; }
	ul.infosContact li { border-left: 2px solid #CCC; padding: 3px 0 3px 10px; }
	
/* ------------------------------------------------------------------*/
/* Page Portfolio	                                     			 */
/* ------------------------------------------------------------------*/	 
	.navFilter { float: right; margin: 10px 0; }
	.titreFilter { height: 39px; line-height: 39px; margin: 0 5px 0 0; font-size: 10px; font-style: italic; text-shadow:1px 1px 0 rgba(255,255,255, 0.6); color: #868484; }
	#filter a { color: #666666; display: inline-block; font-weight: bold; height: 39px; line-height: 39px; padding: 0 15px; text-shadow:1px 1px 0 rgba(255,255,255, 0.6); }
	#filter a:hover{ text-decoration:none; border: 0 none; }
	#filter a.active{ -moz-border-radius:5px; -webkit-border-radius:5px; border-radius: 5px; box-shadow: 0 0 2px rgba(0, 0, 0, 0.5) inset; background: rgba(0,0,0,0.2); }
	.portfolio { display:block; overflow:hidden; /*width: 830px;*/ margin:0 auto; }
	.portfolio li { float: left; list-style: none outside none; margin: 6px; position: relative; width: 297px; overflow: hidden; background: #CCC; border: 2px solid #FFF; -moz-box-shadow: 0 0 5px #000; -webkit-box-shadow: 0 0 5px #000; box-shadow: 0 0 5px #000; }
	.portfolio ul { overflow: hidden; }
	.portfolio ul.hidden{ display:none; }
	.titleProjectPortfolio { position: absolute; bottom: -20px; left:0; background: rgba(0,0,0,0.7); width: 100%; color: #FFF; padding: 5px; line-height: 20px; font-size: 14px;  font-family: "Nunito", "Trebuchet MS", Arial, Verdana, sans-serif;  text-shadow: 1px 1px 0px #000000;
		-webkit-transition: bottom 0.3s ease-in-out;
		-moz-transition: bottom 0.3s ease-in-out;
		-o-transition: bottom 0.3s ease-in-out;
		-ms-transition: bottom 0.3s ease-in-out;	
		transition: bottom 0.3s ease-in-out;
	}
	.portfolio ul#stage li:hover > .titleProjectPortfolio 	{ bottom:0px; }
	.titleProjectPortfolio a.externalLink { background: url(../img/design/iconBlankLink.png) right center transparent no-repeat; padding: 0 16px 0 0; color: #FFF; font-weight: normal; font-size: 12px; font-family: "Trebuchet MS", Arial, Verdana, sans-serif; }
	.titleProjectPortfolio .arrowOpenVignette { float: right; margin: 3px 10px 0 0; }
	
	/* Infos projets */
	.infoProjet .left { width: 400px; }
	.infoProjet .right { width: 100px; border-left: 1px dotted #CCC; }
/* ------------------------------------------------------------------*/
/* Page Profil	                                     			     */
/* ------------------------------------------------------------------*/
	section.profilLeft { float: left; width: 46%; }
	section.profilRight { float: right; width: 46%; }
/* ------------------------------------------------------------------*/
/* Page Bibliothèque 												 */
/* ------------------------------------------------------------------*/
	.bibliotheque { background: url(../img/design/bgBibliotheque.png) transparent center bottom no-repeat; width: 100%; height: 143px; margin: 10px 0 0 0; text-align: center; padding: 0 15px 0 0;}
	.bibliotheque img { margin: 0 0 0 15px; }



/* ------------------------------------------------------------------*/
/* Media queries max width 1024 -> min width 960px(Tablette paysage) */
/* ------------------------------------------------------------------*/
@media screen and (max-width:1024px) and (min-width:960px) {
	
	/* Header */
 	header { margin: 0 !important; }
 	#container, #pixie { display: none; }

	/* Footer */
 	.followMe { background: url(../img/design/bgFollowMe.png) no-repeat top right; height: 30px; padding:34px 0px 0px 0px; position: absolute; top:-63px; right: 3px; }
 	.followMe ul li a { background-position:center top !important; }
 	.copyright { display: none; }
 	.copyrightMobile { margin: 0px; padding: 10px 0; color: #CCC; display: block; }
 	.copyrightMobile a { border-bottom: 0px none;}
}
/* ------------------------------------------------------------------*/
/* Media queries max width 960 -> min width 500px   (Tablette)       */
/* ------------------------------------------------------------------*/
@media screen and (max-width:960px) and (min-width:500px) {
	
	/* Class */
 	body, body.bodyNight { /*background: url(../img/design/bgWebsiteNight.jpg) repeat-x center -200px #000;*/ font-size: 12px; -webkit-user-select:none;
    -webkit-text-size-adjust:none; }
 	.centerContent { width: auto; padding: 10px; }
 	.bgContent {  margin: 10px auto 0px auto; padding-bottom: 100px; }
 	
 	
 	/* Header */
 	header { margin: 0 !important; }
 	#container, #pixie { display: none; }
 	
 	
 	
 	/* Top Navigation */
 	nav.topNav { position: absolute; top:0; left:0; width: 100%; height: 30px;  background-color: rgba(0, 0, 0, 0.45); line-height: 30px; -webkit-box-shadow: 0px 2px 7px 2px #000000; -moz-box-shadow: 0px 2px 7px 2px #000000; box-shadow: 0px 2px 7px 2px #000000; border-bottom: 1px solid #FFF;   }
	nav.topNav ul.mainNav, nav.topNavMove ul.mainNav { width:100%; margin: auto; }
	nav.topNav ul.mainNav li, nav.topNavMove ul.mainNav li { float: left; font-size: 12px; font-weight: bold;  }
	nav.topNav ul.mainNav li a, nav.topNavMove ul.mainNav li a { color: #FFF; text-decoration: none; text-shadow: 1px 1px 1px #000; display: block; height: 30px; padding: 0 15px; }
	nav.topNavMove { width: 100%; height: 30px; background-color: rgba(0, 0, 0, 0.45); line-height: 30px; display: none;}
	.navMove { display: none; }
	
	/* Nav version Mobile */
	.navMove, .navMoveTop { display: none; }
	header.banner .logo { display: none; }
	#mobileNav { display: block;
		position:fixed; 
		z-index:200;
		top:0; left:0;
		width:100%;
		min-height:45px;
		line-height:45px;
		background:rgba(0,0,0,0.7);
		border-bottom: 1px solid #FFFFFF;
		padding:0;
		color:#eee;
		font-size:20px;
		
	}
	#mobileNav .logoMobile { margin: 0 0 0 10px; position: absolute; left:0px; top:0px; }
	#mobileNav .titleWebsite { float: left; line-height: 14px; margin: 10px 0 0 65px; }
	#mobileNav .titleWebsite a { text-decoration: none; color: #FFF; }
	#mobileNav .nameWebsite { font-size: 28px; font-family: "Nunito", "Trebuchet MS", Arial, Verdana, sans-serif; color:#FFF;  }
 	#mobileNav .subtitleWebsite { font-size: 10px; font-family: "Nunito", "Trebuchet MS", Arial, Verdana, sans-serif; color: #FFF; display: block;  }
 	#mobileNav .btShowMenu { 
 		font-family: "Nunito", "Trebuchet MS", Arial, Verdana, sans-serif;
 		cursor: pointer; margin-right: 5px; background: rgba(255,255,255,0.2); padding: 2px 10px; 
 		border: 1px solid #FFF;  
 		-moz-border-radius:5px;
		-webkit-border-radius:5px;
		border-radius: 5px; 
 	}
 	#mobileNav .mainNav { display: none; clear: both; padding: 13px 0 5px 0;  }
 	#mobileNav .mainNav li a.first{  clear: both;}
 	#mobileNav .mainNav li { padding: 0 5px; }
 	#mobileNav .mainNav li a {  color: #000; margin: 5px 0; width: auto; padding: 0 7px;  height: 40px; line-height: 40px; text-decoration:none; display: block; 
		background: rgb(255,255,255); /* Old browsers */
		background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(243,243,243,1) 50%, rgba(237,237,237,1) 51%, rgba(255,255,255,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(243,243,243,1)), color-stop(51%,rgba(237,237,237,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	
		
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
		border-radius: 5px;

 	}
 	
 	/* Content */
 	.msg .close { display: none;  }
 	.bgContent{	height: auto; }
 	.leftContentWithSidebar { width: 100%; float: none; }
 	.rightSidebar { float: none; }
	/*#relativeWrapper { position: relative; }*/
	.mainContent section { float: none; width: 100%; text-align: left;}
	.sidebarRight { float: none; width: 100%; margin-top: 20px; }
 	
 	/* Footer */
 	footer.footerWebsite { clear:both; margin: 0; font-size: 12px; height: auto;  }
 	footer.footerWebsite .footerMain { width: 100%; position: relative; margin: auto; }
 	footer.footerWebsite section.footerContact { display: none; } 
 	footer.footerWebsite section.footerLastTweet { margin: inherit 0px inherit inherit; display: none;  }
 	.followMe { background: url(../img/design/bgFollowMe.png) no-repeat top right; height: 30px; padding:34px 0px 0px 0px; position: absolute; top:-63px; right: 3px; }
 	.followMe ul li a { background-position:center top !important; }
 	.copyright { display: none; }
 	.copyrightMobile { margin: 0px; padding: 10px 0; color: #CCC; display: block; }
 	.copyrightMobile a { border-bottom: 0px none;}
 	
 	
 	
 	/* Home */
 	.slideshowHome { display: none; }
 	section.sidebarLastBook { float: left; width: 307px; margin: 0px 0 0 40px;  }
 	section.sidebarLastPhoto { float: right; width: 307px; margin: 23px 40px 0 0;}
 	.msg.notice.home { display: none; }
 	.msg.warning.home { display: none; }
 	section.lastNewsWithoudWorkHome { width: 100%; float: left;  }
 	#moduleLastBook h2 { font-size: 16px; }
 	#moduleLastBook .lastBook.active .infoLastBook h3 { font-size: 13px; }
 	
 	
 	/* Articles */
 	.articleListing { width: 100% !important; }
 	.articleListing h2 { font-size: 20px; }
 	.articleContent h1 { font-size: 20px; }
 	.articleShow { margin: 10px; }
 		/* Commentaires */
 		.comment .formInputLeft, .comment .formInputRight, .comment .formInputLeft label, .comment .formInputRight label { float: none; display: block; width: 100%;  }
 		.comment .formInputRight { margin: 40px 0 0 0; }
 		.comment textarea { width: 100%; }
 		.comment .contentComment {  width: auto; float: left;  }
 		.comment input[type="email"], .comment input[type="text"]{ width: 45%; }

 	
 	/* Portfolio */
 	.portfolio li { margin: 15px 30px 15px 30px; }
 	
 	/* Profil  */
 	section.profilLeft { float: left; width: 45%; }
	section.profilRight { float: right; width: 45%; } 	
 	/* Contact */
 	.formTextarea { width: 93%;  }
 	.bgContact textarea { width: 100%; }
 	.bgContact .submit { margin: 0 30px 0 0; }
}

/* ------------------------------------------------------------------*/
/* Media queries max width 500 (Mobile)                              */
/* ------------------------------------------------------------------*/
@media screen and (max-width:500px){
 	
 	/* Class */
 	body, body.bodyNight { /*background: url(../img/design/bgWebsiteNight.jpg) repeat-x center -200px #000;*/ font-size: 12px; -webkit-user-select:none;
    -webkit-text-size-adjust:none; }
 	.centerContent { width: auto; padding: 10px; }
 	.bgContent {  margin: 10px auto 0px auto; padding-bottom: 100px; }
 	
 	
 	/* Header */
 	header { margin: 0 !important; }
 	#container, #pixie { display: none; }
 	
 	
 	
 	/* Top Navigation */
 	nav.topNav { position: absolute; top:0; left:0; width: 100%; height: 30px;  background-color: rgba(0, 0, 0, 0.45); line-height: 30px; -webkit-box-shadow: 0px 2px 7px 2px #000000; -moz-box-shadow: 0px 2px 7px 2px #000000; box-shadow: 0px 2px 7px 2px #000000; border-bottom: 1px solid #FFF;   }
	nav.topNav ul.mainNav, nav.topNavMove ul.mainNav { width:100%; margin: auto; }
	nav.topNav ul.mainNav li, nav.topNavMove ul.mainNav li { float: left; font-size: 12px; font-weight: bold;  }
	nav.topNav ul.mainNav li a, nav.topNavMove ul.mainNav li a { color: #FFF; text-decoration: none; text-shadow: 1px 1px 1px #000; display: block; height: 30px; padding: 0 15px; }
	nav.topNavMove { width: 100%; height: 30px; background-color: rgba(0, 0, 0, 0.45); line-height: 30px; display: none;}
	.navMove { display: none; }
	
	/* Nav version Mobile */
	.navMove, .navMoveTop { display: none; }
	header.banner .logo { display: none; }
	#mobileNav { display: block;
		position:fixed; 
		z-index:200;
		top:0; left:0;
		width:100%;
		min-height:45px;
		line-height:45px;
		background:rgba(0,0,0,0.7);
		border-bottom: 1px solid #FFFFFF;
		padding:0;
		color:#eee;
		font-size:20px;
		
	}
	#mobileNav .logoMobile { margin: 0 0 0 10px; position: absolute; left:0px; top:0px; }
	#mobileNav .titleWebsite { float: left; line-height: 14px; margin: 10px 0 0 65px; }
	#mobileNav .titleWebsite a { text-decoration: none; color: #FFF; }
	#mobileNav .nameWebsite { font-size: 28px; font-family: "Nunito", "Trebuchet MS", Arial, Verdana, sans-serif; color:#FFF;  }
 	#mobileNav .subtitleWebsite { font-size: 10px; font-family: "Nunito", "Trebuchet MS", Arial, Verdana, sans-serif; color: #FFF; display: block;  }
 	#mobileNav .btShowMenu { 
 		font-family: "Nunito", "Trebuchet MS", Arial, Verdana, sans-serif;
 		cursor: pointer; margin-right: 5px; background: rgba(255,255,255,0.2); padding: 2px 10px; 
 		border: 1px solid #FFF;  
 		-moz-border-radius:5px;
		-webkit-border-radius:5px;
		border-radius: 5px; 
 	}
 	#mobileNav .mainNav { display: none; clear: both; padding: 13px 0 5px 0;  }
 	#mobileNav .mainNav li a.first{  clear: both;}
 	#mobileNav .mainNav li { padding: 0 5px; }
 	#mobileNav .mainNav li a {  color: #000; margin: 5px 0; width: auto; padding: 0 7px;  height: 40px; line-height: 40px; text-decoration:none; display: block; 
		background: rgb(255,255,255); /* Old browsers */
		background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(243,243,243,1) 50%, rgba(237,237,237,1) 51%, rgba(255,255,255,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(243,243,243,1)), color-stop(51%,rgba(237,237,237,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	
		
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
		border-radius: 5px;

 	}
 	
 	/* Content */
 	.msg .close { display: none;  }
 	.bgContent{	height: auto; }
 	.leftContentWithSidebar { width: 100%; float: none; }
 	.rightSidebar { float: none; }
	/*#relativeWrapper { position: relative; }*/
	.mainContent section { float: none; width: 100%; text-align: left;}
	.sidebarRight { float: none; width: 100%; margin-top: 20px; }
 	
 	/* Footer */
 	footer.footerWebsite { clear:both; margin: 0; font-size: 12px; height: auto;  }
 	footer.footerWebsite .footerMain { width: 100%; position: relative; margin: auto; }
 	footer.footerWebsite section.footerContact { display: none; } 
 	footer.footerWebsite section.footerLastTweet { margin: inherit 0px inherit inherit; display: none;  }
 	.followMe { background: url(../img/design/bgFollowMe.png) no-repeat top right; height: 30px; padding:34px 0px 0px 0px; position: absolute; top:-63px; right: 3px; }
 	.followMe ul li a { background-position:center top !important; }
 	.copyright { display: none; }
 	.copyrightMobile { margin: 0px; padding: 10px 0; color: #CCC; display: block; }
 	.copyrightMobile a { border-bottom: 0px none;}
 	
 	
 	
 	/* Home */
 	.slideshowHome { display: none; }
 	section.sidebarLastBook, section.sidebarLastPhoto { float: none; width: 307px; position: relative; margin: 0 auto; }
 	.msg.notice.home { display: none; }
 	.msg.warning.home { display: none; }
 	section.lastNewsWithoudWorkHome { width: 100%; float: left;  }
 	#moduleLastBook h2 { font-size: 16px; }
 	#moduleLastBook .lastBook.active .infoLastBook h3 { font-size: 13px; }
 	
 	
 	/* Articles */
 	.articleListing { width: 100% !important; }
 	.articleListing h2 { font-size: 20px; }
 	.articleContent h1 { font-size: 20px; }
 	.articleListing article .infosPublication .otherInfos { float: left; }
 	.articleShow { margin: 10px; }
 		/* Commentaires */
 		.comment textarea { width: 100%; }
 		.comment .contentComment { width: 63%; float: right; }
 		.comment ul li h5 .dateComment { display: block; }
 		.comment .formInputLeft, .comment .formInputRight, .comment .formInputLeft label, .comment .formInputRight label { float: none; display: block; width: 100%;  }
 		.comment .formInputRight { margin: 40px 0 0 0; }
 		.comment input[type="email"], .comment input[type="text"]{ width: auto; }
 	
 	
 	/* Portfolio */
 	#filter a  { width: 90%;}
 	.portfolio li { width:277px; }
 	
 	/* Contact */
 	.formInputLeft, .formInputRight, .formInputLeft label, .formInputRight label { float: none; display: block; width: 100%;  }
 	.formInputRight { margin: 40px 0 0 0; }
 	.formTextarea { width: 93%;  }
 	.bgContact textarea { width: 100%; }
 	
 	
}