*{
 margin			  : 0px;
 padding          : 0px;
}
body {
 background-color : #fff;
 font-family      : Arial,Helvetica,sans-serif,verdana;
 font-size        : 13px;
 color            : #999999;
}
img {
 border           : 0px;
}
h1, h2, h3, h4, h5, h6 {
 margin           : 0em 0 .5em 0; /* Rapproche le titre du texte. (5) */
 line-height      : 1.2;
 font-weight	  : bold;
 font-style       : normal;
}
h1 {
 font-size        : 24px;
 font-weight	  : bold;
 margin 	      : 1em 0 1em 0;
}
h2 {
 font-size        : 18px;
 text-align		  : center;
 margin 	      : 1em 0 1em 0;
}
h3 {
 font-size        : 1.25em;
}
h4 {
 font-size        : 1em;
}
#header_menu a, #header_menu a:visited {
 text-decoration  : none;
}
a, a:visited {
 text-decoration  : underline;
 color            : #808285;
}
a.selected {
 text-decoration  : none;
 color            : #000;
 font-weight      : bold;
}
a:hover {
 color			  : #000;
 text-decoration  : none;
}
/* Mise en forme simple pour les tableaux */
table.tb1 {
    margin: 0;
    /* border: 1px solid gray; Pas de bordure = "none". */
    border-collapse: collapse; /* Valeur par défaut: "separate". */
    border-spacing: 0;
}
table.tb1 td, table th {
    padding: 5px; /* Pas de retrait autour du texte = "0". */
    border: 1px solid #ccc; 
    vertical-align: top; /* Valeur par défaut: "middle" */
    text-align: left;
}
.important{
 font-weight      : bold;
 font-size        : 1.3em;
}
.cadre{
 color            : #30342C;
 font-weight      : bold;
 padding          : 20px 10px;
}
#site_center{
 display          : block;
 width            : 975px;
 margin 		  : 0 auto;
 background-color : #fff;
 /*background		  : transparent url("./img/coin_bas.gif")right bottom  no-repeat ;*/
}
#header{
 display          : block;
 height           : 145px;
 margin			  : 0;
 /*background		  : transparent url("./img/header_repro.gif") no-repeat;*/
 margin-left      : 260px;
 border-bottom	  : dotted 1px #60AD34;
 padding-top      : 0px;
}
#colLeft {
 float            : left;
 width            : 260px;
 min-height       : 400px;
 margin-top		  : 40px;
}
#colRight {
 min-height       : 400px;
 text-align       : left;
 margin-left      : 260px;
}
#colRight p {
 margin 	      : 0 0 1em 0;
}
#colRight strong {
 font-weight	  : bold;
 color            : #58585A;
}
#news{
 float            : right;
 width            : 210px;
 padding          : 5px 5px 5px 5px;
 margin           : 0;
}
#contenu{
 width            : 470px;
 padding          : 5px 10px 5px 5px;
 margin           : 0;
}
#contenu ul{
 margin-left      : 20px;
}
#contenu li{
 padding-bottom   : 10px;
}
#news ul{
 margin-left      : 10px;
}
#news li{
 padding-bottom   : 10px;
}
.ligneHeader {
 color			  : #60AD34;
 background-color : #60AD34;
 height       	  : 20px;
 border           : 0;
 margin  		  : 0;
 padding          : 0;
}
.ligneFooter {
 clear            : both;
 color			  : #939598;
 background-color : #939598;
 height       	  : 20px;
 margin  		  : 0;
 padding          : 0;
}
#header_menu {
 color            : #808285;
 font-weight      : bold;
 list-style-type  : none;
 font-size        : 12px;
 padding-top 	  : 5px;
}
#header_menu li {
 float            : left;
 margin-right     : 30px;
 /*background		  : transparent url("./img/puce_grise.gif") no-repeat 0 5px;*/
 padding-left	  : 15px;
}
