@charset "UTF-8";
/* CSS Document */

* {
	outline:none;	
}

body {
	font-family:Verdana, Geneva, sans-serif;
	color:#FFF;
	margin:0;
	padding:0;
	background-image:url(../images/fond_21pixelsx1600_sirius.png);
	background-position:top left;
	background-repeat:repeat-x;
	background-color:#011f3a;
}

img {
	border:0;
}

#top {
	width:100%;
	height:140px;
	text-align:center;
	margin-top:30px;
	padding-bottom:20px;
}

#bottom {
	position:fixed;
	bottom:0px;
	width:100%;
	height:28px;
	background-image:url(../images/bande_bas.png);
	background-position:bottom left;
	background-repeat:repeat-x;
}




#connexion {
	margin:0 auto;
	margin-top:30px;
	background-image:url(../images/identifiant_cartouche.png);
	background-position:top center;
	background-repeat:no-repeat;
	width:400px;
	height:180px;
}

#formulaire {
	padding-top:70px;
	margin-left:50px;	
}

#formulaire label{
	font-size:11px;
}

#formulaire #info {
	width:180px;
	border: 1px solid #000;
}

#lien_retour {
	width:965px;
	margin:0 auto;
}

#lien_retour a {
	color:#FFF;
	font-size:11px;
	float:right;
	padding:5px;
	padding-top:7px;
	text-decoration:none;
	background-image:url(../images/backicon.png);
	background-repeat:no-repeat;
	background-position:center left;
	padding-left:17px;
	
}
