/* CSS Document */
img {
vertical-align:middle;
border:0;
}
img#logo_zefyx {
position:absolute;
top:10px;
left:10px;
border:0;
}
.gauche {
text-align:left;
}
.centrer {
text-align:center;
}
.droite {
text-align:right;
}
.gras {
font-weight:bold;
}
.normal {
font-weight:normal;
}
.italique {
font-style:italic;
}
.float_left {
float:left;
}
.float_right {
float:right;
}
.display_block {
display:block;
}
.message_confirmation {
color:#009922;
font-weight:bold;
/*background-color:#CCCCCC;*/
/*border:1px dashed black;*/
/*padding:0.4em;*/
margin:1.0em 0;
}
.message_erreur {
color:#FF0000;
font-weight:bold;
/*background-color:#CCCCCC; */
/*border:1px dashed black;*/
/*padding:0.4em;*/
margin:1.0em 0;
}
.clear_both {
width:100%;
/* height:1px; */
clear:both;
}
.separateur {
width:100%;
height:10px;
clear:both;
}
.separateur_18px {
width:100%;
height:18px;
clear:both;
}
.separateur_30px {
width:100%;
height:30px;
clear:both;
}