@font-face {
    font-family: 'BebasNeueRegular';
    src: url('fonts/BebasNeue-webfont.eot');
    src: url('fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/BebasNeue-webfont.woff') format('woff'),
         url('fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* CSS reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
html,body {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
input{
	border:1px solid #b0b0b0;
	padding:3px 5px 4px;
	color:#979797;
	width:190px;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
section {
	position: relative;
	clear: both;
}
figure {
	display: inline-block;
	vertical-align: top;
}

/* General Demo Style */
body{
	font-family: 'TitilliumRegular', 'Arial Narrow', Arial, sans-serif;
	background: #000;
	font-size: 15px;
	color: #000;
	overflow-y: scroll;
	overflow-x: hidden;
}
.ie7 body{
	overflow:hidden;
}
a{
	color: #333;
	text-decoration: none;
}
.container{
	position: relative;
	/*text-align: center;*/
	/*width: 960px;*/
	margin: 0 auto;
}
.clr{
	clear: both;
}
.container > header{
	position: relative;
	display: block;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    text-align: left;
    background: #232323;
    height: 50px;
}
.container > header h1{
	font-family: 'TitilliumRegular', 'Arial Narrow', Arial, sans-serif;
	font-size: 35px;
	line-height: 35px;
	position: relative;
	font-weight: 400;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    padding: 0px 0px 5px 0px;
}
.container > header h1 span{

}
.container > header h2, p.info{
	font-size: 16px;
	font-style: italic;
	color: #f8f8f8;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
}
/*added*/
.ct-inner {
	padding: 0px 20px;
	position: relative;
	max-width: 960px;
	margin: 0 auto;
	}

	.ct-branding {
	/*padding: 10px 20px 13px 10px;*/
	float: left;
	}
	.ct-branding a.ct-logo {
	/*background: transparent url(../images/1et1.png) no-repeat 0px 0px;
	width: 201px;*/
	height: 48px;
	float: left;
	outline: none;
	padding: 0 20px;
	line-height: 48px;
	text-shadow:0 0 .4px #09c,0 2px 2px rgba(0,0,0,.7);
	font-family: 'TitilliumRegular', 'Arial Narrow', Arial, sans-serif;
	font-size: 26px;
	color: #fff;
	background: #0079af; /* Old browsers */
	background: -moz-linear-gradient(top,  #0079af 20%, #054a69 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(20%,#0079af), color-stop(100%,#054a69)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #0079af 20%,#054a69 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #0079af 20%,#054a69 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #0079af 20%,#054a69 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #0079af 20%,#054a69 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0079af', endColorstr='#054a69',GradientType=0 ); /* IE6-9 */
	box-shadow: 0 1px 1px rgba(0,16,37,.9) inset,0 1px 0 rgba(0, 159, 216, .3);
	border: 1px solid rgba(0, 159, 216,.2);

	}
	.bloc {
	background: rgba(255,255,255,0.6);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0 0 10px #b3bec7;
	-webkit-box-shadow: 0 0 10px #b3bec7;
	box-shadow: 0 0 10px #b3bec7;
	position: relative;
	margin: 0 0 25px 0;
	padding: 15px;
}
#mes{
	width: 960px;
	margin: 0 auto;
	position: relative;
	top: 10px;
}
#mes h1{
	font-family: 'TitilliumBold', 'Arial Narrow', Arial, sans-serif;
    font-size: 27px;
    padding: 0;
    line-height: 27px;
    color: #FFF;
    display: block;
    width: 420px;
    float: left;
    text-transform: uppercase;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.4);
    -o-text-shadow: 1px 1px 3px rgba(0,0,0,0.4);
    -ms-text-shadow: 1px 1px 3px rgba(0,0,0,0.4);
    -moz-text-shadow: 1px 1px 3px rgba(0,0,0,0.4);
    -webkit-text-shadow: 1px 1px 3px rgba(0,0,0,0.4);
	font-style: italic;
}
#mes h1 span{
	font-family: 'TitilliumRegular', 'Arial Narrow', Arial, sans-serif;
}
#mes .illustration{
	width: 420px;
    display: block;
    position: relative;
    float: right;
    clear: right;
    top: -10px;
}

#home, #acctualite{
	font-family: 'TitilliumRegular', 'Arial Narrow', Arial, sans-serif;
	width: 910px;
	margin: 0 auto;
	position: relative;
	top: 20px;
	font-size: 13px;
	line-height: 13px;
}
#acctualite{
	margin-top: 30px;
		width: 610px;

}
#home h1{
	font-family: 'TitilliumBold', 'Arial Narrow', Arial, sans-serif;
	font-size: 27px;
	line-height: 27px;
	margin-bottom: 10px;
	color: #FFF;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.4);
    -o-text-shadow: 1px 1px 3px rgba(0,0,0,0.4);
    -ms-text-shadow: 1px 1px 3px rgba(0,0,0,0.4);
    -moz-text-shadow: 1px 1px 3px rgba(0,0,0,0.4);
    -webkit-text-shadow: 1px 1px 3px rgba(0,0,0,0.4);
	font-style: italic;
}
/* Header Style */
header{
	font-family: 'TitilliumRegular', 'Arial Narrow', Arial, sans-serif;
}
.wrapper {
	padding: 14px 0px;
	float: left;
	line-height: 25px;
	min-width: 200px;
	font-family: 'TitilliumRegular', 'Arial Narrow', Arial, sans-serif;
	margin: 0 13px 0 50px;
	color: #FFF;
	font-size: 14px;
}
.ct-flags {
	width: 73px;
	float: right;
	margin: 22px 10px 0 350px;
	padding: 0px;
	height: 23px;
}
.ct-connect {
	position: relative;
	width: 126px;
	float: left;
	/*margin: 8px 10px 0 0;*/
	padding: 0px;
	height: 34px;
	top: -10px;
	left: 130px;
}
.ct-connect li,.ct-flags li {
	float: left;
}
.ct-connect li a {
	display: block;
	width: 34px;
	height: 34px;
	outline: none;
	margin: 0 4px;
	background: transparent url(../images/cs.png) no-repeat 0 -42px;
	text-indent: -9000px;
	position: relative;
}
.ct-flags li a {
	display: block;
	width: 16px;
	height: 23px;
	outline: none;
	margin: 0 4px;
	background: transparent url(../images/flags.png) no-repeat 0 -42px;
	text-indent: -9000px;
	position: relative;
}
.ct-flags li .ct-flags-fr {
	background-position: 0 0;
}
.ct-flags li .ct-flags-fr:hover, .ct-flags li .ct-flags-fr.active {
	background-position: 0 -23px;
}
.ct-flags li .ct-flags-en {
	background-position: -16px 0;
}
.ct-flags li .ct-flags-en:hover, .ct-flags li .ct-flags-en.active {
	background-position: -16px -23px;
}
.ct-flags li .ct-flags-es {
	background-position: -32px 0;
}
.ct-flags li .ct-flags-es:hover, .ct-flags li .ct-flags-es.active {
	background-position: -32px -23px;
}
.ct-connect li .ct-connect-facebook {
	background-position: -42px 0;
}
.ct-connect li .ct-connect-facebook:hover{
	background-position:-42px -38px;
}
.ct-connect li .ct-connect-twitter {
	background-position: 0 0;
}
.ct-connect li .ct-connect-twitter:hover{
	background-position:0 -38px;
}
.ct-connect li .ct-connect-gplus {
	background-position: -84px 0;
}
.ct-connect li .ct-connect-gplus:hover{
	background-position:-84px -38px;
}
footer{
	position: fixed;
	z-index: 2;
	width: 100%;
	height: 160px;
	font-size: 10px;
	bottom: -1px;
}

.ct-footer {
	background: #242424;
	opacity: 0.8;
}
.ct-footer .ct-inner, .ct-bat .ct-inner{
	width: 960px;
	margin: 0 auto;
	font-family: 'TitilliumRegular', 'Arial Narrow', Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #898989;
	padding-top: 20px;
}
.ct-footer .ct-inner .f1{
	width: 600px;
	float: left;
	margin-right: 10px;
}
.ct-footer .ct-inner .f2{
	width: 300px;
	float: right;
	margin-left: 10px;
	text-align: right;
}


.ct-bat {
	width: 100%;
	height: 100px;
	background: #000;
	position: fixed;
bottom: -50px;
}
.copy{
	width: 300px;
	float: left;
	margin-top: -20px;
	height: 40px;
	line-height: 48px;
}
.enoxone{
	float: right;
	width: 200px;
	margin-top: -20px;
	height: 40px;
	line-height: 48px;
}
.enoxone a{
	color: #FFF;
}
.enoxone a:hover{
	color: #898989;
}
.small-arrow {
	border: 4px solid transparent;
	border-left-color: #fff;
	width: 0;
	height: 0;
}
.bouton {
	float: right;
	border: 2px solid #fff;
	padding: 4px 13px;
	vertical-align: middle;
	font-size: 14px;
	font-weight: bold;
	line-height: normal;
	background-color: #343436;
	color: #fff;
	text-shadow: 0 -1px 1px #000;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	-moz-box-shadow: 0 2px 1px #ddd;
	-ms-box-shadow: 0 2px 1px #ddd;
	-webkit-box-shadow: 0 2px 1px #ddd;
	box-shadow: 0 2px 1px #ddd;
	display: inline-block;
	background-image: -moz-linear-gradient(top,#343436 0,#1b1b1b 100%);
	background-image: -ms-linear-gradient(top,#343436 0,#1b1b1b 100%);
	background-image: -o-linear-gradient(top,#343436 0,#1b1b1b 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#343436),color-stop(100%,#1b1b1b));
	background-image: -webkit-linear-gradient(top,#343436 0,#1b1b1b 100%);
	background-image: linear-gradient(to bottom,#343436 0,#1b1b1b 100%);
}
.bouton:hover {
	text-decoration: none;
	background-color: #555;
	background-image: -moz-linear-gradient(top,#777 0,#111 100%);
	background-image: -ms-linear-gradient(top,#777 0,#111 100%);
	background-image: -o-linear-gradient(top,#777 0,#111 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#777),color-stop(100%,#111));
	background-image: -webkit-linear-gradient(top,#777 0,#111 100%);
	background-image: linear-gradient(to bottom,#777 0,#111 100%);
}
#acctualite span {
background: url(../images/sprite-icons.png) no-repeat 0 -20px;
display: block;
/*float: left;*/
height: 20px;
width: 20px;
margin-right: 3px;
margin-left: 10px;
padding-left: 20px;
color: orangered;
	font-family: 'TitilliumBold', 'Arial Narrow', Arial, sans-serif;
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 10px;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.4);
    -o-text-shadow: 1px 1px 3px rgba(0,0,0,0.4);
    -ms-text-shadow: 1px 1px 3px rgba(0,0,0,0.4);
    -moz-text-shadow: 1px 1px 3px rgba(0,0,0,0.4);
    -webkit-text-shadow: 1px 1px 3px rgba(0,0,0,0.4);
	font-style: italic;

}

/* Media Queries */
@media screen and (max-width: 767px) {
	.container > header{
		text-align: center;
	}
	p.codrops-demos {
		position: relative;
		top: auto;
		left: auto;
	}
}