@font-face {
	font-family: 'QlassikMediumRegular';
	src: url('../font/Qlassik_TB.eot');
	src: local('☺'), url('../font/Qlassik_TB.ttf') format('truetype'),url('../font/Qlassik_TB.svg#webfontjlPjPke5') format('svg');
	font-weight: normal;
	font-style: normal;
}
 @font-face {
	font-family: 'QlassikBoldRegular';
	src: url('../font/QlassikBold_TB.eot');
	src: local('☺'), url('../font/QlassikBold_TB.ttf') format('truetype'),url('../font/QlassikBold_TB.svg#webfontbNgpdXXs') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
/* 	background-color: #e8e8e8; */
	background : transparent top center no-repeat;
	color: #3a3a3a;
	font-family: Tahoma, "Trebuchet MS", Arial, sans-serif;
	font-size:13px;
	line-height:19px;
	position: relative;
	
	/* height: 1600px !important; */
	z-index: 1;
	clear: both;
}

.home .loader{
	position: absolute; 
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: -15;
}

.loader.loading_time{
	background:url(../images/loader.gif) center center no-repeat;
	background-color: #E8E8E8;
}

.loading_time .info {
	text-align: center;
}


.home #loader{

	position: absolute; 
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	
	z-index: -15;

	display: none;


}

.home #loader2{
	position: absolute; 
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: -20;
}

.home #lien_loader{
	position: absolute;
	width: 100%;
	
	top: 185px;
	left: 0px;
	height: 460px;
	
/* 	border: 1Px solid red; */
	
	display: block;
	
	z-index: 50;
}

html, body {
	height: 100%;
}

html{
	background: #E8E8E8; 
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
}
.wrap {
	width:960px;
	margin:0 auto;
	overflow:hidden;
}

.clear {
	clear: both;
}

a {
	text-decoration: none;
	outline: 0;
	color:#AEAEAE;
}
a:hover {
	text-decoration: none;
}
img {
	vertical-align:bottom;
}
img.center {
	text-align: center;
	display: block;
	margin: 0 auto;
}
img.left {
	top: 0px;
	float:left;
	display: block;
	margin:0;
	padding:0;
	margin-right:10px;
}
img.right {
	top: 0px;
	float:right;
	display: block;
	margin:0;
	padding:0;
	margin-left:10px;
}
ul.frame {
	padding-top:5px;
	overflow: hidden;
	width: 480px;
	margin-right: -20px;
}
.frame li {
	padding:9px;
	width: 80px;
	height:80px;
	background-repeat: no-repeat;
	margin-right:20px;
	margin-bottom:20px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background-color: white;
	border: 1px solid #cfcfcf;
	float:left;
}
.page-post {
	width: 670px;
	margin-bottom:30px;
}
.full {
	margin-bottom:30px;
	overflow: hidden;
}
.full img, img.thin {
	padding:10px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background-color: white;
	border: 1px solid #cfcfcf;
	display: block;
}
.full img.thick, img.thick {
	padding:15px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background-color: white;
	border: 1px solid #cfcfcf;
	margin-bottom:20px;
	display: block;
}

img.blogimg {

	margin-bottom: 15px;
}
.center {
	text-align: center;
}
p {
	padding-bottom:10px;
	font-size: 13px;
	line-height:20px;
}


/* HEADINGS */
/* ----------------------------------------- */

h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	line-height:100%;
	margin: 0;
	padding:0;
	font-family:'QlassikMediumRegular', Tahoma, Arial, sans-serif;
	text-shadow: 0px 1px 0px #ffffff;
}
h1 {
	float:left;
	width:950px;
	text-align:right;
	font-size:10px;
	font-family: Tahoma, Arial, sans-serif;
	margin:5px 0 15px 0;
	padding:0 10px 0 0 ;
}
h2 {
	font-size:24px;
	margin-bottom:10px;
}
h3 {
	font-size:21px;
	margin-bottom:10px;
}
h4 {
	font-size:17px;
	margin-bottom:10px;
}
h5 {
	font-size:16px;
	margin-bottom:10px;
}
h6 {
	font-size:14px;
	margin-bottom:10px;
}
h2 a, h4 a {
	color: #3a3a3a;
}
h2 a:hover, h4 a:hover {
	color: #000;
	text-decoration: none;
}
h5 {
	font-size: 16px;
	margin-bottom:10px;
}
h6 {
	font-size: 14px;
	margin-bottom:10px;
}
.headings p {
	margin-bottom:20px;
}
.borderline {
	height: 50px;
}
h2.intro {
	color:#747474;
	background-image: url(../images/quote1.png);
	background-repeat: no-repeat;
	display: block;
	padding-left:45px;
	padding-right: 20px;
	padding-top:12px;
	line-height: 31px;
	background-color: transparent;
	margin-bottom:60px;
	width: 92%;
}
h2.intro span {
	color:#626262;
	background-image: url(../images/quote2.png);
	background-repeat: no-repeat;
	display: block;
	width: 37px;
	height:30px;
	margin-right:-20px;
	float: right;
	margin-top: 12px;
}
h3.intro {
	color:#747474;
	background-image: url(../images/quote1.png);
	background-repeat: no-repeat;
	display: block;
	padding-left:45px;
	padding-right: 20px;
	padding-top:15px;
	line-height: 25px;
	margin-bottom:60px;
	background-color: transparent;
}
h3.intro span {
	color:#747474;
	background-image: url(../images/quote2.png);
	background-repeat: no-repeat;
	display: block;
	width: 37px;
	height:30px;
	margin-right:-20px;
	float: right;
	margin-top: 10px;
}

h3.contenttag {
	color:#747474;
	padding-bottom: 10px;
}
h3.ligne{
	color:#747474;
	padding:0px 0 5px 0;
	border:1px solid #747474 ;
	border-width:0px 0 1px 0;
	margin:10px 0 5px 0;
	width: 640px;
}


/* LIST STYLES */
/* ----------------------------------------- */

ul.list, ul.check, ul.bullet {
	list-style: none;
	padding:0;
}
ul.list li, ul.bullet li, ul.check li, ul.check2 li, ul.bullet2 li {
	background-image: url(../images/bullet.png);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	margin-bottom:10px;
	padding-left:20px;
	font-size:13px;
}
ul.list li:last-child {
	margin: 0;
}
ul.check li, ul.check2 li {
	background-image: url(../images/icn-check.png);
	background-position: 0px 3px;
}
ul.check2 li, ul.bullet2 li {
	float:left;
	width: 42%;
	margin-right:5%;
}


ul.widget_article{
	list-style: none;
	padding:0;
}
ul.widget_article li{
	background-image: url(../images/icn-check.png)!important;
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left:20px;
	margin-bottom:15px;
	color: #aaaaaa;
	font-size:13px;
	line-height:20px;
	font-family: Tahoma, "Trebuchet MS", Arial, sans-serif;
}
/* MORE BUTTON & PAGE NAVIGATIONS */
/* ----------------------------------------- */

a.more {
	background-image: url(../images/plus.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	width:14px;
	height:14px;
	padding-left:20px;
	text-decoration: none;
	font-size: 15px;
	color: #3a3a3a;
	margin:0;
	font-family:'QlassikMediumRegular', Tahoma, Arial, sans-serif;
}
ul.pagenavi {
	font-family:'QlassikMediumRegular', Tahoma, Arial, sans-serif;
	text-shadow: 0px 1px 0px #ffffff;
}
ul.pagenavi li {
	float:left;
	margin-right: 5px;
}
ul.pagenavi li a, ul.pagenavi li a:hover, ul.pagenavi li a.current {
	background: transparent url(../images/pagenavi.png) no-repeat 0 0;
	height: 32px;
	width: 32px;
	display: block;
	text-align: center;
	line-height: 31px;
	font-size: 16px;
	font-weight: normal;
	color: #3a3a3a;
}
ul.pagenavi li a:hover, ul.pagenavi li a.current {
	background-position: 0 -32px;
	height: 32px;
	width: 32px;
}

/* SPECIAL COLUMNS */
/* ----------------------------------------- */

.col2, .col3, .col4 {
	float:left;
	position:relative;
}
.col3 {
	width:280px;
	margin-right:60px;
}
.col2 {
	width:450px;
	margin-right:40px;
}
.col4 {
	width:210px;
	margin-right:40px;
}
.last {
	margin-right:0 !important;
}
.col4-wrap, .col2-wrap, .homepage {
	width:1000px;
	margin-right:-40px;
	overflow: hidden;
	line-height:20px;
}

.homepage .col4 img {
	margin-top:0;
	padding-top:0;
	margin-bottom:15px;
}

.homepage .col4, .homepage .one-fourth {
	margin-bottom:70px;
}

.homepage .view {
	margin-top:20px;
}


.homepage .col2{
	margin-left: 20px; 
	text-align: justify;
	width: 540px;
	margin-right: 10px;
}

.homepage .col2.last{
	width: 320px;
}

.latest {
	overflow: hidden;
	width: 500px;
	margin-right:-40px;
}
.col3-wrap {
	width:1020px;
	margin-right:-60px;
	overflow: hidden;
}
.col4-wrap {
	margin-bottom:70px;
}
.col {
	margin-bottom:70px;
	overflow: hidden;
}
.col h2 {
	margin-top:0px;
	margin-bottom:10px;
	line-height: 47px;
	height: 32px;
}
.col3-wrap h3 {
	margin-top:20px;
	margin-bottom:15px;
}
.col4 h3 {
	margin-top:22px;
	margin-bottom:10px;
}

/* BUTTONS */
/* ----------------------------------------- */

.view {
	display: table;
	padding-right:20px;
	margin:5px auto 0;
}

.univers .view{
	width: 110px;
	padding-left: 15px;
}



.button, .button:link, .button:visited {
	display: block;
	position: relative;
	padding: 8px 0 0 20px;
	height: 28px;
	line-height: 17px;
	text-align: center;
	background-position: 0 0;
	background-repeat: no-repeat;
	font-size: 14px;
	font-weight: normal;
	color: #3a3a3a;
	cursor: pointer;
	font-family:'QlassikMediumRegular', Tahoma, Arial, sans-serif;
	text-shadow: 0px 1px 0px #ffffff;
	width: auto;
}
.button span {
	display: block;
	position: absolute;
	top: 0px;
	right: -20px;
	width: 20px;
	height: 37px;
	background-position: right top;
}
.button, .button span {
	background-image: url(../images/button.png);
	float: left;
}
.button:hover {
	background-position: left -37px;
	text-decoration: none;
}
.button:hover span {
	background-position: right -37px;
	text-decoration: none;
}
a.button2, a.button2:link, a.button2:visited {
	display: block;
	position: relative;
	padding: 0 0 0 12px;
	height: 31px;
	text-align: center;
	background-position: 0 0;
	background-repeat: no-repeat;
	font-size: 16px;
	line-height: 30px;
	font-weight: normal;
	color: #3a3a3a;
	cursor: pointer;
	margin-top:10px;
	font-family:'QlassikMediumRegular', Tahoma, Arial, sans-serif;
	text-shadow: 0px 1px 0px #ffffff;
}
a.button2 span {
	display: block;
	position: absolute;
	top: 0px;
	right: -12px;
	width: 12px;
	height: 31px;
	background-position: right top;
}
a.button2, a.button2 span {
	background-image: url(../images/button2.png);
	float: left;
}
a.button2:hover, li.selected {
	background-position: left -31px;
	text-decoration: none;
}
a.button2:hover span, li.selected span {
	background-position: right -31px;
	text-decoration: none;
}


.button a, a.button2 {
	color: #3a3a3a;
}

.gallerynav li.selected-0 a.button2, .gallerynav li.selected-1 a.button2, .gallerynav li.selected-2 a.button2, .gallerynav li.selected-3 a.button2, .gallerynav li.selected-4 a.button2, .gallerynav li.selected-5 a.button2 {
	background-image: url(../images/button2.png);
	float: left;
	background-position: left -31px;
}
.gallerynav li.selected-0 a.button2 span, .gallerynav li.selected-1 a.button2 span, .gallerynav li.selected-2 a.button2 span, .gallerynav li.selected-3 a.button2 span, .gallerynav li.selected-4 a.button2 span, .gallerynav li.selected-5 a.button2 span {
	background-image: url(../images/button2.png);
	float: left;
	background-position: right -31px;
}

/* HEADER */
/* ----------------------------------------- */

#header {
	width: 905px;
	height: 175px;
	margin: 0px auto 15px auto;
	background: url(../images/header_repeat.png) repeat-x;
	
	position: relative;
	
	z-index: 60;
	
	border-left: 1px solid black;
	/*border-right: 1px solid #2c2c2c;*/
}

#header  h1{
	position: absolute;
	bottom: 20px;
	left: 15px;
	text-align: left;
	
	text-shadow: none;
	
	color: #999999;
}

	#header .droite{
		width: 450px;
		height: 140px;
		
		position: absolute;
		top: 5px;
		right: 20px;
	}
	
	/* TV et blog*/
	.bulle_blog {
		width: 64px;
		height: 46px;
		position: absolute;
		top: 0px;
		left: 0px;
		background: url(../images/bulle_blog.png) top left no-repeat;
		color: #FFF;
		font-size: 30px;
		font-family: 'QlassikMediumRegular';
		text-shadow: 2px 2px 2px #333;
		display: block;
		padding-top: 24px;
		padding-left: 19px;
		z-index: 10;
	}
	.bulle_blog:hover {
		color: #00a3b2;
	}
	
	
	.cadre_tv {
		width: 185px;
		height: 140px;
		position: absolute;
		top: 10px;
		left: 50px;
		background: url(../images/tv.png) bottom right no-repeat;
		display: block;
		cursor: auto;
	}
	.cadre_tv .bulle_tv {
		width: 46px;
		height: 35px;
		background: url(../images/bulle_tv.png) top left no-repeat;
		font-family: 'QlassikMediumRegular';
		text-shadow: 2px 2px 2px #333;		
		color: #FFF;
		font-size: 30px;
		display: block;		
		position: absolute;
		top: 69px;
		left: 0px;
		padding-top: 22px;
		padding-left: 17px;
	}
	.cadre_tv .bulle_tv.hover {
		color: #00a3b2;
	}
	.cadre_tv.hover {
		cursor: pointer;
	}
	
	/* Icones sociaux */
	#header .droite .social{
		height: 35px;
		width: 285px;
		z-index: 999;
		position: relative;		
	}
		/* Onglet d'icones sociaux qui vont s'animer par la suite */
		#header .droite .social .onglet{
			width: 57px;
			height: 30px;
			position: relative;
			
			float : left;

			margin-top: 0px;
			
			background: url(../images/social/onglet/fond_onglet.png) 0px 21px no-repeat;	

			overflow: hidden;			
			
			border-bottom: 1px solid #333;
		}
		
		#header .droite .social .onglet .forme{
			width: 57px;
			height: 30px;
			
			position: absolute;
			bottom: -20px;
			
			background:  url(../images/social/onglet/onglet.png) bottom center no-repeat;		
		}
		
		#header .droite .social .onglet .image{
			width: 57px;
			height: 30px;		
		}
		
		#header .droite .social .twitter .image{
			background: url(../images/social/twitter.png) bottom center no-repeat;			
		}
		#header .droite .social .onglet.youtube .image{
			background: url(../images/social/youtube.png) bottom center no-repeat;			
		}	
		#header .droite .social .onglet.facebook .image{
			background: url(../images/social/facebook.png) bottom center no-repeat;			
		}	
		#header .droite .social .onglet.vimeo .image{
			background: url(../images/social/vimeo.png) bottom center no-repeat;			
		}	
		#header .droite .social .onglet.google .image{
			background: url(../images/social/google.png) bottom center no-repeat;			
		}
	
	#header .droite .telephone{
		float:right;
		width: 216px;
		height: 40px;
		margin:9px 0 0 0;
		/*background: url(../images/tel.png) top left no-repeat;*/
	}
	
	#header .droite .recherche{
		float:right;
		width: 209px;
		height: 37px;
		margin:9px 0 0 0;
		background:url(../images/fond_recherche.png) top left no-repeat;
	}
	
		#header .droite .recherche .champ_recherche{
			margin-left: 30px;
			padding-top: 5px;
		}
	
		#header .droite .recherche input{
			width: 138px;
			height: 23px;
			
			background: url(../images/input_recherche.png) top left no-repeat;
			
			border: 0px;
			padding-left: 5px;
			
			float : left;
			margin-top: 2px;
		}
		
		#header .droite .recherche button.submit{	
		
			border: 0px;
			width: 28px;
			height: 25px;
			
			background: url(../images/submit_recherche.png) top left no-repeat;		
		}

#logo {
	position: absolute;
	top: 10px;
	left: 50px;

	width: 387px;
	height: 106px;
}
#logo img{
	
}
#menu {
	/* float:right; */
	
	margin-top: 10px;
}

/* NAVIGATION MENU */
/* ----------------------------------------- */

#smoothmenu1 {
	display: block;
	position: absolute;
	
	bottom: 0px;
	left: -1px;
	
	height: 34px;
	background-position: 0 0;
	background-repeat: no-repeat;
	cursor: pointer;
	background-image: url(../images/menu.png);
	float: left;
	z-index: 60;
	font-family:'QlassikMediumRegular', Tahoma, Arial, sans-serif;
	text-shadow: 0px 1px 0px #ffffff;
	line-height: 28px;
	
	margin: 20px auto -8px -1px;
}
#smoothmenu1 span {
	display: block;
	position: absolute;
	right: -14px;
	width: 14px;
	height: 34px;
	background-position: right top;
	background-image: url(../images/menu.png);
	float: left;
}
.ddsmoothmenu ul {
	z-index:100;
	margin: 0;
	padding: 0;
	list-style-type: none;
	padding-left:8px;
	float: left;
	/*background: transparent url(../images/sep.jpg) no-repeat 14px center;*/
}
/*Top level list items*/
.ddsmoothmenu ul li {
	position: relative;
	display: block;
	float: left;
	background: transparent url(../images/sep.jpg) no-repeat center right;
	padding-right:1px;
}
/*Top level menu link items style*/

	/* Items en particulier */
	#menu-item-55{
		width: 26px;
		background: transparent url(../images/sep.jpg) no-repeat center right;
		text-indent: -9999px;
	}

	#menu-item-55 a{

		
		background: url(../images/home.png) 4px 8px no-repeat !important;
	}
	

	#menu-item-55 a:hover{
		background: url(../images/home.png) 4px 8px no-repeat !important;
	}

	#menu-item-55.current_page_item a {
		background: url(../images/home.png) 4px 8px no-repeat !important;
	}

	#menu-item-55.current-menu-item a {
		background: url(../images/home.png) 2px 8px no-repeat !important;
	}
	
	
	

.ddsmoothmenu ul li a {
	display: block;
	color: #4c4c4c;
	font-weight: normal;
	text-decoration: none;
	height: 31px;
	padding: 3px 25px 0px 26px;
	font-size: 18px;
	font-family:'QlassikMediumRegular', Tahoma, Arial, sans-serif;
	text-shadow: 0px 1px 0px #ffffff;
}
* html .ddsmoothmenu ul li a { /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}
.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited {
	color: #4c4c4c;
}
.ddsmoothmenu ul li a.selected { /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	background: transparent url(../images/hover.jpg) repeat-x center center;
	position: relative;
	color: #4c4c4c;
}
.ddsmoothmenu ul li a:hover {
	background: transparent url(../images/hover.jpg) repeat-x center center;
	color: #4c4c4c;
	position: relative;
}
.ddsmoothmenu ul li a.current, .ddsmoothmenu ul li.current_page_item a, .ddsmoothmenu ul li.current_page_ancestor a, .ddsmoothmenu ul li.current-post-ancestor a { /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	background: transparent url(../images/hover.jpg) repeat-x center center;
	color: #4c4c4c;
	position: relative;
}
.ddsmoothmenu ul li ul li a.selected, .ddsmoothmenu ul li.current_page_item ul li a, .ddsmoothmenu ul li.current_page_ancestor ul li a, .ddsmoothmenu ul li.current-post-ancestor ul li a {
	background: none;
}
/*1st sub level menu*/
.ddsmoothmenu ul li ul {
	position: absolute;
	left: 0px;
	/* visibility: hidden; */
	padding:0;
	background: #FFF;
	background-color: #f8f8f8;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 0px 0px 8px 8px;
	
	behavior : url(/PIE/PIE.htc) ;	
	
	-webkit-box-shadow: 0px 1px 2px #808080;
	-moz-box-shadow: 0px 1px 2px #808080;
	box-shadow: 0px 1px 2px #808080;
	margin-top:-2px;
	padding-left:15px;
	width: 180px;
	display: none;
}
/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li {
	display: block !important;
	width: 95%;
	display: list-item;
	float: none;
	background: none;
	border-top: 1px solid #ddd;
	padding-top:2px;
	height:28px;
}
.ddsmoothmenu ul li ul li:first-child {
	border:none;
}
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul {
	top: 0;
	margin:0;
	margin-left:52px;
}
/* Sub level menu links style */
.ddsmoothmenu ul li ul li a {
	display: block;
	font-family:'QlassikMediumRegular', Tahoma, Arial, sans-serif;
	text-shadow: 0px 1px 0px #ffffff;
	width: 95% !important; /*width of sub menus*/
	margin: 0;
	margin-left:-15px;
	color: #525252;
	font-size:14px;
	font-weight: normal;
	line-height: 21px;
}
.ddsmoothmenu ul li ul li a:hover {
	background: none;
	color: #000;
}
.ddsmoothmenu ul li ul li ul li a:hover {
	background: none;
	color: #000;
}
/* Holly Hack for IE \*/
* html .ddsmoothmenu {
	height: 1%;
} /*Holly Hack for IE7 and below*/

/* SLIDERS */
/* ----------------------------------------- */

#slider {
	background: none;
	min-width: 960px;
	height: 416px;
	margin-bottom:35px;
	background: transparent url(../images/shadow.png) center bottom no-repeat;
	position: relative;
	z-index: 1;
}

#slider3d {
	background: none;
	min-width: 960px;
	height: 550px;
	margin-bottom: -50px;
	position: relative;
	z-index: 1;
}



#slider-wrapper {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background-color: white;
	border: 1px solid #cfcfcf;
	border-bottom: 1px solid #b3b3b3;
	width: 958px;
	height:405px;
	margin:0 auto;
	position: relative;
	z-index: 10;
}
#faded {
	width:930px;
	margin: 0 auto;
	height:350px;
	margin-top: 14px;
	margin-bottom: 10px;
}

ul.pagination {
	list-style:none;
	padding:0;
	margin:0;
	margin-left: 14px;
	
}

ul.pagination a {
	background-image: url(../images/navibutton.png);
	background-repeat: no-repeat;
	width: 12px;
	height: 12px;
	background-position: 0 0;
	display: block;
	text-indent: -99999px;
	outline: 0;
	float: left;
	margin-top: 5px;
	margin-right: 2px;
}
ul.pagination a:hover, ul.pagination a.activeSlide {
	background-image: url(../images/navibutton.png);
	background-repeat: no-repeat;
	height: 12px;
	width: 12px;
	background-position: 0 -12px;
}
a.prev, a.next {
	background-image: url(../images/icn-move.png);
	background-repeat: no-repeat;
	background-position: top left;
	height: 21px;
	width:21px;
	overflow: hidden;
	text-indent: -999px;
	font-size: 0;
	display:block;
	line-height: 0;
	outline: 0;
	position: relative;
	float:left;
	margin-left:5px;
}
a.next {
	background-position: top right;
	float:left;
}
a.next:hover {
	background-position: bottom right;
}
a.prev:hover {
	background-position: bottom left;
}
.move {
	float:right;
	margin-right: 14px;
}


/* SLIDER 2 */
/* ----------------------------------------- */


#slider2 {
	background: none;
	min-width: 960px;
	height: 388px;
	margin-bottom:15px;
	margin-top:25px;
}

#slider2 p {
	padding-bottom: 0;
}

#slider2 #faded {
	width:960px;
	margin: 0 auto;
	height:350px;
}

#slider2-wrapper {
	width:960px;
	margin: 0 auto;
}

.pic {
	width:640px;
	height:350px;
	float:left;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	
	behavior : url(/PIE/PIE.htc) ;	
	
	background-color: white;
	border: 1px solid #cfcfcf;
	padding: 15px;
}
.description {
	width:265px;
	height: 380px;
	overflow: hidden;
	float: left;
	margin-left: 20px;
}
.description h2 {
	font-size:35px;
}
.description p {
	font-size:14px;
	line-height: 22px;
	color:#747474;
	margin-bottom: 10px;
}
#slider2 ul.pagination {
	list-style:none;
	padding:0;

	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background-color: white;
	border: 1px solid #cfcfcf;
	padding: 1px 10px 4px 12px;
	display: inline-block;
	overflow: hidden;
	margin: 9px 0 0 680px;
	
	position: relative;
	z-index: 99;
}
#slider2 ul.pagination {
	float:left;
	margin-right:2px;
}
#slider2 ul.pagination a {
	background-image: url(../images/navibutton.png);
	background-repeat: no-repeat;
	width: 12px;
	height: 12px;
	background-position: 0 0;
	display: block;
	text-indent: -99999px;
	outline: 0;
}
#slider2 ul.pagination a:hover, #slider2 ul.pagination a.activeSlide {
	background-image: url(../images/navibutton.png);
	background-repeat: no-repeat;
	height: 12px;
	width: 12px;
	background-position: 0 -12px;
}
/* CONTENT */
/* ----------------------------------------- */

#container {
	width:920px;
	margin:0 auto;

	position: relative;
	padding: 15px 20px 30px 20px;
	
	
	background: #FFF;

/*behavior : url(/PIE/PIE.htc) ;*/
border-radius: 10px 10px 0px 0px;
-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;


border: 1px solid #CCC;	

}

.container {
	width:960px;
	margin:0 auto;
	overflow: hidden;
}
#blogcontent {
	width:680px;
	float:left;
	margin-right: -20px;
}
#content {
	width:670px;
	float:left;
}

/* HOMEPAGE HEADINGS */
/* ----------------------------------------- */

h3.about {
	background: transparent url(../images/icn-about.png) no-repeat left bottom;
	height: 27px;
	line-height: 36px;
	padding-left:40px;
	margin-bottom:20px;
}
h2.work {
	background: transparent url(../images/icn-work.png) no-repeat left bottom;
	height: 27px;
	line-height: 36px;
	padding-left:40px;
	margin-bottom:20px;
}
h2.testimonials {
	background: transparent url(../images/icn-testimonials.png) no-repeat left bottom;
	height: 27px;
	line-height: 36px;
	padding-left:40px;
	margin-bottom:20px;
}
.item p {
	width: 670px;
}


/* BLOG BOXES */
/* ----------------------------------------- */

.blogcol {
	width:170px;
	height:320px;
	float:left;
	margin-right:20px;
	margin-bottom:20px;
	padding:14px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background-color: white;
	border: 1px solid #cfcfcf;
}
.blogcol h4 {
	margin-top:10px;
	margin-bottom:5px;
	line-height: 20px;
}
.blogcol p {
	font-size:13px;
	color:#747474;
	line-height:19px;
	float:none;
}
.qcaption, .caption {
	width: 180px;
	height: 120px;
	float:left;
	background:#fff;
	overflow: hidden;
	position: relative;
	

}

.peek .no_photo{
		display: block;
		width: 80px;
		height: 80px;
		margin: 20px auto 0px auto;
		
		background: url(../images/no_photo.png) no-repeat;
		
}

.qcaption {
	width: 195px;
	height: 120px;
	font-size: 11px;
}
.qcaption .meta, .caption .meta {
	font-size: 11px;
	line-height: 1;
	color:#747474;
}
.qcaption .meta .name, .caption .meta .name, .caption .meta .date {
	float:left;
	width: 50%;
}
.caption .meta .comments {
	float:right;
	background: transparent url(../images/comment.gif) no-repeat center right;
	padding-right:15px;
	height: 12px;
}
.caption .meta .link, .qcaption .meta .link {
	float:right;
	background: transparent url(../images/arrow.png) no-repeat center right;
	padding-right:17px;
}
.caption .meta a, .qcaption .meta a {
	color:#747474;
}
.qcaption img, .caption img {
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
}


/* SIDEBAR */
/* ----------------------------------------- */

#sidebar {
	width:250px;
	float:right;
}
#sidebar h2 {
	font-size:24px;
	margin-top:35px;
	margin-bottom:15px;
}
#sidebar ul {
	padding:0;
	margin: 0;
}
#sidebar a {
	color:#3a3a3a;
	text-decoration: none;
}
#sidebar a:hover {
	color:#000;
	text-decoration: none;
}

/* Search */
/* ----------------------------------------- */

.searchbar {
	background-image: url(../images/searchbar.png);
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: 0 0;
	border:0;
	height:21px;
	width: 158px;
	float:left;
	padding:5px;
	padding-left:10px;
	padding-right:10px;
}
.searchbox button {
	float: right;
	font-weight: normal;
	font-family:'QlassikMediumRegular', Tahoma, Arial, sans-serif;
	text-shadow: 0px 1px 0px #ffffff;
}

.hide {
	position: absolute;
	top: -9999px;
	left: -9999px;
}

.searchwrapper {
	width: 250px;
}

/* Tabbed Content on Sidebar */
/* ----------------------------------------- */

#tab {
	padding: 0px;
	margin: 30px 0 0 0;
	width:270px;
}
#tab .nav {
	overflow: hidden;
	margin: 0 0 0 0;
	font-family:'QlassikMediumRegular', Tahoma, Arial, sans-serif;
	text-shadow: 0px 1px 0px #ffffff;
}
#tab .nav li {
	float: left;
	margin: 0 7px 0 0;
}
#tab .nav li:last-child {
	margin: 0;
}
#tab .nav li a {
	display: block;
	color: #3a3a3a;
	font-size: 16px;
	line-height:30px;
	text-align: center;
	border: 0;
	font-weight: normal;
	width:80px;
	height:31px;
	background: transparent url(../images/smallbutton.png) no-repeat 0 0;
	text-align: center;
}
#tab .nav li a:hover, #tab .nav li a.current {
	background: transparent url(../images/smallbutton.png) no-repeat 0 -31px;
}
#tab ul li {
	margin-bottom:10px;
}
#tab ul li a {
	padding:0;
	display: inline;
}
#tab ul li a:hover {
}
#tab ul li:last-child {
	margin:0;
}
#tab ul li:last-child a {
	border: none;
}

.list-wrap ul li {
	width:220px;
}

.authorcom {
	font-family:'QlassikMediumRegular', Tahoma, Arial, sans-serif;
	text-shadow: 0px 1px 0px #ffffff;
	font-size: 17px;
}

.textcom {
	color:#747474;
}


/* Lists on Sidebar */
/* ----------------------------------------- */

.list-wrap {
	margin-top:20px;
}
.list-wrap li {
	background: transparent url(../images/bullet.png) 0 7px no-repeat;
	padding-left: 20px;
}

.widget-container ul {
	list-style: none;
	padding:0;
} 

.widget-container ul li {
	background-position: 0px 6px;
	margin-bottom:10px;
	padding-left:20px;
	font-size:13px;
} 

.widget-container ul li:last-child {
	margin: 0;
} 

/* Flickr on Sidebar */
/* ----------------------------------------- */

.flickrpress {
	width:270px;
	margin-right:-6px;
	overflow: hidden;
	padding-top:5px;
}
.flickrpress img {
	padding:9px;
	width:61px;
	height:61px;
	float:left;
	margin-right:6px;
	margin-bottom:6px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background-color: white;
	border: 1px solid #cfcfcf;
}

/* Ads on Sidebar */
/* ----------------------------------------- */

/* Styles for two-column display */
#wp125adwrap_2c { width:270px;
	margin-right: -20px;
	overflow: hidden;
	padding-top:5px; }
#wp125adwrap_2c .wp125ad { width:125px;
	height:125px;
	float:left;
	margin-right:5px;
	margin-bottom:5px; }

/* POSTS */
/* ----------------------------------------- */

.post {
	margin-bottom:30px;
	border: 1px solid #cfcfcf;
	background-color: #FFF;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;	
	behavior : url(/PIE/PIE.htc) ;		
	width:600px;
	padding: 20px 20px 20px 20px;
	overflow: hidden;
}

.post h2 a {
	color: #3a3a3a ;
}

.post h2 a:hover {
	color: #00a3b3 !important;
}

.post a {
	color: #00a3b3;
}

.post a:hover {
	color: #3a3a3a !important;
}

.post.fullw {
	margin-bottom:30px;
	border: 1px solid #cfcfcf;
	background-color: #FFF;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	width:918px;
	padding: 20px 20px 20px 20px;
	overflow: hidden;
}

/* Information of Posts */
/* ----------------------------------------- */

.post .meta {
	display: block;
	margin-bottom:5px;
	overflow: hidden;
}
.post .meta .date {
	background: transparent url(../images/date.png) no-repeat 0 0;
	width:54px;
	height:54px;
	text-align: center;
	font-size:12px;
	float:left;
	margin-right:15px;
}
.year {
	color:#fff;
	padding-top:0px;
	height: 18px;
}
.month, .day {
	color:#3a3a3a;
}
.month {
	font-size:9px;
	text-transform: uppercase;
	height: 14px;
}
.day {
	font-size: 15px;
	height: 15px;
}
.post h2 {
	margin:0;
	margin-top:6px;
	margin-bottom:5px;
}
.post .meta .info {
	float:left;
	width: 530px;
}
.post .meta .info p {
	font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
	font-size:12px;
}
.post .meta .info p a {
	font-style: italic;
	color:#929292;
	text-decoration: none;
}

.post .meta .info p .gray {
	font-style: italic;
	color:#929292;
	text-decoration: none;
}

.gray {
	color:#aeaeae;
	font-size:12px;
}

.post .meta .info p a:hover {
	text-decoration: underline;
}

/* Content in Posts */
/* ----------------------------------------- */

.post img {
	margin-right:20px;
}
.post p {
	line-height: 21px;
}


/* COMMENTS */
/* ----------------------------------------- */

.comment {
	margin-bottom:20px;
	overflow: hidden;
}

.comments-top {
	overflow: hidden;
}

.comments-top h3 {
	float:left;
	width: 550px;
	line-height: 1.4;
	margin: 0;
}

.comments-top a.add {
	float:right;
	margin: 0;
	margin-right: 12px;
}

.profile {
	background-color: white;
	border: 1px solid #cfcfcf;
	width: 52px;
	height: 52px;
	padding: 8px;
	float:left;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-right:20px;
}
.commentbox {
	float:left;
	margin-right: 18px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	width: 541px;
	padding: 0 19px 0 19px;
	background-color: white;
	border: 1px solid #cfcfcf;
}
.comment-form {
	padding-top:20px;
}
.comment-form h3 {
	margin-bottom:20px;
}
.contact-form {
	float:left;
	width: 455px;
}
.contact-form form {
	margin-top:20px;
}
.comment-form input {
	display: block;
	width: 250px;
	height: 18px;
	float: left;
	text-align: left;
	border: 0;
	padding: 4px 9px 4px 9px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;


	
	background-color: white;
	border: 1px solid #cfcfcf;
}
.comment-form label {
	display: inline;
	padding-left:10px;
	font-size:12px;
	height: 30px;
	line-height: 28px;
}
.comment-form div {
	width:670px;
	clear: both;
	overflow: hidden;
	display: block;
	margin-bottom: 10px;
}
.comment-form textarea {
	display: block;
	width: 650px;
	height: 120px;
	clear: both;
	border: 0;
	padding:9px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background-color: white;
	border: 1px solid #cfcfcf;
}


/* COMMENTS LIST */
/* ----------------------------------------- */

#comments {
	margin:50px 0 30px 0;
	width:670px;
}
#comments ol.commentlist .message p {
	padding:0 0 10px 0;
}
#comments ol.commentlist {
	list-style:none;
	margin:0;
}
#comments ol.commentlist li {
	padding:20px 0 0 0;
}
#comments .user {
	float:left;
	width:70px;
}
.avatar {
	background-color: white;
	border: 1px solid #cfcfcf;
	width: 52px;
	height: 52px;
	padding: 8px;
	float:left;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-right:20px;
}
#comments .info p, #comments .info a {
	font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
	font-size:12px;
	color: #aeaeae;
	text-decoration: none;
}
#comments .info a:hover {
	color: #3a3a3a;
}
#comments a.comment-reply-link {
	display:inline;
	float:right;
	text-decoration:none;
	padding:5px 0 0 0;
	margin:0;
	text-transform:uppercase;
	font-size:10px;
	color: #aeaeae;
	font-style: normal;
}
#comments .message {
	background:#FFF;
	border: 1px solid #cfcfcf;
	padding:10px 20px 10px 20px;
	width:540px;
	float:right;
	font-size:13px;
	line-height:20px;
	position:relative;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	color: #3a3a3a;
}
#comments ul.children {
	margin:0;
	padding:0 0 0 40px;
}
#comments ol.commentlist ul.children li {
	padding-right:0;
	border:none;
}
#comments ol.commentlist ul.children li .message {
	width:500px;
}
#comments ol.commentlist ul.children ul li .message {
	width:460px;
}
#comments ol.commentlist ul.children ul ul li .message {
	width:420px;
}
#comments ol.commentlist ul.children ul ul ul li .message {
	width:380px;
}
#comments ol.commentlist ul.children ul ul ul ul li .message {
	width:340px;
}
#comments ol.commentlist ul.children ul ul ul ul ul li .message {
	width:300px;
}
#comments ol.commentlist ul.children ul ul ul ul ul ul li .message {
	width:260px;
}

#comments ol.commentlist ul.children ul ul ul ul ul ul ul li .message {
	width:260px;
}

#comments ol.commentlist ul.children ul ul ul ul ul ul ul ul li .message {
	width:260px;
}

#comments ol.commentlist ul.children ul ul ul ul ul ul ul ul ul li .message {
	width:260px;
}
#comments .info h2 {
	margin: 0;
	padding: 0;
	display: inline;
	color: #3a3a3a;
	font-family:'QlassikMediumRegular', Tahoma, Arial, sans-serif;
	text-shadow: 0px 1px 0px #ffffff;
}
#comments .info h2 a {
	color: #3a3a3a;
	font-size: 24px;
	font-family:'QlassikMediumRegular', Tahoma, Arial, sans-serif;
	text-shadow: 0px 1px 0px #ffffff;
	font-style: normal;
}
#comments .info h2 a:hover {
	color: #000;
	font-size: 24px;
}

#comments h5 {
	font-style: normal;
	text-align: right;
}

/* CODE VIEW */
/* ----------------------------------------- */

pre {
	margin: 10px 0px 40px 0px;
	padding: 0 10px 0px 10px;
	display: block;
	clear: both;
	background: url(../images/codebg.jpg) repeat;
	line-height: 20px;
	font-size: 11px;
	border: 1px solid #cfcfcf;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

/* SPECIAL BUTTON */
/* ----------------------------------------- */

button {
	background: transparent url(../images/btn.png) no-repeat 0 0px;
	width: 67px;
	height: 31px;
	text-align: center;
	display: block;
	padding:6px;
	padding-bottom: 5px;
	padding-top:6px;
	font-size: 16px;
	color: #3a3a3a;
	font-weight: normal;
	cursor: pointer;
	font-family:'QlassikMediumRegular', Tahoma, Arial, sans-serif;
	text-shadow: 0px 1px 0px #ffffff;
}
button:hover {
	background: transparent url(../images/btn.png) no-repeat 0 -31px;
	width: 67px;
	height: 31px;
}

input#submit {
background: transparent url(../images/btn.png) no-repeat 0 0px;
	width: 67px;
	height: 31px;
	text-align: center;
	display: block;
	padding:6px;
	padding-bottom: 5px;
	padding-top:6px;
	font-size: 16px;
	color: #3a3a3a;
	font-weight: normal;
	cursor: pointer;
	font-family:'QlassikMediumRegular', Tahoma, Arial, sans-serif;
	text-shadow: 0px 1px 0px #ffffff;
	border:0;
	background-color: transparent;
}

input#submit:hover {
	background: transparent url(../images/btn.png) no-repeat 0 -31px;
	width: 67px;
	height: 31px;
}

div.formulaire input#submit{
	float:left;
	margin:10px 0 0 0;
}


/* PORTFOLIO - QUICKSAND */
/* ----------------------------------------- */

.pcarousel h2 {
	margin:0;
	margin-bottom:15px;
}
.carousel h4 {
	margin-top:10px;
	margin-bottom:5px;
	line-height: 20px;
}
.qsmall, .grid {
	width: 980px;
	overflow: hidden;
	margin:0 auto;
	margin-left:-20px;
}
.grid h4 {
	margin-top:10px;
	margin-bottom:5px;
	line-height: 20px;
}
.qsmall:after, .grid:after {
	content: "";
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
}
.grid li {
	width: 195px;
	margin-left: 20px;
	margin-bottom:20px;
	padding:14px;
	float: left;
	color: #747474;
	height: 300px;
	overflow: hidden;
	border: 1px solid #cfcfcf;
	background-color: #FFF;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	line-height: 19px;
}
.grid li p {
	line-height: 19px;
}
.qsmall li {
	width: 195px;
	margin-left: 20px;
	margin-bottom:20px;
	padding:14px;
	float: left;
	color: #747474;
	height: 120px;
	overflow: hidden;
	border: 1px solid #cfcfcf;
	background-color: #FFF;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.qsmall li a, .grid li a {
	outline:0;
}
.qsmall li img, .grid li img {
	display: block;
	width:195px;
	height:120px;
	padding:0;
	margin-bottom:10px;
}
.gallerynav {
	width:958px;
	margin:0 auto;
	overflow: hidden;
	margin-bottom:20px;
}
.gallerynav li {
	float:left;
	color:#515151;
	font-size:18px;
	margin-right:15px;
	margin-top:0;
	line-height: 30px;

	font-family:'QlassikMediumRegular', Tahoma, Arial, sans-serif;
	text-shadow: 0px 1px 0px #ffffff;
	font-size: 17px;
}
.gallerynav li:first-child {
	margin-top:10px;
}
.gallerynav li a {
	text-decoration: none;
	color:#515151;
	text-shadow: none;
	outline:0;
	display:block;
	padding-bottom:0px;
	border:0;
}

ul#gallery4 {
	overflow: hidden;
	width: 980px;
	margin-right: -20px;
	margin-top: 20px;
	
}


ul#gallery4 li {
	margin-right: 20px;
	margin-bottom:20px;
	padding:14px;
	float: left;
	color: #747474;
	border: 1px solid #cfcfcf;
	background-color: #FFF;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;	
}

ul#gallery3, ul#gallery2 {
	overflow: hidden;
	width: 990px;
	margin-right: -30px;
	margin-top: 20px;
	
}


ul#gallery3 li, ul#gallery2 li  {
	margin-right: 30px;
	margin-bottom:30px;
	padding:14px;
	float: left;
	color: #747474;
	border: 1px solid #cfcfcf;
	background-color: #FFF;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;	
}

/* PORTFOLIO ITEM PAGE*/
/* ----------------------------------------- */

#item-slider {
	background: none;
	width: 670px;
	height: 405px;
	margin-bottom:35px;
	position: relative;
	z-index: 1;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background-color: white;
	border: 1px solid #cfcfcf;
	float:left;
}
#item-faded {
	width:640px;
	margin: 0 auto;
	height:365px;
	padding-top: 15px;
}
#item-faded .rap {
	height:365px;
}

/* FOOTER */
/* ----------------------------------------- */

h2.recentposts {
	background: transparent url(../images/icn-posts.png) no-repeat left bottom;
	height: 27px;
	line-height: 36px;
	padding-left:40px;
}
h2.archive {
	background: transparent url(../images/icn-archive.png) no-repeat left bottom;
	height: 27px;
	line-height: 36px;
	padding-left:40px;
}
h2.twit {
	background: transparent url(../images/icn-smalltwit.png) no-repeat left bottom;
	height: 27px;
	line-height: 36px;
	padding-left:40px;
}
h2.recentcomments {
	background: transparent url(../images/icn-com.png) no-repeat left bottom;
	height: 27px;
	line-height: 36px;
	padding-left:40px;
}
h2.tags {
	background: transparent url(../images/icn-tag.png) no-repeat left bottom;
	height: 27px;
	line-height: 36px;
	padding-left:40px;
}
h2.flickr-foot {
	background: transparent url(../images/icn-flickr.png) no-repeat left bottom;
	height: 27px;
	line-height: 36px;
	padding-left:40px;
}

#footer-wrapper {
	/*margin-top:-10px;*/
	z-index: 999;
}

.home #footer-wrapper {
	margin-top:0px;
}

#footer h2 {
	color: #c9c9c9;
	margin-bottom:20px;
	text-shadow: none;
	font-family:'QlassikMediumRegular', Tahoma, Arial, sans-serif;
	font-weight: normal;
}
#footer p.widget-title {
	font-size:23px;
	margin-bottom:10px;
	color: #c9c9c9;
	margin-bottom:20px;
	text-shadow: none;
	font-family:'QlassikMediumRegular', Tahoma, Arial, sans-serif;
	font-weight: normal;
}

#recent-posts-2 p.widget-title , #categories-3 p.widget-title {
	font-size:24px;
	color: #3a3a3a;
	text-shadow: none;
	font-family:'QlassikMediumRegular', Tahoma, Arial, sans-serif;
	font-weight: normal;
	margin-top: 10px;
}

#footer a {
	color:#aaaaaa;
}
#footer a:hover {
	color:#FFF;
	text-decoration: none;
}
#footer .col3 {
	margin-top:35px;
}
#footer {
	background-image: url(../images/footer-top.jpg);
	background-repeat: repeat-x;
	background-position: top;
	min-width: 960px;
	display: block;
	overflow: hidden;
	min-height: 345px;
	z-index: 9999;	
}
.footer-content {
	width:960px;
	min-height: 325px;
	margin: 0 auto;
}
#footer-bottom {
	background:#202020 url(../images/footer-bottom.jpg);
	background-repeat: repeat-x;
	background-position: top;
	min-width: 960px;
	display: block;
	height: 110px;
}
#footer-bottom-light {
	background-image: url(../images/footer-bottom-light.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	min-width: 960px;
	height:2px;
}
.footer-bottom-content {
	width: 960px;
	margin:23px auto;
}
.copyright {
	float:left;
	text-align: left;
}
.copyright p {
	color:#aaaaaa;
	font-size:11px;
}
.social {
	float:right;
}

.follow_mac ul li {
	padding-left: 20px;
	margin-bottom: 10px;
}

.ftp_connect  .widget-title {
	margin-bottom: 0px !important;
}

/* Twitter on Footer*/
/* ----------------------------------------- */


.twitter {
	display: block;
	margin-top:25px;
}

.twitter-top {
	background-image: url(../images/twitter-top.png);
	background-repeat: no-repeat;
	width: 280px;
	height:19px;
}
.twitter-mid {
	background-image: url(../images/twitter-mid.png);
	background-repeat: repeat-y;
	width: 240px;
	padding:20px;
	padding-top:0;
	padding-bottom:0;
	margin-top:-4px;
}
.twitter-bottom {
	background-image: url(../images/twitter-bottom.png);
	background-repeat: no-repeat;
	width: 280px;
	height:110px;
}
.message {
	padding:0;
	color: #717171;
	font-family: Georgia, "Times New Roman", serif;
	font-style:italic;
	display: block;
}


#twitter ul {
	padding:0;
	margin: 0;
	list-style: none;
}
#twitter ul li {
	background-image: none;
	list-style: none;
	padding:0;
	margin: 0;
	font-size:13px;
	line-height:20px;
	font-family: Georgia, "Times New Roman", serif;
	font-style: italic;
	margin-bottom:10px;
}
#footer .message a {
	font-weight:normal;
	text-decoration: none;
	color: #6d9120;
}
em.twitterTime a {
	text-decoration: none;
	font-style: normal;
	color:#6d9120;
	font-size:10px;
	display: inline-block;
}
em.twitterTime a:hover {
	text-decoration: underline;
}
.username {
	padding-top:5px;
	display: block;
}

/* Flickr on Footer */
/* ----------------------------------------- */

#footer .flickrpress {
	background: none;
	border: none;
}


#footer .flickrpress img {
	border: none;
	margin: 0;
	padding: 0;
	padding:10px;
	width:62px;
	height:62px;
	float:left;
	margin-right: 8px;
	margin-bottom: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background-color: #202020;
	
}
#footer .flickrpress img:hover {
	background-color: #0f0f0f;
}


/* Tags on Footer */
/* ----------------------------------------- */



#footer .widget_tag_cloud a {
	color: #aaaaaa;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background-color: #202020;
	padding: 3px 8px 5px 8px;
	margin-bottom: 10px;
	display: inline-block;
	margin-right: 3px;
}
#footer .widget_tag_cloud a:hover {
	background-color: #0f0f0f;
	color: #FFF;
}

#csswinnernominee{
	width: 69px;
	height: 164px;

	position: fixed;
	top: 10px;
	right: 0px;
}

#csswinnernominee a {
	display: block;
	height:  164px;
	width: 69px;
	background: url(../images/nominateda.png);	
}

/* MAP */
/* ----------------------------------------- */

.information {
	width: 425px;
	float: right;
	margin-top:10px;
}
.map {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;


	
	background-color: white;
	border: 1px solid #cfcfcf;
	padding:14px;
	margin-top: 30px;
}
.map a:hover {
	color: #000;
	text-decoration: underline;
}
ul.contact-info {
	font-size: 14px;
}
ul.contact-info li {
	line-height: 29px;
	padding-left:50px;
	margin-bottom: 10px;
}
ul.contact-info li.home {
	background: transparent url(../images/icn-home.png) no-repeat 0 0;
}
ul.contact-info li.tel {
	height: 32px;
	background: transparent url(../images/icn-tel.png) no-repeat 0 0;
}
ul.contact-info li.mail {
	background: transparent url(../images/icn-mail.png) no-repeat 0 0;
}

/* STYLES */
/* ----------------------------------------- */

.download-box, .warning-box, .info-box, .note-box {
	clear:both;
	padding:20px;
	margin: 10px 0px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	padding-left:45px;
	background:#eee;
	padding-bottom:15px;
	padding-top:12px;
}
.info-box {
	background:#bfe4f9 url(../images/icn-info.png) no-repeat scroll 10px 10px;
	border:1px solid #68a2cf;
	color:#2e6093;
}
.warning-box {
	background:#ffcccc url(../images/icn-block.png) no-repeat scroll 10px 11px;
	border:1px solid #ff9999;
	color:#c31b00;
}
.download-box {
	background:#dee3ab url(../images/icn-download.png) no-repeat scroll 10px 10px;
	border:1px solid #a3c159;
	color:#5e6f33;
}
.note-box {
	background:#fdebae url(../images/icn-note.png) no-repeat scroll 10px 10px;
	border:1px solid #e6c555;
	color:#9e660d;
}
.dropcap {
	color:#3a3a3a;
	font-family:'QlassikMediumRegular', Tahoma, Arial, sans-serif;
	text-shadow: 0px 1px 0px #ffffff;
	display:block;
	float:left;
	font-size:40px;
	line-height:35px;
	margin:0px 8px 0px 0;
}






/* ------- 2. quotes ------- */

.quote-right, .quote-left {
	color: #747474;
	border-left:2px solid #aeaeae;
	float:right;
	letter-spacing:0px;
	line-height:23px;
	margin-left:20px;
	margin-top:10px;
	margin-bottom:5px;
	padding:0px;
	padding-left:10px;
	padding-right:10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	width:25%;
}
.quote-left {
	border: none;
	border-right:2px solid #aeaeae;
	float:left;
	padding:0;
	padding-right:5px;
	margin-bottom:0;
	margin-left: 0;
	margin-right:20px;
}
.toggle {
	width: 500px;
}
.toggle-wrapper {
	padding-bottom:5px;
}
h2.trigger {
	height: 18px;
	padding-left:30px;
	line-height: 21px;
	font-size:20px;
	background: transparent no-repeat url(../images/icn-toggle2.png) -15px 0px;
	cursor: pointer;
	margin: 0;
	padding-bottom:10px;
}
h2.active {
	background-position:4px -17px;
}
.togglebox {
	background-color:#fff;
	border: 1px solid #cfcfcf;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	overflow: hidden;
	font-size: 12px;
	clear: both;
	overflow: hidden;
	width: 500px;
	margin-bottom:10px;
}
.togglebox p {
	padding: 10px 20px 10px 20px;
}
.togglebox div {
	padding: 10px 20px 10px 20px;
}
.highlight1 {
	background-color: #d0d0d0;
	padding:1px 4px;
}
.highlight2 {
	border-bottom: 1px dotted #747474;
	padding-bottom:2px;
}
.tabbed-content {
	width: 500px;
}
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 26px;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0 5px 1px 0;
	padding: 0;
	height: 25px;
	line-height: 25px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	background-color: #e8e8e8;
	border: 1px solid #cfcfcf;
	overflow: hidden;
	position: relative;
	border-bottom: none;
}
ul.tabs li a {
	text-decoration: none;
	color: #3a3a3a;
	display: block;
	font-size: 12px;
	padding: 0 15px;
	outline: none;
}
ul.tabs li a:hover {
	color:#000;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	background-color: white;
}
html ul.tabs li.active, html ul.tabs li.active a:hover {
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	background-color: white;
	border-bottom: 1px solid white;
}
.panes {
	border: 1px solid #cfcfcf;
	clear: both;
	float: left;
	width: 100%;
	background: #fff;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-top-left-radius: 0px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
}
.pane {
	padding: 20px;
	font-size: 1.0em;
}
.divider {
	border-top:1px solid #cfcfcf;
	border-bottom: 1px solid #f8f8f8;
	margin-top:15px;
	margin-bottom:55px;
	padding:0;
}
.divider2 {
	border-top:1px solid #cfcfcf;
	border-bottom: 1px solid #f8f8f8;
	margin-top:15px;
	margin-bottom:25px;
	padding:0;
}
.divider3 {
	border-top:1px solid #cfcfcf;
	border-bottom: 1px solid #f8f8f8;
	margin-top:15px;
	margin-bottom:25px;
	padding:0;
}
/* COLUMNS */
.one-half, .one-third, .two-third, .three-fourth, .one-fourth {
	float:left;
	position:relative;
}
.one-third {
	width:30%;
	margin-right:5%;
}
.one-half {
	width:48%;
	margin-right:4%;
}
.one-third {
	width:30%;
	margin-right:5%;
}
.two-third {
	width:65%;
	margin-right:5%;
}
.one-fourth {
	width:22%;
	margin-right:4%;
}
.three-fourth {
	width:74%;
	margin-right:4%;
}
#ticker-wrapper {
	width:450px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background-color: white;
	border: 1px solid #cfcfcf;
	line-height: 40px;
	font-size:12px;
}
.ticker {
	width:450px;
}
.ticker ul li {
	list-style:none;
	display:block;
	padding:15px 20px 15px 20px;
}
.ticker ul li .message {
	background: transparent url(../images/miniquote.png) 0 0 no-repeat;
}
.ticker ul li .message p {
	line-height: 25px;
	padding-bottom:0;
}
.ticker ul li .message p:first-letter {
	padding-left:40px;
}
#ticker-wrapper2 {
	width:450px;
	line-height: 40px;
	font-size:12px;
}
.ticker2 {
	width:450px;
}
.ticker2 ul li {
	list-style:none;
	display:block;
	padding:0px 20px 15px 20px;
}
.ticker2 ul li .message {
	background: transparent url(../images/miniquote.png) 0 0 no-repeat;
}
.ticker2 ul li .message p {
	line-height: 25px;
	padding-bottom:0;
}
.ticker2 ul li .message p:first-letter {
	padding-left:40px;
}
table.normal {
	line-height: 18px;
	margin: 0 0 22px 0;
	text-align: left;
	padding: 0 5px;
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #cfcfcf;
	background-color: #FFF;
}
table.normal caption {
	text-align: left;
	font-size: 20px;
	padding-bottom: 10px;
}

table tr {
	height: 40px;
}

table.normal th {
	padding:10px;
	border: 1px solid #cfcfcf;
}
table.price {
	width: 95%;
	border-collapse:collapse;
	margin : auto;
	background-color: #FFF;
	
	-moz-box-shadow: 5px 5px 5px #999;
	-webkit-box-shadow: 5px 5px 5px #999;
	box-shadow: 5px 5px 5px #999;	
	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;			
}
table.price strong {
	font-size: 12px;
}
.border_bottom {
	border-bottom: 1px solid #cfcfcf;
	height: 80px;
}
td {
	text-align: center;
	padding: 10px;
	border: none;
	border-right: 1px solid #cfcfcf;
}
.right {
	text-align: right;
}
.even {
	background-color: #F3F3F3;
}
table.price h2 {
	margin:0;
	color: #333;
}
table.price h2 span {
	display: block;
	font-size: 18px;
	color: #747474;
}
.image-box {
	display: block;
	width: 195px;
	height:120px;
	background:#fff url(../images/loading.gif) 50% 50% no-repeat;
}



.hiddenothers {
	display: none;
}

.button.blue, .button.blue span {
	background-image: url(../images/bluebutton.png);
	float: left;
	color:#6288a9;
	text-shadow: 0px 1px 0px #c7e5da;
}

.button.pink, .button.pink span {
	background-image: url(../images/pinkbutton.png);
	float: left;
	color:#b17aac;
	text-shadow: 0px 1px 0px #ecd8ea;
}

.button.green, .button.green span {
	background-image: url(../images/greenbutton.png);
	float: left;
	color:#538976;
	text-shadow: 0px 1px 0px #c7e5da;
}

.button.brown, .button.brown span {
	background-image: url(../images/brownbutton.png);
	float: left;
	color: #8e7d5c;
	text-shadow: 0px 1px 0px #e4ddd0;
}

.button.yellow, .button.yellow span {
	background-image: url(../images/yellowbutton.png);
	float: left;
	color:#868a4a;
	text-shadow: 0px 1px 0px #d8dabc;
}

.button2.blue, .button2.blue span {
	background-image: url(../images/bluebutton2.png);
	float: left;
	color:#6288a9;
	text-shadow: 0px 1px 0px #c7e5da;
}

.button2.pink, .button2.pink span {
	background-image: url(../images/pinkbutton2.png);
	float: left;
	color:#b17aac;
	text-shadow: 0px 1px 0px #ecd8ea;
}

.button2.green, .button2.green span {
	background-image: url(../images/greenbutton2.png);
	float: left;
	color:#538976;
	text-shadow: 0px 1px 0px #c7e5da;
}

.button2.brown, .button2.brown span {
	background-image: url(../images/brownbutton2.png);
	float: left;
	color: #8e7d5c;
	text-shadow: 0px 1px 0px #e4ddd0;
}

.button2.yellow, .button2.yellow span {
	background-image: url(../images/yellowbutton2.png);
	float: left;
	color:#868a4a;
	text-shadow: 0px 1px 0px #d8dabc;
}

a.button.blue, a.button2.blue {
	color:#6288a9;
	text-shadow: 0px 1px 0px #c7e5da;
}

a.button.green, a.button2.green {
	color:#538976;
	text-shadow: 0px 1px 0px #c7e5da;
}

a.button.pink, a.button2.pink {
	color:#b17aac;
	text-shadow: 0px 1px 0px #ecd8ea;
}

a.button.yellow, a.button2.yellow {
	color:#868a4a;
	text-shadow: 0px 1px 0px #d8dabc;
}

a.button.brown, a.button2.brown {
	color: #8e7d5c;
	text-shadow: 0px 1px 0px #e4ddd0;
}

 a.zoom, a.zoom2 {
	display: block;
	background: #FFF url(../images/zoom-big.png) center center no-repeat;

}



a.zoom2 {
	background: transparent url(../images/zoom-big.png) center center no-repeat;
}


a.zoom2  img{
	display: block;
	margin : auto;
}


a.play, a.play2 {
	position: relative;
	display: block;
	background: #FFF url(../images/play-big.png) center center no-repeat;
}

a.play2 {
	background: #fff url(../images/play-small.png) center center no-repeat;
}


.sharesocial {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background-color: white;
	border: 1px solid #cfcfcf;
	padding:10px;
	padding-bottom:0;
	overflow: hidden;
}

.share {
	float:right;
} 

.share img {
	margin-left: 10px;
	padding-top:2px;
}

.sharesocial h3 {
	float:left;
	line-height: 1.4;
padding:0;
margin-bottom: 7px;
	display: inline;
}


/* INPUT FIELD CSS Copy this to your style sheet
------------------------------------------------------------- */
#contactform {
	
}
#contactform form {
	font:normal 11px/18px Verdana,Tahoma;
	margin:0 0;
	padding:0;
	margin-top:0px;
}
#contactform fieldset {
	padding:10px 0;
	margin:0 0 15px 0;
}


#contactform fieldset legend {
	font:normal bold 18px/26px "Trebuchet MS",Verdana,Tahoma;
	padding:3px 25px;
	margin-left:30px;
	text-transform:uppercase;
	border:0px solid #ddd;
}
#contactform fieldset legend span {
	font:normal 10px/18px Arial,Verdana,Tahoma;
	text-transform:uppercase;
	display:block;
}
#contactform form label {
	display:block;
	float:left;
	width:150px;
	padding:9px 0 0 10px;
	margin:0px;
	text-align:left;
	color#c9c9c9;
}
#contactform input.inpt, #contactform select {
	width: 200px;
	height: 18px;
	float:left;
	margin:5px 0 5px 0;
	padding: 4px 20px 4px 9px;

	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background-color: white;
	
	border: 1px solid #cfcfcf;
	position: relative;
	behavior : url(/PIE/PIE.htc);		
}

#contactform textarea {
	width: 434px;
	height: 107px;
	border: 0;
	padding:9px;
	margin:5px 0 5px 0;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	
	background-color: white;
	border: 1px solid #cfcfcf;
	
	position: relative;
	behavior : url(/PIE/PIE.htc);		
}

form br {
	clear:left;
}

#contactform input.required {
	background:white url('../images/exc.png') center right no-repeat;
	
}

#contactform .select select:focus {
	border-color: #9b9b9b;
}

label#load {
	display: none;
}
#contactform button
	{
		clear: both;
		float: none;
		margin: 0;
		padding: 0;
		margin-top: 5px;
		display: block;
		
	}
#contactform input.submit
	{
		clear: both;
		float: none;
		margin: 0;
		padding: 0;
		margin-top: 5px;
		display: block;
		
	}
form.c1 input:hover,textarea:hover
	{
		border:1px solid #d8d8d8;
	}

	
	div.ftp_erreur{
		float:left;
		width:100%;
	}
	div.ftp_erreur p{
		float:left;
		width:100%;
		font-size:10px;
		color:#ff0000;
	}
/* Error / Success / Notice 
------------------------------------------------------------- */

.notes		{ background:#f0f0f0; border:1px solid #b8b8b8; }
.success	{ background:#ccfcd1; border:1px solid #60a400; }
.error		{ background:#f9e3e3; border:1px solid #e79e9e; }
.notice		{ background:#fcf0cc; border:1px solid #ecc735; }

.notes,.notice,.success,.error
			{
				padding:10px;
				font-size:11px;
				color:#000;
				-webkit-border-radius: 8px;
				-moz-border-radius: 8px;
				border-radius: 8px;
			}

.notes span,.notice span,.success span,.error span 
			{
				font-weight:bold;
				font-size:1.2em;
			}

.notes p,.success p,.error p,.notice p
			{
				margin:0px;
				padding:0px;
			}

#note {width:100%; }

h5.flash_accueil{
	float:right;
	width:320px;
	border:10px solid #ffffff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
h5.flash_accueil object{
	float:left;
}
div.message_enregistrement{
	float:left;
	width:100%;
	margin:10px 0;
}
p.mess_valid{
	float:left;
	width:500px;
	border:2px solid #336633 ;
	padding:5px;
	color:#336633;
	font-weight:700;
}
p.mess_erreur{
	float:left;
	width:500px;
	border:2px solid #ff0000 ;
	padding:5px;
	color:#ff0000;
	font-weight:700;
}
ul.liens_sociaux{
	float:left;
	width:100%;
	list-style-type:none;
	list-style: none; 
	background:none;
}
ul.liens_sociaux li{
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;
}

/* ----------- Page de devis ----------- */
	/* Général */
		#container .formulaire_devis{
			width:100%; 
			margin: 20px 10px 0px 10px;
		}

		#container .formulaire_devis label{
			width: 85px;
			float : left;
			padding-top: 5px;
			
		}	
		#container .formulaire_devis label.grand{
			width: 208px;
		}
		
		#container .formulaire_devis input{
			width: 170px;
			height: 18px;
			float:left;
			margin:2px 10px 2px 0;
			padding: 4px 20px 4px 9px;
			-webkit-border-radius: 8px;
			-moz-border-radius: 8px;
			border-radius: 8px;
			
			behavior : url(/PIE/PIE.htc) ;	
			position: relative;
			
			background-color: white;
			border: 1px solid #cfcfcf;
		}	

		#container .formulaire_devis  input.required {
			background:white url('../images/exc.png') center right no-repeat;
			
		}

		#container .formulaire_devis input:hover,#container .formulaire_devis textarea:hover{
			background : #fff;
			border: 1px solid #00a3b3;
		}

		#container .formulaire_devis  input.required:hover {
			background:#fff url('../images/exc.png') center right no-repeat;
		}

		#container .formulaire_devis  input.required:focus{
			background:#f0f0f0 url('../images/exc.png') center right no-repeat;	
		}

		#container .formulaire_devis input:focus,#container .formulaire_devis textarea:focus{
			background : #f0f0f0;
			border: 1px solid #00a3b3;
		}

		#container .formulaire_devis select {
			width: 320px;
			height: 30px;
			float:left;
			margin:5px 0 5px 0;
			padding: 4px 20px 4px 9px;
			-webkit-border-radius: 8px;
			-moz-border-radius: 8px;
			border-radius: 8px;
			
			behavior : url(/PIE/PIE.htc) ;	
			position: relative;
			
			background-color: #f0f0f0;
			border: 1px solid #00a3b3;
		}

		#container .formulaire_devis textarea {
			width: 300px;
			height: 107px;
			border: 0;
			padding:9px;
			margin:5px 0 5px 0;
			-webkit-border-radius: 8px;
			-moz-border-radius: 8px;
			border-radius: 8px;
			
						behavior : url(/PIE/PIE.htc) ;	
			position: relative;
			
			background-color: white;
			border: 1px solid #cfcfcf;
		}	
		
		#container .formulaire_devis input.half{
			width: 85px;
		}

		#container .formulaire_devis input.grand{
			width: 296px;
		}		
	

	/* Colone gauche */
		#container .formulaire_devis .devis_gauche p{
			padding-right : 15px;
			text-align: justify;
			margin-top: 20px;
		}

		#container .formulaire_devis .devis_gauche .zone_input.select label{
			margin-right: 5px;

		}

		#container .formulaire_devis .devis_gauche{
			width: 470px; 
			float : left;
			min-height: 500px;

		}




	/* Colone droite */

		#container .formulaire_devis .devis_droite .form_complementaire{
			width: 440px; 

			margin-left: 50px;
			margin-bottom: 10px;
		}
		
		#container .formulaire_devis .devis_droite .form_complementaire.form_5{
			margin-bottom: 0px;
		}

		#container .formulaire_devis .devis_droite .infos_comunes{
			width: 400px; 

			margin-left: 50px;
			margin-bottom: 20px;
		}
		
		#container .formulaire_devis .devis_droite .infos_comunes textarea{
			margin-left: 20px;
		}
		
		#container .formulaire_devis  .devis_droite label{
			width: 85px;

		}

		#container .formulaire_devis  .devis_droite .label_title{
			font-weight: bold !important;
			margin-top: 5px;
		}

		#container .formulaire_devis .devis_droite {
			width: 450px; 
			min-height: 300px;
			float : left;
			
			
			
			background: url(../images/separator_vertical.png) 0px 0px no-repeat;	
		}


		#container .formulaire_devis .devis_droite p{
			text-align : justify;
			padding: 5px 10px;
		}

		#container .formulaire_devis .devis_droite  label{
			width: 200px;
		}

		#container .formulaire_devis .devis_droite .check_input {
			width: auto;
			float : left;
		}

		#container .formulaire_devis .devis_droite .zone_input{
			
		}

		#container .formulaire_devis .devis_droite .zone_input.checkbox {
			margin-left: 20px;
			margin-top: 0px; float: left;
			width: 160px;
			

		}
		
		#container .formulaire_devis .devis_droite .zone_input.checkbox  label {
			width: auto;
			margin: 0px;
			cursor: pointer;
		}		

		#container .formulaire_devis .devis_droite .zone_input.checkbox input{
			cursor: pointer;
		}		
		
		#container .formulaire_devis .devis_droite .zone_input.select .newListSelected{
			margin-left: 20px;
		}




		#container .formulaire_devis .devis_droite .zone_input .grand{
			width:290px !important;
			margin-left: 20px;
		}
	
	
	
	/* Autre */
	
		.submit_devis{
			margin-left: 20px;			
		}
		.submit_devis button{
			margin-left : 250px;
			margin-top : -30px;
		}

		.erreurs_devis{
			width: 470px;
			margin-top: 20px;
			margin: auto;
			display: none;
		}
		
		.retour_devis{
			width: 470px;			
			display: none;	
			margin: auto;			
		}
		
	/* Vignettes dans les pages produits (Futur carousel 2.0) */

	 /* Conteneur */
		.carousel_MAC {
			position: relative;
			width : 100%;
		}
		
	 
		.container_vignettes{
			margin : auto;
			position : relative;
			height: 220px;
			overflow: hidden;
		}
		
		.bandeau_vignettes{
			position: absolute;
			left: 0px;
			width: 9999px;
		}
	
	/* Vignette */

		.container_vignettes .vignette {
			float : left;
			margin-right: 10px;
			
			width: 210px;
			height: 210px;

			-webkit-border-radius: 8px;
			-moz-border-radius: 8px;
			border-radius: 8px;
			background-color: white;
			border: 1px solid #cfcfcf;	

			-moz-box-shadow: 0px 5px 5px #ccc;
			-webkit-box-shadow: 0px 5px 5px #ccc;
			box-shadow: 0px 5px 5px #ccc;				
		}
		

		
		.container_vignettes .vignette .title {
			color: #3A3A3A;
			margin: 10px 0px 10px 10px;
		}
		
		.container_vignettes .vignette img{
			margin-left: 15px;
			border: 1px solid #999;
							
			-moz-box-shadow: 5px 5px 5px #ccc;
			-webkit-box-shadow: 5px 5px 5px #ccc;
			box-shadow: 5px 5px 5px #ccc;			
		}
		
		.container_vignettes .vignette .zoom2{
			position: absolute;
			bottom: 35px;
		}
		
		.container_vignettes .vignette .description{	
			clear: both;
			height: auto;
			/* margin: 10px 0px 0px 20px;*/
			position: absolute;
			bottom:10px;
			width: auto;
		}
			
		.container_vignettes .vignette .description span.savoir_plus {
			background-image: url("../images/plus.png");
			background-position: 0 0;
			background-repeat: no-repeat;
			color: #3A3A3A;
			font-family: 'QlassikMediumRegular',Tahoma,Arial,sans-serif;
			font-size: 15px;
			height: 14px;
			padding-left: 20px;
			text-decoration: none;
			width: 14px;	
		}
		
			/* Fleches suivant / précédent */
			
		#prev {
			position: absolute;
			top: 90px;
			right: -15px;
			width: 32px;
			height: 32px;
			cursor: pointer;
			background: transparent url(../images/pnav.png) no-repeat top right;
		}
		
		#suivant {
			position: absolute;
			top: 90px;
			left: -15px;
			width: 32px;
			height: 32px;
			cursor: pointer;
			background: transparent url(../images/pnav.png) no-repeat top left;
		}

		#suivant:hover {
			background-position: center left;
		}
		
		#suivant:active {
			background-position: top left;
		}

		#prev:hover {
			background-position: center right;
		}
		
		#prev:active {
			background-position: top right;
		}		
		
		/* Contenu de la page produit */
		
		.contenu_page {
			margin-top: 10px;
		}
		
			/* Encart offre - Style différent pour l'offre */
			.encars_offre {
				width: 90%;
				
				margin: auto;
				
				border : 1px solid #a7a7a7;
				

				background: #d5d5d5;
				color : #333;
				
				padding: 5px 10px 10px 10px;;

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

				-moz-box-shadow: 5px 5px 5px #ccc;
				-webkit-box-shadow: 5px 5px 5px #ccc;
				box-shadow: 5px 5px 5px #ccc;					

				text-align: justify;
			}

			
			.encars_offre  a img{
				float : left;
				border: 1px solid #999;
				
				margin-left: 10px;
				margin-right: 10px;
				margin-bottom: 20px;
				
				-moz-box-shadow: 5px 5px 5px #999;
				-webkit-box-shadow: 5px 5px 5px #999;
				box-shadow: 5px 5px 5px #999;

				
				
				
			}
			
			.encars_offre  img.alignleft{

				float : left;

			}
			
			.encars_offre h2 {
				color : #FFF;
				margin-top: 0px;
				clear : both;
				text-shadow: 0.1em 0.1em 0.2em #999;
			}
			
/* UNIVERS DE LA PAGE D'ACCUEIL */

.univers {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;

behavior : url(/PIE/PIE.htc) ;	
	
	-moz-box-shadow: 2px 2px 15px #999;
	-webkit-box-shadow: 2px 2px 15px #999;
	box-shadow: 2px 2px 15px #999;

	
	width: 215px;
	margin-left: 10px;
	border : 1px solid #999;
	float : left;
	padding-top: 20px;
	margin-bottom: 20px;
	
	background: #ececec;
}

.univers.hover{
	-moz-box-shadow: 5px 5px 5px #999;
	-webkit-box-shadow: 5px 5px 5px #999;
	box-shadow: 5px 5px 5px #999;	
}


.univers .col4{

margin: 10px auto 30px auto;

float : none;

}




/* SLIDER MAC */

#mac_slider{
	background: none;
	width: 960px;
	margin : auto;

	height: 540px;
	margin-bottom: 10px;
	position: relative;
	z-index: 1;
}

#mac_slider .bundle{
	width: 100%;
	height: 90px;
	
	position: absolute;
	
	bottom: 0px;
	

}

#mac_slider .bundle .conteneur_items_bundle {
	margin: auto;
}

#mac_slider .bundle .item{

	position: relative;

	width: 80px;
	float: left;
	margin: 10px;
	
	-moz-box-shadow: 0px 0px 15px #FFF;
	-webkit-box-shadow: 0px 0px 15px #FFF;
	box-shadow: 0px 0px 15px #FFF;		
}

#mac_slider .bundle .item {
	opacity: 0.5;
}

#mac_slider .bundle .item:hover{

opacity: 1 !important;

cursor: pointer;

}

#mac_slider .bundle .item img{
	border: 1px solid #FFF;
}

#mac_slider .line_loader{
	position: absolute;
	bottom: 0px;
	left: 0px;

	height: 3px;
	background: #333;
}

/* PAGE PARENTE DE CATEGORIE */


body.page-template-template-page-categorie-php #footer-wrapper{
	margin: 0px;
}

	body.page-template-template-page-categorie-php .description {
		position : absolute;
		top: -380px;
		right: 20px;
		z-index: 99;
	}


	/* Background personnalisé */
	
	.background-categorie {
		position: absolute;
		width: 100%;
		top: 0px;
		bottom: 0px;
		left: 0px;
		z-index: -50;
		
	}
	
/* Modifications blog */

.type-post ul {
	list-style: disc !important;
	margin-left: 20px !important;
}

#container.marged {
	position: relative;
	overflow: visible;
}

#container .sous_menu_categorie {
	margin-top: -11px;
	height: 20px;
	border-bottom: 1px solid #CCC;
	padding-bottom: 3px;	
}
#container .sous_menu_categorie li {
	display: block; 
	float : left;
	height:31px;
	list-style: none;
	padding: 0px 7px;

}
#container .sous_menu_categorie li a:hover {
	color: #00a3b3;
}
#container p.lien_page{
	float:left;
	width:100%;
	margin-bottom: 0px;
	height: 0px;
}
#container p.lien_page a{
	float:left;
		height:31px;
	text-align:center;
	font-size:11px;
	color:#666666;
	font-weight:700;
	height: 0px;	
}

#OLDcontainer p.lien_page{
	float:left;
	width:100%;
}
#OLDcontainer p.lien_page a{
	float:left;
	height:31px;
	line-height:31px;
	text-align:center;
	font-size:12px;
	color:#666666;
	font-weight:700;
	margin:5px 0 0 360px;
	background:url(../images/button3.png) 0 0 no-repeat;
}
#OLDcontainer p.lien_page a:hover{
	background:url(../images/button3.png) 0 -31px no-repeat;
}
#container ul {
	margin-left: 20px;
	margin-bottom: 10px;
}
#container ul li{
	list-style-position:inside;
	list-style-image:url(../images/exc.png);
}
#sidebar ul li, .pagenavi li, .contact-info li, .newListSelected li {
	 list-style-image: none !important;
}

#sidebar a:hover {
	color: #00a3b3;
}
#container.homepage a{
	color:#3A3A3A;
	text-decoration:underline;
}

/* Gestion des logos des clients */
.footer_logos {
	background: #CCC;
	width: 960px;
	height: 141px;
	position: absolute;
	bottom: 0px;
	left: 0px;
}
.intro_logos {
	font-size: 19px;
	font-family: 'QlassikMediumRegular';
	border-bottom: 1px solid #333;
	padding-bottom: 0px;
	margin-bottom: 12px;
	width : 915px;
	margin-left : 20px;
	margin-top : 10px;
}

#logo_prev{
	position: absolute;
	top: 10px;
	left: -1px;
	width: 24px;
	height: 41px;
	background: url(../images/gauche_sprite.png) top left no-repeat;	
	z-index : 50;
}
#logo_prev.hover {
	background-position: 0px -41px;
}
#logo_next {
	position: absolute;
	top: 10px;
	right: -1px;
	width: 24px;
	height: 41px;
	background: url(../images/droite_sprite.png) top left no-repeat;	
	z-index : 50;	
}
#logo_next.hover {
	background-position: 0px -41px;
}
.conteneur_zone_logo {
	width: 960px;
	margin: auto;
	position:relative;
}

.zone_logos {
	width: 960px;
	position: relative;
	height: 110px;
	overflow: hidden;
	margin: auto;
}

.bandeau_logos {
	position: absolute;
	left: 0px;
	width: 9999px;
	height: 110px;
	padding-left: 15px;
}

.conteneur_logo {
	float : left;
	vertical-align:text-bottom;
	height: 110px;
	margin: 0px 5px;
	position: relative;
	text-align: center;
}

.conteneur_correcteur_absolute {
	height: 150px;
	width: 100%;
}

/* Formulaire d'analyse de site */

.container_analyse {
	min-height: 300px;
	position: relative;
}

#form_analyse input.text {
	width: 500px;
	height: 40px;
	font-size: 22px;
	background: #FFF;
	border: 1px solid #CCC;	
	margin-right: 10px;
	color: #333;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;	
	padding-left: 5px;
}
#form_analyse input.text:hover {
	background : #f0f0f0;
	border: 1px solid #00a3b3;
}
#form_analyse input.text:focus {
	background : #FFF;
	border: 1px solid #00a3b3;
}
#form_analyse input.text.clair {
	color: #333;
}
#form_analyse input.submit {
	width: 80px;
	height: 40px;
	font-size: 18px;
	background: #FFF;
	border: 1px solid #CCC;
	color: #666;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;	
}
#form_analyse input.submit:hover {
	cursor: pointer;
	background : #f0f0f0;
	border: 1px solid #00a3b3;	
}
#form_analyse .conteneur_champs {
	width: 600px;
	margin: auto;
}

.loading_time {
	width: 100%;
	height: 200px;
	position: absolute;
	top: 100px;
	left: 0px;
	background: url(../images/ajax-loader.gif) center center no-repeat;
	display: none;
}

/* Zone de résultat de l'analyse */

	/* Roue de résultats */
	.resume {
		position: absolute;
		top: 100px;
		left:30px;
	}
	
	.resume .titre {
		font-family: 'QlassikMediumRegular';
		color: #00919f;
		font-size: 21px;
		padding-bottom: 10px;
		display: block;
	}
	
	.resume p {
		padding-bottom: 0px;
	}
	
	.resume .roue {
		width: 142px;
		height: 141px;
		background: url(../images/roue.png) top left no-repeat;
		position:relative;
		float : left;
	}
	
	.resume .diagnostic {
		width: 330px;
		float : left;
		margin-left: 20px;
	}
	
	.resume .diagnostic p {
		padding-left: 20px;
		margin-bottom: 10px;
	}
	
	.resume .diagnostic p.lvl1 {
		background: url(../images/lvl1.png) center left no-repeat;
	}	
	.resume .diagnostic p.lvl2 {
		background: url(../images/lvl2.png) center left no-repeat;
	}	
	.resume .diagnostic p.lvl3 {
		background: url(../images/lvl3.png) center left no-repeat;
	}
	
	.resume .explicatif {
		width: 400px;
		float : left;
		margin-left: 20px;
	}	
	
	.resume .explicatif a {
		color: #00a3b3;
	}
	
	.resume .explicatif  p {
		margin-bottom: 10px;
	}
	
	.resume .fleche {
		width: 13px;
		height: 77px;
		background: url(../images/fleche.png) top left no-repeat;
		position:absolute;
		top: 32px;
		left: 60px;
		
			-webkit-transform: rotate(247deg);
			-moz-transform: rotate(247deg);
			-o-transform: rotate(247deg);
			transform: rotate(247deg);
		
	}
	
	.resume .score {
		position: absolute;
		top: 34px;
		left: -12px;
		width: 69px;
		font-size: 35px;
		font-weight: bold;
		color: #00919F;	
		text-align: center;
	}
	
.table_analyse {
	width: 95%;
	margin: 15px auto 10px;
}

.table_analyse td {
	border: none;
}

.table_analyse .table_mots_cles {
	width: 70%;
	margin: auto;
}

.table_analyse .table_mots_cles tr{
	height: 20px;
	line-height: 12px;
}
.table_analyse .table_mots_cles  tr td {
	padding: 5px;
}

.table_analyse .picto_rendu {
	width: 5%;
}

.table_analyse .type_test {
	width: 35%;
	text-align: left !important;	
	font-weight: bold;
	vertical-align: top;
	
}

.table_analyse .description_test {
	width: 55%;
	text-align: left !important;
}

.table_analyse .picto_more{
	width: 5%;
}

.table_analyse .picto_more.picto_info{
	background: url(../images/icn-info_pt.png) 12px 14px no-repeat;	
}
.table_analyse .picto_more.picto_info:hover {
	cursor: pointer;
}

.more_info {
	margin-top: 10px;
	color: #666;
	display: none;
}
.more_info  td {
	text-align: left;
	padding-right: 45px;
	color: #999;
	height: 100px;
}

.resultat {
	display: none;
	margin-top:200px;
}
.resultat h3 {
	color: #00a3b3;
	margin-top: 15px;
	text-align: center;
	font-size: 28px;
}
.resultat h3.cat_separator_title {
	color: #FFFFFF;
	margin-top: 15px;
	text-align: center;
	font-size: 21px;
	background: url(../images/fond_titre_analyse.png) top left no-repeat;
	padding: 5px 0px;
	text-shadow: -1px -1px #666;	
}
.resultat h4 {
	color: #00A3B3;
	font-size: 17px;
}
.zone_resultat {
	padding-left: 24px;
	margin: 5px 0px;
}
.test_ok {
	padding-top: 3px;
	background: url(../images/icn-check.png) 14px 14px no-repeat;
}
.not_ok {
	padding-top: 1px;
	background: url(../images/icn-block_petit.png) 12px 14px no-repeat;	
}
.test_notice {
	padding-top: 1px;
	background: url(../images/excOLD.png) 15px 14px no-repeat;
}
.test_info {
	padding-top: 1px;
	background: url(../images/comment.gif) 13px 14px no-repeat;
}
.plain_text {
	padding-left: 0px;
	font-style: italic;
}

.encart_resultat {

}

.zone_resultat.not_ok span {
	padding-top: 10px;
	height: 20px;
	display: block;
	padding-left: 5px;
}

/* Analyse mots clés */
.container_analyse_motcle {
	min-height: 300px;
	position: relative;
}

.container_analyse_motcle .resultat {
	margin-top: 10px;
}

.container_analyse_motcle .resultat table.resultat_motscles thead td {
	color: #00A3B3;
	font-weight: bold;
	text-align: center;
	background: #e9fafc;
}

.container_analyse_motcle .resultat table.resultat_motscles tr:hover {
	background: #e5fbfd;
}



/* Partie Tv */
.conteneur_videos .video_hidden{
	display: none;
	width: 100%;
}
.conteneur_videos .video_hidden .filet {
	width: 100%;
	height: 1px;
	background: #CFCFCF;
	margin: 0px auto 15px;
}
.conteneur_videos .filet_bleu {
	width: 97%;
	height: 1px;
	background: #00a3b3;
	margin: 35px auto 0px;
}
.conteneur_videos .video_hidden .bloc_video {
	width: 420px;
	margin: auto;
-webkit-box-shadow: 0px 0px 5px 1px #999999;
box-shadow: 0px 0px 5px 1px #999999; 	
}
.conteneur_videos .video_hidden .video_title {
	font-size: 20px;
}
.cadre_youtube {
	width: 270px;
	float : left;
	margin : 40px 15px 0px;
	
}
.cadre_youtube img {
	width: 270px;
	-webkit-box-shadow: 0px 0px 5px 1px #999999;
	box-shadow: 0px 0px 5px 1px #999999;
}
.cadre_youtube img.hover {
	-webkit-box-shadow: 0px 0px 5px 2px #999999;
	box-shadow: 0px 0px 5px 2px #999999;
}
.cadre_youtube img.fondu {
	opacity: 0.80;
}
.cadre_youtube h3 {
	font-size : 17px;
	display: inline;
	
}
.cadre_youtube  div.h3 {
	height: 30px;
	vertical-align: middle;	

}
.cadre_youtube .filet {
	width: 97%;
	height: 1px;
	background: #CFCFCF;
	margin: 10px auto;
}
.cadre_youtube a {
	color: #555;
}
.cadre_youtube a:hover {
	color: #00a3b3;
}
.cadre_youtube a.hover {
	color: #00a3b3;
}

h1.404 {
	text-align: left !important;
	font-size: 17px !important;
}

.balise_meta div.zone_input{
	float:left;
	width:100%;
}
.balise_meta div.zone_input p.label,
.balise_meta div.zone_input p.label label{
	float:left;
	width:180px!important;
}
.balise_meta div.zone_input p input{
	float:left;
	width:500px!important;
}
.balise_meta div.zone_input p textarea{
	float:left;
	width:510px!important;
	margin:0 11px 0 0!important;
}
.balise_meta div.zone_input p input.cmpt{
	width:20px!important;
	text-align:right;
}
.balise_meta div.previsulisation_meta{
	position:relative;
	float:left;
	width:898px;
	height:80px;
	margin:0 0 20px 0;
	padding:10px;
	border:1px solid #00A3B3;
	background:#eeeeee;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.balise_meta div.previsulisation_meta span{
	position:absolute;
	top:40px;
	left:0px;
	width:100%;
	text-align:center;
	font-size:20px;
	color:#dddddd;
	text-shadow: 1px 1px 2px ##dddddd;
    filter: dropshadow(color=##dddddd, offx=1, offy=1);
}	
.balise_meta div.previsulisation_meta p.titre{
	float:left;
	width:610px;
	font-size: medium;
	line-height: 1.2;
	color: #12C;
	cursor: pointer;
	text-decoration:underline;
}
.balise_meta div.previsulisation_meta p.description{
	float:left;
	width:510px;
	height:100%;
	font-size: small;
	line-height: 1.24;
	color: #222;
	margin:0;
}

/* SOCIAL sidebar blog */

.social_title {
	font-size: 24px;
	color: #3A3A3A;
	text-shadow: none;
	font-family: 'QlassikMediumRegular', Tahoma, Arial, sans-serif;
	font-weight: normal;
	margin-top: 10px;
	margin-left: -17px;
}

.annexe {
	position: relative;
}

.social_blog {
	position: relative;
	width: 215px;
	margin: 0px auto;	
}

.social_blog .g-plus {
	position: absolute;
	top: 0px;
	left: 0px;
}
.social_blog .fb-like {
	position: absolute;
	top: 29px;
	left: 84px;
}
.social_blog .twitter-share-button {
	position: absolute;
	top: 28px;
	left: 150px;
}