* {
	font-family:'Trebuchet MS', Verdana, sans-serif;
	margin:0;
	padding:0;
}

body{
	background-color: #FFFFFF;
	font-size: 14px;
	height: 100%;
	text-align: center;
}
#page {
	width: 1024px;
	margin: 5px auto;
	text-align: justify;
	background: #FFFFFF;
}
/* Pied de page ------------------------------------------------------------ */

#footer {
    background-color: #979797;
    height: 40px;
    clear: both;
    color:#ffffff;
    font-weight: bold;
    width: inherit;
    margin: 0 auto;
    line-height: 40px;
}

#footer div{
    height: 40px;
}

#footer div:nth-child(1){
    text-align: center;
}

/* Contenu ------------------------------------------------------------ */
#main{
	background-color: #ffffff;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
}

#main a {
	color:#008FF1;
}

#main a:hover {
	color:#00355D;
}

/*----- ECRAN DE CONNEXION -----*/
#main {
	text-align: center;
	height: 450px;
    border: none;
}

#main .borderout {
	text-align: center;
	font-size: 14px;
	margin-left: auto;
	margin-right: auto;
	width: 500px;
}

#main .btn_val {
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	color: #000000;
}

#main .login {
	text-align: center;
	font-size: 12px;
	padding-top: 30px;
	height: 169px;
}

#main .borderout .login .message_acces_restreint{
    text-align: left !important;
    padding-left: 5px;
}

#main #logo_acpm {
    position: relative;
    width: 350px;
    margin-top: 20px;
}

dt{
	text-align: center;
	height:20px;
}

dd{
	text-align: center;
	height:40px;
}


#error{
	color:red;
}

a{
	cursor:pointer;
}

input{
    border: 1px solid #cccccc;
    height: 22px;
}

input:focus{
    border: 1px solid #3FA9F5;
}

button, input[type="submit"] {
    background : #3FA9F5;
    border: 1px solid #3FA9F5;
    color : #FFFFFF;
    font-weight: bold;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    height: 30px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    -khtml-border-radius: 9px;
    border-radius: 9px;
    margin-right: 20px;
}

button:hover, input[type="submit"]:hover {
    cursor: pointer;
    background : #FFFFFF;
    border: 1px solid #3FA9F5;
    color : #3FA9F5;
}

#voir_compte {
    margin-top: 20px;
}

#bandeau_bleu {
    background-color: none;
    padding-bottom: 30px;
}