.normal {
	font : 12px Arial, Helvetica, sans-serif;
	color : Black;
}
.titresbleu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-variant: normal;
	color: #417F94;
	font-weight: bold;
	text-transform: uppercase;

}
.titresbleuItal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-variant: normal;
	color: #417F94;
	font-weight: bold;
	text-transform: uppercase;
	font-style: oblique;

}
.titresbleuItalNoCaps {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-variant: normal;
	color: #045B78;
	font-weight: bold;
	text-transform: none;
	font-style: oblique;
	line-height: 40px;

}
.titresbleuBIG {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-variant: normal;
	color: #417F94;
	font-weight: bold;
	text-transform: uppercase;
}
.titresbleuItalNoCaps2 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-variant: normal;
	color: #045B78;
	font-weight: bold;
	text-transform: none;
	font-style: oblique;
	line-height: 24px;
}
.titresbleuItalNoCaps1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-variant: normal;
	color: #045B78;
	font-weight: bold;
	text-transform: none;
	font-style: oblique;
	line-height: 15px;

}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-left: -22px;


}


A:link
{
     color: #0099FF;
     text-decoration: none;
}     
          
A:visited
{
     color: #0099FF;
     text-decoration: none;
}     
          
A:active     
{
     text-decoration:     none;
     color: #FF0000;
     }     
          
A:hover
{
	color: #000000;
	text-decoration: none;
	background-color: #9FD9FF;
}

.notopspaces {
	margin-top: 0px;
}

h1.productTitle {
	background-color: #999999;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	color: #fff;
	font: bold 11px arial;
	margin: 0;
	padding: 3px 0 2px 10px;
	text-transform: uppercase;
}

table.leftNav .new {
	font-weight: bold;
	color: red;
}
