
/*les balises xhtml*/
  
  a { text-decoration: none;
	} 
		 
  a:hover { text-decoration: underline; 
	color: rgb(0, 230, 150); 
    } 
   
  a:hover.infobul { text-decoration: none; 
	background: none; 
    } 
   
  a:hover.infobul span { display: inline;
    position: absolute;
    top: 25px;
    left: 7px;
    z-index: 20;
    background: rgb(255, 255,255);
    color: rgb(0, 0, 151);
    border: 1px solid rgb(0, 0, 0);
    width: 200px; 
    text-align: justify;
    font-size: 90%;
    line-height: 12px;
    padding: 5px 4px;
    }
    
  a:visited { color: rgb(0, 255, 200); 
    }   
 	
  a.infobul { text-decoration: none; 
	position: relative; 
	border-bottom: 1px dotted rgb(130, 170, 215);
    } 
   
  a.infobul span { display: none;
    } 

  a abbr1 { text-decoration: none; 
    color: rgb(130, 170, 215);
    } 
	
  sa abbr { color: rgb(130, 170, 215);
    cursor: help;
    }
    
  abbr { color: rgb(130, 170, 215);
    cursor: help;
    }
	
  acronym { color: rgb(255, 0, 0);
    cursor: help;
    } 
	
  body { color: rgb(0, 0, 255);
    background-color: rgb(255, 255, 255);
  	font-family: Arial,verdana,helvetica,serif;
	font-size: 100%;
	text-align: justify;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-left: 2%;
	margin-right: 2%;
	padding: 9px;
    width: auto;	
    }
	
  hr { margin-top: 45px;
    } 
	
  hr1 { margin-top: 45px;
   background-image:inherit
    } 
	
  p { margin-bottom: 5px;
	margin-top: 5px;
    margin-left: 0%;
	margin-right: 0%;
	padding: 9px;
    width: auto;	
    }
  
/*les div*/
  
  #articl {
	width: auto;
	}
	
  #cont { width: auto;
	}
	
  #creativcomon { color: rgb(115, 35, 115);
    font-size: 80%;
    font-style: italic;
	width: auto;
    }		
	
  #copyright { color: rgb(150, 0, 150);
    font-family: Arial, Verdana, Helvetica, ssans-serif,serif;
    font-weight: bold;
    text-align: center;
    font-size: 100%;
	border: 3px double rgb(153, 153, 153);
	width: auto;	
	padding: 9px;
	}

  #editorio01022009 { text-align: center;
    height: 31px;
    width: auto;
	padding: 7px ;
	border: 1px double rgb(153, 153, 153);
    margin-bottom: 12px;
	margin-top: 12px;
	} 

  #nav1 { color: rgb(255, 150, 0);
	border: 3px double rgb(153, 153, 153);
	width: auto;
	font-family: "Arial black",verdana,helvetica,ssans-serif,serif;
	font-style:italic;
	font-weight: bold;
	font-size: 60%;
	padding: 3px 9px;
	} 
	
  #nav2 { width: auto;
	float:right;
	}	
	
  #nav4 { color: rgb(150, 0, 150);
	border: 3px double rgb(153, 153, 153);
	width: auto;
	font-family: "Arial black",verdana,helvetica,ssans-serif,serif;
	font-style:italic;
    font-weight: bold;
	font-size: 60%;
	padding: 3px 9px;
	margin-top: 12px;
    } 
	
  #pie { width: auto;
    margin-top: 12px;
	}	
	
  #tet { width: auto;
    margin-bottom: 52px;
	}
	
  #titr { text-align: center;
	width: auto;
	}
	
	
/* Réserve
	
#ref { width: auto; height: 162px; margin-top: 30px; }
a img { border: none; }  
#avatar {	background-image: url(../imaj/sigyv02.jpg); width: 66px; height: 66px; }
a:link { }

p:first-line { text-transform: uppercase }
p:first-letter { font-size: 200%; font-weight: bold; }
a:first-child  { color: rgb(0, 230, 150); }
a:focus { } : permet de définir un style à la balise sélectionnée lorsque le focus lui est donné (par exemple lors d'un clic dans un élément de formulaire)
a:active { } : permet de définir un style à la balise sélectionnée lorsque l'utilisateur clique sur l'élément (entre le moment où l'utilisateur clique sur le bouton de la souris et celui où il le relâche)
a:hover { } : permet d'affecter un style à la balise sélectionnée lors d'un survol par le curseur de la souris  
impression :
@page:left { size: landscape; margin-left: 2cm; }
@page:right { size:landscape; margin-left: 2.5cm; }
@page:first { size: portrait; margin-left: 2.5cm; margin-right: 2cm; margin-bottom: 1cm; margin-top: 4cm;}

*/