/* Based on CSS Zen Garden sample, The beauty of CSS Design
/* check out at http://www.csszengarden.com */

/* éléments de base */
body {  
	font: 9pt/16pt Georgia, Times New Roman, Times, serif; 
	color: #010E22; 
	background: #FAFAFA; 
	margin: 0px;
	border: 0px;
	padding: 0px;
	text-align: center;
	}
	
p { 
	font: 9pt/16pt Georgia, Times New Roman, Times, serif; 
	margin-top: 0px; 
	text-align: left;
	color: #010E22;
	}

a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #A8A439;
	}
	
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #00ff00;
	}
	
a:hover, a:active { 
	text-decoration: underline; 
	color: #ff0000;
	}
	
/* structure */
#container { 
	text-align: left;
	position: relative;
	background: #fff url(images/header2.jpg) no-repeat top left;
	margin: 10px auto;
	border: 4px solid #84E5FF;
	padding: 0px;
	width: 760px; 
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 753px;
	}
	html>body #container {
	width: 753px;
}
	
/* HEADER */
#pageHeader { 
	padding-top: 252px;
	margin-left: 202px;
	}
	
/* contenus */
#quickSummary {
	position: absolute;
	top: 143px;
	left: 30px;
	width: 380px; 
	}

#quickSummary p {
	font: bold 8pt/16pt Georgia, Times New Roman, Times, serif; 
	text-align:left;
}

#preamble,#preambleen { 
	margin: 0px 0px 0px 202px;
	padding: 0px 10px 0px ;
	width: 494px;
	border: 1px solid #84E5FF;
	border-bottom: 1px solid #FAFAFA;
	background: #FAFAFA url(images/feuilles_bas.jpg) no-repeat right top;
	}
	
 #supportingText {
 	font: 9pt/16pt Georgia, Times New Roman, Times, serif; 
	background: #FAFAFA url(bg.gif) no-repeat center top;
	border: 1px solid #84E5FF;
	border-top: 1px solid #FAFAFA;
	margin-left: 202px;
	width: 514px;
	margin-bottom: 35px;
	} 

#participation, #benefits, #requirements, #requirementsen, #explanation  {
	margin: 15px 10px 10px 10px;
	width: 494px;
	}
	
#linkList { 
	position: absolute;
	top: 209px;
	left: 0px;
	bottom : 0px;
}

#linkList ul {
	margin: 0px;
	padding: 0px;
	bottom : 0px;
}

#linkList li {
	font: normal normal bolder 9pt/16pt; 
	background: #C8DAE0; 
	display: block;
	width: 199px;
	line-height: 1.8ex;
	border: 1px solid #ffffff;
	color: #394E55;
	text-align: left;
	font-stretch : condensed;
	letter-spacing : -1px;
}

#linkList li:hover {
	background: #ff0000; 
	display: block;
	color:  #C8DAE0;
}

#linkList li .c {
	padding: 8px 8px 8px 0px;
	display: block;
	color: #394E55;
	text-align: left;
}

a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #dfce3b;
	}

a:hover, a:active { 
	text-decoration: none; 
	color: #ffffff;
	background: #394E55;
}

/* titres */
h3 { 
 	font: Georgia, Times New Roman, Times, serif; 
	text-align: left;
	margin-bottom: 0px; 
	}
h2 { 
 	font: Georgia, Times New Roman, Times, serif; 
	text-align: left;
	margin-bottom: 0px; 
	}

h3 span { 
	display: none;
	}
h1 span { 
	display: none;
	}
	
#preamble h3 { 
	background: transparent url(images/h1.jpg) no-repeat top left;
	width: 301px;
	height: 94px;
	margin-top: 10px;
	}
#preambleen  h3 { 
	background: transparent url(images/h1en.jpg) no-repeat top left;
	width: 301px;
	height: 94px;
	margin-top: 10px;
	}
	
#preamble h1 { 
	background: transparent url(images/h3.jpg) no-repeat top left;
	width: 301px;
	height: 94px;
	margin-top: 10px;
	}
#preambleen h1 { 
	background: transparent url(images/h3en.jpg) no-repeat top left;
	width: 301px;
	height: 94px;
	margin-top: 10px;
	}
#explanation h3 { 
	background: transparent url(images/h1.jpg) no-repeat top left;
	margin-top: 1px;
	}
#explanation  h3 #en { 
	background: transparent url(images/h1en.jpg) no-repeat top left;
	margin-top: 1px;
	}
#requirements h3 { 
	background: transparent url(images/h2.jpg) no-repeat top left;
	width: 183px;
	height: 26px;
	margin-bottom: 10px;
	}
#requirementsen h3 { 
	background: transparent url(images/h2en.jpg) no-repeat top left;
	width: 183px;
	height: 26px;
	margin-bottom: 10px;
	}
	
#participation h3 { 
	background: transparent url(h3_b.gif) no-repeat top left;
	}
#benefits h3 { 
	background: transparent url(h3_c.gif) no-repeat top left;
	}

#footer {
	position: absolute;
	/*top: 187px;*/
	top: 215px;
	right: 0;
	width: 244px;
	text-align: center;
}

#footer ul {
      margin:0;
      padding:10px 10px 0;
      list-style:none;
}

#footer li {
      padding:0px 0px 0px;
      float:left;
}

#FR{
	margin:0; padding:0;
}
#EN{
	margin:0; padding:0;
}

#FR a {
	display:block;
	width:40px; height:15px;
	margin:0; padding:0;
	background: url("images/fr.jpg") 0 0 no-repeat;
	text-decoration: none;
}

#FR a:hover{
	background-position: -50px 0;
}

#FR a:active{
	background-position: -50px 0;
}

#EN a {
	display:block;
	width:30px; height:15px;
	margin:0; padding:0;
	background: url("images/en.jpg") top left no-repeat;
	text-decoration: none;
}

#EN a:hover{
	background-position: -50px 0;
}

#EN a:active{
	background-position: -50px 0;
}

#FR a span {
	display:none;
}

#EN a span {
	display:none;
}