
/* POSITIONNNEMENT FLOTTANT. */

.floatLeft { float:left; }
.floatRight { float:right; }


/* BACKGROUND + TYPOS COULEUR. */

.BGBlanc { background:#FFF; }
.BGJaune { background:#ffdd00; }
.BGNoir { background:#000;color:#FFF; }
.BGColorBeige { background:#ede9e7;clear:both;height:10px; }
.BGOrange { background:#db3421; }
.BgRouge1 { background:#ed1e25;  }
.BGBleu { background:#00c0f3;  }
.BGBeige { background:#a38a58; }
.BGRaye { background:url('../image/fond/actu.motif.png') #ffdd00 repeat-y ; }

/** HAUTEUR FIXE */

.Height300 { height:300px; }
.Height95 { height:95px; }

/** LARGEUR FIXE */

.width200 { width:200px; }
.width400 { width:400px; }
.width580 { width:580px; }
.width780 { width:780px; }
.width490 { width:490px; }

/**
MARGE
*/
.marginRight10 { margin-right:10px; }