/*
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
img {
	border: 0;
	max-width: 100%;
	vertical-align: middle;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* FONT STYLES*/
body{
	font-size: 100%;
	background: #fff;
	font-family: 'Gudea', sans-serif;
	font-size: 0.625em;
	height: 100%;
}

/* FONT STYLES*/
h3{
	font-size: 24px;
	font-family: Helvetica, Arial, sans-serif;
	color: #333333;
	margin-bottom: 25px;
}
h4{
	margin-bottom: 25px;
	font-size: 18px;
	font-family: Helvetica, Arial, sans-serif;
}
h5{
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
}
p{
	font-size: 1.6em;
	color: #555;
	line-height:25px;
	margin: 20px 0;
	padding: 0;
}
a {
	color: #F67B2C;
	text-decoration: none;
	outline: none;
}
a:hover{text-decoration: underline;}

.clearfix:after {
    content: " "; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden; 
  font-size: 0;
  width: 100%;
}

strong{
	font-weight: bold;
}
/* END FONTS STYLES */

/* CONTAINER */
.container {
width: 980px;
margin: 0 auto;
position: relative;
}

/* HEADER */

header{
	margin: 0;
	padding: 0;
	background: #fff;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f0f0f0), top(#fff));/* Safari 5.1+, Mobile Safari, Chrome 10+ */
	background-image: -webkit-linear-gradient(top, #f0f0f0, #fff); /* Firefox 3.6+ */
	background-image: -moz-linear-gradient(top, #f0f0f0, #fff);/* IE 10+ */
	background-image: -ms-linear-gradient(top, #f0f0f0, #fff);/* Opera 11.10+ */
	background-image: -o-linear-gradient(top, #f0f0f0, #fff);
	width: 100%;
}
.fondheader {
display: block;
height: 140px;
background: transparent url('../images/fond_header2.png') right bottom no-repeat;

}
header h1 a{
	display: block;
	text-indent: -999999px;
	background: url('../images/justilium_logo.png') 0 10px no-repeat;
	width: 244px;
	height: 140px;
	margin: 0;
	padding: 0;
}

#left {
	float: left;
	width: 75%;
	margin-right: 2%;
	overflow: hidden;
}
#right {
	float: left;
	width: 22%;
	overflow: hidden;
	
}
nav{
	clear: both;
	width: 978px;
	height: 50px;
	margin: 0 auto;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	-o-border-radius: 0 0 5px 5px;
	background-color: #14579a; /* Fallback */
	/* Safari 4+, Chrome 1-9 */
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#6fcbee), top(#14579a));
	/* Safari 5.1+, Mobile Safari, Chrome 10+ */
	background-image: -webkit-linear-gradient(top, #6fcbee, #14579a); 
	/* Firefox 3.6+ */
	background-image: -moz-linear-gradient(top, #6fcbee, #14579a);
	/* IE 10+ */
	background-image: -ms-linear-gradient(top, #6fcbee, #14579a);
	/* Opera 11.10+ */
	background-image: -o-linear-gradient(top, #6fcbee, #14579a);
	border: 0;
	box-shadow: 0px 5px 5px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 5px 5px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px 5px 5px rgba(0,0,0,0.4);
	-o-box-shadow: 0px 5px 5px rgba(0,0,0,0.4);
}

nav .responsive_button {
	background: #aaa url('../images/icon_menu_mobil_intranet.png') 97% center no-repeat;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-size: 1.6em;
	display: none;
	line-height: 50px;
	cursor: pointer;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.8);
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	}
nav .responsive_button a, nav .responsive_button a:active, nav .responsive_button a:focus, nav .responsive_button a:hover {
	color: #FFF;
	text-decoration: none;
}	 

nav ul li{
	float: left;
	border-right: 1px solid #14579a;
	border-left: 1px solid #6fcbee;
}
nav ul li.home{
	border-left: none;
}

nav ul li.last{
	border-left: none;
	border-right: none;
	float: right;
	margin-right: 20px;
}
nav ul li a{
	text-decoration: none;
	display: block;
	padding: 0 40px;
	height: 50px;
	line-height: 50px;
	font-size: 1.6em;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0,0,0,0.8);
	-webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
	text-align: center;
}
nav ul li a:focus, nav ul li a:active, nav ul li a:hover{
	background: #14579a;
	color: #FFF;
	text-decoration: none;
}

nav ul li.current {
	display: block;
	padding: 0 40px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0,0,0,0.8);
	background: #14579a;
	text-align: center;
}
nav ul li div input[type=text]{
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	background: #4b9241;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #5ead52;
	border-top: 1px solid #346d2c;
	color: #fff;
	text-shadow: 0 1px 0 #387031;
	padding: 5px 0 5px 20px;
	width: 200px;
}
nav ul li div input[type=text]:focus{
	outline: none;
}

/* TO STYLE PLACE HOLDER */
::-webkit-input-placeholder {
   color: #fff;
}
:-moz-placeholder {  
   color: #fff;   
}

nav form.newsletter {
	float: left;
	padding: 0;
	padding: 12px 0 0 0;
}

nav input[type=submit]{
	background: transparent;
	border: 1px solid rgba(0, 96, 157, 0.35);
	margin: 0 0 0 10px;
	height: 30px;
	width: 30px;
	float: left;
	color: #fff;
	cursor: pointer;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
nav input[type=submit]:hover {
	background: #14579A;
			-webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
nav input[type=text]{
	float: left;
	background: #f0f0f0;
	border: 1px solid #ddd;
	margin: 0 0 0 35px;
	height: 24px;
	width: 180px;
	font-size: 14px;
	padding: 0 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-o-border-radius: 5px;
	outline: 0;
	color: #222;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.3) inset;
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.3 inset);
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.3)v;
	-o-box-shadow: 1px 1px 2px rgba(0,0,0,0.3) inset;
		-webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

nav input[type=text]:hover, nav input[type=text]:focus {
	background: #FFF;
	color: #34251C;
	width: 200px;
	-webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
}
 img.newsletter {
	float: left;
	-moz-transform: rotate(-18deg);
	-webkit-transform: rotate(-18deg);
	-o-transform: rotate(-18deg);
	transform: rotate(-18deg);
	margin: 0 10px 0 0;
	}
/* END HEADER */

#container{
	/*width: 1002px;
	margin: 0 auto;
	background: #fff;*/
}

.slideshow {
	margin: 20px auto;
	width: 975px;
	background: #f0f0f0;
	overflow: hidden;
	position: relative;
	border: 5px solid rgba(0,0,0,0.1);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-o-border-radius: 5px;
}

.slideshow span {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	border: 10px solid rgba(255,255,255,0.2);
}

.container .bloc-grid {
	margin: 0;
	padding: 0;
	overflow: hidden;

}

.container .right .social {float: left; margin: 10px 0 0 40px;}
.container .right {
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
	background: #f5f5f5;
	text-shadow: 1px 1px 1px rgba(255,255,255, 1);
	border: 5px solid rgba(55,37,28,0.2);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-o-border-radius: 10px;
	overflow: hidden;	
}
.container .right img.eric {
	float: left;
	margin: 10px 10px 5px 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-o-border-radius: 5px;
	line-height: 20px;
}
.container .right h3 {
	text-align: center;
	padding: 10px;
	margin: 0;
	color: #555;
	font-size: 1.4em;
	text-transform: uppercase;
	background: #ccc;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eee), top(#ccc));/* Safari 5.1+, Mobile Safari, Chrome 10+ */
	background-image: -webkit-linear-gradient(top, #eee, #ccc); /* Firefox 3.6+ */
	background-image: -moz-linear-gradient(top, #eee, #ccc);/* IE 10+ */
	background-image: -ms-linear-gradient(top, #eee, #ccc);/* Opera 11.10+ */
	background-image: -o-linear-gradient(top, #eee, #ccc);
	text-shadow: 1px 1px 1px rgba(255,255,255, 1);
	}
.container .right p {
	font-size: 1.5em;
	margin: .5em;
	text-align: justify;
	line-height: 1.5;
}
.container .right a, .container .right a:visited {
	color: #F67B2C;
	text-decoration: none;
}
.container .right a:hover {
	text-decoration: underline;
}
.container .bloc-grid h3 {
	font-size: 2.6em;
	color: #14579a;
	margin: 0 0 10px 0;
	padding: 10px 15px;
	text-shadow: 0 1px 0 rgba(255,255,255,0.7); 
	background: #14579a; /* Old browsers */
	background: -moz-linear-gradient(top, #14579a 0%, #6fcbee 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#14579a), color-stop(100%,#6fcbee)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #14579a 0%,#6fcbee 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #14579a 0%,#6fcbee 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #14579a 0%,#6fcbee 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ddd 0%,#aaa 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#14579a', endColorstr='#6fcbee',GradientType=0 ); /* IE6-9 */
	-moz-border-radius: 5px;
	border-radius: 5px;

	/*box-shadow: 0px 2px 5px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.3);
	-o-box-shadow: 0px 2px 5px rgba(0,0,0,0.3);*/
} 
.container .bloc-grid ul {
	width: auto;
	margin: 10px;	
	padding: 20px;
	border: 1px solid #ddd;
	background: #eee;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), top(#eee));/* Safari 5.1+, Mobile Safari, Chrome 10+ */
	background-image: -webkit-linear-gradient(top, #fff, #eee); /* Firefox 3.6+ */
	background-image: -moz-linear-gradient(top, #fff, #eee);/* IE 10+ */
	background-image: -ms-linear-gradient(top, #fff, #eee);/* Opera 11.10+ */
	background-image: -o-linear-gradient(top, #fff, #eee);
	-moz-border-radius: 5px;
	border-radius: 5px;
	-o-border-radius: 5px;

}

.container .bloc-grid ul li {
	display: block;
	line-height: 1em;
	padding: 10px 0 10px 18px;
	margin-right: 10px;
	font-size: 1.7em;
	color: #333;
	background: url('../images/arrow_liste.png') 0 13px no-repeat;
}
.container .bloc-grid ul li a, .container .bloc-grid ul li a:visited {
color: #F67B2C;
text-decoration: none;
-webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.container .bloc-grid ul li a:hover {
text-decoration: underline;
}
/* SHARE */

.container .right ul {
	margin: 10px 0 0 25px;
	padding: 0
	display: block;
}
.container .right ul li {
	float: left;
	margin-right: 10px;
}
/* icones facebook*/
.container .right .fk a {
	float: left;
	background: url('../images/ico_fk.png') 0 0 no-repeat;
	width: 40px;
	height: 40px;
		-webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
	
}
.container .right .fk a:hover {
	background-position: 0 -40px;
}
/* icones twitter*/
.container .right .tw a {
	float: left;
	background: url('../images/ico_tw.png') 0 0 no-repeat;
	width: 40px;
	height: 40px;
	-webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
	
}
.container .right .tw a:hover {
	background-position: 0 -40px;
}
/* icones linkedin*/
.container .right .in a {
	float: left;
	background: url('../images/ico_in.png') 0 0 no-repeat;
	width: 40px;
	height: 40px;
		-webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
	
}
.container .right .in a:hover {
	background-position: 0 -40px;
}
/* icones linkedin*/
.container .right .viadeo a {
	float: left;
	background: url('../images/ico_viadeo.png') 0 0 no-repeat;
	width: 40px;
	height: 40px;
		-webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
	
}
.container .right .viadeo a:hover {
	background-position: 0 -40px;
}
/* SHARE */

/* TEMOIGNAGES */

#temoignages .item {
	display: block;
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #EEE;
	background: #eee;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), top(#eee));/* Safari 5.1+, Mobile Safari, Chrome 10+ */
	background-image: -webkit-linear-gradient(top, #fff, #eee); /* Firefox 3.6+ */
	background-image: -moz-linear-gradient(top, #fff, #eee);/* IE 10+ */
	background-image: -ms-linear-gradient(top, #fff, #eee);/* Opera 11.10+ */
	background-image: -o-linear-gradient(top, #fff, #eee);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}
#temoignages .item:hover {
	background: #FFF;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eee), top(#fff));/* Safari 5.1+, Mobile Safari, Chrome 10+ */
	background-image: -webkit-linear-gradient(top, #eee, #fff); /* Firefox 3.6+ */
	background-image: -moz-linear-gradient(top, #eee, #fff);/* IE 10+ */
	background-image: -ms-linear-gradient(top, #eee, #fff);/* Opera 11.10+ */
	background-image: -o-linear-gradient(top, #eee, #fff);
	-webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}	

#temoignages .item p {
	font-size: 12px;
	font-style: italic;
}

#temoignages .item a, #temoignages .item a:visited {
	display: block;
	margin-top: 10px;
	color: #35251C;
	text-decoration: none;
	-webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}	

#temoignages .item a:hover {
	color: #F67B2C;
	text-decoration: underline;
}
#temoignages .item h4 {
	font-size: 16px;
	padding: 0 10px;
	margin: 0;
	color: #555;
	font-weight: normal;
}

/* TEMOIGNAGES */

/* BOUTONS */

.linkPage, .linkPage:visited {
	text-decoration: none;
	padding: 10px;
	margin: 0 5px;
	background: #f68d49;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	border: 0;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
	-webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.linkPage:hover {
	text-decoration: none;
	background: #F67B2C;
	-webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
	
}
.container .right a.linkOther {
	background: #555;
	text-decoration: none;
	display: block;
	padding: 8px;
	margin: 0 10px 0 0;
	color: #eee;
	text-shadow: none;
	font-weight: normal;
	font-size: 12px;
	-webkit-transition: all 0.15s ease 0s;
  -moz-transition: all 0.15s ease 0s;
  -o-transition: all 0.15s ease 0s;
  transition: all 0.15s ease 0s;
  border-radius: 4px;
} 
.container .right a.linkOther:hover {
	color: #fff;
	background: #F67B2C;
	-webkit-transition: all 0.15s ease 0s;
  -moz-transition: all 0.15s ease 0s;
  -o-transition: all 0.15s ease 0s;
  transition: all 0.15s ease 0s;
}
/* FOOTER */
footer{
	border-top: 1px dotted #e5e5e5;
	display: block;
	margin: 70px 0 0 0;
	position: relative;
	padding: 0 0 30px 0;
	background: #fff;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), top(#f0f0f0));/* Safari 5.1+, Mobile Safari, Chrome 10+ */
	background-image: -webkit-linear-gradient(top, #fff, #f0f0f0); /* Firefox 3.6+ */
	background-image: -moz-linear-gradient(top, #fff, #f0f0f0);/* IE 10+ */
	background-image: -ms-linear-gradient(top, #fff, #f0f0f0);/* Opera 11.10+ */
	background-image: -o-linear-gradient(top, #fff, #f0f0f0);
}
.fondFooter {
	background: transparent url('../images/logo_footer.png') 10px 0 no-repeat;
}
footer .fresk {
	position: absolute;
	right: 100px;
	bottom: 20px;
	width: 140px;
	height: 143px;
	background: url('../images/fresk2.png') bottom right no-repeat;
	z-index: 1;
}
footer .content_footer {
	overflow: hidden;
	padding: 100px 160px 0 0;
}
footer .content_footer ul.legal {
	margin: 0;
	padding: 0;
	float: right;
	line-height: 25px;
	font-size:1.2em;
}
footer .content_footer ul.legal li {
	float: left;
	color: #333;
}
footer .content_footer ul.legal li .separator {
	margin: 0 5px;
	padding: 0;
	color: #34251C;
}

footer .content_footer ul.social {
	margin: 0;
	padding: 0;
	float: left;	
}
footer .content_footer ul.social li {
	margin-right: 10px;
	padding: 0;
	float: left;
	display: block;
}
footer .content_footer a, footer .content_footer a:visited {
	float: left;
	padding: 0;
	color: #555;
	text-decoration: none;
	-webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
footer .content_footer a:hover {
	color: #14579a;
	text-decoration: underline;
	-webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.back-top{
	position: absolute;
	bottom: 30px;
	right: 50%;
	
}
/* END FOOTER */

/