.text_blanc11ital
{
	color: #ffffff;
	font-family: Verdana;
	font-style: italic;
	font-size: 11pt;
}

.text_blanc12ital
{
	color: #ffffff;
	font-family: Verdana;
	font-style: italic;
	text-decoration : underline;
	font-size: 12pt;
}

.texte_gras
{
	color: #ffff00;
	font-family: Verdana;
	font-weight: bold;
	font-size: 10pt;
	text-decoration : line-through;

}

.text_blanc10
{
	color: #ffffff;
	font-family: Verdana;
	font-size: 11pt;
}



.text_jaune10
{
	color: #ffed00;
	font-family: Verdana;
	font-size: 10pt;
}

.text_rose12
{
	color: #ff99ff;
	font-family: Verdana;
	font-size: 12pt;
}
.text_blanc13
{
	color: #ffffff;
	font-family: Verdana;
	font-size: 13pt;
}
.text_jaune15
{
	color: #ffed00;
	font-family: Verdana;
	font-size: 15pt;
}

/* voici le roll-over des images de la page haut */

a.accueil_roll
{
	display: block;
	width: 138px;
	height: 42px; 
	background-image: url(photos/accueil_off.png);
	background-repeat: no-repeat;
}
     
a.accueil_roll:hover 
{
	display: block;
	width: 138px;
	height: 42px; 
	background-image: url(photos/accueil_on.png);
}

a.qui_sommes_nous_roll
{
	display: block;
	width: 138px;
	height: 42px; 
	background-image: url(photos/qui_sommes_nous_off.png);
	background-repeat: no-repeat;
}
     
a.qui_sommes_nous_roll:hover 
{
	display: block;
	width: 138px;
	height: 42px; 
	background-image: url(photos/qui_sommes_nous_on.png);
	
}

a.nos_bois_roll
{
	display: block;
	width: 138px;
	height: 42px; 
	background-image: url(photos/nos_bois_off.png);
	background-repeat: no-repeat;
}
     
a.nos_bois_roll:hover 
{
	display: block;
	width: 138px;
	height: 42px; 
	background-image: url(photos/nos_bois_on.png);
	
}

a.nos_pierres_roll
{
	display: block;
	width: 138px;
	height: 42px; 
	background-image: url(photos/nos_pierres_off.png);
	background-repeat: no-repeat;
}
     
a.nos_pierres_roll:hover 
{
	display: block;
	width: 138px;
	height: 42px; 
	background-image: url(photos/nos_pierres_on.png);
	
}

a.catalogue_roll
{
	display: block;
	width: 138px;
	height: 42px; 
	background-image: url(photos/catalogue_off.png);
	background-repeat: no-repeat;
}    
a.catalogue_roll:hover 
{
	display: block;
	width: 138px;
	height: 42px; 
	background-image: url(photos/catalogue_on.png);
}

a.contact_roll
{
	display: block;
	width: 138px;
	height: 42px; 
	background-image: url(photos/contact_off.png);
	background-repeat: no-repeat;
}
     
a.contact_roll:hover 
{
	display: block;
	width: 138px;
	height: 42px; 
	background-image: url(photos/contact_on.png);
	
}
	



















