/* titre de page*/
.gtitre {
	color:#CC0000;
	font-family:verdana;
	font-size:20px;
	font-weight:bold;
}

/* titre de paragraphe (dans une page)*/
.titre {
	color:#000000;
	font-family:verdana;
	font-size:12px;
	font-weight:bold;
	text-align:justify
}


.pptitre {
	color:#000000;
	font-family:verdana;
	font-size:11px;
	font-weight:bold;
}

/* le carré de pub à droite*/
#pub_carre_droite {
		float:right;
		margin-left: 10px;
		margin-bottom: 20px;
	  } 


/* titre pour la boutique livre*/
.ptitre { 
	color:#000000;font-family:verdana;font-size:11px;
}

/* bouton et champ recherche par exemple*/
.button {
	font-family: Arial;
	font-size: 12px;
	background-color: #ffffff;
	width: auto;
	border: 1px #000000 solid;
	color: #000000;
	font-weight: bold
}

links {
	text-decoration: none;
}

/* texte de la mageure partie du site*/
.texte {  
	font-family: verdana;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align:justify
}

/* texte menu droite*/
.ptexte {
	color:#000000;font-family:verdana;font-size:10px;
}

/*Menu de gauche */
/* texte menu de gauche et titres batard*/
#titre_menu_gauche {  
	font-family: verdana; 
	font-size: 12px; 
	font-weight: normal; 
	color: #CC0000; 
	text-decoration: none;
	font-weight:bold;
}

#txt_menu_gauche {
	font-family:verdana;
	font-size:10px;
}
.hblanc {
	color:#ffffff;
	font-family:verdana;
	font-size:12px;
	font-weight:bold
}

/* lien sousligné au passage de la sourie */
a { text-decoration: none; }
a:link { text-align:justify;}
a:hover, a:focus { text-decoration: underline; }
a:active { color: #fff; background-color: #CC0000; }
