body {
    background-color: rgb(0,0,0);
    color: rgb(255,255,255);
    font-family: Arial,Helvetica,sans-serif;
    font-size: 22px;
    }
    
.rouge {
    color: rgb(253, 0, 0);
    }
    
.noir {
    color: black;
    }    
  
h1 {font-size: 40px;
    }
    
h2 {font-size: 34px;
    }
    
    
.credits { 
    color: rgb(255,255,255);
    font-weight: normal;
    font-style: normal;
    text-transform: none;
    font-size: 12px;
    text-align: center;
    vertical-align: bottom;
    }   
    a.credits:link {color: white;}
    a.credits:visited {color: white;}
    a.credits:active {color: white;}
    
.entete-titi {
    background-color: rgb(16,105,173);
    color: rgb(0,0,0);
    font-family: Arial,Helvetica,sans-serif;
    font-size: 34px;
    }

.entete-section {
    background-color: rgb(16,105,173);
    color: rgb(253,0,0);
    font-family: Arial,Helvetica,sans-serif;
    font-size: 34px;
    text-decoration:none;
    }
a.entete-section:link {color: red;} 
a.entete-section:visited {color: red;} 
a.entete-section:active {color: red;}    

.entete-juan {
    background-color: rgb(16,105,173);
    color: rgb(0,0,0);
    font-family: Arial,Helvetica,sans-serif;
    font-size: 34px;
    text-align: center;
    }    

a.home:link {color: black;}
a.home:visited {color: black;}
a.home:active {color: red;}
a.home:hover {color: red;}

.menus {
	background-color: rgb(16,105,173);
	font-weight: bold;
	font-family: courier new,courier,monospace;
	color: black;
	text-align: center;
}
a.menus:link {color: black;}
a.menus:visited {color: black;}
a.menus:active {color: black;}

.navByNumbers {
	font-weight: bold;
	font-family: Arial,Helvetica,sans-serif;
	color: white;
	text-align: center;
	font-size: 22px;
}
a.navByNumbers:link {color: red;}
a.navByNumbers:visited {color: red;}
a.navByNumbers:active {color: red;}
	

a.ph:link {color:black;}
a.ph:visited {color:black;}
a.ph:active {color:black;}
a.ph:hover {color:red;}


a:link{ color: white;}
a:visited{ color: white;}
a:active{ color: white;}

.entete-juan-write {
    background-color: rgb(255, 204, 0);
    color: rgb(0,0,0);
    font-family: Arial,Helvetica,sans-serif;
    font-size: 34px;
    text-align: center;
    }
    
.caption {
	font-weight: normal;
	font-family: Arial,Helvetica,sans-serif;
	color: white;
	text-align: center;
	font-size: 16px;
}    
