.fond_contact {
	background-image: url(images/fond_contact.jpg);
	background-repeat: no-repeat;
}

/* LINK = apspect du lien lorsque MouseOver */
.menu A:hover {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9px; 
	font-weight: normal; 
	color: #CCCCCC; 
	text-decoration: none
}
/* LINK = apspect du lien */
.menu A:link {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9px; 
	font-weight: normal; 
	color: #CCCCCC; 
	text-decoration: none
}
/* ACTIVE = apspect du lien lorsque sélectionné */
.menu A:active {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9px; 
	font-weight: normal; 
	color: #CCCCCC; 
	text-decoration: none
}
/* VISITED = aspect du lien lorsque visité */
.menu A:visited {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9px; 
	font-weight: normal; 
	color: #CCCCCC;
	text-decoration: none
}
/* LINK = apspect du lien lorsque MouseOver */
.liens A:hover {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: normal; 
	color: #e61c1c; 
	text-decoration: none
}
/* LINK = apspect du lien */
.liens A:link {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: normal; 
	color: #e61c1c; 
	text-decoration: underline
}
/* ACTIVE = apspect du lien lorsque sélectionné */
.liens A:active {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: normal; 
	color: #e61c1c; 
	text-decoration: none
}
/* VISITED = aspect du lien lorsque visité */
.liens A:visited {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: normal; 
	color: #e61c1c;
	text-decoration: none
}
body {
	scrollbar-base-color: #FFFFFF;
	scrollbar-arrow-color: #015378;
	scrollbar-3dlight-color: #E6F2F5;
	scrollbar-darkshadow-color: #FFB000;
	scrollbar-face-color: #E6F2F5;
	scrollbar-highlight-color: #999999;
	scrollbar-shadow-color: #666666;
	scrollbar-track-color: #FFFFFF;
	margin: 0px;
} 

.spacebleu {
	font-family: Arial, Helvetica, sans-serif, "Comic Sans MS";
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #015378;
}
.textes {
	font-family: Arial, Helvetica, sans-serif, "Comic Sans MS";
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #015378;
}
.textes_surligne {

	font-family: Arial, Helvetica, sans-serif, "Comic Sans MS";
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #e61c1c;
}
.fond_quisommesnous {
	background-image: url(images/fond_quisommesnous.jpg);
	background-repeat: no-repeat;
}
.tableheight100 {
	height: 100%;
}

