
/*les balises xhtml*/

  a { color: rgb(200, 255, 255);
	text-decoration: none;
   }
	
  a:hover { text-decoration: underline; 
   color: rgb(0, 0, 255); 
   }
   
  a:visited { color: rgb(0, 230, 150);
    } 
  
  body { color: rgb(0, 50, 150);
	font-family: Arial,verdana,helvetica,serif;
	text-align: center;
	background-repeat: no-repeat;
	font-size: 120%;
	margin: 2% 2%;
	background-attachment: scroll;
	background-color: rgb(125, 215, 80);
	}
	
	
	 
/*les div*/
	
  #cont {
	width: auto;
	height: auto;
	padding: 1% 1% 2% 1%;
	border-top: 3px double rgb(230, 230, 230);
	border-right: 3px double rgb(230, 230, 230);
	border-bottom: 3px double rgb(230, 230, 230);
	border-left: 3px double rgb(230, 230, 230);
    }
	  
  #link {
	color: rgb(200, 255, 255);
	font-family: "Arial narrow",Arial,verdana,helvetica,serif;
	font-size: 60%;
	font-style:italic;
	text-align: right;
	margin-top: 0px;
	margin-bottom: 50px;
	}
  
  #pied { width: auto;
	}
	
  #tet {
	color: rgb(200, 255, 255);
	font-family: "Arial black",verdana,helvetica,ssans-serif,serif;
	width: auto;
	margin-bottom: 40px;
	margin-top: 20px;
	height: auto;
	text-align: center;
	padding-top: 0px;
	padding-bottom: O;
	border: 3px double rgb(230, 230, 230);
	}



 /*LES CLASS DE MISENPAJ*/
 
  .cou0 { color: rgb(255, 255, 255); 
    } 
  
  .cou01 { color: rgb(255, 255, 255);
	font-family: Arial,verdana,helvetica,serif;
	font-weight: bold;
	font-size: 180%;
	}
	  
  .cou02 { color: rgb(255, 255, 255);
	font-family: Arial,verdana,helvetica,serif;
	font-weight: bold;
	font-size: 70%;
	}
	
  .cou3 { color: rgb(255, 255, 0);  
    } 
	
  .em {font-style: italic;
    }
	 
  .h1 { color: rgb(0, 50, 150);
	font-family: "Arial black",verdana,helvetica,serif;
	font-weight: bold;
	font-size: 350%;
	text-align: center;
	vertical-align: middle;
    }
	
  .link { color: rgb(200, 255, 255);
	font-family: "Arial Black", Arial, verdana, helvetica, serif;
	width: auto;
	font-size: 75%;
	height: auto;
	text-align: center;
	padding: 3px 1% 5px;
	margin-bottom: 20px;
	border: 3px double rgb(230, 230, 230);
	margin-top: 40px;
	}
	
  .strong {font-weight: bold;
    }