@charset "utf-8";
/* CSS Document */


body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000;
	margin:0px;
	padding:0px;
	background-color: #F2F2F2;
	background-image:none;
	}

#conteneur {
}

#page {
display:block;
width: 450px;
background: #fff;
margin-left:auto;
margin-right:auto;
box-shadow:10px 10px 10px #999;
-webkit-box-shadow:10px 10px 10px  #999;
-moz-box-shadow: 10px 10px 10px   #999;
border:1px solid #ddd;
}

#footer {
	display:block;
	padding-top:50px;
	color:#999;
	text-align:center;
	font-size:9px;

}

#entete {
	display:block;
	background-color:#FF9C05;
	height:60px;
/* background-image:url(../img/fond_entete_login.png);	 */
	background-repeat:repeat-x;
	background-position:top;

	color:#FFF;
	padding:5px;
	font-size:24px;
	}

#login{
	display:block;
padding: 15px;
font-weight: bold;  
color: #333;
}

input{
	display:block;
	width:95%;
	}

input[type=text], input[type=password] {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:4px;
	border: 1px solid #CCC;
	color:#666;
	}


	
input[type=text]:focus, input[type=password]:focus {
	background-color:#eFf;
	border: 1px solid #39F;
	color:#000;
	} 

label{
line-height: 1.8;
padding-bottom:5px;
padding-top:5px;
display:block;
}

h1{
	font-size:14px;
	background:#000;
	margin:0px;
	padding:5px;
	color:#FFF;
	/* background-image:url(../img/fond_entete.png); */
	}





.erreur {
	display:block;
	height:30px;
	color:#C00;
	}

.boutons{
	margin-top: 20px;
	}
.boutons a, .boutons button{
    display:block;

    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.boutons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.boutons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.boutons button img, .boutons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}



/* STANDARD */

.boutons a:hover, button:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.boutons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}
