html,body{
	background-color:#FF9900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a.bottom_link,a.bottom_link:active, a.bottom_link:visited, a.bottom_link:hover
{
	color:#EF4B24;
	text-decoration:none;
	font-style:italic;
}
a,a:link,a:hover,a:visited,a:active{ /* définition de la classe "image" de la balise <a> */
	text-decoration:none;
}
.menu {
	display:block;
	height:26px;
	font-weight:bold;	
	font-size: 12px;
	color:white;
	padding-top:6px;
	text-align:left;
	padding-left:20px;
}
.menu:hover{
	background-image: url(../images/menu2.png); 		/* source de l'image d'arrivée */
	background-repeat:repeat-x;
	text-decoration:none;
}
.today {
	display:block;
	height:26px;
	font-size: 10px;
	color:white;
	padding-top:6px;
	text-align:rigt;	
}
.ajout_toile 
{
	font-size: 11px;
	color:#EF4B24;
	font-weight: bold;
	text-decoration:none;
}	
a.ajout_toile:hover
{
	font-size: 11px;
	color:#ffffff;
	background-image:#EF4B24;
	font-weight: bold;
	text-decoration:none;
}	
.titre {
	display:block;
	height:22px;
	font-weight:bold;	
	font-size: 12px;
	color:white;
	padding-top:11px;
	text-align:left;
	padding-left:5px;
}
.gros_titre {
	font-weight:bold;
	font-size: 16px;
	color:orange;
	text-align:left;
}
.titre_toile {
	font-weight:bold;	
	font-size: 14px;
	color:orange;
	text-align:left;
}
.gros_titre_toile {
	font-weight:bold;	
	font-size: 20px;
	color:orange;
	text-align:left;
}
.prix {
	font-size: 13px;
	color:black;
	text-align:left;
}
.taille {
	font-size: 10px;
	color:black;
	text-align:left;
}
.bottom_link 
{
	font-size: 11px;
	color:#EF4B24;
	font-weight: bold;
	text-decoration:none;
	font-style:italic;
}	

.detail{
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align:justify;
}
a.detail:hover{
	color:#ff0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align:justify;
	text-decoration:underline;
}

.ent{
	color : #000000;
	font-size : 12px;
	font-family : Tahoma,Verdana,Arial;
	font-weight: bold;
}	
