@CHARSET "ISO-8859-1";

img{ border: 0; }

.left{ float: left; }
.right{ float: right; }
.clear{ clear: both; }

.bold {font-weight: bold; } 

.gauche{ text-align: left; }
.droite{ text-align: right; }
.milieu{ text-align: center; }
.justifie{ text-align: justify; }

.nonUnderline{ text-decoration: none; }
.underline{ text-decoration: underline; }
.clickable{ cursor: pointer; }

.rouge{ color: #6e0009; }

.toutCache{ display: none; }