@charset "utf-8";
@import "reset.css";
@import url('animate.min.css');
@import url('animate.delay.css');
/* CSS Document */
body{
	background-color:#777;
	font-family:"Robot", sans-serif
}
header{
	width:100%;
	height:40px;
	/*border-bottom:1px solid #ccc;*/
	box-shadow:0px 0px 1px 0px #CCC;
	font-size:15px;
	color:#333;
	text-transform:uppercase;
	padding-top:10px;}
#corps{
	/*width:800px;*/
	/*height:600px;*/
	border:#666 1px solid;
	margin-left:auto;
	margin-right:auto;
	margin-top:3px;
	top:3px;
	/*background-color:rgba(255, 255, 255, 0.93);*/
	background:#fff;
	padding-bottom:10px;
	
}
label{
	font-weight:lighter;
}

input, input[type=text], input[type=date],select.form-control{
	width:100%;
	border:0,3px solid;
	border-radius:0px;
	box-shadow:none;
	margin-bottom:5px;
	height:25px;
	color:#666;
	padding:5px;
	font-size:12px;
}
input[type=submit], input[type=reset]{
	height:40px;
	border-radius:0px;
}


.contenu{
	width:50%;
	display:inline-table;
	padding-left:20px;
	padding-right:20px;
}
.gauche{
	float:left;
}
.droit{
	float:right;
}
form{width:auto;margin-right:5px;margin-left:5px;}

/***** LOGIN PAGE *****/
/************************/

body.loginbody { background: url('../images/statics/gray_jean.png') repeat scroll 0% 0% #F7F7F7; }

.loginwrapper { width: 400px; margin: 10px auto 0 auto; }
.loginwrapper p { margin: 20px 0; }
.loginwrapper p:first-child { margin-top: 0; }
.loginwrapper p:last-child { margin-bottom: 0; }
.logintitle {padding: 15px; text-transform: uppercase; line-height: 21px; border: 1px solid #bbb; font-size: 18px; border-bottom: 0;
	-moz-border-radius: 2px 2px 0 0; -webkit-border-radius: 2px 2px 0 0; border-radius: 2px 2px 0 0; color: #666;
}
.logintitle span.fa-lock { font-size: 48px; margin-top: -5px; float: left; margin-right: 10px;display: block;}
.logintitle span.subtitle { font-size: 12px; font-weight: normal; display: block; margin-left: 32px; text-transform: none; color: #999; }
.loginwrapperinner { 
	padding: 20px; background: #444; 
	-moz-border-radius: 0 0 2px 2px; -webkit-border-radius: 0 0 2px 2px; border-radius: 0 0 2px 2px;
}
.loginshadow { background: url(../images/statics/loginshadow.png) no-repeat center center; height: 30px; }
.loginwrapper input { 
	width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
	padding: 10px; min-height: 44px; font-size: 14px !important; border: 0; color: #999;
	background: #eee; padding-left: 30px; 
}
.loginwrapper input#username { background: #eee url(../images/statics/username.png) no-repeat 8px 12px; padding-left:30px;}
.loginwrapper input#password { background: #eee url(../images/statics/password.png) no-repeat 8px 12px;  padding-left:30px;}
.ie .loginwrapper input#username, .ie .loginwrapper input#password{padding-bottom:0;width:320px;}
.loginwrapper input#username.error,
.loginwrapper input#password.error { background-color: #ffeaea; color: #ff0000; }
.loginwrapper input:focus { 
	background-color: #fff;
	color: #666 !important; 
	box-shadow: 0 0 8px rgba(0,0,0,0.8) !important;
}
.loginwrapper button.btn { 
	padding: 12px 0; border: 0; text-transform: uppercase; font-size: 14px; text-shadow: 1px 1px rgba(0,0,0,0.2);
	box-shadow: 0 2px 3px rgba(0,0,0,0.3);;
}
.loginwrapper a { color: #999;font-size: 12px; }
.loginwrapper button.btn { -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px;}
.logintitle { font-family: 'RobotoBold', 'HelveticaNeue', Arial, sans-serif; }
.logintitle { 
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.3); 
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.3); 
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.3);
	color:#666 !important;
}
.logintitle {
    background: linear-gradient(to bottom, #EDEDED 0%, #DEDEDE 100%) repeat scroll 0% 0% transparent;
}
.loginlogos {
	height:120px;padding:50px 0 0 100px;position:relative;
}
.loginlogos .logo{/*display:block;height:51px;cursor:pointer;background:url(../images/logo.png) left top no-repeat;*/
height: 90px;
padding: 25px 0;
position: relative;
background: url(../images/logo.png) no-repeat left 50%;display:block;
}
.loginwrapper button.btn {
    padding: 12px 0px;
    border: 0px none;
    text-transform: uppercase;
    font-size: 14px;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
    font-weight:bold;
    cursor:pointer;
}


.loginwrapper [class^="fa-"], [class*=" fa-"] {
    opacity: 0.75;
}
.icon-question-sign {
    background-position: -96px -96px;
}


/******************** BOUTONS ******************/
.btn-default {
	background: #005094; color: #fff; text-shadow: 1px 1px rgba(0,0,0,0.1);
	background: -moz-linear-gradient(top,  #0481eb 0%, #005094 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0481eb), color-stop(100%,#005094));
	background: -webkit-linear-gradient(top,  #0481eb 0%,#005094 100%);
	background: -o-linear-gradient(top,  #0481eb 0%,#005094 100%);
	background: -ms-linear-gradient(top,  #0481eb 0%,#005094 100%);
	background: linear-gradient(to bottom,  #0481eb 0%,#005094 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0481eb', endColorstr='#005094',GradientType=0 );	
}
.btn-default:hover {
	background: #13671c; color: #fff; text-shadow: 1px 1px rgba(0,0,0,0.1);
	background: -moz-linear-gradient(top,  #1fa22d 0%, #13671c 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1fa22d), color-stop(100%,#13671c));
	background: -webkit-linear-gradient(top,  #1fa22d 0%,#13671c 100%);
	background: -o-linear-gradient(top,  #1fa22d 0%,#13671c 100%);
	background: -ms-linear-gradient(top,  #1fa22d 0%,#13671c 100%);
	background: linear-gradient(to bottom,  #1fa22d 0%,#13671c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1fa22d', endColorstr='#13671c',GradientType=0 );
}
.btn-rouge {
	background: #bb291a; color: #fff; text-shadow: 1px 1px rgba(0,0,0,0.1);
	background: -moz-linear-gradient(top,  #bb291a 0%, #73150b 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bb291a), color-stop(100%,#73150b));
	background: -webkit-linear-gradient(top,  #bb291a 0%,#73150b 100%);
	background: -o-linear-gradient(top,  #bb291a 0%,#73150b 100%);
	background: -ms-linear-gradient(top,  #bb291a 0%,#73150b 100%);
	background: linear-gradient(to bottom,  #bb291a 0%,#73150b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb291a', endColorstr='#73150b',GradientType=0 );	
}
.btn-rouge:hover {
	background: #4e86b7; color: #fff; text-shadow: 1px 1px rgba(0,0,0,0.1);
	background: -moz-linear-gradient(top,  #4e86b7 0%, #035f9a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4e86b7), color-stop(100%,#035f9a));
	background: -webkit-linear-gradient(top,  #4e86b7 0%,#035f9a 100%);
	background: -o-linear-gradient(top,  #4e86b7 0%,#035f9a 100%);
	background: -ms-linear-gradient(top,  #4e86b7 0%,#035f9a 100%);
	background: linear-gradient(to bottom,  #4e86b7 0%,#035f9a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e86b7', endColorstr='#035f9a',GradientType=0 );
}

.btn-orangejaune {
	background: #ec9319; color: #fff; text-shadow: 1px 1px rgba(0,0,0,0.1);
	background: -moz-linear-gradient(top,  #284369 0%, #284369 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#284369), color-stop(100%,#284369));
	background: -webkit-linear-gradient(top,  #284369 0%,#284369 100%);
	background: -o-linear-gradient(top,  #284369 0%,#284369 100%);
	background: -ms-linear-gradient(top,  #284369 0%,#284369 100%);
	background: linear-gradient(to bottom,  #284369 0%,#284369 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#284369', endColorstr='#284369',GradientType=0 );	
}
.btn-orangejaune:hover {
	background: #009DE0; color: #fff; text-shadow: 1px 1px rgba(0,0,0,0.1);
	background: -moz-linear-gradient(top,  #009DE0 0%, #009DE0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#009DE0), color-stop(100%,#009DE0));
	background: -webkit-linear-gradient(top,  #009DE0 0%,#009DE0 100%);
	background: -o-linear-gradient(top,  #009DE0 0%,#009DE0 100%);
	background: -ms-linear-gradient(top,  #009DE0 0%,#009DE0 100%);
	background: linear-gradient(to bottom,  #009DE0 0%,#009DE0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009DE0', endColorstr='#009DE0',GradientType=0 );
}


.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

.btn-round {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    position: relative;
    text-align: center;
}
.btn-round span {
    background: none repeat scroll 0% 0% #FFF;
    border-radius: 50px;
    margin: 3px;
    height: 34px;
    width: 34px;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    line-height: 36px;
    color:#555;
}