/* COuleur */
.Rose, .Rose a { color:#c90332; }
.Bleu, .Bleu a { color:#7bc5f4; }
.Jaune, .Jaune a { color:#ecbd32; }
.Blanc, .Blanc a { color:#FFF; }
.Violet, .Violet a { color:#300843; }
.Gris, .Gris a { color:#828282; }

/* Background */
.BGGrisFonce { background-color:#ffffff; }
.BGGrisClair { background-color:#e3dbe0; }
.BGGrisJaune { background-color:#ecbd32; }

/** LARGEUR */
.width670 { width:670px; }
.width480 { width:480px; }
.width490 { width:490px; }
.width380 { width:379px; }
.width180 { width:180px; }
.width184 { width:184px; }

/** MARGIN */
.Margin0 { margin-top:0; }
.Margin10 { margin-top:10px; }

/** FLOAT **/
.floatLeft { float:left; }
.floatRight { float:right; }

/** BACKGROUND */
.TopOmbre { background:url('../image/fond/ombre.noir.png') repeat-x 0 0; }