/* page */
* {
margin: 0;
padding: 0;
border: 0;
}

body {
	height: 100%;
    margin: 0 auto;
	background-color: #FFFFFF;
	background-image: url(../images/fond_page.jpg);
	background-position: top center;
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	text-align: center; 
}

.cadre1 {
	position: relative;
	width: 820px;
	padding: 200px 40px 40px 40px;
	margin: 40px auto 20px auto;
	border:solid;
	border-color:#000000;
	border-width: 1px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
	background-color: #FFFFFF;
	background-image: url(../images/logo_fh01.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

.encart1 {
	display:block;
	position: relative;
	width: 720px;
	padding: 10px;
	margin: 0px 40px 20px 40px;
	border-color: #cccccc;
	border-width: 1px;
	border-style: solid;
	}
	
a.encart1 {
	text-decoration: none;
	background-color: #F9F9F9;
}

a:hover.encart1 {
	text-decoration: none;
	background-color: #F1F1F1;
}

.flag {
	position: relative;
	width: 150px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	}
	
.encartPays {
	clear:both;
	float:right;
	width: 530px;
	padding: 10px 10px 5px 10px;
	margin: 0px 0px 0px 0px;
	}
	

/* éléments standard */

ul, li {
list-style-type: none;
margin:0;
padding:0;
}

a {
	font-weight: normal;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}

a:hover {	
	color: #000000;
	text-decoration: underline;
}
  
h1 {
	font-size: 24px;
	font-weight: normal;
	padding-bottom: 30px;
	line-height: 26px;
	color: #666666;
}

h2 {
	font-size: 18px;
	line-height: 20px;
	font-weight: normal;
	padding-bottom: 16px;
}

h3 {
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 11px;
}

h4 {
	font-size: 9px;
	font-weight: bold;
	padding-bottom: 13px;
	color: #000000;
}

p {
	font-weight: normal;
	padding-bottom: 20px;
}

q {
	font-style:italic;
	quotes:none;
}

.separation {
	clear:both;
	visibility:hidden;
	font-size: 0px;
	height: 0px;
	margin: 0;
	padding: 0;
	}
	
/* footer */

#footer {
	position: relative;
	width: 742px;
	background-image: url(../images/points01.gif);
	background-position: top;
	background-repeat: repeat-x;
	margin: 40px 40px 0px 40px;
	padding-top: 5px;
}

#footer p {
	text-align:center;
	font-size: 10px;
	color: #666666;
	margin: 0;
	padding: 0;
	}
	
#footer a {
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
}

#footer a:hover {	
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}
