body { background-image:url(../../images/body_bg.jpg); background-repeat:no-repeat; background-attachment:fixed; background-color:#21262a; background-position: center center; font-family:Tahoma; font-size:12px; color:#7a7a79;}

/* ********* */
/* CONNEXION */
/* ********* */
#connexion {position:absolute; top: 50%; margin-top: -198px; width:300px; height:318px; left:50%; margin-left: -188px; border: 3px #292f38 solid; border-radius:10px; background-color:#f5f5f5; background-image:url(../../images/connexion/effect.png);
background-repeat:no-repeat; background-position:bottom right; padding:35px; text-align:center;}
.separateur {background-color:#d1d7df; height:1px; width:100%; margin:25px auto;}
#labelConnection {font-size:15px; margin-bottom:25px; font-family:Tahoma;}
.connexion_input {	border-radius:5px; border:1px solid #d1d7df; background-color:#FFFFFF; height:20px; padding:4px 5px 4px 8px; margin:auto; margin-bottom:10px; text-align:left; color:#7a7a79; display:block; width:282px;}
.connexion_input:focus {border-radius:5px; border:1px solid #d1d7df; background-color:#fdfed3; height:20px; padding:4px 5px 4px 8px; margin:auto; margin-bottom:10px; text-align:left; color:#373737; display:block; outline:none;}
.souvenir {float:left; width:20px; height:30px; text-align:left; margin-right:5px; margin-left:5px;}
.text_souvenir {float:left; padding-top:2px;}
.forget {float:right; padding-top:2px; color:#164b8a; text-decoration:none; margin-right:5px;}
.forget a{color:#164b8a; text-decoration:none;}
.forget a:hover{color:#164b8a; text-decoration:underline;}
.clear {clear:both;}
#buttonConnection{border:1px #aa3176 solid; border-radius:5px; color:#FFF; height: 45px; line-height:45px; font-family:arial; font-size: 18px; font-weight: bold;	text-shadow:1px 1px 1px #7a355c; cursor:pointer; width:252px; text-align: center; margin: 10px auto 0;
	background: #eb72b7; /* Old browsers */
	background: -moz-linear-gradient(top,  #eb72b7 0%, #b94b8a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eb72b7), color-stop(100%,#b94b8a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #eb72b7 0%,#b94b8a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #eb72b7 0%,#b94b8a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #eb72b7 0%,#b94b8a 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #eb72b7 0%,#b94b8a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb72b7', endColorstr='#b94b8a',GradientType=0 ); /* IE6-9 */}
#buttonConnection:hover{border:1px #aa3176 solid; border-radius:5px; color:#FFF; height: 45px; line-height:45px; font-family:arial; font-size: 18px; font-weight: bold; text-shadow:1px 1px 1px #7a355c; cursor:pointer; width: 252px; text-align: center; margin: 10px auto 0;	
	background: #eb72b7; /* Old browsers */
	background: -moz-linear-gradient(top, #b94b8a  0%, #eb72b7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eb72b7), color-stop(100%,#b94b8a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #b94b8a 0%,#eb72b7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #b94b8a 0%,#eb72b7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #b94b8a 0%,#eb72b7 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #b94b8a 0%,#eb72b7 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b94b8a', endColorstr='#eb72b7',GradientType=0 ); /* IE6-9 */}