@charset "utf-8";
/* CSS Document */

p {  }

h2 {  }

/***************************** Mise en page *****************************/

.gras { font-weight:bold; }
.ssligne { text-decoration:underline; }
.italic { font-style:italic; }
.justify { text-align:justify; }
.center { text-align:center; }

.petit { font-size:smaller; }
.grand { font-size:15px; }

.blanc { color:#ededed; }
.rouge { color:#aa0000; }
.liedevin { color:#ac1e44; }
