/*Home page*/
body {
  background-image: url("fond.gif" );
  background-repeat: repeat;
  background-color: #F1F2F2;
  float: center;
}

.table {
	background-color: #FFFFFF;
}

/* Text & Font CSS */
.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration:none;
	color	: #5F6579;
}
.contentrouge {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration:none;
	color	: #C62020;
}
.content.hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration:none;
	color	: #FFFFFF;
}

.content .normalRedText {
	color:#D60028;
}

.content .normalWhiteText {
	color:#FFFFFF;
}

.content .smallText {
	font-size: 10px;
	text-decoration:none;
	color: #5F6579;
}
/* gray color */
.content .smallText2 {
	font-size: 10px;
	color	 : #5F6579;
}
/* red color */
.content .smallBoldText1{
	font-size 	: 10px;
	font-weight	: bold;
	color 		: #D60028;
}
/* red color - ecard, preview*/ 
.ColorText1{
	font-size 	: 11px;
	font-weight	: normal;
	color 		: #D60028;
}
/* gray color */
.content .smallBoldText2{
	font-size 	: 10px;
	font-weight	: bold;
	color 		: #5F6579;
}
/* red color */
.content .smallBoldText3{
	font-size 	: 11px;
	font-weight	: bold;
	color 		: #D60028;
}
.content .normalBoldText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #5F6579;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
.linkBoldText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}
a {
	text-decoration: none;
}
a:visited {font-family: verdana;font-size: 8pt;color: #9E9E9E;text-decoration: none;font-style: normal;font-weight: normal;}
a:link {font-family: verdana;font-size: 8pt;color: #5F6579;font-style: normal;font-weight: normal;text-decoration: none;}
a:hover {font-family: verdana;font-size: 8pt;color: #C62020;font-style: normal;font-weight: normal;}

/* footer et divers */
.footer {
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 10px;
	color 			: #5F6579;	
}
.footer a{
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 12px;
	text-decoration : none;
	color 			: #5F6579;	
}
/* Rouge */
.rightnav {
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 12px;
	color 			: #5F6579;
}
.rightnav a{
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 11px;
	color 			: #5F6579;
	text-decoration	: none;
}
/* Barre rouge */
.titleBar{
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 12px;
	text-decoration : none;
	color 			: #FFFFFF;
	font-weight		: bold;
	background-color: #D60028;
	
	
}
.pagination {
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size 		: 11px;
	font-weight		: normal;
	color 			: #5F6579;
}
.pagination a{
	font-size 		: 11px;
	font-weight		: bold;
	color 			: #5F6579;
	text-decoration	: none;
}
.underline {
	text-decoration: underline;
}
.boldText1{
	font-size 	: 12px;
	font-weight	: bold;
	color 		: #5F6579;
}
.boldText2{
	font-size 	: 11px;
	font-weight	: bold;
	color 		: #5F6579;
}
.errorText {
	font-size 	: 12px;
	font-weight	: normal;
	color 		: red;
}
