.Style1 {
	font-size: 10px;
	font-weight: bold;
 }
.Style2 {
	font-size: 9px;
	font-weight: bold;
	color: #FF0000;
}
.Style3 {
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #FF0000;
}
.Style4 {
	font-size: 14px;
	font-style: italic;
}
.Style5 {
	font-size: 12px;
	font-style: italic;
	color: #000000;
}
.Style6 {
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #0000FF;
}
.Style7 {
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color: #000000;
}
.Style8 {
	font-size: 10px;
	font-style: italic;
	color: #FF0000;
}
.Style9 {
	font-size: 10px;
	font-style: italic;
	color: #0000FF;
}
.Style10 {
	font-size: 10px;
	color: #000000;
}
.Style11 {
	font-size: 12px;
	font-weight: bold;
}
.Style12 {
	font-size: 16px;
	font-weight: bold;
}
.Style18 {
	font-size: 11px;
}
.Style19 {
	font-size: 12px;
}
.Style20 {
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	color: #0000FF;
}
.Style21 {
	font-size: 16px;
}
.Style22 {
	color: #000000;
	font-weight: bold;
	font-size: 20px;
}
.Style23 {
	font-size: 18px;
}
.Style24 {
	font-size: 24px;
	font-weight: bold;
	color: #000000;
}
.Style250 
{
	font-size: 1px;
}
.Style25 {
	font-size: 16px;
	font-weight: bold;
	color: #0000FF;
}	

/* Modifi Yann */	
	
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #0000FF;
}
a:active {
	text-decoration: none;
	color: #0000FF;
}
fieldset 
{
	border:2px solid grey;
}
.ad 
{
	border:2px solid white;
}

.aff_site
{
	color: #000000;
	/*font-family: verdana, arial, helvetica, sans-serif;*/
	font-size: 10px;
}

.cb
{
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
.consigne
{
	color: #10A400;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.9em;
}

.valide 
{
	cursor: pointer;
	font-weight: bold;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;	
}

.panier a:link {
	color: #ff0000;
}
.panier a:visited {
	color: #ff0000;
}
.panier a:hover {
	color: #ff0000;
}
.panier a:active {
	color: #ff0000;
}

.login
{
	color: #000000;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9px;
}

/*commentaire */
a.commentaire  {
	position: relative;
	color: black;
	text-decoration: none;
	border-bottom: 1px gray dotted; /* on souligne le texte */
}
a.commentaire:hover {
    border: 0; 
	color: #ff0000;
    position: relative; 
    z-index: 500; 
    text-decoration:none;
	cursor: help; /* on change le curseur par défaut en curseur d'aide */
}

/* info bulle */
a.tooltip  {
	position: relative;
	color: black;
	text-decoration: none;
	border-bottom: 1px gray dotted; /* on souligne le texte */
}
a.tooltip em {
    display:none;
}
a.tooltip:hover {
    border: 0; 
	color: orange;
    position: relative; 
    z-index: 500; 
    text-decoration:none;
	cursor: help; /* on change le curseur par défaut en curseur d'aide */
}
a.tooltip:hover em {
    font-style: normal; 
    display: block; 
    position: absolute; 
    top: 20px; 
    left: -10px; 
    padding: 5px; 
    color: #FF0000; 
    border: 1px solid #bbb; 
    background: #FFF; 
    width:400px;	
	border-left: 4px solid green;
}
a.tooltip:hover em span {
    position: absolute; 
    top: -7px; 
    left: 15px;
    height: 7px; 
    width: 11px; 
    background: transparent url(images/style/infobulletop00.gif); 
    margin:0; 
    padding: 0; 
    border: 0;
}

