@charset "windows-1252";
body {
scrollbar-face-color:#B5CDEF;
scrollbar-highlight-color:#72A0E0;
scrollbar-3dlight-color:#FFFF80;
scrollbar-darkshadow-color:#CEE79C;
scrollbar-shadow-color:#5A5A5A;
scrollbar-arrow-color:#000000;
scrollbar-track-color:#EEF1E7;
}
/**Layout Divs**/
/*this container centers the content in the browser and fixes the overall width*/
  #wrapper {
	width: 770px;
	margin: 0 auto;
	text-align: left;
	background-color:  #eef1e7;/*themecolour3;*/
}
/*this container holds the logo and heading graphic*/
  #header {
	background-image:  url(../qne_files/qne_header_bg.gif);
	background-repeat: repeat-x;
	height: 85px;
	width: 770px;
	}
/*this container holds the horizontal navigation bar and defines the background image*/	
	#navbar {
	width: 770px;
	top: 50px;
	background-repeat: no-repeat;
	background-image: url(../qne_files/qne_hnav_bg.gif);
	padding-left: 20px;
} 
/*this container holds the  right-hand column divs*/
#holderdiv {
	width: 250px;
	padding-right: 10px;
	padding-left: 10px;
/*the individual text boxes in the right-hand column*/	
}
#tableeuro {
	width: 350px;
	padding-right: 10px;
	padding-left: 10px;
/*the individual text boxes in the right-hand column*/	
}
#tablepartenaires {
	width: 550px;
	padding-right: 10px;
	padding-left: 10px;
}
.rightcoldiv {
	margin: 3px 0;
	background-color: #e7f0fc;
	border: 1px solid #4176be;
	width: 100%;
}
/**Redefined html tags**/
/*this defines the font style and color, also the gradient background image*/
    body {
	font-family: Arial, sans-serif;
	text-align: center;
	font-size: 12px;
	background-image:   url(../qne_files/qne_gradient_bg.gif);
	color: #333333;
	background-repeat: repeat-x;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #FFFFFF;/*themecolour4;*/
}
/*cadrage forcé à droite*/
   .right {
	float: right;
}
/*cadrage forcé à gauche*/
   .left {
	float: left;
}
/*cadrage forcé au centre*/
   .center {
	float: center;
}

/*sets margins to 0*/ 
p {
	margin-top: 0px;
	margin-bottom: 0px;
}
/*style the text in the left-hand column*/
#wrapper p {
	font-family: Arial, sans-serif;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 10px;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 13px;
	line-height: 1.3em;
	text-align: justify;
}
/*style the text in the right-hand column*/
.rightcoldiv p {
	margin: 5px 0;/*themecolour1$ -12.5%,-53%;*/
	line-height: 1.3em;
	padding-top: 5;
	padding-bottom: 5;
}
 
.mentions_legales {
	font-family: Arial, sans-serif;
	font-size: 13px;
}


.titre1 {
	font-family: Verdana,Arial, sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}
.titre2 {
	font-family: Verdana,Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
/*style the heading1 text */
h2 {
	margin: 5px 5px 0px 5px;
	font-size: 12px;
	background-color: #c9cebe; /*themecolour3$ -3.6%,-14.5%;*/
	border-bottom-color: #4176be; /*themecolour1;*/
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
h3 {
	margin: 5px 230px 0px 5px;
	font-size: 12px;
	background-image: url(../qne_files/qne_h2_bg.gif);
	background-repeat: no-repeat;
	border-bottom-color: #4176be;/*themecolour1;*/
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.rightcoldiv h2 {
	margin: 0;
	background-color: #c9cebe;/*themecolour3$ -3.6%,-14.5%;*/
	font-size: 14px;
	padding: 1px 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
    border-bottom-color: #4176be;/*themecolour1;*/
}
.rightcoldiv h3 {
	margin: 0;
	background-color: #a6c3ec;/*themecolour1$ 55.4%,70.2%;*/
	font-size: 14px;
	padding: 1px 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
    border-bottom-color: #4176be;/*themecolour1;*/
}
/*defines the style for ordered lists (numbered) */ 
ol {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
}
/*defines the style for unordered lists (bulleted) */ 
 ul {
	font-family: Arial, sans-serif;
	font-size: 12px;
	text-align: justify;
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-image:  url(../qne_files/qne_bullet.gif);
	margin-left: 10px;
	padding-left: 10px;
	margin-right: 10px;
	padding-bottom: 10px;
}
/*floats logo graphic to the left */
div.row span.left {
  float: left;
  text-align: left;
  font-weight: bold;
  }
/*floats heading graphic to the right */
div.row span.right {
  float: right;
  text-align: right;
  font-weight: bold;
  }

 /*link styles*/
a:link {
	color: #0033FF; /*themecolour1$ -5.7%,-44.1%;*/
	text-decoration: none;
}
a:visited {
	color: #22406a;/*themecolour1$ -5.7%,-44.1%;*/
	text-decoration: none;
}
a:link:hover {
	color: #0033FF; /*themecolour1$ -5.7%,-44.1%;*/
	text-decoration: underline;
}
/*defines the style for horizontal dividers used in right-hand column */ 
.divider {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #4176be;/*themecolour1;*/
}
/*style the text and define background image for the footer*/
#footer {
	width: 770px;
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	background-image: url(../qne_files/qne_footer_bg.gif);
	background-repeat: no-repeat;
	height: 32px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 2px;
	padding-left: 0px;
	background-color: #FFFFFF;/*themecolour4;*/
	color: Blue;
}
/*floats image to the left of text blocks*/
.imagefloat {
	float: left;
	padding-right: 10px;
}
.table1 {
	font-family: Arial, sans-serif;
	font-size: 13px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 10px;
	margin-left: 5px;
	margin-right: 5px;
	padding-left: 10px;
	background : #f5f5dc;
	border : 2px groove #D2691E;
}
.marge-justify {
	margin-left: 5px;
	margin-right:5px;
	text-align: justify;
}
.table2 {
	font-family: Arial, sans-serif;
	font-size: 13px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 10px;
	margin-left: 5px;
	margin-right: 5px;
	padding-left: 10px;
	background : #f5f5dc;
}
.table3 {
	font-family: Arial, sans-serif;
	font-size: 12px;
	margin-top: 0px;
	background : #f5f5dc;
}

.table4 {
	font-family: Arial, sans-serif;
	font-size: 13px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 10px;
	margin-left: 5px;
	margin-right: 5px;
	padding-left: 10px;
	background : #f5f5dc;
}
.table5 {
	font-family: Arial, sans-serif;
	font-size: 12px;
	margin-top: 0px;
	background : #c9cebe;
}


.condense {
	font-family: Arial, sans-serif;
	font-size: 11px;
}
#footer_index {
	width: 770px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	background-image: url(../qne_files/qne_footer_bg.gif);
	background-repeat: no-repeat;
	height: 32px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 2px;
	padding-left: 0px;
	background-color: #FFFFFF; /*themecolour4;*/
	color: Blue;
}
.xara_albumtable {
	padding-right: 10px;
	padding-left: 10px;
}
.xara_albumcell0 {
	font-weight: bold;
	border: 1px solid #4175be;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	text-align: center;
	align: center;
	font-size: 11px;
}
.xara_albumcell1 {
	font-size: 11px;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	text-align: center;
	vertical-align : middle;
	align: center;
}
.xara_albumcell2 {
	font-weight: bold;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-align: center;
	background-color: #c9cebe;
	align: center;
	font-size: 11px;
}
.xara_albumcell3 {
	font-size: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
	align: center;
}
.albumnav {
	font-size: 12px;
}
