@charset "UTF-8";
/* CSS Document */

body {
	background-repeat:no-repeat;
	background-color: #40b9ec;
}

#contenant {
	position: absolute;
	margin: 0 auto;
	background-color: #40b9ec;
	background-repeat:no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #535353;
	width:100%;
	height:100%;
	}
	
#contenant p {
	padding: 5px 0 5px 0;
	}
	
#etapes{
	position:absolute;
	left:50%;
	top:50%;
	margin:-165px 0px 0px -163px;
}
	
.question {
	font-size: 12px;
	}
		
.question a {
	font-size: 16px;
	padding-left: 0;
	text-decoration: none;
	color:#FFF;
	}
		
#question_aide {
	font-size: 16px;
	width:200px;
	text-align:center;
	margin:auto;
	color:#FFF;
	text-decoration:none;
	margin-top:35px;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	text-shadow: 0px 0px 1px rgba(0,0,0,0.25);
	}
	
#logo{
	width:320px;
	height:150px;
	margin-bottom:12px;
	}
	
#placelogo{
	position:absolute;
	width:100px;
	margin-left:110px;
}
	
#identifiant {
	width: 320px;
	height: 50px;
	border-style: none;
	border-width: 0;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	color: rgba(16,46,59,0.75);
	text-align:center;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	font-size:16px;
	box-shadow:0px 0px 1px rgba(0,0,0,0.25);
	}
	
#mot_de_passe {
	width: 320px;
	height:50px;
	border-style: none;
	border-width: 0;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	color: rgba(16,46,59,0.75);
	margin-top:1px;
	text-align:center;
	background-image:url(../images/puce_connexion_mdp.png);
	background-repeat:no-repeat;
	background-position:300px center;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	font-size:16px;
	box-shadow:0px 0px 1px rgba(0,0,0,0.25);

	}
	
#connect input {
	}
	
#connect td {
	padding: 0 0 0 0;
	display:block;
	}
	
#connect label {
	font-size: 12px;
	display: block;
	width: 205px;
	height: 15px;
	margin: 0;
	padding: 5px 0 5px 0;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background-color: #535353;
	color: #FFFFFF;
	}
	
#connexion {
    border-style: none;
    border-width: 0;
    cursor: pointer;
    height: 55px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    width: 30px;
    z-index: 1;
	opacity:0;
	}
	
#contenu_connexion {
    background-color: #40b9ec;
    border-radius: 5px;
    color: #ffffff;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 12px;
    height: 47px;
    margin: 0;
    padding: 5px 0 0 5px;
    position: absolute;
    right: 10px;
    top: 53px;
    width: 29px;
    z-index: 1;
}
	
#puce_connexion {
	margin: 3px 5px 0 -20px;
	float: right;
	}

#go {
	vertical-align: top;
	position:relative;
	opacity:0;
	cursor:pointer;
	}
	
.credits {
	font-size: 16px;
	}
	
#credits_aide {
	position:absolute;
	font-size: 16px;
	width:100%;
	bottom:37px;
	color:#FFF;
	text-decoration:none;
	text-align:center;
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	text-shadow: 0px 0px 1px rgba(0,0,0,0.25);
	}	

@media(max-height:600px){
	.credits {
	font-size: 12px;
	}
	
#credits_aide {
	position:absolute;
	font-size: 16px;
	width:100%;
	bottom:auto;
	margin-top:500px;
	margin-bottom:5px;
	color:#FFF;
	text-decoration:none;
	text-align:center;
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	text-shadow: 0px 0px 1px rgba(0,0,0,0.25);
	}
}

@media(max-width: 480px){
	body{
		background-color:#40b9ec;
	}
	
	#contenant {
		margin: auto;
		width: 100%;
	}
	
	#etapes{
	position:absolute;
	left:50%;
	top:50%;
	margin:-165px 0px 0px -137px;
	}
	
	#contenant p{
		margin-bottom:-25px;
	}
	
	#connect{
		width:280px;
		margin:120px auto 0px;
	}
	
	#connect td {
		display:block;
		padding:0,0,0,0;
	}
	
	#connect label{
		width:275px;
		margin: 35px 0 0 0;
	}
	#connect input{
		width:270px;
		font-size: 16px;
	}
	
	#logo{
	width:270px;
	height:140px;
	margin-bottom:22px;
	}
	
	#placelogo{
	position:absolute;
	width:100px;
	margin-left:86px;
	}
	
	#identifiant {
	width: 270px;
	height: 50px;
	border-style: none;
	border-width: 0;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	color: rgba(16,46,59,0.75);
	text-align:center;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	font-size:16px;
	box-shadow:0px 0px 1px rgba(0,0,0,0.25);
	}
	
	#mot_de_passe {
	width: 270px;
	height:50px;
	border-style: none;
	border-width: 0;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	color: rgba(16,46,59,0.75);
	margin-top:1px;
	text-align:center;
	background-image:url(../images/puce_connexion_mdp_hdpi.png);
	background-size: 14px 14px;
	background-repeat:no-repeat;
	background-position:240px center;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	font-size:16px;
	box-shadow:0px 0px 1px rgba(0,0,0,0.25);
	}
	
	.question {
	font-size: 16px;
	}
		
	.question a {
	display:inline-block;
	font-size: 16px;
	padding-left: 0;
	text-decoration: none;
	color:#FFF;
	margin-top:34px;
	}
		
	#question_aide {
	font-size: 16px;
	width:270px;
	text-align:center;
	margin:0px auto auto 1px;
	color:#FFF;
	text-decoration:none;
	}
	
	#question_mot_de_passe {
		padding-left: 10px;
	}
	
	.credits {
	font-size: 16px;
	}
	
#credits_aide {
	position:relative;
	font-size: 16px;
	width:100%;
	bottom:auto;
	margin-top:450px;
	margin-bottom:5px;
	color:#FFF;
	text-decoration:none;
	text-align:center;
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	text-shadow: 0px 0px 1px rgba(0,0,0,0.25);
	}
}

	