/** @LAYOUT  **/
@font-face {
    font-family: 'HeydingsCommonIconsRegular';
    src: url('fonts/heydings_icons-webfont.eot');
    src: url('fonts/heydings_icons-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/heydings_icons-webfont.woff') format('woff'),
         url('fonts/heydings_icons-webfont.ttf') format('truetype'),
         url('fonts/heydings_icons-webfont.svg#HeydingsCommonIconsRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'IconicStroke';
    src: url('fonts/iconic_stroke-webfont.eot');
    src: url('fonts/iconic_stroke-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/iconic_stroke-webfont.woff') format('woff'),
         url('fonts/iconic_stroke-webfont.ttf') format('truetype'),
         url('fonts/iconic_stroke-webfont.svg#IconicStrokeRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
html
{
	margin:0;
	padding:0;
	-webkit-background-size: cover; /* pour Chrome et Safari */
	-moz-background-size: cover; /* pour Firefox */
	-o-background-size: cover; /* pour Opera */
	background-size: cover; /* version standardisée */
	background-image:url('../_img/fond.jpg');
	background-repeat: no-repeat;
	background-position:center top;
	background-attachment : fixed;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 1.5;
	background: url('');
	overflow-x:hidden;

}
@font-face {
    font-family: 'eurostileregular';
    src: url('10267-webfont.eot');
    src: url('10267-webfont.eot?#iefix') format('embedded-opentype'),
         url('10267-webfont.woff') format('woff'),
         url('10267-webfont.ttf') format('truetype'),
         url('10267-webfont.svg#eurostileregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'ModernPictogramsNormal';
    src: url('modernpics-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'eurostile_boldregular';
    src: url('10268-webfont.eot');
    src: url('10268-webfont.eot?#iefix') format('embedded-opentype'),
         url('10268-webfont.woff') format('woff'),
         url('10268-webfont.ttf') format('truetype'),
         url('10268-webfont.svg#eurostile_boldregular') format('svg');
    font-weight: bold;
    font-style: normal;

}
article li{
	list-style: square;
}
#contenaire{
	position:relative;
	z-index:40;
	background-color: #ffffff;
	color: #000;
	width: 960px;
	margin: -15px auto;
	-webkit-box-shadow: 0px 5px 75px 5px rgba(20, 20, 20, 0.8);
	-moz-box-shadow: 0px 5px 75px 5px rgba(20, 20, 20, 0.8);
	box-shadow: 0px 5px 75px 5px rgba(20, 20, 20, 0.8);
}

/* Header */
header {
	display:block;
	position: relative;
	margin:auto auto 16px;
	text-align:center;
	background:white;
	width:100%;
	height:83px;
	z-index: 41;
}

.banner {
	color: #f2f2f2;
	background: rgb(40,40,40); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(40,40,40,1) 0%, rgba(89,89,89,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(40,40,40,1)), color-stop(100%,rgba(89,89,89,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(40,40,40,1) 0%,rgba(89,89,89,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(40,40,40,1) 0%,rgba(89,89,89,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(40,40,40,1) 0%,rgba(89,89,89,1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(40,40,40,1) 0%,rgba(89,89,89,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#282828', endColorstr='#595959',GradientType=0 ); /* IE6-9 */
	height:250px;
	overflow: hidden;
}


#jsn-logo {
	position: relative;
margin:auto;

}


#jsn-ptop {
	position: absolute;
	top: 5px;
	right: 20px;
}




.modules_log_cont{
	position: absolute;
	display: block;
}
#logo_compte,#logo_recherche{
	position:relative;
	display:inline-block;
	vertical-align:middle;
	z-index: 1;
}
.modules_log_cont span,.modules_log_cont form,.modules_log_cont p{
	position:relative;
	display:inline-block;
	vertical-align:middle;
}

.modules_log_cont{
	width:12%;
	text-align: left;
	margin-left:12px;
	top:7px;
}
.modules_log_cont div{margin-bottom: 3px;}
.modules_log_cont div:last-child{margin-bottom: 0px;}
.modules_log_cont div a{
	display:block;
	position:relative;
	font-size: 0;
	text-decoration: none;
}



#logo_recherche{
	overflow: hidden;
	text-align: left;
	webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	transition: all 1s;
}
#logo_recherche #recherche, #logo_recherche #ok{
	display:inline-block;
	position:relative;
	border:0;
	padding: 0;
	margin: 0;
	vertical-align: top;
}

.modules_log_cont #logo_recherche #ok{
	
	width:30%;
	color:rgba(255,255,255,1);
	font-family: 'HeydingsCommonIconsRegular';
    font-size: 25px;
    width:30px;
	top:-3px;
	left:0;
    background: none;
}
.modules_log_cont #logo_recherche #recherche{
	
	width: 0%;
	color:rgba(20,20,20,1);
	height:100%;
	
	font-size: 9px;font-size: 0.9rem;
	background: rgba(250,250,250,0.5);
	-ms-transition: all 1s;
	webkit-transition: all 0.7s;
	-moz-transition:   all 0.7s;
	transition: 	   all 0.7s;

}
.modules_log_cont #logo_recherche:hover #recherche{
	width: 70%;
	padding-left: 4px;
	webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	transition: all 1s;
}


.modules_log_cont #recherche_header{
	width: 400px;
}
.modules_log_cont #recherche_header p{
	opacity: 1;
	margin-left: 0px;
	webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	transition: all 1s;
}
.modules_log_cont #recherche_header:hover p{
	opacity: 0;
	webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	transition: all 1s;
}
#logo_compte,
#logo_contact,
#logo_recherche{
	font-family: 'HeydingsCommonIconsRegular';
    font-size: 25px;
    width:30px;
    text-align: center;
    vertical-align: middle;
    height:30px;
    z-index: 1;
	line-height: 1.2;
    background:rgba(50,50,50,1);
    color:rgba(255,255,255,1);
    -webkit-border-radius:2px;
       -moz-border-radius:2px;
	        border-radius:2px;
	        -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}/*
#logo_compte:before{
	content: '';
	position:absolute;
	display:block;
	width:100%;
	height:0%;bottom:0;
	background: none;
	border:0;
	z-index: -1;
	box-shadow: 0px 0px 15px 7px rgba(50,50,50,0.7);
}*/
.modules_log_cont #logo_recherche:hover{
	min-width: 150px;
	text-align: left;
	webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	transition: all 1s;
}
.modules_log_cont div p{
	font-family:'eurostile_boldregular'; 
	text-transform: uppercase;
	color:rgba(50,50,50,0.5);
	margin-left: 5px;
	font-size: 9px;
}






















/* Content */
#jsn-mainmenu {
	height: 30px;
	position: relative;
	background-color: #282828;
/*	z-index: 1; */
}



#jsn-promo {
	color: #f2f2f2;
	background: rgb(40,40,40); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(40,40,40,1) 0%, rgba(89,89,89,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(40,40,40,1)), color-stop(100%,rgba(89,89,89,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(40,40,40,1) 0%,rgba(89,89,89,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(40,40,40,1) 0%,rgba(89,89,89,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(40,40,40,1) 0%,rgba(89,89,89,1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(40,40,40,1) 0%,rgba(89,89,89,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#282828', endColorstr='#595959',GradientType=0 ); /* IE6-9 */
	border-top: 9px inset sivler;
}

#jsn-promo h3 {
	color: #ffffff;
}

#jsn-puser8_inner,
#jsn-puser9_inner {
	position: relative;
	z-index:3;
	padding: 15px;
	
}




#wrapper_body{
	position: relative;
	display: block;
	padding:10px;
	top:-13px;
}
#jsn-mainbody {
	padding: 1.5em;
}
.aside_wrapper{
	position: relative;
	display: inline-block;
	width:17.5%;
	vertical-align: top;
	/*background-color: rgba(50,50,50,0.05);
	margin-left:15px;*/
	/*padding:0px 3px 0px 3px;*/
	margin-right: 1%;
	/*margin-top: 25px;*/
-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.aside{
		position: relative;
	display: block;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#jsn-content {
	position: relative;
	display: inline-block;
	/*background-color: rgba(50,50,50,0.05);*/
	border-bottom: 1px solid #b3b3b3;
    padding-left:20px;
    width:81%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
aside h3{
	margin-top: 0;
	padding:2px;
	
	background-color: rgba(50,50,50,1);
	color:rgba(255,255,255,1);
	padding:5px 0px 5px 5px;
}
aside ul {margin:0;}
aside ul li{
	list-style: none;
	height:45px;
	padding-left: 5px;
	border-bottom:1px solid rgba(50,50,50,0.7);
}
.selected{background: rgba(50, 50, 50,0.6);}
.selected span {color:white;}
aside ul li:last-child{border-bottom:0;}
aside ul li:hover{

	background: rgba(50, 50, 50,0.4);
	border-bottom:1px solid rgba(255,255,255,0.9);
}
aside ul li:last-child:hover{border-bottom:0;}
aside ul li:hover a{
	color:white;
}
aside ul li a{
	text-decoration: none;
	color:rgba(50,50,50,0.7);
	font-weight: bold;
}

aside ul li a span{
	display: block;
	position: relative;
	line-height: 3.7;
}
aside ul li p{

	position: relative;
	display: block;
	margin:0;
	height: 100%;
}
aside ul li p a,aside ul li p span {
	
	position: relative;
	display: block;
	
}
aside ul li p a{width: 45px;}
aside ul li p a span{line-height: 1;}
.aside h3{
	margin-top: 0;
	padding:2px;
	
	background-color: rgba(50,50,50,1);
	color:rgba(255,255,255,1);
	padding:5px 0px 5px 5px;
}
.aside ul {margin:0;}
.aside ul li{
	list-style: none;
	height:45px;
	padding-left: 5px;
	border-bottom:1px solid rgba(50,50,50,0.7);
}

.aside ul li:last-child{border-bottom:0;}
.aside ul li:hover{

	background: rgba(50, 50, 50,0.4);
	border-bottom:1px solid rgba(255,255,255,0.9);
}
.aside ul li:last-child:hover{border-bottom:0;}
.aside ul li:hover a{
	color:white;
}
.aside ul li a{
	text-decoration: none;
	color:rgba(50,50,50,0.7);
	font-weight: bold;

	display: block;
	position: relative;
	line-height: 3.7;
}
.aside ul li p{

	position: relative;
	display: block;
	margin:0;
	height: 100%;
}

.aside ul li p a{width: 45px;line-height: 1;}
.selected{background: rgba(50, 50, 50,0.6);}

.aside ul li.selected a{color:white;}
#jsn-banner {
	text-align: center;
	margin: 0 auto;
	padding: 20px 0 20px 0;
}

#jsn-pleft,
#jsn-pright {
	padding: 1em;
}

/* Footer */
#footer{
    display:relative;
	padding: 0px 10px 10px 0px;
	font-size: 0.9em;
	color: white;
background: rgb(19,19,19); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMTMxMzEzIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOSUiIHN0b3AtY29sb3I9IiMxYzFjMWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIyNCUiIHN0b3AtY29sb3I9IiMyYjJiMmIiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI2MSUiIHN0b3AtY29sb3I9IiM0NzQ3NDciIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI3NSUiIHN0b3AtY29sb3I9IiM2NjY2NjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI4OCUiIHN0b3AtY29sb3I9IiM1OTU5NTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjNGM0YzRjIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
background: -moz-linear-gradient(45deg,  rgba(19,19,19,1) 0%, rgba(28,28,28,1) 9%, rgba(43,43,43,1) 24%, rgba(71,71,71,1) 61%, rgba(102,102,102,1) 75%, rgba(89,89,89,1) 88%, rgba(76,76,76,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(19,19,19,1)), color-stop(9%,rgba(28,28,28,1)), color-stop(24%,rgba(43,43,43,1)), color-stop(61%,rgba(71,71,71,1)), color-stop(75%,rgba(102,102,102,1)), color-stop(88%,rgba(89,89,89,1)), color-stop(100%,rgba(76,76,76,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(45deg,  rgba(19,19,19,1) 0%,rgba(28,28,28,1) 9%,rgba(43,43,43,1) 24%,rgba(71,71,71,1) 61%,rgba(102,102,102,1) 75%,rgba(89,89,89,1) 88%,rgba(76,76,76,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(45deg,  rgba(19,19,19,1) 0%,rgba(28,28,28,1) 9%,rgba(43,43,43,1) 24%,rgba(71,71,71,1) 61%,rgba(102,102,102,1) 75%,rgba(89,89,89,1) 88%,rgba(76,76,76,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(45deg,  rgba(19,19,19,1) 0%,rgba(28,28,28,1) 9%,rgba(43,43,43,1) 24%,rgba(71,71,71,1) 61%,rgba(102,102,102,1) 75%,rgba(89,89,89,1) 88%,rgba(76,76,76,1) 100%); /* IE10+ */
background: linear-gradient(45deg,  rgba(19,19,19,1) 0%,rgba(28,28,28,1) 9%,rgba(43,43,43,1) 24%,rgba(71,71,71,1) 61%,rgba(102,102,102,1) 75%,rgba(89,89,89,1) 88%,rgba(76,76,76,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#131313', endColorstr='#4c4c4c',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */




	width:100%;
	margin: auto;
    margin-top:20px;
}

#jsn-pfooter {
    display:relative;
	text-align: left;
	width:940px;
	margin:auto;
	font-weight:bold;
}
#jsn-footer a:link,
#jsn-footer a:visited {
	color: #000;
	text-decoration: underline;
}

#jsn-footer a:hover {
	text-decoration: none;

}
#jsn-pbottom {
    position: relative;
    display: block;
	 z-index:200;
	 padding:20px 0;
	margin:auto;
	width: 960px;	

}


/* @MODULE STYLES **/

/* search icon */
div.search-icon {
	background: transparent url(../images/icon-module-search.png) no-repeat left center;
	padding-left: 20px;
}

table.poll td,
table.poll-box td,
table.poll-plain td {
	text-align: left;
}

/* moduletable style */
div.module,
div.module-box,
div.module-plain,
div.moduletable-plain,
div.moduletable {
	overflow: hidden;
}

div.module h3, div.module-box h3, div.module-plain h3,
div.moduletable h3, div.moduletable-plain h3 {
	color: #000000;
	font-size: 1.1em;
	margin: 0 0 3px 0;
}

/* Module background styles */
div.module-box {
	padding: 0;
}

div.module-box > div {
	padding: 16px 0 0 0;
}

div.module-box > div > div {
	padding: 0 0 0 16px;
}

div.module-box > div > div > div {
	padding: 0 16px 16px 0;
}

div.box-blue {
	background: transparent url(../images/module-box-blue-bg-r.png) top right no-repeat;
}

div.box-blue > div {
	background: transparent url(../images/module-box-blue-bg-l.png) top left no-repeat;
}

div.box-blue > div > div {
	background: transparent url(../images/module-box-blue-bg-l.png) bottom left no-repeat;
}

div.box-blue > div > div > div {
	background: transparent url(../images/module-box-blue-bg-r.png) bottom right no-repeat;
}

div.box-blue div div div div {
	background: none;
}


div.box-green {
	background: transparent url(../images/module-box-green-bg-r.png) no-repeat top right;
}

div.box-green > div {
	background: transparent url(../images/module-box-green-bg-l.png) no-repeat top left;
}

div.box-green > div > div {
	background: transparent url(../images/module-box-green-bg-l.png) no-repeat bottom left;
}

div.box-green > div > div > div {
	background: transparent url(../images/module-box-green-bg-r.png) no-repeat bottom right;
}

div.box-green div div div div {
	background: none;
}


div.box-yellow {
	background: transparent url(../images/module-box-yellow-bg-r.png) no-repeat top right;
}

div.box-yellow > div {
	background: transparent url(../images/module-box-yellow-bg-l.png) no-repeat top left;
}

div.box-yellow > div > div {
	background: transparent url(../images/module-box-yellow-bg-l.png) no-repeat bottom left;
}

div.box-yellow > div > div > div {
	background: transparent url(../images/module-box-yellow-bg-r.png) no-repeat bottom right;
}

div.box-yellow div div div div {
	background: none;
}


div.box-grey {
	background: transparent url(../images/module-box-grey-bg-r.png) no-repeat top right;
	color: #f2f2f2;
}

div.box-grey > div {
	background: transparent url(../images/module-box-grey-bg-l.png) no-repeat top left;
}

div.box-grey > div > div {
	background: transparent url(../images/module-box-grey-bg-l.png) no-repeat bottom left;
}

div.box-grey > div > div > div {
	background: transparent url(../images/module-box-grey-bg-r.png) no-repeat bottom right;
}

div.box-grey div div div div {
	background: none;
}

div.box-grey h3 {
	color: #FFF;
}

div.box-grey a:link,
div.box-grey a:visited {
	color: #40afff;
}


/* Module Icon Styles */
div.header-dots h3,
div.icon-dots h3 {
/*	background: url(../images/icon-module-dots.png) no-repeat left 5px;*/
	padding: 0 0 0 10px;
}

div.header-arrow h3,
div.icon-arrow h3 {
	background: url(../images/icon-module-arrow.png) no-repeat left 5px;
	padding: 0 0 0 16px;
}

div.icon-article h3 {
	background: url(../images/icon-module-article.png) no-repeat left 5px;
	padding: 2px 0 2px 22px;
}

div.icon-calendar h3 {
	background: url(../images/icon-module-calendar.png) no-repeat left 4px;
	padding: 2px 0 2px 21px;
}

div.icon-cart h3 {
	background: url(../images/icon-module-cart.png) no-repeat left 4px;
	padding: 2px 0 2px 21px;
}

div.icon-comment h3 {
	background: url(../images/icon-module-comment.png) no-repeat left 4px;
	padding: 2px 0 2px 21px;
}

div.icon-display h3 {
	background: url(../images/icon-module-display.png) no-repeat left 4px;
	padding: 2px 0 2px 21px;
}

div.icon-download h3 {
	background: url(../images/icon-module-download.png) no-repeat left 4px;
	padding: 2px 0 2px 21px;
}

div.icon-user h3 {
	background: url(../images/icon-module-user.png) no-repeat left 5px;
	padding: 2px 0 2px 21px;
}

div.icon-selection h3 {
	background: url(../images/icon-module-selection.png) no-repeat left 5px;
	padding: 2px 0 2px 21px;
}

div.icon-online h3 {
	background: url(../images/icon-module-online.png) no-repeat left 5px;
	padding: 2px 0 2px 21px;
}

div.icon-statistics h3 {
	background: url(../images/icon-module-statistics.png) no-repeat left 5px;
	padding: 2px 0 2px 21px;
}

div.icon-settings h3 {
	background: url(../images/icon-module-settings.png) no-repeat left 5px;
	padding: 2px 0 2px 21px;
}

div.icon-search h3 {
	background: url(../images/icon-module-search.png) no-repeat left 5px;
	padding: 2px 0 2px 21px;
}

div.icon-folder h3 {
	background: url(../images/icon-module-folder.png) no-repeat left 4px;
	padding: 2px 0 2px 21px;
}

div.icon-star h3 {
	background: url(../images/icon-module-star.png) no-repeat left 4px;
	padding: 2px 0 2px 21px;
}

div.icon-image h3 {
	background: url(../images/icon-module-image.png) no-repeat left 4px;
	padding: 2px 0 2px 21px;
}

div.icon-home h3 {
	background: url(../images/icon-module-home.png) no-repeat left 4px;
	padding: 2px 0 2px 21px;
}

div.icon-help h3 {
	background: url(../images/icon-module-help.png) no-repeat left 4px;
	padding: 2px 0 2px 21px;
}

div.icon-info h3 {
	background: url(../images/icon-module-info.png) no-repeat left 4px;
	padding: 2px 0 2px 21px;
}

div.icon-mail h3 {
	background: url(../images/icon-module-mail.png) no-repeat left 4px;
	padding: 2px 0 2px 21px;
}

div.icon-rss h3 {
	background: url(../images/icon-module-rss.png) no-repeat left 4px;
	padding: 2px 0 2px 21px;
}


/** @TYPOGRAPHY **/

html, body {
	border: 0;
	margin: 0;
	padding: 0;
}

p, pre, blockquote, dl, ul, ol, fieldset, address {
	padding: 0;
	margin: 0.35em 0 0.8em 0;
}

fieldset {
	padding: .5em;
}

pre {
	padding: 1em;
	border-left: 5px solid #FF0000;
	background: #FFFFD5;
	font-family: "Courier New", Courier, monospace;
}

blockquote {
	padding-left: 55px;
	background: transparent url(../images/icon-text-blockquote.png) no-repeat top left;
	font-style: italic;
	min-height: 45px;
	color: #FF0000;
}

small {
	font-size: .85em;
}

sup {
	position: relative;
	bottom: 0.3em;
	vertical-align: baseline;
}

sup em {
	font-size: .8em;
	color: red;
}

sup {
	position: relative;
	bottom: 0.3em;
	vertical-align: baseline;
}

acronym, abbr {
	border-bottom: 1px dashed;
	letter-spacing: 1px;
	cursor: help;
}

/* @HEADING */
h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0.6em 0 .25em 0;
}

h1 {
	font-size: 1.4em;
	color: #000000;
}

h2 {
	font-size: 1.3em;
	color: #000000;
}

h3 {
	font-size: 1.2em;
	color: #2C578E;
}

h4 {
	font-size: 1.1em;
	color: #CC8033;
}

h5, h6 {
	font-size: 1em;
	font-weight: bold;
	color: #333333;
}

/* @IMAGE */
img {
	border: none;
}

img.image-left {
	float: left;
	margin: .5em 1em .5em 0;
}

img.image-right {
	float: right;
	margin: .5em 0 .5em 1em;
}

img.image-border {
	border: 1px solid #e5e5e5;
	padding: 3px;
}

img.image-margin {
	margin: .5em;
}



a img {
	border: none;
}

/* Based on extension */
a.text {
	padding: 5px 20px 5px 0;
	background: transparent url(../images/icon-link-txt.png) no-repeat center right;
}

a.music {
	padding: 5px 20px 5px 0;
	background: transparent url(../images/icon-link-music.png) no-repeat center right;
}

a.archive {
	padding: 5px 20px 5px 0;
	background: transparent url(../images/icon-link-archive.png) no-repeat center right;
}

a.movie {
	padding: 5px 20px 5px 0;
	background: transparent url(../images/icon-link-film.png) no-repeat center right;
}

a.wmv {
	padding: 5px 20px 5px 0;
	background: transparent url(../images/icon-link-wmv.png) no-repeat right center;
}

a.doc, a.rtf {
	padding: 5px 20px 5px 0;
	background: transparent url(../images/icon-link-doc.png) no-repeat center right;
}

a.xls {
	padding: 5px 20px 5px 0;
	background: transparent url(../images/icon-link-xls.png) no-repeat center right;
}

a.pps {
	padding: 5px 20px 5px 0;
	background: transparent url(../images/icon-link-pps.png) no-repeat center right;
}

a.flash {
	padding: 5px 20px 5px 0;
	background: transparent url(../images/icon-link-flash.png) no-repeat center right;
}

a.pdf {
	padding: 5px 20px 5px 0;
	background: transparent url(../images/icon-link-pdf.png) no-repeat center right;
}

a.rss, a.atom {
	padding: 5px 20px 5px 0;
	background: transparent url(../images/icon-link-feed.png) no-repeat center right;
}

a.vcard {
	padding: 5px 20px 5px 0;
	background: transparent url(../images/icon-link-vcard.png) no-repeat center right;
}

a.mov {
	padding: 5px 20px 5px 0;
	background: transparent url(../images/icon-link-mov.png) no-repeat right center;
}

a.dmg, a.app {
	padding: 5px 20px 5px 0;
	background: transparent url(../images/icon-link-dmg.png) no-repeat center right;
}

a.ical {
	padding: 5px 20px 5px 0;
	background: transparent url(../images/icon-link-ical.png) no-repeat center right;
}

a.css {
	padding: 5px 20px 5px 0;
	background: transparent url(../images/icon-link-css.png) no-repeat center right;
}

a.ttf {
	padding: 5px 20px 5px 0;
	background: transparent url(../images/icon-link-ttf.png) no-repeat center right;
}

a.torrent {
	padding: 5px 20px 5px 0;
	background: transparent url(../images/icon-link-torrent.png) no-repeat center right;
}

a.mailto {
	padding: 5px 20px 5px 0;
	background: transparent url(../images/icon-link-mailto.png) no-repeat center right;
}

a.callto {
	padding: 5px 20px 5px 0;
	background: transparent url(../images/icon-link-call.png) no-repeat center right;
}

a.msnim {
	padding: 5px 20px 5px 0;
	background: transparent url(../images/icon-link-msn.png) no-repeat center right;
}

a.aim {
	padding: 5px 20px 5px 0;
	background: transparent url(../images/icon-link-aim.png) no-repeat center right;
}

a.yim {
	padding: 5px 20px 5px 0;
	background: transparent url(../images/icon-link-yim.png) no-repeat center right;
}

a.skype {
	padding: 5px 20px 5px 0;
	background: transparent url(../images/icon-link-skype.png) no-repeat center right;
}

a.noicon {
	padding: 0 !important;
	background: none !important;
}

/* Reset original styles */
#jsn-mainbody a[title="PDF"],
#jsn-mainbody a[title="Print"],
#jsn-mainbody a[title="E-mail"] {
	padding: 0;
	background: none;
}

/* @TEXT */
.clearbreak {
	clear: both;
}

div.grid2:after,
div.grid3:after,
div.grid4:after,
div.grid5:after,
ul.hlist-left:after,
ul.hlist-right:after,
.clearafter:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}

/* Text grid */
div.grid-col {
	float: left;
	overflow: hidden;
	margin-right: 2%;
}

div.grid-lastcol {
	float: right;
	overflow: hidden;
	margin-right: 0 !important;
}

div.grid2 div.grid-col {
	width: 48.8%;
}

div.grid3 div.grid-col {
	width: 31.9%;
}

div.grid4 div.grid-col {
	width: 23.4%;
}

div.grid5 div.grid-col {
	width: 18.3%;
}

/* Text paragraph */
.border {
	border: 1px solid #e5e5e5;
	padding: 3px;
}

.alert {
	border-top: 2px solid #FEABAB;
	border-bottom: 2px solid #FEABAB;
	padding: 1em 1em 1em 5em;
	background: #FFDFDF url(../images/icon-text-alert.png) no-repeat 1.5em;
}

.info {
	border-top: 2px solid #B7D2F2;
	border-bottom: 2px solid #B7D2F2;
	padding: 1em 1em 1em 5em;
	background: #DBE7F8 url(../images/icon-text-info.png) no-repeat 1.5em;
}

.download {
	border-top: 2px solid #DDEDBC;
	border-bottom: 2px solid #DDEDBC;
	padding: 1em 1em 1em 5em;
	background: #F2F9E5 url(../images/icon-text-download.png) no-repeat 1.5em;
}

.comment {
	border-top: 2px solid #FEEBAB;
	border-bottom: 2px solid #FEEBAB;
	padding: 1em 1em 1em 5em;
	background: #FEF8E1 url(../images/icon-text-comment.png) no-repeat 1.5em;
}

.tip {
	border-top: 2px solid #FEEBAB;
	border-bottom: 2px solid #FEEBAB;
	padding: 1em 1em 1em 5em;
	background: #FFFFD5 url(../images/icon-text-tip.png) no-repeat 1.5em;
}

.attachment {
	border-top: 2px solid #e5e5e5;
	border-bottom: 2px solid #e5e5e5;
	padding: 1em 1em 1em 5em;
	background: #f2f2f2 url(../images/icon-text-attachment.png) no-repeat 1.5em;
}

.dropcap:first-letter {
	float: left;
	color: #FF0000;
	font: 4em/.8em "Times New Roman", Times, serif;
}

.prospan {
	background: transparent url(../images/prospan.png) no-repeat right 50%;
	padding-right: 84px;
}

.freenprospan {
	background: transparent url(../images/freenprospan.png) no-repeat right 50%;
	padding-right: 98px;
}


/* Content container */
#componentheading 
{
position:relative;

padding:2px;

border-bottom-style:solid;
border-bottom-color:#AAAAAA;
}
#componentheading h3
{
position:relative;
display:block;
margin-top:0;
font-size:20px;


}
.contentpane {

}

/* Tooltips */
.tool-tip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
}

.tool-title {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../../system/images/selector-arrow.png) no-repeat;
}

.tool-text {
	font-size: 100%;
	margin: 0;
}

/* System Notice Messages */
#system-message dd.notice ul {
	border-top: 3px solid #f0dc7e;
	border-bottom: 3px solid #f0dc7e;
	color: #cc0000;
	background: #efe7b8 url(../../system/images/notice-note.png) 4px center no-repeat;
}


/** @MENU **/
#wrapper_nav nav{
	position:relative;
	margin:0px auto 0;
	width:100%;
	max-width:1330px;
	height:50px;
	background: rgb(89,89,89); /* Old browsers */
	/*border-bottom:3px solid rgba(70,70,70,0.2);*/
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU5NTk1OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyODI4MjgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(left,  rgba(89,89,89,1) 0%, rgba(40,40,40,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(89,89,89,1)), color-stop(100%,rgba(40,40,40,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(89,89,89,1) 0%,rgba(40,40,40,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(89,89,89,1) 0%,rgba(40,40,40,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(89,89,89,1) 0%,rgba(40,40,40,1) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(89,89,89,1) 0%,rgba(40,40,40,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#595959', endColorstr='#282828',GradientType=1 ); /* IE6-8 */

	
}
#wrapper_nav nav .sous_menu{
	position:relative;
	margin:40px auto 0;
	width:100%;
	max-width:1330px;
	height:50px;
	padding:0;
	/*border-top: 1px solid rgba(39,78,112,0.5);*/
	
	background:rgba(75,132,184,1);
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}
#wrapper_nav nav .sous_menu:after{
	content: "";
	position: relative;
	border-radius: 90% 90% 90% 90% / 45% 45% 45% 45%;
    box-shadow: 0 57px 35px 19px rgba(0, 0, 0, 0.75);
    display: block;
    width: 89%;
    height: 70%;
    top:-67px;
    margin:auto;
    z-index: -2;
	}

#wrapper_nav nav .uelle{
	margin:0;
	padding:0;
	/*overflow:hidden;*/
	}
#wrapper_nav nav .uelle li{
	position:relative;
	display:inline-block;
	width:20%;
	height:51px;
	margin:0;
	top:-1px;
	text-align:center;
	vertical-align: top;
	/*border-right:5px solid rgb(68,122,170);
	border-left:5px solid rgba(39,78,112,1);*/
	-moz-transition:    all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition:     all 0.3s ease;
	-o-transition:      all 0.3s ease;
	transition:         all 0.3s ease;
}
.uelle li:hover {
	background: rgba(255,0,0,0.75);
	-moz-transition:    all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition:     all 0.3s ease;
	-o-transition:      all 0.3s ease;
	transition:         all 0.3s ease;
}
.uelle .elli.active{background: rgba(255,255,255,1);}
.uelle .elli.active .ah{color:rgba(55,55,55,0.8);}
#wrapper_nav nav .uelle li:last-child {
	border-right:0px;
}
#wrapper_nav nav .uelle li:first-child {
	border-left:0px;
}


.uelle li a{
	position:relative;
	display:inline-block;
	height:50px;
	width:90%;
	color:rgb(255,255,255,0.95);
	font-family:'eurostile_boldregular';
	font-size:12px;
	text-transform: uppercase;
	word-wrap: break-word;  
	text-decoration:none;
	line-height: 4;
	-moz-transition: all 0.1s ease;
	-webkit-transition: all 0.1s ease;
	-ms-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	transition: all 0.1s ease;
}
.actif{
	
	color:white;
	border:0;
	outline:0 none;
	text-shadow: 2px 2px 35px white;
	-moz-transition: all 0.1s ease;
	-webkit-transition: all 0.1s ease;
	-ms-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	transition: all 0.1s ease;

}
.uelle li a span{

	opacity:0.4;
	-moz-transition:    all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition:     all 0.3s ease;
	-o-transition:      all 0.3s ease;
	transition:         all 0.3s ease;
}
.uelle li:hover a span{
	opacity:0;
	-moz-transition:    all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition:     all 0.3s ease;
	-o-transition:      all 0.3s ease;
	transition:         all 0.3s ease;
}
.actif:focus{outline:0 none;}
.uelle li:hover .ah,
.drop_down li:hover a,
.sous_menu li:hover a {
	color:white;
	text-shadow: 2px 2px 35px white;
	
	-moz-transition: all 0.1s ease;
	-webkit-transition: all 0.1s ease;
	-ms-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	transition: all 0.1s ease;
	}

#wrapper_nav nav .uelle li .drop_down{
	display:block;
	position:absolute;
	overflow: hidden;
	background:rgba(89,89,89,1);
	width:100%;
	margin:auto;
	padding:0;
	top:51px;
	z-index:2000;
	height:0px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	
    border-top: 0;

       -moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	    -ms-transition: all 0.5s ease;
	     -o-transition: all 0.5s ease;
	        transition: all 0.5s ease;
}
#wrapper_nav nav .uelle li:hover .drop_down{
	 box-shadow: 0px 10px 10px rgba(50,50,50,0.7);
	  border:0px solid red;
	  border-top: 0;
	height:auto;
	   -moz-transition: box-shadow 0.4s ease;
	-webkit-transition: box-shadow 0.4s ease;
	    -ms-transition: box-shadow 0.4s ease;
	     -o-transition: box-shadow 0.4s ease;
	        transition: box-shadow 0.4s ease;
}
#wrapper_nav nav .uelle li .drop_down li{
	position:relative;
	display:block;
		
	
	text-decoration:none;
	width:100%;
	top:0px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    
     -moz-transition:   all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	    -ms-transition: all 0.5s ease;
	     -o-transition: all 0.5s ease;
	        transition: all 0.5s ease;
}

.drop_down li:hover {
	background: rgba(255,0,0,0.5);
	border-bottom: 1px solid rgba(140,140,140,0.6);
	border-top: 1px solid    rgba(140,140,140,0.6);
	 -moz-transition: 	all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	    -ms-transition: all 0.5s ease;
	     -o-transition: all 0.5s ease;
	        transition: all 0.5s ease;
}
.drop_down li:last-child:hover{border-bottom: 0;}
.drop_down li:first-child:hover{border-top: 0;}
.drop_down li a{
	position:relative;
	display:block;
	
	font-family:'eurostile_boldregular';
	font-size:12px;
	text-transform: none;
	text-decoration:none;
	width:100%;
	padding: 14px 0px 0px 0px;
	line-height: 1;
}
/*
#wrapper_nav nav .uelle li:active a {
	color:white;
	}
#wrapper_nav nav .uelle li:focus a {
	color:white;
	}
*/

#jsn-page {
		width: 90%;
	}

	#jsn-header {
		height: 83px;
	}

	#jsn-pinset {
		right: 86px;
	}

	#jsn-puser9 {
		float: left;
		width: 23%;
	}
	#jsn-pheader {
		float: left;
		width: 79.9%;
	}
	#jsn-puser8 {
		float: right;
		width: 20%;
	}

	#jsn-content_inner1 {
		background: transparent url(/templates/jsn_epic_pro_2.0_j15/images/bg/leftside23-bg-full.png) repeat-y 23% top;
		padding: 0;
	}
	#jsn-maincontent_inner {
		padding-left: 0;
	}

	#jsn-content_inner2 {
		background: transparent url(/templates/jsn_epic_pro_2.0_j15/images/bg/rightside20-bg-full.png) repeat-y 80% top;
		padding: 0;
	}
	#jsn-maincontent_inner {
		padding-right: 0;
	}

	#jsn-leftsidecontent {
		float: left;
		width: 23%;
	}
	#jsn-maincontent {
		float: left;
		width: 56.9%;
	}
	#jsn-rightsidecontent {
		float: right;
		width: 20%;
	}



	#jsn-master {
		font-size: 75%;
		font-family: Arial, Helvetica, sans-serif;
	}

	h1, h2, h3, h4, h5, h6, ul.menu-suckerfish a, .componentheading, .contentheading {
		font-family: Verdana, Geneva, sans-serif;
        color:000000;
	}

#jsn-pfooter{overflow:hidden;}

#jsn-pbottom img
{

   position:relative;
   
}
#jsn-pbottom ul{position:relative;float:right;}
#jsn-pfooter div
    {
margin-top:10px;
z-index:500;
position:relative;
text-align:center;
}

#menu_footer .uelle	{
    position:relative;
    display:block;
    padding-bottom:10px;
	font-size:12px;
	text-align:left;
	margin:auto;
	list-style:none;
	
}

#menu_footer .elli
{
    position:relative;
	width:100%;
    margin-right:0px;
    
}

#menu_footer .elli a {
	color:rgb(169,169,169);

}
.elli a {
	color:rgb(169,169,169);
}
#menu_footer .elli ul {list-style:none;}



/*.menu-suckerfish li:nth-child(4) nav ul li,.menu-suckerfish li:nth-child(5) nav ul li,.menu-suckerfish li:nth-child(6) nav ul li,.menu-suckerfish li:nth-child(7) nav ul li
{left:-29px;}
.menu-suckerfish li:nth-child(4) nav ul li a,.menu-suckerfish li:nth-child(5) nav ul li a,.menu-suckerfish li:nth-child(6) nav ul li a,.menu-suckerfish li:nth-child(7) nav ul li a{text-align:right;padding-right:10px;}
*/


#menu_footer .uelle .elli ul li
{
    width:240px;
    margin:0px;
    padding:0px;
    border-top:1px inset rgba(250,250,250,0.5);
    border-bottom:1px inset rgba(50,50,50,0.2);
}
#menu_footer .uelle .elli a{line-height: 3.5;}
#menu_footer .uelle .elli:hover .wrapp_fleche
{
    left:10px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
#menu_footer .uelle .elli ul li:first-child
{
	border-top:0px inset rgba(250,250,250,0.5);
    border-bottom:1px inset rgba(50,50,50,0.2);
}

#menu_footer .uelle .elli ul li:last-child
{
	border-top:1px inset rgba(250,250,250,0.5);
    border-bottom:0px inset rgba(50,50,50,0.2);
}

#menu_footer_col:nth-child(5) .uelle .elli:last-child ul li

{
border-top:0px inset rgba(250,250,250,0.5);
border-bottom:1px inset rgba(50,50,50,0.6);
}
footer{
	position: relative;
	display: block;
	margin:auto;
	width:960px;
	border-top:2px inset rgba(50,50,50,0.2);
    border-bottom:2px outset rgba(50,50,50,0.2);
    padding-top:10px;

}
footer aside, #menu_footer{
	position: relative;
	display: inline-block;
	vertical-align: top;

}
footer aside{
	width:19.6%;
	margin:0;
	padding:0;
	background:rgba(50,50,50,0.1);
	opacity: 0.8;
}

footer aside h3 {
	background:none;
	text-transform: uppercase;
	font-family: 'eurostile_boldregular';
	font-size: 18px;
	margin:0;
	padding: 0;
	text-align: right;
	padding-right: 5px;
}

footer aside ul li a span{

	position: relative;
	display: block;
	font-family: 'eurostile_boldregular';
	color:rgba(255,255,255,0.7); 
	text-transform: uppercase;
	
}
footer aside ul li:last-child:hover{border-top:1px solid white;}
footer aside ul li a{
	position: relative;
	display: inline-block;
	width:80%;
}
aside .wrapp_fleche{
	position: absolute;
	display: inline-block;
	background:rgba(255,0,0,0.2);
	height:20px;
	width:20px;
	border-radius: 50%;
	border:2px solid rgba(255,255,255,0.4);
	opacity: 1;
	top:24%;
	left:84%;
}

#menu_footer{   
	width:80%;
}
#menu_footer #menu_footer_col a.principal{
	text-decoration: none;
	display: block;
	position: relative;
}
#menu_footer #menu_footer_col a.principal span
{
    color:rgba(0,173,226,0.8);
    font-weight:bold;
    font-size:18px;
	text-decoration:none;
	text-transform: uppercase;
	font-family:'eurostile_boldregular';
	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
#menu_footer #menu_footer_col a.principal:hover span{
	  color:rgba(0,173,226,1);
	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
#menu_footer_col .uelle .elli a span
{
   
    color:rgba(255,255,255,0.7);
    font-size:12px;
    opacity: 1;
    text-transform: uppercase;
     -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
#menu_footer_col
{   display:inline-block;
	width:300px;
	vertical-align:top;
}
.wrapp_fleche
{
    position:relative;
    display:inline-block;
    vertical-align: middle;
    left:5px;top:-8px;
    opacity: 0.4;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.fleche
{
    display:block;
    position:relative;
    float:right;
    content:"";
    width: 0;
    height: 0;
    left:-10px;
    top:7px;
    border-top: 3px solid transparent;
    border-right: 6px solid rgba(255,255,255,0.8);
    border-bottom: 3px solid transparent;
}
.corps_fleche
{
    position:relative;
    float:right;
    width:6px;
    top:9px;
    height:2px;
    background:rgba(255,255,255,0.8);
}
#degrade_foot
{
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMyODI4MjgiIHN0b3Atb3BhY2l0eT0iMC41Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzU4NTg1OCIgc3RvcC1vcGFjaXR5PSIwLjUyIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhZmFmYWYiIHN0b3Atb3BhY2l0eT0iMC41MiIvPgogIDwvcmFkaWFsR3JhZGllbnQ+CiAgPHJlY3QgeD0iLTUwIiB5PSItNTAiIHdpZHRoPSIxMDEiIGhlaWdodD0iMTAxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-radial-gradient(right bottom, circle cover,  rgba(40,40,40,0.5) 10%, rgba(88,88,88,0.25) 41%, rgba(175,175,175,0.15) 100%); /* FF3.6+ */
background: -webkit-gradient(radial, right bottom, 0px, center center, 100%, color-stop(10%,rgba(40,40,40,0.5)), color-stop(41%,rgba(88,88,88,0.15)), color-stop(100%,rgba(175,175,175,0.25))); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(right bottom, circle cover,  rgba(40,40,40,0.5) 10%,rgba(88,88,88,0.25) 41%,rgba(175,175,175,0.15) 100%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(right bottom, circle cover,  rgba(40,40,40,0.5) 10%,rgba(88,88,88,0.25) 41%,rgba(175,175,175,0.15) 100%); /* Opera 12+ */
background: -ms-radial-gradient(right bottom, circle cover,  rgba(40,40,40,0.5) 10%,rgba(88,88,88,0.25) 41%,rgba(175,175,175,0.15) 100%); /* IE10+ */
background: radial-gradient(right bottom, circle cover,  rgba(40,40,40,0.5) 10%,rgba(88,88,88,0.25) 41%,rgba(175,175,175,0.15) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80282828', endColorstr='#85afafaf',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */


}
.tabs {
    position: relative;
	margin-top: -44px;
	width: 93%;
	left:7%;
	z-index: 1000;
	
}

.tabs input {
	position: absolute;
	display: block;
	z-index: 1000;
	width: 120px;
	height: 40px;
	left: 0px;
	top: 0px;
	opacity: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
	cursor: pointer;
}
.tabs a{
	position: relative;
	display: inline-block;
	margin-left: 1px;
	vertical-align: middle;
	
	
}
.tabs a:last-child{margin-left:0px;}
/*
.tabs input#tab-2{
	left: 120px;
}
.tabs input#tab-3{
	left: 240px;
}
.tabs input#tab-4{
	left: 360px;
}*/
.banner h1{
	color:rgba(40,40,40,0.9);
	text-transform: uppercase;
	font-size: 19px;
	top:130px;
	min-width:100px;
	text-align: right;
	
	margin: 0;
	padding:10px ;
	position: absolute;
	font-weight: bold;
	font-family: 'eurostile_boldregular';
	z-index: 1000;
	background: rgba(255,255,250,0.8);
}
.tabs span {
	background: #E8312E;
	font-size: 15px;
	line-height: 40px;
	height: 40px;
	position: relative;
	padding: 0 20px;
   vertical-align: middle;
	display: inline-block;
	margin:0;
	color: rgba(255,255,255,0.7);
	top: 4px;
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.3);
   /* border-radius: 3px 3px 0 0;*/
    
}
.tabs a{
	text-decoration: none;
}

.tabs  span.active{
	background: white;
	color:rgba(50,50,50,0.7);
}
.tabs input:hover + span {
	background: red;
	color:white;
	-webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    transition: all linear 0.2s;
}
.tabs input:hover + span:after{
	background: #5ba4a4;
}

.tabs input:checked + span{color:rgba(50,50,50,0.9);}
.tabs input:checked:hover + span {
   
    color:rgba(50,50,50,0.9);
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    transition: all linear 0.2s;
}
.tabs input:checked:hover + span:after{
	background: #fff;
}




/*.tabs input:checked + span {
    background: #fff;
	z-index: 6;
	-webkit-transition: top linear 0.2s;
    -moz-transition: top linear 0.2s;
    -o-transition: top linear 0.2s;
    -ms-transition: top linear 0.2s;
    transition: top linear 0.2s;
}

.clear-shadow {
    background: #5ba4a4;
	position: relative;
	top: 0;
    height: 12px;
	margin-bottom: -8px;
    clear: both;
	z-index: -2;
    box-shadow: 0 -2px 3px -2px rgba(0,0,0,0.2);
    border-radius: 3px;
}
*/
.content {
    background: #fff;
	position: relative;
    width: 100%;
	height: 370px;
	z-index: 5;
	overflow: hidden;
    box-shadow: 0 -2px 3px -2px rgba(0,0,0,0.2), 0 2px 2px rgba(0,0,0,0.1);
    border-radius: 0 3px 3px 3px;
}

.content div {
    position: absolute;
	top: 0;
	left: 0;
	bottom: 100%;
	padding: 10px 40px;
	overflow: hidden;
	z-index: 1;
    opacity: 0;
    -webkit-transition: all linear 0.1s;
    -moz-transition: all linear 0.1s;
    -o-transition: all linear 0.1s;
    -ms-transition: all linear 0.1s;
    transition: all linear 0.1s;
}

.tabs input.tab-selector-1:checked ~ .content .content-1,
.tabs input.tab-selector-2:checked ~ .content .content-2,
.tabs input.tab-selector-3:checked ~ .content .content-3,
.tabs input.tab-selector-4:checked ~ .content .content-4 {
	bottom: 0px;
    z-index: 100;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition: all ease-out 0.2s 0.2s;
    -moz-transition: all ease-out 0.2s 0.2s;
    -o-transition: all ease-out 0.2s 0.2s;
    -ms-transition: all ease-out 0.2s 0.2s;
    transition: all ease-out 0.2s 0.2s;
}

.content div h2,
.content div h3{
	color: #398080;
}
.content div p {
	font-size: 14px;
	line-height: 22px;
	font-style: italic;
	text-align: left;
	margin: 0;
	color: #777;
	padding-left: 15px;
	font-family: Cambria, Georgia, serif;
	border-left: 8px solid rgba(63,148,148, 0.1);
}
#menu_footer_col{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width:234px;

	margin-bottom: 10px;
	margin-right: 10px;
}
#menu_footer_col .elli:hover{
	background:none;

}


#menu_footer_col .uelle li:hover a span{

	opacity:0.4;
	-moz-transition:    all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition:     all 0.3s ease;
	-o-transition:      all 0.3s ease;
	transition:         all 0.3s ease;
}
#menu_footer_col .lib1{
	font-family: 'eurostile_boldregular';
	opacity: 0.8;
	text-transform: uppercase;

}
#menu_footer_col .elli a span{
	color:rgba(255,255,255,0.8);
	text-transform: none;
	font-size: 14px;
}
#menu_footer_col .elli{
	border-bottom:1px solid rgba(250,250,250,0.2);
}
#menu_footer_col .elli:last-child{
	border-bottom:0;
}
#jsn-pbottom a, #form_recherche,#recherche,#ok{
	position:relative;
	display:inline-block;
	vertical-align:middle;
}
#jsn-pbottom a,#form_recherche {width:49.84%;}
#form_recherche{text-align: right;}
#recherche{
	
	height:31px;
	border-width: 0 0 0 8px;
	border-color:rgba(255,255,255,1);
	padding: 3px; 
	font-size:14px; 
	background: rgba(25,25,25,0.4);
	color:white;
}
#jsn-pbottom #ok{
	display: inline-block;
	position:relative;
	color:rgba(255,255,255,0.7);
	height:37px;
	width:37px;
	padding:0;
	background:rgba(233,28,28,0.3);
	border:2px solid rgba(25,25,25,0.4);
	font-size:23px;
	cursor:pointer;
	left:-3px;
	font-family: 'ModernPictogramsNormal';
}
#menu_footer_col:nth-child(3n+3){
	margin-right: 0;
}
.Disclaimer{
	position: relative;
	display: block;
	color:rgba(255,255,255,0.5);
	background:rgba(50,50,50,1);
	padding:10px;
	text-align:center; 
}
.Disclaimer a{color: red;}
article{
	position: relative;
	display: block;
	width:100%;
}

article a {
	text-decoration: none;
	color:rgb(44, 87, 142);
}
article a:hover {
	text-decoration: underline;
}
aside ul li p,aside ul li p a{

	position: relative;
	display: block;
	margin:0;
	height: 100%;
	width:100%;
}
aside ul li p a span{
	
	position: relative;
	display: inline-block;
	vertical-align: middle;
	height: 45px;
	
}
aside ul li p a span{line-height: 4.7;}
.wrapper_result{
	display:inline-block;
	position: relative;
	vertical-align: top;
	background:rgba(50,50,50,0.2);
	margin:auto;
	width:100%;
	padding:10px;
	margin-bottom: 1%;
	z-index:0;
	margin-right:0%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#contenu_recherche a{
	text-decoration: none;
}
#contenu_recherche h3{
	position: relative;
	display: block;	
	margin-bottom:10px;
	padding:20px;
	color:rgba(255,255,255,1);
	text-shadow:0px 0.5px 0px rgba(50,50,50,0.9);
	background:rgba(50,50,50,0.5);
	font-family:'eurostile_boldregular';
	font-size: 12px;font-size: 1.2rem;
	text-transform: uppercase;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#contenu_recherche p{
	position: relative;
	display: block;
	background:rgba(50,50,50,0.1);
	padding: 10px;
	font-weight: normal;
	color:rgba(50,50,50,0.9);
	border-left: 5px solid rgba(50,50,50,0.7);
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
    margin: 0 0 10px 0;
}


.titre_result, .contenu_result{
	display:block;
	position: relative;
	background:rgba(150,150,150,0.9);
	overflow:hidden;

}
.lien_result{
	display:block;
	position: relative;
	background:rgba(150,150,150,0.9);
	overflow:hidden;
	height:0px;
	
	 -moz-transition: 	all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	    -ms-transition: all 0.5s ease;
	     -o-transition: all 0.5s ease;
	        transition: all 0.5s ease;
}
.wrapper_result:hover{
	background:rgba(55,55,55,0.7);
	 -moz-transition: 	all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	    -ms-transition: all 0.5s ease;
	     -o-transition: all 0.5s ease;
	        transition: all 0.5s ease;
}
.wrapper_result:hover .lien_result{
	height:40px;
	
	 -moz-transition: 	all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	    -ms-transition: all 0.5s ease;
	     -o-transition: all 0.5s ease;
	        transition: all 0.5s ease;
}
.lien_result p{
	color:rgba(255,255,255,0.8);
	text-decoration: underline;
}
.post,.titre_result{
	
	font-family:'eurostile_boldregular';
	text-transform: uppercase;
	color:rgba(65,65,65,1);
	
}
.contenu_result p,.contenu_result ul{
	border-left: 0;
	background:none;
}
.contenu_result p{
	max-height:66px;
	width:100%;
	overflow:hidden;
	white-space: normal;
	text-overflow: ellipsis;
}

#contenu_recherche p{
	margin-bottom: 10px;
}
#etape, .corps{
	position: relative;
	display: block;
	
}
#etape{
	background:rgba(50,50,50,0.6);
	padding:10px;
}
#etape div{
	position: relative;
	display: table;
	width:100%;
}	
#etape div span{
	font-family: 'eurostile_boldregular';
	color:rgba(255,255,255,0.85);
	text-transform: uppercase;
	position: relative;
	display:table-cell;
	text-align: right;
}
#etape div span:first-of-type{
	font-family: 'eurostile_boldregular';
	color:rgba(255,255,255,0.85);
	text-transform: uppercase;
	text-align: left;
}
#Envoyer{
	position: relative;
	display: block;
	float: left;
	border:0;
	padding:5px;
	background: rgba(255,255,255,1);
}
#Envoyer:last-child{
	float: right;
}
.corps li{
	list-style: none;
	border-left:5px solid rgba(50,50,50,0.7);
	margin-bottom: 5px;
	padding: 3px;
	background:rgba(50,50,50,0.1);
}
.corps{
	background:rgba(50,50,50,0.1);
	padding:10px;
	position: relative;
	
	width:100%;
	margin: 10px 0px;	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.corps .libelle_corps{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	background:rgba(50,50,50,0.1);
	padding:10px;
	width:49.5%;
	
	margin-right:1%;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.corps .libelle_corps:last-of-type{margin-right:0;}
.corps .libelle_corps.date{
	display: table-cell;
	width:33.3%;
	border-right:2px solid rgb(234,234,234);
}
.corps .libelle_corps.date:last-child{margin-right:0;border:0}
.corps .libelle_corps.date:last-of-type{margin-right:0;border:0}
.corps_cadre a span.gsd-input{
	display: block;
	width: 100%;
	padding:20px;
	background:rgba(132,132,132,1);
	 -moz-transition: 	all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	    -ms-transition: all 0.5s ease;
	     -o-transition: all 0.5s ease;
	        transition: all 0.5s ease;
}
.corps_cadre a span.gsd-input:hover{
	background:  rgba(50,50,50,1);
	-moz-transition: 	all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	    -ms-transition: all 0.5s ease;
	     -o-transition: all 0.5s ease;
	        transition: all 0.5s ease;
}
.libelle_form{
	position: relative;
	display: block;
	
	background:rgba(50,50,50,0.1);
	padding:10px;
	margin: 0 0 1% 0;
}
.date_permis_libelle,.dates_heures_formations{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width:50%;
}
.text_bleu{
	color:rgb(27,115,229);
}
.date_permis_libelle span,.dates_heures_formations div {
	position: relative;
	display: block;
}
.dates_heures_formations span{
	position: relative;
	display: inline-block;
}
.date_permis_libelle span{
	position: relative;
	display: block;
}
.tri_date_in{
	position: relative;
	display: inline-block;
	width:66.6%;
	vertical-align: middle;
	padding:5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	background: rgba(50,50,50,0.1);
}
.inscription{
	position: relative;
	display: inline-block;
	width:33.3%;
	vertical-align: middle;
	text-align: center;
}
.corps_cadre a {
	text-decoration: none;
	font-family: 'eurostile_boldregular';
	color:rgba(255,255,255,0.85);
	text-transform: uppercase;
}
.corps_cadre span:last-of-type{border-right:0;}
.corps_cadre0,.corps_cadre2{
	background:rgba(50,50,50,0.1);
	padding:10px;
}
.corps_cadre0 span{
	position: relative;
	display: block;
	background:rgba(50,50,50,0.1);
	padding:5px;
	
}
.corps_cadre0 span{
	margin-bottom: 5px;
	border-left:5px solid rgba(50,50,50,0.7);
}

.date_cours_planning_libelle span{
	position: relative;
	display: block;
}
.corps_cadre0 span:first-child{
	margin-bottom: 5px;
	background:rgba(50,50,50,0.6);
	font-family: 'eurostile_boldregular';
	color:rgba(255,255,255,0.85);
	text-transform: uppercase;
	border-left:0px;
}
.cours_lib,.btn_inscription{
	display: block;
	position: relative;
	background: none repeat scroll 0 0 rgba(50, 50, 50, 0.1);
    padding: 10px;
	margin: 5px 0;
}
.btn_inscription{
	text-align: center;
	background: rgba(50,50,50,1);
	color:white;
	text-decoration: none;
}
.btn_inscription:before{
	 background: none repeat scroll 0 0 rgba(50, 50, 50, 0.81);
    content: "";
    display: block;
    height: 30px;
    position: absolute;
    top:12%;
	left:7%;
    width: 84%;
    z-index: -1;
	-webkit-transform: rotate(-6deg);
	   -moz-transform: rotate(-6deg);
		 -o-transform: rotate(-6deg);
			transform: rotate(-6deg);
	box-shadow: 0px 26px 10px rgba(50,50,50,0.7);
	 -moz-transition: 	all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	    -ms-transition: all 0.5s ease;
	     -o-transition: all 0.5s ease;
	        transition: all 0.5s ease;
			
}
.btn_inscription:hover{
	background:  rgba(80,80,80,1);
	 -moz-transition: 	all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	    -ms-transition: all 0.5s ease;
	     -o-transition: all 0.5s ease;
	        transition: all 0.5s ease;
}
.btn_inscription:hover:before{
	box-shadow: 0px 5px 5px rgba(50,50,50,0.7);
	
	 -moz-transition: 	all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	    -ms-transition: all 0.5s ease;
	     -o-transition: all 0.5s ease;
	        transition: all 0.5s ease;
}
.btn_inscription span{
	text-transform: uppercase;
	font-weight: bold;
}
.date_cours_planning_libelle:first-of-type,
.table_date_cours{
	margin-right: 1%;
}
.row_tri_date{
	position: relative;
	padding:5px;
	margin:5px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	background: rgba(50,50,50,0.1);
}
.date_cours_planning_libelle{
	position: relative;
	display: inline-block;
	width:49.5%;
	vertical-align: top;
	padding: 5px;
	border: 3px solid rgba(50,50,50,0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.table_date_cours{width:80%;}
.wrapp_d_c .btn_inscription{margin:0;width:19%;margin:auto;}
.btn_inscription{margin:0;width:60%;margin:auto;}
.table_date_cours,.btn_inscription{
	position: relative;
	display: inline-block;
	
	vertical-align: top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.wrapp_d_c{
	border: 2px solid rgba(50, 50, 50, 0.1);
    display: block;
    margin-bottom: 5px;
    padding: 5px;
    position: relative;
	
}
.corps_cadre2,.corps_cadre0,.corps_cadre{
	margin:0px;
}
.bouton_incription{
	margin-top:5px;
	background:  rgba(50,50,50,1);
	text-align: center;
	padding:  15px;
	margin-bottom: 20px;
	margin-bottom: 20px;
	 -moz-transition: 	all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	    -ms-transition: all 0.5s ease;
	     -o-transition: all 0.5s ease;
	        transition: all 0.5s ease;
	
}
.bouton_incription:first-child:before{
	 background: none repeat scroll 0 0 rgba(50, 50, 50, 0.81);
    content: "";
    display: block;
    height: 50px;
    position: absolute;
    top:12%;
	left:7%;
    width: 84%;
    z-index: -1;
	-webkit-transform: rotate(-8deg);
	   -moz-transform: rotate(-8deg);
		 -o-transform: rotate(-8deg);
			transform: rotate(-8deg);
	box-shadow: 0px 26px 10px rgba(50,50,50,0.7);
	 -moz-transition: 	all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	    -ms-transition: all 0.5s ease;
	     -o-transition: all 0.5s ease;
	        transition: all 0.5s ease;
			
}
.bouton_incription:last-child:before{
	 background: none repeat scroll 0 0 rgba(50, 50, 50, 0.81);
    content: "";
    display: block;
    height: 50px;
    position: absolute;
    top: 66%;
	left:7%;
    width: 84%;
    z-index: -1;
	-webkit-transform: rotate(-8deg);
	   -moz-transform: rotate(-8deg);
		 -o-transform: rotate(-8deg);
			transform: rotate(-8deg);
	box-shadow: 0px 26px 10px rgba(50,50,50,0.7);
	 -moz-transition: 	all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	    -ms-transition: all 0.5s ease;
	     -o-transition: all 0.5s ease;
	        transition: all 0.5s ease;
			
}
.bouton_incription:hover{
	background:  rgba(80,80,80,1);
	 -moz-transition: 	all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	    -ms-transition: all 0.5s ease;
	     -o-transition: all 0.5s ease;
	        transition: all 0.5s ease;
}
.bouton_incription:hover:before{
	box-shadow: 0px 5px 5px rgba(50,50,50,0.7);
	
	 -moz-transition: 	all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	    -ms-transition: all 0.5s ease;
	     -o-transition: all 0.5s ease;
	        transition: all 0.5s ease;
}
.bouton_incription p a{
	color:white;
	font-weight: bold;
	font-family: 'eurostile_boldregular';
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
	word-wrap: break-word;
}
#etape div form span:first-child{
	width:43.3%;
}
#etape div form span{
	width:23.3%;
}
#etape div form span:last-child{
	width:33.3%;
}
.bleu{
	position: relative;
	display: block;
	padding: 10px;
	background: rgba(50,50,50,0.5);
}
.col_corps{
	position: relative;
	display: inline-block;
	width:30%;
	background: white;
	vertical-align:top;
	margin: 0;
	padding:10px;
	width:49.3%;
	margin-right: 0.8%; 
	
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.col_corps:nth-of-type(2){
	width:49.9%;
	margin-right: 0%;
}
.col_corps_inscription{
	position: relative;
	display: block;
	padding: 10px;
	margin-top: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	background: rgba(50, 50, 50, 0.6);
}
.col_corps_inscription a{
	text-decoration: none;
	
}
.col_corps_inscription span{
	position: relative;
	display: block;
	text-align: center;
	font-family: 'eurostile_boldregular';
	color:rgba(255,255,255,0.85);
	text-transform: uppercase;
	
}
#slider-wrapper,#slider{
	position: relative;
	width:100%;
	height:100%;
}
#slider{
	background:url(images/loading.gif) no-repeat 50% 50%;
}
#slider img{
	position: relative;

	max-width:100%;
}


.nivo-controlNav {
	position:absolute;
	left:46%;
	top:10px;
	/*background: #000000;*/
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
   display: none;
  
    opacity: 0.7;
    z-index: 99;
	}
	
	.nivo-controlNav:hover{opacity: 1;}
	
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:0px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:35px;
	height:65px;
	background:url(images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-35px 0;
	right: -40px;
}

a.nivo-nextNav:hover{right: -41px;}

a.nivo-prevNav {
	left:-40px;
}
a.nivo-prevNav:hover{left: -41px;}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}

.nivo-directionNav a{top: 40%;}
.nivo-html-caption{


background: rgba(255,255,255,0.7);
}
.libelle_img_slider p{
	color:rgba(50,50,50,0.6);
}