/* CSS Document */

a {
	color:#FF7E20;
	text-decoration:none;
}
a:hover {
	color:#92A2A6;
}
body,td {
	font-family: verdana, Arial;
	font-size:10px;
	color: #5A6C71;
}

h1, h1 i, h1 em{ /* la balise <i> est utilisé pour avoir une 2° couleure dans les titres */
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 18px;
	color: #2F5D6E;
	text-transform: uppercase;
	font-style:normal;
	padding:0;
	margin:0;
	line-height:19px;
}

h1 i, h1 em{
	font-size: 14px;
	color: #6C93A1;
}

h2, h2 i, h2 em{
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 14px;
	color: #2F5D6E;
	text-transform: uppercase;
	font-style:normal;
	padding:0;
	margin:0;
	line-height:15px;
}

h2 i, h2 em{
	font-size: 11px;
}

h3{
	font-family: verdana;
	font-size:9px;
	color: #5A6C71;
	padding:0 0 0 0;
	margin:0 0 0 0;
}



ul .listA {
	list-style-image: url(../images/puce_fleche.gif);
}
.listA li {
	margin:10px 25px 0 -25px;
}
hr {
	height:1px;
	color: #C5CFD2;
}
img {
	border:0;
}

/* Bloc Produit */
.blocProduit {
	position:relative;
	width:100%;
	border:1px solid #C5CFD2;
/*	margin:0 0 6px 15px;*/
	background-color:#F2F4F6;
	background-image:url(../images/fd_blocProduit.gif);
	background-repeat:repeat-x;
	background-position:center bottom;

	font-family: verdana;
	font-size:10px;color: #5A6C71;

}
.blocProduit b, .blocProduit strong {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 14px;
	color: #5A6C71;
	font-weight:bold;
	line-height:24px;
}

.blocProduit a, {
	text-decoration: none ;
	color: #5A6C71;
}

.blocProduit  a:hover, .blocProduit a:hover b, .blocProduit a:hover strong {
	text-decoration: none ;
	color:#FE7E1F;
}

/* Bloc Download  */
.blocDownload {
	width:100%;
	border:3px double #C5CFD2;
	padding:0 0 0px 8px;
	font-family: Verdana, Arial;
	font-size: 9px;
	color:#5A6C71;

	background-color:#F2F4F6;
	background-image:url(../images/fd_blocColD.gif);
	background-repeat:repeat-x;
	background-position:bottom left;


}
.blocDownload b, .blocDownload strong {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 14px;
	color: #5A6C71;
	font-weight:bold;
	line-height:24px;
}

.blocDownload a  {
	text-decoration: none ;
	color: #5A6C71;
}

.blocDownload  a:hover, .blocDownload a:hover b, .blocDownload a:hover strong {
	text-decoration: none ;
	color:#FE7E1F;
}

/* Bloc Orange  */
.blocOrange {
	color:#fff;
	width:100%;
	border:3px double #C5CFD2;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 14px;
	padding:0 0 0px 8px;
	background-color:#FE8527;
	font-weight:bold;
}
.blocOrange tr td {
	background-color:#FE8527;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 14px;
	color:#fff;
	font-weight:bold;
}
.blocOrange a{
	background-color:#FE8527;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 14px;
	color:#fff;
	font-weight:bold;
	text-decoration: none;
}
.blocOrange a:hover{
	background-color:#FE8527;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 14px;
	color:#fff;
	font-weight:bold;
	text-decoration: underline;
}

/* Bloc Evaluate  */
.blocEvaluate {
	color:#fff;
	width:100%;
	border:3px double #C5CFD2;
	padding:0 0 0px 8px;
	overflow:visible;
	background-color:#5D6F73;
}
 .blocEvaluate td {
	color:#fff;
 }
.blocEvaluate b, .blocEvaluate strong {
	color:#fff;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 14px;
}
.blocEvaluate a {
	color:#fff;
	text-decoration:none;
}
.blocEvaluate a:hover, .blocEvaluate a:hover b, .blocEvaluate a:hover strong {
	text-decoration: none ;
	color:#FE7E1F;
}
/* Puces dans les blocs */
.blocDownload ul,.blocEvaluate ul,.blocProduit ul{
	margin:10px 0 0 16px;
	line-height:12px;
	padding:0;
}
.blocDownload ul,.blocProduit ul{
	list-style-image: url(../images/puce_fleche.gif);
}
.blocEvaluate ul{
	list-style-image: url(../images/puce_flecheBlanche.gif);
}
/* bordure à gauche */
.borderLeft {
	border-left:1px solid #C5CFD2;
}

/* Style divers */
.zoom{}
.zoom a img, a img.zoom{
	border:4px solid #fff;
}

.zoom a:hover img, a:hover img.zoom{
	cursor:url(../images/loupe.cur);
	border:4px solid #F4F5F7;
}
.zoom i, .zoom em{
	font-size:9px;
	color:#999;
}
