/*
Theme Name: medd
Theme URI: http://www.nikeo.fr
Description: Cr&eacute;&eacute; par <a href="http://www.nikeo.fr">nikeo&trade;</a>.
Author: <a href="http://www.nikeo.fr">nikeo&trade;</a>
Author URI: http://www.nikeo.fr
Version: 1.1.1
License: GNU GENERAL PUBLIC LICENSE
License URI: http://www.gnu.org/licenses/gpl.html

*/
@font-face {
    font-family: 'sansumiregular';
    src: url('fonts/sansumi-bold-webfont.eot');
    src: url('fonts/sansumi-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/sansumi-bold-webfont.woff') format('woff'),
         url('fonts/sansumi-bold-webfont.ttf') format('truetype'),
         url('fonts/sansumi-bold-webfont.svg#sansumiregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* =RESET
-----------------------------------------------------------------------------------------------*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline}body{line-height:1;color:black;background:white}ol,ul{list-style:none}table{border-collapse:separate;border-spacing:0}/* tables still need 'cellspacing="0"' in the markup */caption,th,td{text-align:left;font-weight:normal}blockquote:before,blockquote:after,q:before,q:after{content:""}blockquote,q{quotes:""""}

/* =Wordpress-default-classes
-----------------------------------------------------------------------------------------------*/

	.sticky{}

	.gallery-caption{}

	.bypostauthor{}

	.alignleft{ float:left;margin-right:10px; }
	.alignright{ float:right;margin-left:10px; }
	.aligncenter{}

	.all-comments { list-style-type:none; }
	.all-comments img { float:left;margin-right:10px;margin-bottom:5px; }
	.comment-body { float:right;width:615px; }

	.wp-caption{}
	.wp-caption-text{}

	.map { height:300px; }

	.project-title { margin-bottom:28px; }

/* NIKEO DEFAULT CLASSES
-----------------------------------------------------------------------------------------------*/
.no-border {
	border:none!important;
}

/* =GENERAL
-----------------------------------------------------------------------------------------------*/

	body{
		background:#EFF1F1 url(_layout/images/bg-body.jpg) repeat top left;

		/*
		background:#EFF1F1 url(_layout/images/bg-body2.jpg) repeat top left;
		background:#EFF1F1 url(_layout/images/bg-body3.jpg) repeat top left;
		background:#EFF1F1 url(_layout/images/bg-body4.jpg) repeat top left;
		background:#EFF1F1 url(_layout/images/bg-body5.jpg) repeat top left;
		*/

		font:1em Arial, sans-serif;
		line-height:20px;
		color:#666666;
	}

/* =headings
-------------------------------------------------------------- */

		h1,h2,h3,h4,h5,h6{ font-weight: bold; color:#252525;-webkit-margin-before: 0em;
			-webkit-margin-after: 0em;
			-webkit-margin-start: 0px;
			-webkit-margin-end: 0px; }

		h1{ font-size:1.7em; line-height:30px; margin-bottom:12px; }
		h2{ font-size:1.5em; line-height:26px; margin-bottom:12px; }
		h3{ font-size:1.3em; line-height:20px; margin-bottom:8px;  }
		h4{ font-size:1.17em; line-height:15px; margin-bottom:8px;  }
		h5{ font-size:1.1em; line-height:15px; margin-bottom:8px;  }
		h6{ font-size:1.1em; line-height:15px; margin-bottom:8px;  }

/* =text-elements
-------------------------------------------------------------- */

		a{ text-decoration:none; 
; }
		h1 a, h2 a, h3 a, h4 a,h5 a, h6 a { color:inherit; }
		a:hover{ text-decoration:underline;  }
		h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover,h5 a:hover, h6 a:hover{ text-decoration:none; }
		a img{ border:none; }

		strong{ font-weight: bold}
		em{ font-style: italic; }

		p, ul, ol, pre, code{ margin-bottom:5px; }

			p.last{ margin-bottom:0; }

		ul{ list-style-type:circle; list-style-position:inside; }

			ul.checklist{ list-style-image:url(_layout/images/bg-checklist.png); }
			.checklist ul{ list-style-image:url(_layout/images/bg-checklist.png); }


		ol{ list-style-type:decimal; list-style-position:inside; }

/* =image for responsive stuffs
-------------------------------------------------------------- */
		img, a img{
		max-width: 100%;
		display:inline-block;
		box-sizing:border-box;
		height:auto;
		width:auto;
		padding: 0;
		margin:0;
		}

		.msie7 img{ -ms-interpolation-mode: bicubic; }

/* blockquote{ padding:5px 20px 5px 60px; line-height:24px; background:url(_layout/images/quote.png) no-repeat top left; color:#999999; }
blockquote span{ color:#666666; } */

			.blockquote-left{ width:250px; float:left; }
			.blockquote-right{ width:250px; float:right; }

		pre, code{ border:1px solid #efefef; border-left-width:5px; display:block; padding:10px; font-size:11px; font-family: monospace; background-color:#f5f5f5; }

		/* due to IE <HR> margin bugs I had to made classed and apply them to div to achieve the effect of a <HR> */
		hr{ border:none; height:1px; margin:30px 0; background-color:#efefef; color:#efefef; }
		.hr{ border-top:1px solid #efefef; margin:15px 0;position: relative;right: 2px; }


/* =tables
-------------------------------------------------------------- */

		table{ border-collapse:separate; border-spacing:0; border-top-width:5px; margin-bottom:20px; border:1px solid #efefef;  }
		th{ padding:10px 15px; text-transform:uppercase; font-weight:bold; }
		td{ padding:10px 15px; border-top:1px solid #efefef; }
		tr.alt{ background-color:#f5f5f5; }


/* =forms-messages
-------------------------------------------------------------- */

		label{ font-weight:bold; color:#000000; }
			label span.required{ color:#ff0000; }

		fieldset{ padding:15px; margin:0 0 20px 0; border:1px solid #efefef; }
		legend{ font-weight: bold; }

		input[type=text], input[type=password], input.text, textarea{ background-color:#ffffff; border:1px solid #e1e1e1; }
		input[type=text]:focus, input[type=password]:focus, input.text:focus, textarea:focus{ border-color:#cccccc; }
		select{ border-width:1px; border-style:solid; border-color:#E1E1E1;background-color:#ffffff;color:#777  }

		input[type=text], input[type=password], input.text, textarea, select{ margin:5px 0; }

		input.text{ width:250px; padding:5px; }
		textarea{ width:380px; height:125px; padding:5px; }

		.errormsg, .successmsg, .infomsg, .noticemsg{ padding:10px 10px 10px 40px; margin-bottom:10px; border:1px solid #dddddd; border-left-width:5px; }
		.errormsg{ border-color:#fbc2c4; background:#fbe3e4 url(_layout/images/bg-msg.png) no-repeat 0 0; color:#8a1f11; }
		.errormsg a{ color:#8a1f11;text-decoration:underline; }
		.successmsg{ border-color:#c6d880; background:#e6efc2 url(_layout/images/bg-msg.png) no-repeat 0 -220px; color:#264409; }
		.successmsg a{ color:#264409;text-decoration:underline; }
		.infomsg{ border-color:#92cae4; background:#d5edf8 url(_layout/images/bg-msg.png) no-repeat 0 -72px; color:#205791; }
		.infomsg a{ color:#205791;text-decoration:underline; }
		.noticemsg{ border-color:#ffd324; background:#fff6bf url(_layout/images/bg-msg.png) no-repeat 0 -148px; color:#514721; }
		.noticemsg a{ color:#514721;text-decoration:underline; }


/* =default-classes
-------------------------------------------------------------- */

		.img-align-left{ margin:5px 10px 0 0; float:left; }
		.img-align-right{ margin:5px 0 0 10px; float:right; }

		.text-right{ text-align:right; }
		.text-center{ text-align:center; }

		.text-highlight{ padding:2px 5px; background-color:#ffd324; color:#111111; }
		.text-highlight2{ padding:2px 5px; background-color:#c6d880; color:#111111; }

		.bordered{ padding:5px; border:1px solid #efefef; }
		.avatar { border: 1px solid #EFEFEF;padding: 5px; }


/* GRID
-------------------------------------------------------------- */

		/* Clear Fix Hack - add  class="fixed"  to div's that have floated elements in them */
		.fixed:after{content:"."; display:block; height:0; clear:both; visibility:hidden;}
			.fixed{display:block;}
			/*  \*/
			.fixed{min-height:1%;}
			* html .fixed{height:1%;}

		.row{  }

			.col-876{ width:876px; float:left; margin-right:20px; }
			.col-700{ width:700px; float:left; margin-right:20px; }
			.col-680{ width:680px; float:left; margin-right:20px; }
			.col-596{ width:596px; float:left; margin-right:0px; }
			.col-580{ width:580px; float:left; margin-right:20px; }
			.col-520{ width:520px; float:left; margin-right:20px; }
			.col-460{ width:460px; float:left; margin-right:20px; }
			.col-400{ width:400px; float:left; margin-right:20px; }
			.col-340{ width:340px; float:left; margin-right:20px; }
			.col-300{ width:300px; float:left; margin-right:20px; }
			.col-278{ width:278px; float:left; margin-right:20px; }
			.col-240{ width:240px; float:left; margin-right:20px; }
			.col-220{ width:220px; float:left; margin-right:20px; }
			.col-180{ width:180px; float:left; margin-right:20px; }
			.col-160{ width:160px; float:left; margin-right:20px; }

		.last{ margin-right:0px; }
		.clear{ clear:both; }
		.block{ display:block; }
		.hide{ display: none; }


/* =LAYOUT
-----------------------------------------------------------------------------------------------*/
	#header, #content, #footer {
	background:url(images/bg/content_bg.png) repeat-y;
	padding: 0px 42px;
	}

	#top_header {
	background:url(images/bg/top_header_bg.png) no-repeat;
	height:74px;
	}
	#bottom_footer {
	background:url(images/bg/bottom_footer_bg.png) no-repeat;
	height:74px;
	}


	#wrap{ width:960px; padding:0px; margin:0 auto; background-color:#ffffff;
		    }


		#header{  }

			.header-widget { overflow:hidden;margin:10px 0px 10px 0px;}
			.dropdown-container { position:relative; z-index:10; right: 2px;}  /* IE6 and IE7 fix for the dropdown  */
			.slideshow-container { position:relative; z-index:5; }  /* menu showing below the slider bug */
			.inner-page-title-container { position:relative; z-index:5;overflow: hidden; }
		/* =additional
			-----------------------------------------------------------------------------------------------*/
		#header h2 {margin:0px}


			/* =logo
			-----------------------------------------------------------------------------------------------*/
			h1.homepage_title { display:block; float:left;font-size: 1.7em;line-height: 26px;font-weight:normal;margin-bottom: 5px;}
			a#logo{ display:block; float:left;font-size: 1.7em;line-height: 26px;text-decoration: none;margin-bottom: 5px; }
			a#logo img{ display:block; }

			/* =slogan
			-----------------------------------------------------------------------------------------------*/
			.slogan {margin: 10px 0px 10px 0px;}
			#wrap #slogan {
				clear:both;
				padding-top:0px;
				font-size: 1.17em;
				line-height: 15px;
				font-family: 'Georgia', 'Times New Roman', Helvetica, Arial, sans-serif;
				font-size: 21px;
				font-style: italic;
				line-height: 24px;
				color: #FFF;
			}
			#tag-line {
				font-family: sansumiregular;
				float: left;
				font-size: 12px;
				position: relative;
				left: 12px;
				color: #FFF;
				letter-spacing: 1px;
			}
			#nk-header-wrapper {
				z-index: 10;
				position: relative;
			}
			#earth-texts {
				width: 234px;
			}
			#earth {
				position: absolute;
				z-index: 0;
				right: 20px;
				bottom: -53px;
				width: 190px;
				height: 257px;
				background: url('images/picto_datadocke.jpg') center center no-repeat;
				background-size: 110px;
				/*opacity: 0.6;*/
				z-index: 0;
			}
			.earth-text {
				font-family: sansumiregular;color: white;
			}
			.earth-text a {
				color: #FFF;
			}
			.earth-small {
				font-size: 0.7em;
				line-height: 1em;
			}
			.earth-big {
				font-size: 1em;
				line-height: 1.3333333333333em;
				padding-bottom: 5px;
			}
			/* =contact header
			-----------------------------------------------------------------------------------------------*/
			#contact_header {color:#346699;font-size: 1.3em;line-height: 20px;margin-bottom: 8px;}

			/* =dropdown-menu
			-----------------------------------------------------------------------------------------------*/

			/* level 1 menu */
			.menu-top-menu-container { float:right;height:29x; }
			/* .menu-principal-container {margin-top:20px} */
			ul#dropdown-menu{
        float:right;
        list-style:none;
        margin-bottom:0px;
        margin-top:0px;
        height:32px;
        display:inline-block;
        width:876px;border-top: 1px solid white;padding:5px 0 2px;
      }

			ul#dropdown-menu > li{ float: left;
				/*width: 136px;*/
				width:125px;
				text-align: center;
			}
			ul#dropdown-menu > li:first-child {
				/*width: 59px;*/
				width:initial;
			}
			ul#dropdown-menu > li:first-child a {
				padding: 5px 10px 0px;
				text-align: left;
			}
			body ul#dropdown-menu li a {
			font-size: 0.70em;
			}
			ul#dropdown-menu > li a{ display: block; text-transform:uppercase; color:#252525;
				font-size: 0.85em;
				padding: 0px 10px;
				line-height: 16px;
				color: #B0B0B0;
			}
			ul#dropdown-menu li.hover, ul.dropdown-menu li:hover{ position: relative; }
			ul#dropdown-menu li.hover a{ text-decoration:none; color:white } /* styleing when hovering on menu item a */
			ul#dropdown-menu li.current > a{ color:white; }
			ul#dropdown-menu li .sub-menu li a{ color:#252525; }
			ul#dropdown-menu li.last > a{ padding-right:0px; }

				/* level 2 menu */
				ul#dropdown-menu ul{ position:absolute; top:100%; left:21px; width:180px; list-style:none; display:none;
									  border:1px solid #efefef; border-bottom:none; background-color:#ffffff; z-index:35; }
				ul#dropdown-menu ul li{ width:180px;text-align: left; }
				ul#dropdown-menu ul li a{ width:160px; display: inline-block; border:none; padding:5px 10px; text-transform:none;
										  font-weight:normal; border-bottom:1px solid #efefef; color:#666666; } /* IE 6 and 7 Needs Inline Block */
				ul#dropdown-menu ul li a:hover{ background-color:#f5f5f5; }

					/* level 3 menu */
					ul#dropdown-menu ul ul{ left:100%; top:-1px; }
					ul#dropdown-menu li:hover > ul{ visibility:visible; }

			.arrow{ background:url(_layout/images/bg-sidenav.gif) no-repeat 165px 12px; }

			/* =select-menu (responsive)
			-----------------------------------------------------------------------------------------------*/
			.mobileMenu {
			width: 41.5%;
			min-width: 22px;
			-webkit-appearance: none;
			-moz-border-radius: 0px;
			-webkit-border-radius: 0px;
			border-radius: 0px;
			background-image: url(_layout/images/mobile_menu_arrows.png);
			background-position: center right;
			background-repeat: no-repeat;
			}


			/* =inner-page
			-----------------------------------------------------------------------------------------------*/

			.inner-page-title-container{ position:relative; height:160px; border-top: 1px solid white;margin-bottom: 10px;padding-top: 10px;right:2px}
			.inner-page-title-container img {max-width:none}  /* => annule la propriete responsive par defaut */
			.inner-page-title{ position:absolute; top:0; left:0; background:rgba(0, 0, 0, 0.5);width: 48.5%; height: 100%; overflow:hidden; color:red;}
			.inner-page-title h1{ color:#ffffff;margin:16%;text-transform:uppercase}
			.inner-page-title  p{ color:#999999; margin-bottom:0; }
			.inner-page-title  a{ color:#F8971C; text-decoration:underline; }


		#content{ min-height:600px;}


			/* =pdf
			-----------------------------------------------------------------------------------------------*/
			.pdf{ background:url(_layout/images/bg-pdf.png) no-repeat 5px 12px; padding:15px 10px 10px 65px; width:125px; min-height:48px; }

			/* =side-nav
			-----------------------------------------------------------------------------------------------*/

			.side-nav{ list-style-type:none; list-style-position:outside; border-top:1px solid #efefef; }
			.side-nav li{ border-bottom:1px solid #efefef; }
			.side-nav li a:hover{ }
			.side-nav li a{ display:block; padding:5px 0 5px 25px; background:#ffffff url(_layout/images/bg-sidenav.gif) no-repeat 10px 12px; }
			.side-nav li.current a{ color:#000000; }
			.side-nav li.current a:hover{ text-decoration:none; }

			.list-nav ul { list-style-type:none; list-style-position:outside; border-top:1px solid #efefef; }
			.list-nav ul li{ border-bottom:1px solid #efefef; }
			.list-nav ul li a:hover{ }
			.list-nav ul li a{ display:inline-block; padding:5px 0 5px 25px; background:#ffffff url(_layout/images/bg-sidenav.gif) no-repeat 10px 12px; }
			.list-nav ul li.current a{ color:#000000; }
			.list-nav ul li.current a:hover{ text-decoration:none; }

			/* =New side_nav NIKEO
			-----------------------------------------------------------------------------------------------*/
			li.page_item  {display:block; padding:5px 0 5px 25px; background:#ffffff url(_layout/images/bg-sidenav.gif) no-repeat 10px 12px;}
			li.page_folder {display:block; padding:5px 0 5px 25px; background:#ffffff url(_layout/images/bg-sidenav.gif) no-repeat 10px 12px}
			li.current_page_item a{color:#ff6600;}
			li.current_page_item .page_item a{color:#1C1C1C;}
			li.current_page_item li a{color:#346699;}
			.nav  ul {margin-bottom:0px}


			/* =tabs
			-----------------------------------------------------------------------------------------------*/
			.tabs-menu{ margin-bottom:0; list-style:none; }
			.tabs-menu li{ display:inline; }
			.tabs-menu li a{ float:left; padding:5px 20px; display:block; border-right:1px solid #ffffff; border-top:2px solid #ffffff; }
			.tabs-menu li.current a{ background-color:#f5f5f5; border-top:2px solid #efefef; color:#666; }
			.tabs-content{ padding:30px 20px; background-color:#f5f5f5; margin-bottom:20px; }

			/* =accordion DESACTIVATION
			-----------------------------------------------------------------------------------------------*/
			/* .accordion { list-style-type: none;  }
			.accordion li { background:#212121; cursor: pointer; float: left; display: block; width:100%; }
			.accordion li.current>a { background: url(_layout/images/bg-accordion.png) no-repeat right 8px; }
			.accordion li div { padding:20px 20px; background:#f5f5f5; }
			.accordion li a{ text-decoration: none; display: block; cursor: pointer; background: url(_layout/images/bg-accordion.png) no-repeat right -55px;
							 padding:5px; border-bottom:1px solid #ffffff;  padding:5px 20px; color:#fff; } */


		#footer{ padding-bottom:5px;font-size: 12px;!important}
			/* contact info */
			.contact_info_wrap p {color:white;font-size:1em}
			.contact_info_wrap a {color:white!important;font-size:1em}

			/* =footer-nav
			-----------------------------------------------------------------------------------------------*/

			.footer-nav-1, .footer-nav-2{  list-style-type:none; list-style-position:outside; margin-bottom:0; float:left; }
			.footer-nav-2{ margin-left:20px; }

			/* =newsletter-subscribe
			-----------------------------------------------------------------------------------------------*/

			#newsletter-subscribe fieldset{ border:none; margin:0; padding:0; position:relative; margin-bottom:15px; }
			#subscribe-email{ margin:0; padding:5px; height:15px; width:208px; font-size:12px; border:1px solid #e1e1e1; color:#008000; }
			#subscribe-email:focus{ border:1px solid #cccccc; color:#666666; }
			#newsletter-subscribe .subscribe-submit-btn{ position:absolute; top:1px; right:1px; padding:0 5px 0 5px; width:55px;
														 height:25px; cursor:pointer; border: none; background-color:#e1e1e1; color:#666666; }

			.ie6 #newsletter-subscribe .subscribe-submit-btn, .ie7 #newsletter-subscribe .subscribe-submit-btn{ top:2px; }
			.ie6 #subscribe-email, .ie7 #subscribe-email, .ie8 #subscribe-email{ border:1px solid #cccccc; }

			/* =social-media
			-----------------------------------------------------------------------------------------------*/

			#social-media{ list-style-type:none; margin-bottom:0; }
			#social-media li{ float:left; }
			#social-media li img{ display:block; float:left; margin-right:5px; }
			#social-media li a{ display:block; float:left; margin-right:5px; line-height:32px;margin-top: 5px; }
			#social-media li{ opacity:0.6 }
			#social-media li:hover{ opacity:1 }

			/* widget_text */
			.widget p {color:white}
			.widget p strong {font-size:12px}
			.widget .screen-reader-text {color:white}
			#footer #text-2 {position: relative;left: 10px;}
			#footer .widget {font-size:10px}
			/*copyright*/
			.copyright {font-size:11px;position:relative;left:40px;top:10px}

/* =PAGES
-----------------------------------------------------------------------------------------------*/

/* =INDEX
-----------------------------------------------------------------------------------------------*/

	/* =medd boxes
	-----------------------------------------------------------------------------------------------*/
	.cahier_left {
	position:relative;
	left: 40px;
	max-width: 510px;
	line-height:1.7em;
	}
	.cahier_left > span {
	color: #FFF!important;
	width: 450px;
	float: left;
	font-size: 0.9em!important;
	}
	.cahier_left a {
	color:white!important;width: 450px;
	float: left;
	font-size: 0.9em!important;
	}
	.greenbox_big .cahier_left {
	top: 25px;
	}
	.greenbox .cahier_left {
	top: 11px;
	}

	.cahier_right {
	position:relative;
	left:40px;
	top:10px;
	text-transform:uppercase
	}

	.no-bottom-margin {margin-bottom:0px}

	.greenbox {
	background:url(images/boxes/greenbox.png) no-repeat;
	height:37px;
	width:588px;
	margin-bottom:11px;
	opacity:0.9
	}
	.greenbox_big {
	background:url(images/boxes/greenbox_big.png) no-repeat;
	height:87px;
	width:588px;
	margin-bottom:10px;
	opacity:0.9
	}
	.greenbox .button.small span, .greenbox_big .button.small span {
	font-size: 10px;
	}
	.greenbox .button span, .greenbox_big .button span {
	line-height:1.4em;
	}
	.greenbox:hover, .greenbox_big:hover {opacity:1}
	.bluebox {
	background:url(images/boxes/bluebox.png) no-repeat;
	height:37px;
	width:270px;
	margin-bottom: 11px;
	margin-left: 5px;
	opacity:0.7;
	}
	.bluebox_big  {
	background:url(images/boxes/bluebox_big.png) no-repeat;
	height:85px;
	width:270px;
	margin-bottom: 11px;
	margin-left: 5px;
	}
	.bluebox h4 {
		font-size: 1em;
	}
	.bluebox a, .bluebox_big a {color:white}
	.bluebox:hover, .selected {opacity:1!important}
	.actubox_top {
	background:url(images/boxes/actubox_top.png) no-repeat;
	color:grey;
	height:41px;
	width:269px;
	margin-left: 7px;
	position: relative;
	top: 5px;
	}
	.actubox_middle {
	background:url(images/boxes/actubox_middle.png) repeat-y;
	color:grey;
	width:269px;
	min-height:236px;
	margin-left: 7px;
	}
	.actubox_bottom {
	background:url(images/boxes/actubox_bottom.png) no-repeat;
	color:grey;
	height:41px;
	width:269px;
	margin-left: 7px;
	position: relative;
	}
	.actubox_middle .actu-content {
	margin:0px 10px;
	width:230px;
	}
	.spirale {
	position:relative;
	top: 6px;
	left: -24px;
	/* background:url(images/boxes/spirale.png) no-repeat; */
	width:46px;
	height:0px;
	z-index:10;
	opacity:1;
	}
	.spirale-actu {
	position: relative;
	top: 6px;
	left: -24px;
	width: 46px;
	height: 0px;
	z-index: 10;
	}
	.spirale_bas {
	position:relative;
	top: 61px;
	left: -28px;
	background:url(images/boxes/spirale.png) no-repeat;
	width:46px;
	height:4px;
	}
	.whitebox_top {
	background:url(images/boxes/whitebox_top.png) no-repeat;
	color:grey;
	height:42px;
	width:588px;
	}
	.whitebox_middle {
	background:url(images/boxes/whitebox_middle.png) repeat-y;
	color:grey;
	width:588px;
	min-height:236px
	}
	.whitebox_middle .main-content {
	margin:0px 20px;
	width:530px;
	}
	.main-content {margin-top:-10px}
	.whitebox_bottom {
	background:url(images/boxes/whitebox_bottom.png) no-repeat;
	color:grey;
	height:41px;
	width:588px;
	margin-bottom: 12px;
	}

	/* =slideshow-index
	-----------------------------------------------------------------------------------------------*/

	#slideshow-index{ position:relative; z-index:10; height:350px }

		#slideshow-index ul{ position:relative; width:100%; height:100%; overflow:hidden; margin-bottom:0; list-style:none; z-index:15; }
		#slideshow-index ul li{ width:100%; height:100%; position:relative; }
		#slideshow-index ul li img{ position:absolute; top:0; left:0; z-index:20;width:100% }

			#slideshow-index ul li .slidetext{ position:absolute; bottom:65px; right:0px; z-index:25; overflow:hidden;
											   padding:45px 50px; width:360px; height:130px; background:url(_layout/images/bg-slider.png) repeat top left; }
				.slidetext h2{ color:#fff; }
				.slidetext p{ color:#999; margin-bottom:0; }
				.slidetext a{ color:#fff; text-decoration:underline; }

	#index-slideshow-pager{ width:200px; text-align:left; z-index:35; position:absolute; left:20px; bottom:12px;  }
	.ie7 #index-slideshow-pager{ bottom:15px; }
	#index-slideshow-pager a{ text-align:left; background:url(_layout/images/bg-pager.png) no-repeat 0 0; display:inline-block;
							 width:14px; height:14px; margin-left:1px; outline-style:none; text-indent:-9999px; }
	#index-slideshow-pager .activeSlide{ background:url(_layout/images/bg-pager.png) no-repeat 0 -64px; }

	/* =services-overview
	-----------------------------------------------------------------------------------------------*/

	#page-block{ list-style-type:none; list-style-position:outside; margin-bottom:0; }
		#page-block li{ width:180px; padding:19px; border:1px solid #efefef; float:left; margin-left:15px; margin-top: 5px; overflow:hidden; position:relative; }
		#page-block li:hover{ cursor:pointer; }
		#page-block li.first{ margin-left:0;}
		.page-block-overlay{ position:absolute; top:12px; right:10px; width:30px; height:30px; background:url(_layout/images/bg-fade.png) no-repeat center center; }

	/* =news-box
	-----------------------------------------------------------------------------------------------*/
	.news-picker{}
	.news-picker strong{ width:50px; display:block; float:left; }

	/* .news{border: 1px solid #EFEFEF;padding:10px} */
	.date{ color:#999999; margin-bottom:0;}
	#news-box{ list-style-type:none; list-style-position:outside; margin-bottom:0; }
		#news-box li{ padding:5px 0; float:left}
		#news-box li span{ color:#999999; }
		#news-box li.first{ padding-top:5px;  }

	/* =clients
	-----------------------------------------------------------------------------------------------*/

	#clients-overview{}
	#clients-overview .client{ width:98px; height:75px; border:1px solid #efefef; float:left; margin-right:20px; }
	#clients-overview .last{ margin-right:0; }

	.client-small.mright { margin-right:20px; }
	.client-small.mleft { margin-left:20px; }

	.client-small { width:98px; height:75px; border:1px solid #efefef; float:left; }
	.client-small .client-logo { width:98px;height:75px;border:none; }

/* =TEAM
-----------------------------------------------------------------------------------------------*/

	.team-social-media{ list-style-type:none; margin-bottom:0; }
	.team-social-media li{ float:left; }
	.team-social-media li img{ display:block; float:left; margin-right:5px; }
	.team-social-media li a{ display:block; float:left; margin-right:5px; line-height:14px; }



/* =TESTIMONIALS
-----------------------------------------------------------------------------------------------*/

	.latest-clients{}

	.client{}
	.client-logo{ width:208px; height:135px; border:1px solid #efefef; margin-bottom:20px; }
	.client p{ color:#999999; }

	.latest-clients-list{}
	.latest-clients-list p{ line-height:30px; }

	.testimonial{}


/* =SERVICES
-----------------------------------------------------------------------------------------------*/

	.services{}
	.services li{ margin-bottom:20px; }


/* =PORTOFOLIO
-----------------------------------------------------------------------------------------------*/

	.portfolio-item{}
		.portfolio-item-preview{ display:block; background:url(_layout/images/bg-fade.png) no-repeat center center;  }
		.ie6 .portfolio-item-preview{ background:none; }

	.pagination{ list-style:none; }
		.pagination li{ display:inline; border:1px solid #efefef; margin-right:7px;  padding:4px 9px; float:left;  }
		.pagination li a{ display:block;  }
		.pagination li.current a{ text-decoration:underline; }


	/* =slideshow-portofolio
	-----------------------------------------------------------------------------------------------*/

	#slideshow-portfolio{ position:relative; }

		#slideshow-portfolio ul{ position:relative; width:700px; height:300px; overflow:hidden; margin-bottom:0; list-style:none; }
		#slideshow-portfolio ul li{ width:700px; height:300px; position:relative; }
		#slideshow-portfolio ul li img{ position:absolute; top:0; left:0; }

		#portfolio-slideshow-pager{ width:200px; text-align:right; z-index:35; position:absolute; right:20px; bottom:12px;  }
		.ie7 #portfolio-slideshow-pager{ bottom:15px; }
			#portfolio-slideshow-pager a{ text-align:left; background:url(_layout/images/bg-pager.png) no-repeat 0 0; display:inline-block;
										  width:14px; height:14px; margin-left:1px; outline-style:none; text-indent:-9999px; }
			#portfolio-slideshow-pager .activeSlide{ background:url(_layout/images/bg-pager.png) no-repeat 0 -64px; }


/* =BLOG
-----------------------------------------------------------------------------------------------*/

	.blog-sidebar{}
	.blog-sidebar .date{ padding-right:0; }

	.blog{}
	.blog-post{}

	.comment{ margin-bottom:20px; }
	.comment .who{ margin-bottom:5px; }

	/* =search
	-----------------------------------------------------------------------------------------------*/

	#search fieldset{ position:relative; border:none; margin:0; margin-top:0; padding:0; }
	#search-input{ width:208px; padding:5px; margin:0;  font-size:12px; border:1px solid #e1e1e1; color:#cccccc; }
	#search-input:focus{ border:1px solid #cccccc; color:#666666; }
	#search .search-submit-btn{ position:absolute; top:5px; right:5px; height:17px; width:20px; outline:none;
								background:url(_layout/images/bg-search.png) no-repeat top left; cursor:pointer; border:none; }

	.ie6 #search .search-submit-btn{ top:6px; }
	.ie6 #search-input, .ie7 #search-input, .ie8 #search-input{  }


/* =CONTACT
-----------------------------------------------------------------------------------------------*/

	#contact-form{}
	#contact-form fieldset{ margin:0; padding:15px 0 15px 0; }
	#contact-form fieldset > div,#contact-form p{ padding:5px 0 5px 25px; margin:1px; }
	p#formstatus{ border:none; border-bottom:1px solid #efefef; padding-right:25px; margin-bottom:10px; }

/* ======================================================= */
/* ======================================================= */
/* ADDITIONNAL CSS
/* ======================================================= */
/* ======================================================= */

/* ======================================================= */
/*                          Table                          */
/* ======================================================= */
/* table, td, th {
	vertical-align: middle;
}
caption {
	padding-bottom: 0.8em;
} */
/* Table Style
---------------------------------------------------------- */
.table_style
{
	border: 1px solid #dddddd;
	margin-bottom:20px;
}
.table_style table
{
	text-align: left;
	border-collapse: collapse;
	border: 1px solid #fff;
	width:100%;
	padding:0;
	margin:0;
}
.table_style th
{
	text-align:center;
	padding:12px;
	font-weight: normal;
	font-size: 14px;
	color: #555;
	background-color:#EEEEEE;
}
.table_style tbody
{
	background: #F9F9F9;
}
.table_style td
{
	text-align:center;
	padding: 10px;
	color: #666;
	border-top: 1px dashed #fff;
}
.table_style tbody tr:hover td
{
	color: #333;
	background: #fff;
	border-top: 1px solid #fff;
}
.table_style tfoot
{
	background-color:#f3f3f3;
}
.table_style tfoot td
{
	padding:8px;
}
/* ======================================================= */
/*                         Columns                         */
/* ======================================================= */
/* Basic columns
---------------------------------------------------------- */
.un_demi, .un_tiers, .deux_tiers, .trois_quarts, .un_quart, .un_cinquieme, .deux_cinquiemes, .trois_cinquiemes, .quatre_cinquiemes, .un_sixieme, .cinq_sixiemes {
	position: relative;
	margin-right: 1.5%;
	float: left;
	min-height: 1px;
	height: auto !important;
	height: 1px;
}
.un_demi {
	width: 48%;
}
.un_tiers {
	width: 32.3%;
}
.deux_tiers {
	width: 65.3332%;
}
.un_quart {
	width: 22%;
}
.deux_quarts {
	width: 48%;
}
.trois_quarts {
	width: 74%;
}
.un_cinquieme {
	width: 16.8%;
}
.deux_cinquiemes {
	width: 37.6%;
}
.trois_cinquiemes {
	width: 58.4%;
}
.quatre_cinquiemes {
	width: 79.2%;
}
.un_sixieme {
	width: 13.3333%;
}
.deux_sixiemes {
	width: 30.6666%;
}
.trois_sixiemes {
	width: 47.9998%;
}
.quatre_sixiemes {
	width: 65.3332%;
}
.cinq_sixiemes {
	width: 82.6665%;
}
.derniere {
	margin-right: 0 !important;
	clear: right;
}
/* Two level columns
---------------------------------------------------------- */
.un_demi .un_demi {
	margin-right: 8.3333%;
	width: 45.8333%;
}
.un_demi .un_tiers {
	margin-right: 8.3333%;
	width: 27.7778%;
}
.un_demi .deux_tiers {
	margin-right: 8.3333%;
	width: 63.8889%;
}
.deux_tiers .un_tiers {
	margin-right: 6.1224%;
	width: 29.2517%;
}
.deux_tiers .deux_tiers {
	margin-right: 6.1224%;
	width: 64.6258%;
}
.deux_tiers .un_quart {
	margin-right: 6.1224%;
	width: 20.4082%;
}
/* ======================================================= */
/*                         Divider                         */
/* ======================================================= */
.divider {
	position:relative;
	clear:both;
	display:block;
	padding-top: 5px;
	margin-bottom: 5px;
	border-bottom:1px solid #EEEEEE;
}
.divider.top a {
	position:absolute;
	right:0;
	top:10px;
	width:20px;
	background:none repeat scroll 0 0 #FFFFFF;
	font-size:10px;
	padding:0 2px;
	text-align:right;
	text-decoration:none;
	color:#ccc;
}
.divider_padding {
	position:relative;
	clear:both;
	display:block;
	padding-top:30px;
}
.divider_line {
	position:relative;
	clear:both;
	display:block;
	border-bottom:1px solid #EEEEEE;
	margin-bottom:10px;
}

/* ======================================================= */
/*                      Images Styles                      */
/* ======================================================= */
/* Basic image style
---------------------------------------------------------- */
/* .preloading {
	background:url("nk_shortcodes/images/loading.gif") #f9f9f9 no-repeat 50% 50%;
}
img.alignleft, .wp-caption.alignleft{
	margin:2px 16px 2px 2px !important;
}
img.alignright, .wp-caption.alignright {
	margin:2px 2px 2px 16px !important;
}
img.aligncenter, .wp-caption.aligncenter {
	display: block;
	margin: 2px auto !important;
	text-align: center;
} */
/* wp default image
---------------------------------------------------------- */
.wp-caption {
	background: #f5f5f5;
	border: 1px solid #ddd;
	margin-bottom: 10px;
	padding-top: 5px;
	text-align: center;
}
.wp-caption img {
	border: 0 none;
	margin: 0;
	padding: 0;
}
p.wp-caption-text {
	font-size: 12px;
	line-height: 16px;
	margin: 0;
	padding: 0 5px 5px;
	text-align: center;
}
/* Image with frame
---------------------------------------------------------- */
.image_styled {
	margin-bottom: 5px;
}
.image_styled.aligncenter .image_frame,.image_styled.aligncenter .image_shadow{
	margin: 0 auto;
}
.image_frame {
	background-color:#f9f9f9;
	background:url("nk_shortcodes/images/loading.gif") #f9f9f9 no-repeat 50% 50%;
	position: relative;
}
.image_styled,.image_frame,.image_styled img {
	display: block;
}
.image_frame img {
	/* visibility: hidden; */
}
#feature .image_frame img {
	visibility: visible;
}
.image_frame {
	border:1px solid #eee;
}

.image_overlay {
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	visibility:hidden;
	overflow: hidden;
}
.image_icon_zoom .image_overlay {
	background:url("nk_shortcodes/images/image_icon_zoom.png") no-repeat scroll 50% 50% transparent;
}
.image_icon_play .image_overlay {
	background:url("nk_shortcodes/images/image_icon_play.png") no-repeat scroll 50% 50% transparent;
}
.image_icon_doc .image_overlay {
	background:url("nk_shortcodes/images/image_icon_doc.png") no-repeat scroll 50% 50% transparent;
}
.image_icon_link .image_overlay {
	background:url("nk_shortcodes/images/image_icon_link.png") no-repeat scroll 50% 50% transparent;
}
.image_styled.alignleft {
	margin-right:16px;
}
.image_styled.alignright {
	margin-left:16px;
}
.image_no_link {
	cursor: default;
}
/* Picture Frame
---------------------------------------------------------- */
.picture_frame {
	background:url("nk_shortcodes/images/picture_frame.png") no-repeat scroll 0 0 transparent;
	height:166px;
	width:148px;
	margin-bottom:20px;
}
.picture_frame img{
	padding:20px 21px 20px 21px;
	width:106px;
	height:126px;
}

/* ======================================================= */
/*                    Gallery shortcode                    */
/* ======================================================= */
.gallery {
	display: block;
	clear: both;
	overflow: hidden;
	margin: 0 auto;
}
.gallery .gallery-row {
	display: block;
	clear: both;
	overflow: hidden;
	margin: 0;
}
.gallery .gallery-image {
	opacity:0;
	visibility:hidden;
}
.gallery .gallery-item {
	overflow: hidden;
	float: left;
	margin: 0;
	text-align: center;
	list-style: none;
	padding: 0;
}
.gallery .gallery-image-wrap {
	overflow:hidden;
	position:relative;
}
.gallery .gallery-item img, .gallery .gallery-item img.thumbnail {
	max-width: 89%;
	height: auto;
	padding: 1%;
	display:block;
	margin: 0 auto;
}
.gallery-caption {
	margin-left: 0;
}

/* Image sizes depending on the number of columns */
.gallery .col-0 { width: 100%; }
.gallery .col-1 { width: 100%; }
.gallery .col-2 { width: 50%; }
.gallery .col-3 { width: 33.33%; }
.gallery .col-4 { width: 25%; }
.gallery .col-5 { width: 20%; }
.gallery .col-6 { width: 16.66%; }
.gallery .col-7 { width: 14.28%; }
.gallery .col-8 { width: 12.5%; }
.gallery .col-9 { width: 11.11%; }
.gallery .col-10 { width: 10%; }
.gallery .col-11 { width: 9.09%; }
.gallery .col-12 { width: 8.33%; }
.gallery .col-13 { width: 7.69%; }
.gallery .col-14 { width: 7.14%; }
.gallery .col-15 { width: 6.66%; }
.gallery .col-16 { width: 6.25%; }
.gallery .col-17 { width: 5.88%; }
.gallery .col-18 { width: 5.55%; }
.gallery .col-19 { width: 5.26%; }
.gallery .col-20 { width: 5%; }
.gallery .col-21 { width: 4.76%; }
.gallery .col-22 { width: 4.54%; }
.gallery .col-23 { width: 4.34%; }
.gallery .col-24 { width: 4.16%; }
.gallery .col-25 { width: 4%; }
.gallery .col-26 { width: 3.84%; }
.gallery .col-27 { width: 3.7%; }
.gallery .col-28 { width: 3.57%; }
.gallery .col-29 { width: 3.44%; }
.gallery .col-30 { width: 3.33%; }
/* ======================================================= */
/*                   Extended Typography                   */
/* ======================================================= */
/* dropcap
---------------------------------------------------------- */
.dropcap1, .dropcap2, .dropcap3, .dropcap4 {
	float: left;
	text-align: center;
	overflow:hidden;
}
.dropcap1 {
	background:url("nk_shortcodes/images/dropcap_styles_black.png") no-repeat scroll 0px -48px transparent;
	color:#fff;
	line-height: 42px;
	width: 40px;
	margin:0 8px -4px 0;
	font-size: 32px;
}
.dropcap1.black {
	background-image:url("nk_shortcodes/images/dropcap_styles_black.png");
}
.dropcap1.gray {
	background-image:url("nk_shortcodes/images/dropcap_styles_gray.png");
}
.dropcap1.red {
	background-image:url("nk_shortcodes/images/dropcap_styles_red.png");
}
.dropcap1.orange {
	background-image:url("nk_shortcodes/images/dropcap_styles_orange.png");
}
.dropcap1.magenta {
	background-image:url("nk_shortcodes/images/dropcap_styles_magenta.png");
}
.dropcap1.yellow {
	background-image:url("nk_shortcodes/images/dropcap_styles_yellow.png");
}
.dropcap1.blue {
	background-image:url("nk_shortcodes/images/dropcap_styles_blue.png");
}
.dropcap1.pink {
	background-image:url("nk_shortcodes/images/dropcap_styles_pink.png");
}
.dropcap1.green {
	background-image:url("nk_shortcodes/images/dropcap_styles_green.png");
}
.dropcap1.rosy {
	background-image:url("nk_shortcodes/images/dropcap_styles_rosy.png");
}
.dropcap2 {
	background:url("nk_shortcodes/images/dropcap_styles_black.png") no-repeat scroll -52px 2px transparent;
	color:#fff;
	line-height: 44px;
	height:44px;
	width: 38px;
	padding:0 2px 0 0;
	margin:0 8px -4px 0;
	font-size:28px;
}
.dropcap2.black {
	background-image:url("nk_shortcodes/images/dropcap_styles_black.png");
}
.dropcap2.gray {
	background-image:url("nk_shortcodes/images/dropcap_styles_gray.png");
}
.dropcap2.red {
	background-image:url("nk_shortcodes/images/dropcap_styles_red.png");
}
.dropcap2.orange {
	background-image:url("nk_shortcodes/images/dropcap_styles_orange.png");
}
.dropcap2.magenta {
	background-image:url("nk_shortcodes/images/dropcap_styles_magenta.png");
}
.dropcap2.yellow {
	background-image:url("nk_shortcodes/images/dropcap_styles_yellow.png");
}
.dropcap2.blue {
	background-image:url("nk_shortcodes/images/dropcap_styles_blue.png");
}
.dropcap2.pink {
	background-image:url("nk_shortcodes/images/dropcap_styles_pink.png");
}
.dropcap2.green {
	background-image:url("nk_shortcodes/images/dropcap_styles_green.png");
}
.dropcap2.rosy {
	background-image:url("nk_shortcodes/images/dropcap_styles_rosy.png");
}
.dropcap3 {
	font-size:40px;
	line-height: 40px;
	width:44px;
	height:44px;
	margin:0 0 -4px 0;
}
.dropcap4 {
	font-size:36px;
	line-height: 40px;
	width:44px;
	height:44px;
	margin:0 0 -4px 0;
}
.dropcap3.black, .dropcap4.black {
	color: #333333;
}
.dropcap3.gray, .dropcap4.gray {
	color: #666666;
}
.dropcap3.red, .dropcap4.red {
	color: #e62727;
}
.dropcap3.orange, .dropcap4.orange {
	color: #ff5c00;
}
.dropcap3.magenta, .dropcap4.magenta {
	color: #a9014b;
}
.dropcap3.yellow, .dropcap4.yellow {
	color: #ffb515;
}
.dropcap3.blue, .dropcap4.blue {
	color: #00ADEE;
}
.dropcap3.pink, .dropcap4.pink {
	color: #e22092;
}
.dropcap3.green, .dropcap4.green {
	color: #91bd09;
}
.dropcap3.rosy, .dropcap4.rosy {
	color: #f16C7c;
}
/** fix cufon position **/
.dropcap1 .cufon-canvas {
	margin-top:-4px;
}
.dropcap2 .cufon-canvas {
	margin-top:-2px;
}
.dropcap3 .cufon-canvas {
	margin-top:-4px;
}
/* highlight
---------------------------------------------------------- */
.highlight {
	background: #FFFF99;
}
.highlight.dark {
	background: #333;
	color:#FFF;
}
/* code & pre
---------------------------------------------------------- */
.code,.pre{
	border: 1px solid #e0e0e0;
	padding: 10px;
	background:#ffffff;
	white-space: pre-wrap;                 /* CSS3 browsers  */
	white-space: -moz-pre-wrap !important; /* 1999+ Mozilla  */
	white-space: -pre-wrap;                /* Opera 4 thru 6 */
	white-space: -o-pre-wrap;              /* Opera 7 and up */
	overflow:auto;
}
.code {
	background:url("nk_shortcodes/images/code_bg.gif") repeat scroll 0 0 #f2f3f5;
	padding:20px 10px;
}


/* blockquote
---------------------------------------------------------- */
blockquote {
	/* font-family: Georgia,"Times New Roman",Times,serif; */
	font-size: 1em;
	color:#444;
	line-height: 24px;
	padding: 0px 20px 10px 45px;
	background:url("nk_shortcodes/images/quote.gif") no-repeat scroll 0px 6px transparent;
}
blockquote p {
	margin-bottom:8px;
	font-style: italic;
}
blockquote.alignleft {
	margin: 0px 20px 0 0;
	width: 220px;
}
blockquote.alignright {
	margin: 0px 0 0 20px;
	width: 220px;
}
blockquote cite {
	color: #666;
	font-size: 12px;
	font-style: normal;
}
/* list style
---------------------------------------------------------- */
ul.list1, ul.list2, ul.list3, ul.list4, ul.list5, ul.list6, ul.list7, ul.list8, ul.list9, ul.list10, ul.list11, ul.list12 {
	list-style-type:none;
	margin-left:5px;
}
ul.list1 li,ul.list2 li,ul.list3 li,ul.list4 li,ul.list5 li,ul.list6 li,ul.list7 li,ul.list8 li,ul.list9 li,ul.list10 li,ul.list11 li,ul.list12 li {
	background-image:url("nk_shortcodes/images/list_styles_black.png");
	background-repeat:no-repeat;
	background-attachment:scroll;
	background-color:transparent;
	padding-left:28px;
	margin:4px 0;
}
ul.list1 li{
	background-position: -340px 0px;
}
ul.list2 li{
	background-position: -310px -30px;
}
ul.list3 li{
	background-position: -280px -60px;
}
ul.list4 li{
	background-position: -250px -90px;
}
ul.list5 li{
	background-position: -220px -120px;
}
ul.list6 li{
	background-position: -190px -150px;
}
ul.list7 li{
	background-position: -160px -180px;
}
ul.list8 li{
	background-position: -130px -210px;
}
ul.list9 li{
	background-position: -100px -240px;
}
ul.list10 li{
	background-position: -70px -270px;
}
ul.list11 li{
	background-position: -40px -300px;
}
ul.list12 li{
	background-position: -10px -330px;
}
ul.list_color_black li {
	background-image:url("nk_shortcodes/images/list_styles_black.png");
}
ul.list_color_gray li {
	background-image:url("nk_shortcodes/images/list_styles_gray.png");
}
ul.list_color_red li {
	background-image:url("nk_shortcodes/images/list_styles_red.png");
}
ul.list_color_orange li {
	background-image:url("nk_shortcodes/images/list_styles_orange.png");
}
ul.list_color_magenta li {
	background-image:url("nk_shortcodes/images/list_styles_magenta.png");
}
ul.list_color_yellow li {
	background-image:url("nk_shortcodes/images/list_styles_yellow.png");
}
ul.list_color_blue li {
	background-image:url("nk_shortcodes/images/list_styles_blue.png");
}
ul.list_color_pink li {
	background-image:url("nk_shortcodes/images/list_styles_pink.png");
}
ul.list_color_green li {
	background-image:url("nk_shortcodes/images/list_styles_green.png");
}
ul.list_color_rosy li {
	background-image:url("nk_shortcodes/images/list_styles_rosy.png");
}
/* Text with icons
---------------------------------------------------------- */
.correct {
position: relative;
bottom: 5px;
width: 100%;
display: inline-block;
}
.icon_text {
	padding:0 0 0 25px;
	background-image:url("nk_shortcodes/images/icons.png");
	background-repeat:no-repeat;
	background-attachment:scroll;
	background-color:transparent;
}
#footer .icon_text.default {
	background-image:url("nk_shortcodes/images/footer_icons.png");
}
.icon_globe {
	background-position: -390px 0px;
}
.icon_home {
	background-position: -360px -30px;
}
.icon_email {
	background-position: -330px -60px;
}
.icon_user {
	background-position: -300px -90px;
}
.icon_multiuser {
	background-position: -270px -120px;
}
.icon_id {
	background-position: -240px -150px;
}
.icon_addressbook {
	background-position: -210px -180px;
}
.icon_phone {
	background-position: -180px -210px;
}
.icon_link {
	background-position: -150px -240px;
}
.icon_chain {
	background-position: -120px -270px;
}
.icon_calendar {
	background-position: -90px -300px;
}
.icon_tag {
	background-position: -60px -330px;
}
.icon_download {
	background-position: -30px -360px;
}
.icon_cellphone {
	background-position: 1px -390px;
}
.icon_text.default {
	background-image:url("nk_shortcodes/images/icons_black.png");
}
.icon_text.black {
	background-image:url("nk_shortcodes/images/icons_black.png");
}
.icon_text.gray {
	background-image:url("nk_shortcodes/images/icons_gray.png");
}
.icon_text.red {
	background-image:url("nk_shortcodes/images/icons_red.png");
}
.icon_text.orange {
	background-image:url("nk_shortcodes/images/icons_orange.png");
}
.icon_text.magenta {
	background-image:url("nk_shortcodes/images/icons_magenta.png");
}
.icon_text.yellow {
	background-image:url("nk_shortcodes/images/icons_yellow.png");
}
.icon_text.blue {
	background-image:url("nk_shortcodes/images/icons_blue.png");
}
.icon_text.pink {
	background-image:url("nk_shortcodes/images/icons_pink.png");
}
.icon_text.green {
	background-image:url("nk_shortcodes/images/icons_green.png");
}
.icon_text.rosy {
	background-image:url("nk_shortcodes/images/icons_rosy.png");
}

/* ======================================================= */
/*                      Boxes Styles                       */
/* ======================================================= */
/* Messages
---------------------------------------------------------- */
.info, .error, .notice, .success {
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	border: 1px solid #bbb;
	margin-bottom: 20px;
}
.message_box_content h3 {
	margin-bottom: 0px;
}
.message_box_content {
	border: 1px solid #fff;
	padding:10px;
}
.info {
	background: #D7E7F5;
	color: #5E6984;
	border-color: #AACEE6;
}
.error {
	background: #FDE9EA;
	color: #A14A40;
	border-color: #FDCED0;
}
.notice {
	background: #FFF9CC;
	color: #736B4C;
	border-color: #FFDB4F;
}
.success {
	background: #E2F2CE;
	color: #466840;
	border-color: #BFE098;
}
.info a {
	color: #5E6984 !important;
}
.error a {
	color: #A14A40 !important;
}
.notice a {
	color: #736B4C !important;
}
.success a {
	color: #466840 !important;
}
.error_msg {
	margin-top: -20px;
	margin-bottom: 20px;
	background: none repeat scroll 0 0 #fff3f3;
	border: 1px solid #fcbec0;
	border-top: 0 none;
	color: #684c4c;
}
.error_msg ul, .error_msg ol {
	margin-bottom: 0;
}
/* Framed box
---------------------------------------------------------- */
.framed_box {
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	border: 1px solid #bbb;
	margin-bottom: 20px;
}
.rounded,.rounded .framed_box_content{
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.framed_box.center{
	text-align:center;
}
.framed_box_content {
	border: 1px solid #fff;
	background-color: #f0f0f0;
	padding:12px;
	padding-bottom: 0;
}

/* Note box
---------------------------------------------------------- */
.note {
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08); /* FF3.5+ */
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08); /* Saf3.0+, Chrome */
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08); /* Opera 10.5, IE 9.0 */
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	border:1px solid #eee;
	border:1px solid rgba(0, 0, 0, 0.08);
	margin-bottom: 20px;
	background-color:#FEFDF0;
	background: -moz-linear-gradient(
		center top,
		rgba(255, 255, 0, .1) 0%,
		rgba(238, 238, 0, .08) 100%
	);/* FF3.6 */
	background: -webkit-gradient(
		linear,
		center bottom,
		center top,
		from(rgba(238, 238, 0, .1)),
		to(rgba(255, 255, 0, .08))
	);/* Saf4+, Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#15FFFF00', EndColorStr='#19EEEE00'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#15FFFF00', EndColorStr='#19EEEE00')"; /* IE8 */
}
.note_title{
	padding:15px 20px 5px 16px;
	margin:0;
}
.note.alignleft{
	margin:2px 16px 16px 2px !important;
}
.note.alignright{
	margin:2px 2px 16px 16px !important;
}
.note_content {
	padding:0 15px 20px;
}



/* ======================================================= */
/*                     Buttons Styles                      */
/* ======================================================= */
.button, .button span {
	display: inline-block;
}
.button.rounded, .button.rounded span {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.button {
	white-space: nowrap;
	line-height:1em;
	position:relative;
	outline: none;
	overflow: visible; /* removes extra side padding in IE */
	cursor: pointer;
	border: 1px solid #999;/* IE */
	border: rgba(0, 0, 0, .2) 1px solid;/* Saf4+, Chrome, FF3.6 */
	border-bottom:rgba(0, 0, 0, .4) 1px solid;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	background: -moz-linear-gradient(
		center top,
		rgba(255, 255, 255, .1) 0%,
		rgba(0, 0, 0, .1) 100%
	);/* FF3.6 */
	background: -webkit-gradient(
		linear,
		center bottom,
		center top,
		from(rgba(0, 0, 0, .1)),
		to(rgba(255, 255, 255, .1))
	);/* Saf4+, Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF', EndColorStr='#19000000'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF', EndColorStr='#19000000')"; /* IE8 */
	-moz-user-select: none;
	-webkit-user-select:none;
	-khtml-user-select: none;
	user-select: none;
}
button::-moz-focus-inner {
    border: none; /* overrides extra padding in Firefox */
}
button.button {
	padding:0px;
	margin:0;
}
a.button, a.button:hover {
	text-decoration: none;
	font-size: 0.97em;
}
.button.full, .button.full span {
	display: block;
}
.button:hover, .button.hover {
	background: -moz-linear-gradient(
		center top,
		rgba(255, 255, 255, .2) 0%,
		rgba(255, 255, 255, .1) 100%
	);/* FF3.6 */
	background: -webkit-gradient(
		linear,
		center bottom,
		center top,
		from(rgba(255, 255, 255, .1)),
		to(rgba(255, 255, 255, .2))
	);/* Saf4+, Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#33FFFFFF', EndColorStr='#19FFFFFF'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#33FFFFFF', EndColorStr='#19FFFFFF')"; /* IE8 */
}
.button:active, .button.active {
	top:1px;
	background: -moz-linear-gradient(
		center top,
		rgba(0, 0, 0, .1) 0%,
		rgba(255, 255, 255, .1) 100%
	);/* FF3.6 */
	background: -webkit-gradient(
		linear,
		center bottom,
		center top,
		from(rgba(255, 255, 255, .1)),
		to(rgba(0, 0, 0, .1))
	);/* Saf4+, Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#19000000', EndColorStr='#19FFFFFF'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#19000000', EndColorStr='#19FFFFFF')"; /* IE8 */
}
.button span {
	position: relative;
	color:#fff;
	text-shadow:0 1px 1px rgba(0, 0, 0, 0.25);
	border-top: rgba(255, 255, 255, .2) 1px solid;
	padding:0.6em 1.3em;
	line-height:1em;
	text-decoration:none;
	text-align:center;
	white-space: nowrap;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	/* Safari and Google Chrome only - fix margins */
	button.button span {
		margin-top: -1px;
		margin-left:-2px;
		margin-right:-2px;
	}
}
.button.small span {
	font-size:12px;
}
.button.medium span {
	font-size:14px;
}
.button.large span {
	font-size:18px;
}
/* Button Color Scheme
---------------------------------------------------------- */
.button.black {
	background-color: #333333;
}
.button.gray {
	background-color: #666666;
}
.button.white {
	background-color: #FFFFFF;
}
.button.white span{
	color: #666666;
}
.button.red {
	background-color: #e62727;
}
.button.orange {
	background-color: #ff5c00;
}
.button.magenta {
	background-color: #A9014B;
}
.button.yellow {
	background-color: #ffb515;
}
.button.blue {
	background-color: #00ADEE;
}
.button.pink {
	background-color: #e22092;
}
.button.green {
	background-color: #91bd09;
}
.button.rosy {
	background-color: #F16C7C;
}
/* ======================================================= */
/*                        ColorBox                         */
/* ======================================================= */
/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}

/*
    ColorBox example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background:#000;}

#colorbox{}
    #cboxTopLeft{width:29px; height:29px; background:url("nk_shortcodes/images/colorbox_corners.png") 0 0 no-repeat;}
    #cboxTopCenter{height:29px; background:url("nk_shortcodes/images/colorbox_corners.png") 0 -29px repeat-x;}
    #cboxTopRight{width:29px; height:29px; background:url("nk_shortcodes/images/colorbox_corners.png") -29px 0 no-repeat;}
    #cboxBottomLeft{width:29px; height:70px; background:url("nk_shortcodes/images/colorbox_corners.png") 0 -58px no-repeat;}
    #cboxBottomCenter{height:70px; background:url("nk_shortcodes/images/colorbox_corners.png") 0 -128px repeat-x;}
    #cboxBottomRight{width:29px; height:70px; background:url("nk_shortcodes/images/colorbox_corners.png") -29px -58px no-repeat;}
    #cboxMiddleLeft{width:29px; background:url("nk_shortcodes/images/colorbox_border.png") 0 0 repeat-y;}
    #cboxMiddleRight{width:29px; background:url("nk_shortcodes/images/colorbox_border.png") -29px 0 repeat-y;}
    #cboxContent{background:#fff;}
        #cboxLoadedContent {}
        #cboxLoadingOverlay{background:url("nk_shortcodes/images/colorbox_loading_bg.png") center center no-repeat;}
        #cboxLoadingGraphic{background:url("nk_shortcodes/images/loading_big.gif") center center no-repeat;}
        #cboxTitle{position:absolute; bottom:-30px; left:0; text-align:center; width:100%;height:20px; font-size:20px; color:#666;}
        #cboxCurrent{position:absolute; bottom:-33px; right:15px; color:#999;}

		#cboxPrevious,#cboxNext{z-index:1000;position:absolute;top:0;width:40%; height:100%;text-indent:-9999px;background:url("nk_shortcodes/images/blank.gif") 0 0 repeat;}
		#cboxPrevious{ left:-1px;}
		#cboxPrevious:hover{background:url("nk_shortcodes/images/colorbox_previous.png") left center no-repeat;}
		#cboxNext{right:-1px;}
		#cboxNext:hover{background:url("nk_shortcodes/images/colorbox_next.png") right center no-repeat;}
		#cboxClose{position:absolute; top:-1px; right:5px; display:block; background:url("nk_shortcodes/images/colorbox_close.png") 0 0 no-repeat; width:45px; height:26px; text-indent:-9999px;z-index:100000;}
		#cboxClose:hover{}

        .cboxSlideshow_on #cboxSlideshow{background-position:-125px 0px; right:27px;}
        .cboxSlideshow_on #cboxSlideshow.hover{background-position:-150px 0px;}
        .cboxSlideshow_off #cboxSlideshow{background-position:-150px -25px; right:27px;}
        .cboxSlideshow_off #cboxSlideshow.hover{background-position:-125px 0px;}

#colorbox.withVideo #cboxPrevious,#colorbox.withVideo #cboxNext{
	width:30px;
	height:200px;
	top:95px;
}

/* fixes png-transparency for IE. */
.cboxIE #cboxTopLeft,.cboxIE #cboxTopCenter,.cboxIE #cboxTopRight,.cboxIE #cboxBottomLeft,.cboxIE #cboxBottomCenter,.cboxIE #cboxBottomRight,.cboxIE #cboxMiddleLeft,.cboxIE #cboxMiddleRight {
	background:transparent;
}




/* ======================================================= */
/*                Tabs & Accordion & Toggle                */
/* ======================================================= */
/* Tabs
---------------------------------------------------------- */
.tabs_container {
	margin-bottom: 20px;
}
ul.tabs {
	overflow:hidden;
	border-bottom: 1px solid #ddd;
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.tabs li {
	border: 1px solid #ddd;
	border-bottom: 0;
	display: inline;
	float: left;
	margin: 0 -1px -1px 0;
	padding: 1px;
}
ul.tabs a {
	display: block;
	padding: 0 10px;
	background: #f5f5f5;
	color: #666;
	padding: 6px 9px;
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	white-space: nowrap;
}
ul.tabs a:hover {
	background: #fff;
	text-decoration: none;
}
ul.tabs li a.current {
	background: #fff;
	color: #333;
	cursor: default;
}
.tabs_container .panes {
	border: 1px solid #ddd;
	border-top: 0;
	margin: 0;
	padding: 10px 15px;
	background: #fff;
}
.tabs_container .panes > div{
	display:none;
}
#footer ul.tabs li{
	padding: 0px;
	margin: 0 0 -1px 0;
}
#footer ul.tabs, #footer ul.tabs li, #footer .tabs_container .panes {
	border-color:#999;
	border-color: rgba(255, 255, 255, 0.15);
}
#footer ul.tabs a {
	background: transparent;
}
#footer ul.tabs a:hover, #footer ul.tabs li a.current {
	background-color: transparent;
}
#footer ul.tabs li a.current {
	background-color: rgba(255, 255, 255, 0.1);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF',EndColorStr='#19FFFFFF');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF',EndColorStr='#19FFFFFF')";
}
#footer .tabs_container .panes {
	padding: 10px 15px;
	background: transparent;
}

/* Accordion
---------------------------------------------------------- */
.accordion {
	border:1px solid #ddd;
	margin-bottom:20px;
}
.accordion .tab {
	color:#666;
	background-color:#f5f5f5;
	margin:0;
	padding:5px 15px;
	font-size:14px;
	font-weight:normal;
	border:1px solid #fff;
	border-bottom:none;
	cursor:pointer;
	border-bottom:1px solid #ddd;
}
/* currently active header */
.accordion .tab.current {
	color:#333;
	cursor:default;
	background-color:#fff;
}
/* accordion pane */
.accordion .pane {
	border-bottom:1px solid #ddd;
	display:none;
	padding:10px 15px;
	font-size:12px;
	overflow: hidden;
}
.accordion .tab:nth-last-child(2) {
	border-bottom:none;
}
.accordion .pane:last-child {
	border-top:1px solid #ddd;
	border-bottom:none;
}


/* Toggle
---------------------------------------------------------- */
.toggle {
	position:relative;
	margin-bottom:10px;
}
.toggle_title {
	margin:0;
	padding:5px 10px 5px 45px;
	font-size:18px;
	line-height:18px;
	background: url("nk_shortcodes/images/toggle_buttons.png") no-repeat scroll -30px 3px transparent;
	cursor:pointer;
}
.toggle_active .toggle_title {
	background-position: 0px -27px;
}
.toggle_content {
	padding:10px;
	margin-top:5px;
	margin-left:5px;
	display:none;
}

/* Mini Tabs
---------------------------------------------------------- */
.mini_tabs_container {
	margin-bottom: 20px;
}
ul.mini_tabs {
	overflow:hidden;
	background:url("nk_shortcodes/images/mini_tabs_border.gif") repeat-x scroll left bottom transparent;
	list-style: none;
	margin: 0;
	padding: 0;
	padding-left:10px;
}
ul.mini_tabs li {
	-webkit-border-top-left-radius: 1px;
	-webkit-border-top-right-radius: 1px;
	-moz-border-radius-topleft: 1px;
	-moz-border-radius-topright: 1px;
	border-top-left-radius: 1px;
	border-top-right-radius: 1px;
	border: 1px solid #ddd;
	border-bottom: 0;
	display: inline;
	float: left;
	margin: 0 4px 0 0;
	padding: 1px 1px 0px;
}
ul.mini_tabs a {
	display: block;
	padding: 0 10px;
	background: #f5f5f5;
	color: #666;
	padding: 2px 10px 2px;
	font-size: 12px;
	font-weight:bold;
	line-height: 20px;
	white-space: nowrap;
	margin-bottom: 1px;
}
ul.mini_tabs a:hover {
	background: #fff;
	text-decoration: none;
}
ul.mini_tabs li a.current {
	background: #fff;
	color: #333;
	cursor: default;
	margin-bottom: 0px;
	padding-bottom:3px;
}
.mini_tabs_container .panes {
	margin: 0;
	padding: 10px 0px;

}
.mini_tabs_container .panes > div{
	display:none;
	overflow:hidden;
}
#footer ul.mini_tabs {
	background:url("nk_shortcodes/images/footer_list_divider.png") repeat-x scroll left bottom transparent;
	padding-bottom:1px;
	padding-left:0;
}
#footer ul.mini_tabs li{
	border:none;
	padding:0px;
}
#footer ul.mini_tabs a {
	background: transparent;
	padding:3px 6px 2px;
}
#footer ul.mini_tabs a:hover, #footer ul.mini_tabs li a.current {
	background-color: transparent;
}
#footer ul.mini_tabs li a.current {
	background-color: rgba(255, 255, 255, 0.1);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF',EndColorStr='#19FFFFFF');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF',EndColorStr='#19FFFFFF')";
}

/* Content Slider -------------------------------------------------------------*/
.content-slider-wrap {
position: relative;
height: auto;
padding: 0;
opacity: 0;
-moz-opacity: 0;
-khtml-opacity: 0;
z-index: 0;
}

.post-slide {
position: relative;
overflow: hidden;
width: auto !important;
height: 100%;
}

.content-slide-column {float:left;}

.slidernav {
background-image: url(_layout/images/content-slider/css-sprite.png);
cursor: pointer;
top: 50%;
margin-top: -27px;
position: absolute;
width: 38px;
height: 54px;
display: block;
}
.slidernav a {
display: block;
height: 100%;
}
div.slidernav-left, div.slidernav-right, div.islider-nav {
position: absolute;
width: 38px;
height: 100%;
z-index: 999;
}
.slidernav-left, .slidernav-right {
top: 0;
}

.slidernav-right {
right: -10px;
}

.slidernav-left {
left: -10px;
}

.slidernav-left .slidernav {
background-position: -40px 0;
}
.slidernav-right .slidernav {
background-position: -120px 0;
right: 0;
}

/* =admin bar	-------------------------------------------------------------- */
.nikeo-icon {
background: url(_layout/images/admin_bar/avatar_nikeo.png) 0 0 no-repeat!important;
background-size: 28px 28px;
width: 30px!important;
display: block;
opacity:0.6
}
.nikeo-icon a:hover {
background: url(_layout/images/admin_bar/avatar_nikeo.png) 0 0 no-repeat!important;
background-size: 28px 28px;
display: block;
}
.nikeo-icon:hover {
opacity:1!important;
}

.home #front-page-newsletter h2 {
	margin-bottom: 0px;
}

.home #front-page-newsletter td {
	padding: 5px 15px;
}
.home #front-page-newsletter table {
	margin-bottom: 10px;
}

.home .whitebox_middle {
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.docs-peda {
  text-align: center;
  text-transform: uppercase;
  border-top: 1px solid #FFF;
  padding: 8px 0;
  font-family: 'Cantarell';
}
.docs-peda a {
  color: #B0B0B0;
  font-size: 16px;
  line-height: 23px;
  text-decoration: none;
}
.docs-peda a:hover{
  color: white;
}

span.session-inscription {
    height: 40px;
    /**display: block;**/
    line-height: 28px;
}

a.subscription-link {
	margin-bottom:15px;
}