 
/*les balises xhtml*/
  
  a { color: rgb(255, 255, 255);
    text-decoration: none; 
	} 
  
  a:hover { text-decoration: underline; 
	color: rgb(200, 255, 255);
    } 
	 
  a:visited { color: rgb(255, 255, 255);
    } 
    
  body { color: rgb(255, 255, 255);
	font-family: Arial,verdana,helvetica,serif;
	text-align: center;
    font-weight: bold;
	background-repeat: no-repeat;
	margin: 2% 2%;	
	background-attachment: scroll;
    background: rgb(90, 150, 210);
	}	
	
  img  { float:left;
    }

  table { width: 100%;
    border-bottom: 1px double rgb(100, 100, 100);
    border-left: 1px double rgb(228, 228, 228);
    border-right: 1px double rgb(100, 100, 100);
    border-top: 1px double rgb(228, 228, 228);
	}
		
  td { text-align: center;
    font-size: 80%;
    width: 14%;
	height: auto;
	border-bottom: 1px double rgb(228, 228, 228);
    border-left: 1px double rgb(100, 100, 100);
    border-right: 1px double rgb(228, 228, 228);
    border-top: 1px double rgb(100, 100, 100);
	}
  
  
/*les div*/
  
  #bloc { width: auto;
    }
	 	
	
/*les class*/

  .cou { color: rgb(90, 150, 210); 
    }

  .cou0 { color: rgb(255, 255, 255); 
    }	
	
  .cou6 { color: rgb(100, 255, 255);
	}	

  .cou6666666 { color: rgb(200, 255, 255); 
    }  
  	
  .cou77 { color: rgb(0, 0, 150); 
    }  	
	 
  .centraj { line-height: 31px;
    }
	
  .em {font-style: italic;
    }	

  .font2 { font-family: "Comic sans ms",verdana,helvetica,serif;	
    }
	
  .font7 { font-family: "Britannic Bold",arial,verdana,helvetica,serif;    
    }
		
  .h1 { color: rgb(0, 50, 150);
	font-family: "Arial black",verdana,helvetica,serif;
	font-size: 525%;
    }
	
  .h4 { color: rgb(200, 255, 255);
	font-family: "Arial Black",verdana,helvetica,serif;
	font-size: 100%;
	}

  .heigh31 { height: 31px;
     }
	 
  .heigh35 { height: 35px;
     }

  .heigh321 { height: 321px;
     }

  .margin-bottom1 { margin-bottom: 9px;
     }

  .margin-bottom2 { margin-bottom: 21px;
     } 
	 
  .margin-bottom3 { margin-bottom: 32px;
     } 
	 
  .margin-bottom4 { margin-bottom: 56px;
     } 
	 
  .padding1 { padding-bottom: 6px;
     } 
	 
  .strong {font-weight: bold;
    }
	 	  
  .text-align-left { text-align: left;
     }
		 
  .width { width: auto;
     } 
	 
  .width88 { width: 88px;
     } 	 
	 
  .width92 { width: 92px;
     }