@import url('css/font-awesome.css');


*	{
	padding:0;
	margin:0;
	}
	

body {
	background:#FCFCFC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#55585D;
	}
	
.bg_body {
	background:url(img/bg/bg_body.jpg) #FCFCFC;
	}
	

#contenu_index {
	width:1057px;
	margin:0 auto;
	}
	
.bloc_principal .logo_index {
	margin-bottom:20px;
	text-align:center;

	}

.bloc_principal {
	padding:150px  0 0 0;
	min-height:800px;
	}
	
.bloc_principal h1.bienvenue_admin {
 
  background: #2B93DA;
  border-radius: 10px;
  width:75%;
  	-moz-border-radius:10px;
	-webkit-border-radius:10px;
  color: #fff;
  font-size: 32px;
  text-align: center;
  margin: 0 auto;
  padding: 10px 20px;
  text-shadow: 0 -1px 0 #1e5b99;
  }
  
.bloc_principal .fleche_bas {
  width: 12px;
  height: 15px;
  margin: 0 auto;
  background: url(img/icons_multiples.png) 0 0 no-repeat;
  background-position: -72px -51px;
  }
 
  
#login .tabs2 li {
	float: left;
	list-style:none;
	margin-right: 20px;
	margin-bottom: 0px;
}
#login .tabs2 li a {
	text-decoration: none;
	/*display: block;*/
	color: #777777;
	padding: 0 6px;
	display: table-cell;
	vertical-align: middle;
	line-height: 21px;
}
#login .tabs2 li a:hover {
	color: #5c5c5c;
}
#login .tabs2 li.active {
	background: #34a5cf; /* Fallback */
    background: -moz-linear-gradient(#34a5cf, #2a8ac4);
    background: -ms-linear-gradient(#34a5cf, #2a8ac4);
    background: -o-linear-gradient(#34a5cf, #2a8ac4);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#34a5cf), to(#2a8ac4));
    background: -webkit-linear-gradient(#34a5cf, #2a8ac4);
    background: linear-gradient(#34a5cf, #2a8ac4);
    border: 1px solid #2b8bc7;
    color: #ffffff;
    text-shadow: 0 -1px rgba(0,0,0,0.3);
    text-decoration: none;
	   box-shadow: 
        inset 0 1px rgba(255,255,255,0.3), 
        inset 0 20px 40px rgba(255,255,255,0.15);
}

#login .tabs2 li.active a {
	color:#FFFFFF;
	}

#login .tabs2 li.active:hover
 {
    box-shadow: 
        inset 0 1px rgba(255,255,255,0.6), 
        inset 0 20px 40px rgba(255,255,255,0.30);
}

.tab_container .compte_bloquer {
	color:#FF0000;
	font-size:18px;
	padding:10px 0 0 0;
	text-align:center;
	line-height:23px;
	}
	
.compte_bloquer .mail_admin a {
	font-size:15px;
	color:#0099FF;
	text-decoration:none;
	}
	
.compte_bloquer .mail_admin a:hover {
	text-decoration:underline;
	}

#login .userbox {
	height: 260px;
	/*	background-color: #FFF;*/
	position: absolute;
	z-index: 10;
	width:340px;
	background-color: #FFFAF6;
	background-image: url(img/loader_green.gif);
	background-repeat: no-repeat;
	background-position: center 180px;
}
#login .userbox .userload {
	left: 50%;
	margin-left: -50px;
	margin-top: -70px;
}
#login .userbox .userload:hover {
	cursor: pointer;
}

#login .formLogin {
	width:310px;
	margin:auto;
	position: relative;
	height: 160px;
	left: -100px;
	opacity:0;
	filter:alpha(opacity=0);
	padding: 100px 0px 0px 0px;
}

#login .logo_index {
	text-align:center;
	padding:0px 0px 10px 0px;
	position: absolute;
	opacity:0;
	filter:alpha(opacity=0);
	top: 5%;
	left: 23%;
	margin-left: 0px;
	z-index: 11;
}
  
.form_authentification {
    /* Size and position */
    width: 340px;
    margin: 30px auto 30px;
    padding: 15px;
    position: relative;
	overflow:hidden;
 

    /* Styles */
    background: #fffaf6;
    border-radius: 4px;
    color: #7e7975;
    box-shadow:
        0 2px 2px rgba(0,0,0,0.2),        
        0 1px 5px rgba(0,0,0,0.2),        
        0 0 0 12px rgba(0,0,0,0.1); 
		
		
}

#login .tabs2 {
    font-size: 11px;
    font-weight: bold;
	width:100%;
    color: #bdb5aa;
	overflow:hidden;
    padding-bottom: 8px;
    border-bottom: 1px solid #EBE6E2;
    text-shadow: 0 2px 0 rgba(255,255,255,0.8);
    box-shadow: 0 1px 0 rgba(255,255,255,0.8);
}

.form_authentification .over_hidd {
	overflow:hidden;
	}

.form_authentification h1 .log-in,
.form_authentification h1 .sign-up {
    display: inline-block;
    text-transform: uppercase;
}

.form_authentification h1 .log-in {
    color: #6c6763;
    padding-right: 2px;
}

.form_authentification h1 .sign-up {
    color: #ffb347;
    padding-left: 2px;
}

.form_authentification .float {
    width: 47%;
    float: left;
	overflow:hidden;
    padding-top: 15px;
    border-top: 1px solid rgba(255,255,255,1);
}

.form_authentification .float:first-of-type {
    padding-right: 5px;
}

.form_authentification .float:last-of-type {
    padding-left: 5px;
}

.form_authentification label {
    display: block;
    padding: 0 0 5px 2px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 400;
    text-shadow: 0 1px 0 rgba(255,255,255,0.8);
    font-size: 11px;
}

.form_authentification label.auto_login {
	display:inline;
	}

.form_authentification label i {
    margin-right: 5px; /* Gap between icon and text */
    display: inline-block;
    width: 10px;
}

.form_authentification input[type=text],
.form_authentification input[type=password] {
    font-family: 'Lato', Calibri, Arial, sans-serif;
    font-size: 13px;
    font-weight: 400;
    display: block;
    width: 80%;
    padding: 5px;
    margin-bottom: 5px;
    border: 3px solid #ebe6e2;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.form_authentification input[type=text]:hover,
.form_authentification input[type=password]:hover {
    border-color: #CCC;
}

.form_authentification label:hover ~ input {
    border-color: #CCC;
}

.form_authentification input[type=text]:focus,
.form_authentification input[type=password]:focus {
    border-color: #BBB;
    outline: none; /* Remove Chrome's outline */
}

.form_authentification input[type=submit],
.form_authentification .log-twitter {
    /* Size and position */
    width: 49%;
    height: 30px;
    float: left;
    position: relative;

    /* Styles */
    box-shadow: inset 0 1px rgba(255,255,255,0.3);
    border-radius: 3px;
    cursor: pointer;

    /* Font styles */
    font-family: 'Lato', Calibri, Arial, sans-serif;
    font-size: 14px;
    line-height: 30px; /* Same as height */
    text-align: center;
    font-weight: bold;
}

.form_authentification input[type=submit] {
    text-decoration: none;
	float:right;
	width:28%;
	    margin-left: 1%;
    background: #fbd568; /* Fallback */
    background: -moz-linear-gradient(#fbd568, #ffb347);
    background: -ms-linear-gradient(#fbd568, #ffb347);
    background: -o-linear-gradient(#fbd568, #ffb347);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#fbd568), to(#ffb347));
    background: -webkit-linear-gradient(#fbd568, #ffb347);
    background: linear-gradient(#fbd568, #ffb347);
    border: 1px solid #f4ab4c;
    color: #996319;
    text-shadow: 0 1px rgba(255,255,255,0.3);
}

.form_authentification .email_100 {
	width:95% !important;
	}

.form_authentification .log-twitter {
    margin-right: 1%;
    background: #34a5cf; /* Fallback */
    background: -moz-linear-gradient(#34a5cf, #2a8ac4);
    background: -ms-linear-gradient(#34a5cf, #2a8ac4);
    background: -o-linear-gradient(#34a5cf, #2a8ac4);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#34a5cf), to(#2a8ac4));
    background: -webkit-linear-gradient(#34a5cf, #2a8ac4);
    background: linear-gradient(#34a5cf, #2a8ac4);
    border: 1px solid #2b8bc7;
    color: #ffffff;
    text-shadow: 0 -1px rgba(0,0,0,0.3);
    text-decoration: none;
}

.form_authentification input[type=submit]:hover,
.form_authentification .log-twitter:hover {
    box-shadow: 
        inset 0 1px rgba(255,255,255,0.3), 
        inset 0 20px 40px rgba(255,255,255,0.15);
}

.form_authentification input[type=submit]:active,
.form_authentification .log-twitter:active{
    top: 1px;
}

/* Fallback fro broswers that don't support box shadows */
.no-boxshadow .form_authentification input[type=submit]:hover {
    background: #ffb347;
}

.no-boxshadow .form_authentification .log-twitter:hover {
    background: #2a8ac4;
}

 
.form_authentification .opt {
    text-align: right;
    margin-right: 3px;
}

.form_authentification label[for=showPassword] {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 11px;
    font-weight: 400;
    text-transform: capitalize;
}

.form_authentification input[type=checkbox] {
    vertical-align: middle;
    margin: -1px 5px 0 1px;
}

.form_authentification .clearfix {
	padding:15px 0 0 0;
	}
	

.form_authentification input[type="checkbox"] {
    margin: -1px 5px 0 1px;
    vertical-align: middle;
}

/*alertMessage*/
#alertMessage {
	font-size:16px;
	font-weight:bold;
	padding:15px 25px 15px 45px;
	position:fixed;
	text-align:center;
	width:auto;
	z-index:100001;
	cursor:pointer;
	font-family:'Myriad Pro', Arial, Helvetica, sans-serif;
	background-color:#C2E3F0;
	color:#34667A;
	text-shadow:1px 1px 1px #C8EBFB;
	display:none;
	right: -20px;
	text-transform: uppercase;
	bottom: 45px;
	opacity:0;
	filter:alpha(opacity=0);
	background-image: url(img/info.png);
	background-repeat: no-repeat;
	background-position: 10px center;
}
.alertMessage {
	font-size:16px;
	font-weight:bold;
	padding:15px 25px 15px 45px;
	width:auto;
	cursor:pointer;
	font-family:'Myriad Pro', Arial, Helvetica, sans-serif;
	background-color:#C2E3F0;
	color:#34667A;
	text-shadow:1px 1px 1px #C8EBFB;
	text-transform: uppercase;
	margin-bottom:15px;
	background-image: url(img/info.png);
	background-repeat: no-repeat;
	background-position: 10px center;
}
#alertMessage span, .alertMessage span {
	border-left: 1px #488eaa solid;
	border-right: 1px #efefef solid;
	margin-right:10px;
	padding:5px 0px;
}
#alertMessage.error, .alertMessage.error {
	background-color:#fc4a48;
	color: #FFFFFF;
	text-shadow:1px 1px 1px #E64040;
	background-image: url(img/error.png);
	border: 1px #a93a25 solid;
}
#alertMessage.error span, .alertMessage.error span {
	border-left: 1px #7a0202 solid;
	border-right: 1px #f08c8a solid;
	margin-right:10px;
	padding:5px 0px;
}
#alertMessage.success, .alertMessage.success {
	background-color:#9bc652;
	color:#324e03;
	text-shadow:1px 1px 1px #5c9201;
	background-image: url(img/checkmark2.png);
	border: 1px solid #69a44d;
}
.alertMessage.success span {
	border-left: 1px #688901 solid;
	border-right: 1px #d0e4a7 solid;
	margin-right:10px;
	padding:5px 0px;
}
#alertMessage.warning, .alertMessage.warning {
	background-color:#fcdb72;
	color:#987402;
	text-shadow:1px 1px 1px #e7b104;
	background-image: url(img/help.png);
}
#alertMessage.warning span, .alertMessage.warning span {
	border-left: 1px #987402 solid;
	border-right: 1px #fff0c2 solid;
	margin-right:10px;
	padding:5px 0px;
}

.text_success {
	font-size:14px;
	text-align:center;
	margin:0px 0 35px 0;
	line-height:25px;
	position: absolute;
	left: 50%;
	width: 420px;
	top: 50%;
	z-index: 50;
	margin-left: -215px;
	text-transform: uppercase;
	padding: 20px 0px;
	margin-top: -100px;
	display: none;
}
.text_success img {
}
.text_success span {
	display: block;
	padding: 10px;
	color: #CCC;
}

#preloader {
	background: url(img/ajax_loader.gif) top no-repeat;
	font-size: 11px;
	height: 30px;
	text-align:center;
	left: 50%;
	line-height: 20px;
	padding:10px 0 0 10px;
	margin: -20px 0 0 -45px;
	position: fixed;
	text-align: left;
	text-indent: 36px;
	top:420px;
	width: 90px;
	z-index: 1209;
	opacity:0.8;
	filter:alpha(opacity=80);
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	color: #666666;
	text-shadow:none;
	display: none;
}

#pageload {
	background: #000000;
	font-size: 11px;
	height: 20px;
	left: 50%;
	line-height: 20px;
	margin: -20px 0 0 -55px;
	padding: 10px;
	position: fixed;
	text-align: center;
	top: 50%;
	width: 120px;
	z-index: 1006;
	opacity:0.8;
	filter:alpha(opacity=80);
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	color: #FFF;
	text-shadow:none;
	display: none;
}


div#footer_copyright {
	width:100%;
	background: #FFFAF6;
	border-top:#dddddd solid 1px;
	height:35px;
	position:fixed;
	left:0px;
	bottom:0px;
	text-align:center;
	font-size:11px;
	color:#444444;
	line-height:35px;
	-moz-box-shadow: 0px -2px 3px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 0px -2px 3px rgba(0, 0, 0, 0.1); box-shadow: 0px -2px 3px rgba(0, 0, 0, 0.1);
	}
	
div#footer_copyright a {
	color: #333333;
	font-weight:bold;
	text-decoration:none;
	}
	
div#footer_copyright a:hover {
	color: #666666;
	}