body {
	margin: 0;
	padding: 0;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	
	}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	text-align: justify;
	text-decoration: none;
	line-height: 17px;
}

h1 {
	padding: 0px 0px 5px;
	font-size: 18px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
	text-align: left;
}
	
h2 {
	padding: 0px 0px 0px;
	font-size: 13px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
	text-align: left;
	line-height: normal;
}

a:link{
	color: #008CBB;
	text-decoration: none;
	font-weight: bolder;
	font-size: 12px;
}
.image_texte {
	margin-left: 20px;
	margin-right: 30px;

}
.texte_liens {
	text-align: right;
}


a:visited{
	color: 632178;
	text-decoration: none;
	font-weight: bolder;
}	



/* Liste des blocs de la page */

#entete_fr h1, #entete_fr p {display:none;}

#entete_en h1, #entete_en p {display:none;}


#page {
	width: 738px; /* edit to change the width of the page */
	margin: 0 auto; /* remove 'auto' and the width to switch to a fluid width */
}

#entete_fr {
	background-image: url(images/wfer_header_fr.jpg);
	width: 738px;
	height: 280px;
	position: relative;
	background-repeat: no-repeat;
}

#entete_en {
	background-image: url(images/wfer_header_en.jpg);
	width: 738px;
	height: 280px;
	position: relative;
	background-repeat: no-repeat;
}
	
#content {
	height: auto;
	position: relative;
	padding-left: 20px;
	padding-top: 0px;
	padding-right: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
}
	   
		   
#pied_de_page_logo {
	background-image: url(images/wfer_footer_haut.jpg) repeat-x;
	width: 738px;
	height: auto;
	margin: 0;
}
.copyright {
	color: #FFFFFF;
	text-align: center;
	font-size: 10px;
}

#pied_de_page_copyright a {
	font-size: 10px;
	color: #FFFFFF;
	font-weight: normal; 
	text-decoration: none;
}
		   
#pied_de_page_copyright {
	background-image: transparent url(images/wfer_footer_bas.jpg) repeat-x;
	width: 738px;
	height: 20px;
	margin: 0;
	background-color: #000000;
}
#pied_de_page_ligne {
	width: 738px;
	height: 2px;
	background-repeat: repeat-x;
	background-color: #000000;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
