/* ***** DEBUT DU BLOC LICENCE *****
 * Ce fichier est le theme du site PAYS TOURISTIQUE CORBIERES MINERVOIS.
 * Copyright (c) 2007 Michel Cornuet pour la SCOP SAPIE. All rights
 * reserved.
 * ***** FIN DU BLOC LICENCE *****
 */

 
/* Les éléments HTML du cas général
-------------------------------------------------------- */
.titre {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 24pt; font-style: normal; font-weight: bold; color: #FFFFFF; text-align: center}


.texte_simple {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt}
a:link {color:purple; text-decoration:none; }
a:visited {color:purple; text-decoration:none; }
a:hover {color: red;  text-decoration:none; background-coor:blue; }
a:active {color: red;  text-decoration:underline; }


/* Quelques cas particuliers
--------------------------------------------------------- */
#tableprestataires a{
	color: yellow;
	background: transparent;
}

#tableprestataires a:hover{
	color: red;
	background: yellow;
}

#surligne {
	color:purple;
	background-color:yellow;
}

