body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	background-color: #FFBD00;
	margin: 0px;
	padding: 0px;
}
.bodyfond {
	background-color: #C60000;
	background-image: url(../img/fond-rouge.gif);
}
a {
	color: #0066CC;
	text-decoration: none;
}

p, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;        
}

.vdm-titre {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
}
a:hover {
	color: #BD0000;
	text-decoration: none;
}
.colonne-droite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	width: 120px;
	border-left: solid 1px #E6E6E6;
	line-height: 15px;
	text-align: justify;
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 12px;
}

.footer {
	font-size: 11px;
	color: #BD0000;
	padding-right: 8px;
	padding-left: 8px;
}

/* Concerne la partie (include) des contenus - DŽbut */

.include-content {
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	text-align: justify;
	padding-top: 6px;
	padding-right: 24px;
	padding-bottom: 12px;
	padding-left: 24px;
}
.include-content li {
	margin-left: -22px;
	list-style-image: url(../img/carre-orange.gif);
	padding-bottom: 6px;
	text-align: left;
}

.include-content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: left;
	color: #FF6B00;
	padding-bottom: 6px;
	border-bottom: dotted 1px #FF6B00;
}

.include-content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	color: #FF6B00;
	padding-bottom: 6px;
}

.include-content h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #FF6B00;
	padding-bottom: 6px;
}

.include-content h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #000;
	padding-bottom: 6px;
}

/* Concerne la partie (include) des contenus - F I N */

.sous-menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #FFFFFF;
	background-color: #FFDE6B;
	width: 160px;
}
.sous-menu a {
	color: #BD0000;
	display: block;
	clear: left;
	width: 159px;
	border-bottom: solid 1px #FFF;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 6px;
}
.sous-menu a:hover {
	color: #0066CC;
	background-color: #FFCC00;
}
.haut-01 {
	height: 4px;
}
.haut-01 td{
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #FFF;
}	
.chxlng a {
	text-align: right;
	margin-right: 12px;
}
.chxlng img {
	border: 1px solid #BD0000;
}
.titreSite {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	line-height: 22px;
	font-weight: bold;
	color: #FF0000;
}

.menuprincipal {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	background-image: url(../img/menuht.jpg);
	background-repeat: repeat-x;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	height: 20px;
}

.inputForm 
		{
    	font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #333;
		background-color: #e7e7e7;
		padding: 2px;
		border: 1px solid #999;
		}

/*
.menuprincipal a {
	color: #C60000;
	text-decoration: none;
	padding-right: 1px;
	padding-left: 10px;
	padding-top: 2px;
	border-right: solid 1px #FFF;
	display: block;
	clear: none;
	float: left;
	height: 20px;
	text-align: left;
	vertical-align: left;
}
.menuprincipal a:hover {
	color: #333333;
	text-decoration: none;
	background-image: url(../img/menuht-hover.jpg);
}
*/
.flags img {
	border: 1px solid #FFBD00;
}

/* -- MENU HORIZONTAL -- */

.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.suckertreemenu ul li{
	position: relative;
	display: inline;
	float: left;
	list-style-type: none;/*background-color: #A6D05D;*/ /*overall menu background color*/
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;
/*width: 100px;*/ /*Width of top level menu link items*/
padding: 2px 12px 2px 12px;
/*border: 1px solid black;*/
border-left-width: 0;
text-decoration: none;
color: #FFF;
font-size: 12px;
font-weight: bold;
border-right: solid 1px #FFF;
}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */

.suckertreemenu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 180px; /*width of sub menu levels*/
color: #C60000;
font-size: 12px;
font-weight: normal;
text-decoration: none;
padding: 1px 10px;
border: 1px solid #CCCCCC;
border-top: 1px solid #FFF;
background-color: #FFDE6B;
}

.suckertreemenu ul li a:hover{
	color: #C60000;
	background-image: url(../img/gris-over.jpg);
	background-repeat: repeat-x;
}

/*Background image for top level menu list links */
/*.suckertreemenu .mainfoldericon{
/*	background-color: none; */
/*	background-image: url(../img/arrow-down.gif);
	background-repeat: no-repeat;
}*/

/*Background image for subsequent level menu list links */
/*.suckertreemenu .subfoldericon{
	background-color: #F3F3F3;
	background-image: url(../img/arrow-right.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
*/
* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
/* html .suckertreemenu ul li { clear: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */

/* -- Styles du shop -- */

	.listingArticles th 
		{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		color: #C60000;
		padding: 3px;
		border-bottom: solid 1px #C60000;
		text-align: left;
		}
		
	.listingArticles th a 
		{
		color: #C60000;
		}

	.listingArticles td 
		{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		text-align: left;
		vertical-align: middle;
		padding: 3px;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #CCCCCC;
		}
		
	.listingArticles td a 
		{
		color: #000;
		}
		
		.listingArticles td a:hover 
		{
		color: #0063c6;
		}
		
