

body {margin: 0 ; padding: 0 ; display : block ; font-family :  verdana, helvetica, sans-serif ; font-size : 12px; color : #008; background-color : #DFEFEE;}

.cont { width : 530px ; height : auto ; background-color : #fff; margin-top: 10px; margin-left : 10px; margin-right : auto; margin-bottom: 5px; border: 1px solid #000; padding-left: 10px; padding-right: 10px;}

.copyright { width : 530px ; height :15px ; background-color : #fff; margin-top: 10px; margin-left : 10px; margin-right : auto; margin-bottom: 5px; border: 1px solid #000; padding-left: 10px; padding-right: 10px; text-align: center; color: #666; font-size: 11px}

.btable {border:1px #000 solid; height:100px; width:400px;}
.tchant {font-weight:bold; font-style:italic;} 


/* LES TITRES */

/* Titres des paragraphes */
h1 {margin : 10px 20px 10px 15px ; font-size : 12px; color : #000 ; background-color : #fff ; }
/* Titres des paragraphes à gauche */
h1.lefth1{margin : 10px 20px 10px 15px ; font-size : 12px; color : #000 ; background-color : #fff ; }


/* Titres soulignés */

/* Titres soulignés à gauche */
h2.lefth2{margin : 10px 60px 0 15px ; font-size : 12px ; color : #111 ; border-bottom: 1px solid #00f ; border-left: 3px solid #00f ; padding-left : 5px; background-color : #fff ;}
/* Titres soulignés à droite */

h2.righth2{margin : 10px 60px 0px 15px ; font-size : 13px ; color : #111 ; border-bottom: 1px solid #0c6 ; padding-left : 25px; padding-top: 2px; background: url(../site_img/planete.gif) no-repeat; height: 20px}


/* LES PARAGRAPHES */

/* Paragraphe normal */
p {margin : 5px 5px 0 10px; padding : 0 }
/* Début d'un paragraphe avec espace en haut */
.top {margin : 10px 5px 0 10px}
/* Paragraphe passage à la ligne */
.notop {margin : 0px 5px 0 10px }
.notopleft {margin : 0px 5px 0px 25px; font-size : 11px;}
/* Même chose que le .top mais avec du texte en majuscule */
.topup {margin : 10px 5px 0 10px; text-transform : uppercase}
/* Paragraphe sous-titre */
.subtitle {margin : 0px 5px 0 10px ; font-size : 9px ; }
/* class pour centrer */
.center{text-align:center;}
/* Paragraphe signature */
.psign {text-align: right ; margin : 0px 50px 0 10px ; font-style: italic ;}


/* LES LIENS */

a.asite {color:#04f; font-size: 12px; text-decoration:underline;} 
a:hover.asite {color:#008; text-decoration:underline; font-style: italic;}
a.aext {color: #c60; text-decoration:underline; font-size : 12px ;} 
a:hover.aext {color:#000; font-style: italic; text-decoration:underline;}
a.copy{color:#666; text-decoration:none; font-size : 11px ;}


/* LES IMAGES */

/* Image avec marge  */
.img_left {margin-left : 15px}
.img {margin-left : 10px}
.contour {margin : 10px 10px 10px 10px ;} 


/* Image avec du texte à côté */
.presentcont {
  padding-top: 0px;
  padding-left: 0px;
}
.presentleft {
  float: left;
  margin-right : 10px ;
  margin-left : 10px ;
  } 
/* Fin Image avec du texte à côté */

/* Image droite avec du texte à côté */
.presentcontright {
  padding-top: 0px;
  padding-right: 0px;
}
.presentright {
  float: right;
  margin-right : 10px ;
  margin-left : 10px ;
  } 
/* Fin Image droite avec du texte à côté */


