/*
 * Cette feuille de style CSS n'est utilisé que dans la page de login
 *
 */
#login_form {
    width: 50%;
    min-width: 200px;
    background-color: #077B9B;
    text-align: center;
	z-index:1;
	float: center;
 	position: absolute;
 		left: 25%;
 		top: 10%;
}
#connexion {
	display: inline;
	border-style: solid;
	margin-top: 20px;
	margin:  20px auto auto auto;
}

.ligne {
	display: block;

}
#titre_login {
	font-family: Arial;
	font-size: 32px;
	padding-top: 40px;
	color: white;
}

#citation {
	font-family: Arial;
	font-size: 14px;
	color: green;
	font-weight: bold;
	/*text-align: left;*/
	position: relative;
	margin-top: 90px;
	padding-bottom: 5px;
	left: 10px;
}

.pin {
	margin-left: 1px;
 	width: 10px;
  	height: 10px;
 	border-radius: 50% 50% 50% 50%;
 	background: white;
}

.pin2 {
	width: 13px;
    height: 13px;
    border-radius: 50% 50% 0% 0%;
    background: white;
}

#personage {
	display: inline-block;
	position: relative;
	top: 5px;
}


#image {
	display: inline-block;
	position: relative;
	left: -40%;
}

img {
	max-width: 100px;
}

.bouton{
	margin-top: 25px;
	margin-right:auto;
	margin-left:auto;
	width:200px;
	padding: 5px;
	border-radius: 30px;
	background-color:#253772;
	text-align: center;
}

a:link {
	text-decoration: none;
	color:white;
}

a:visited {
	text-decoration: none;
	color:white;
}
