body { 
	font-family: Arial; 
	background	: url("imagesUSA/back.jpg") repeat ;
	
}

.titreMenu  {
	font: Arial; 
	font-size:25px;
	font-weight: bold; 
	color: #0066cc;
}
.smallFont {
	font: Arial; 
	font-size:11px;
	
}
.texte {
	font: Arial; 
	font-size:12px;
}
.tableTR {
	border-top : 1px;
	border-bottom : 1px;
}


/* *************************MENU ONGLET****************************************** */
/* merci à : http://batraciens.net/css-astuces/onglets-1.htm */


/* boite qui contient le menu (les onglets) */
.menu1 { 
	border-bottom:solid 2px black ; /* crée le trait noir en-dessous des onglets */
	padding-top:12px ; /* marge intérieure haute */
	padding-bottom:7px ; /* marge intérieure basse */
	font: Arial; 
	font-size:12px; 
} 
/* style des onglets inactifs */
.onglet { 
	border:solid 1px black ; /* encadrement */
	margin:5px 5px 0px 5px ; /* marge extérieure */
	padding:7px 3px 7px 3px; /* marge intérieure */
}
/* style des liens se trouvant dans un onglet inactif */
a.onglet { 
	background-color:#E7E4E4 ; /* le fond de l'onglet est gris */
	text-decoration:none /* les liens ne sont pas soulignés */
}
a:hover{
	color: red;
	text-decoration: none; /* pour éviter le soulignement au survol */
	
}
/* style de l'onglet de la page active */
.onglet-actif { 
	border:solid 2px black ; /* l'encadrement est porté à 2 pixels */
	border-bottom:solid 3px white ; /* le trait inférieur est effacé */
	margin:5px 5px 0px 5px ; /* marges intérieures */
	padding:7px 3px 7px 3px ; /* marges extérieures */  
	background-color:white /* le fond de l'onglet actif est blanc*/
}	

/* *************************MENU NewsT****************************************** */
.boxNews { 
	border:solid 1px black ; /* crée le trait noir en-dessous des onglets */
	padding-left:2px; 
	padding-top:2px ; /* marge intérieure haute */
	padding-bottom:2px ; /* marge intérieure basse */
	font: Arial; 
	font-size:12px;
	font-weight: bold; 
	color: white;
	background-color:#0066cc ;
}
.descNews  {
	font: Arial; 
	font-size:11px; 
	padding:4px 14px 4px 4px;
}
/* *************************MENU CALENDIER****************************************** */
.titreMois 
{
	font: Arial; 
	font-size:11px;
	font-weight: bold;
	color: white;
	background-color:#3399FF;
} 		

/* *************ARTICLES ET XSL*************************** */
b {font-weight: bold; }
p {
	margin: 0px 0px;
	font-size:12px;
}
p.titreArticle {
	margin: 20px 0px 40px 0px;
	font-weight: bold;
	font-size:14px;
}