/* Couleur Table1 */
     .tableborder1 {
           border : 1px solid #CCFFFF;
      }
/* Couleur Table2 */
     .tableborder2 {
           border : 1px solid #CCCCCC;
      }
/* Couleur Table3 */
     .tableborder3 {
           border : 1px solid #999999;
      }
/* Contours onglets */
	 .contour1 {
		   border : solid 0px #CCCCCC;
           border-top-width : 1px ; 
		   border-left-width : 1px ;
      }
/* Contours onglets 2 */
	 .contour2 {
		   border : solid 0px #CCCCCC;
           border-top-width : 1px ; 
      }
/* Contours onglets 3 */
	 .contour3 {
		   border : solid 0px #CCCCCC;
           border-bottom-width : 1px ; 
      }
/* Contours onglets 4 */
	 .contour4 {
		   border : solid 0px #CCCCCC;
		   border-top-width : 1px ;
           border-bottom-width : 1px ; 
      }
/* Couleur Menu*/
     .menu:link, .menu:active , .menu:visited {
           color : #FFFFFF;
           text-decoration : none;
		   font-size: 9pt;
		   font-family: Arial;
		   font-weight: bold;
      }
     .menu:hover {
           color : #FFFF99;
		    text-decoration : none;
		    font-size: 9pt;
		    font-family: Arial;
		    font-weight: bold;
      }
     .menu_noselect {
           color : #FFFFFF;
           text-decoration : none;
		   font-size: 9pt;
		   font-family: Arial;
		   font-weight: bold;
      }
/* Couleur MiniMenu*/
     .mini_menu{
           color : #CDCDCD;
           text-decoration : none;
		   font-size: 6pt;
		   font-family: Verdana;
      }
     .mini_menu:link, .mini_menu:active , .mini_menu:visited {
           color : #CDCDCD;
           text-decoration : none;
		   font-size: 6pt;
		   font-family: Verdana;
      }
     .mini_menu:visited {
           color : #CDCDCD;
           text-decoration : none;
		   font-size: 6pt;
		   font-family: Verdana;
      }
     .mini_menu:hover {
           color : #000000;
		    text-decoration : none;
		   font-size: 6pt;
		   font-family: Verdana;
      }
     .mini_menu_noselect {
           color : #FFFFFF;
           text-decoration : none;
		   font-size: 6pt;
		   font-family: Verdana;
      }
/* Couleur link*/
     a:link , a:active , a:visited , a.postlink {
           color : #000000;
           text-decoration : none;
      }
     a:hover , a.topictitle:hover {
           color : #FFFF99;
			text-decoration : underline;
      }
/* Couleur menu une*/
     .menu_une {
           color : #666666;
           text-decoration : none;
		   font-size: 8pt;
		   font-family: Arial;
		   font-weight: bold;
      }
/* Couleur Titres*/
     .titre {
           color : #000000;
           text-decoration : none;
		   font-size: 8pt;
		   font-family: Arial;
		   font-weight: bold;
      }
/* Couleur Textes*/
     .texte {
           color : #000000;
           text-decoration : none;
		   font-size: 8pt;
		   font-family: Arial;
		    
      }
/* Formulaire*/
textarea {
font-size: 9pt;
font-family: Arial; small-caps;
color: #223d8a;
border-style: groove;
}
input {
font-size: 9pt;
font-family: Arial; small-caps;
color: #223d8a;
border-color: #ffffff;
}
select {
font-size: 9pt;
font-family: Arial; small-caps;
color: #223d8a;
} 