/* CSS Document */
@import url(../cadre_white.css);

div.message {
float: right;
width: 190px;
padding: 10px;
background-color: #F4F4F4;
}

p#alertmessage {
display: none;
margin-bottom: 10px;
padding: 10px 5px;
border: 1px solid #CCCCCC;
background-color: #F4F4F4;
}

a.identifier_log {
display: block;
width: 105px;
height: 34px;
margin-top: 20px;
background: transparent url(../img/boutons/identifier_white.jpg) no-repeat top left;
}

a.identifier_log span {
display: none;
}

a.inscrire_log {
clear: both;
display: block;
width: 105px;
height: 34px;
margin-top: 20px;
background: transparent url(../img/boutons/inscrire_white.jpg) no-repeat top left;
}

a.inscrire_log span {
display: none;
}

a.valider_bt {
clear: both;
display: block;
width: 105px;
height: 34px;
margin-top: 20px;
background: transparent url(../img/boutons/valider_white.jpg) no-repeat top left;
}

a.valider_bt span {
display: none;
}
.messagesubscribe{
margin: 10px 0;
padding: 5px;
background: #F4F4F4;
border: 1px solid #b4b5b7;
}
