/* CSS Document */
* { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; margin:0; padding:0;  }
p { line-height:17px; }
/* couleur texte */
.blue1 { color:#5F81AA; }
.blue2 { color:#6698C2; }
.green { color:#7EA190; }
.red { color:#C8504F; }
.erreur { color:#FF0000; }
.orange { color:#D47C18; }
.grey1 { color:#B9B9B9; }
.grey2 {color:#878684; }
.white { color:#FFFFFF; }
.white a{ color:#FFFFFF; text-decoration:none; }
.white a:hover { color:#FFFFFF; text-decoration:underline; }

/* couleur de fond */
.bg_blue1 { background-color:#5F81AA; }
.bg_blue2 { background-color:#6698C2; }
.bg_green { background-color:#7EA190; }
.bg_red { background-color:#C8504F; }
.bg_grey1 { background-color:#B9B9B9; }
.bg_grey2 { background-color:#878684; }
.bg_grey3 { background-color:#F2F2F2; }
.bg_greyform { background-color:#EAEAEA; }
.bg_orange { background-color:#D47C18; }

.pad4 { padding:4px; }
.pad8 { padding:8px; }
.marginright314 { margin-right:314px; }

.floatright { float:right;  }
.floatleft { float:left;  }

.width50 { width:50%; }
.pop { width:90%; margin:auto; }
.pop h1 {
color:#D47C18;
font-size:14px;
font-weight:bold;
}
.pop a { color:#5F81AA; text-decoration:none; }
.pop a:hover { color:#5F81AA; text-decoration:underline; }

.clear { clear:both; }
.copysmallAmi {
font-size:10px;
}


.center { text-align:center; }

.alerte { font-size:11px; color:#0000CC; font-style:italic; margin-bottom:4px; }

div.contenu a { color:#5F81AA; text-decoration:none; }
div.contenu a:hover { color:#5F81AA; text-decoration:underline; }

.guidage { font-size:10px; color:#878684; }
.cache { display:none; }
