a:active  {
	text-decoration:underline;
	font-weight: bold;
	color:#3399FF;
	}
	
a:link {
	text-decoration:underline;
	text-decoration:overline;
	font-weight: bold;
	color:#FFCC00;
	}
	
	
a:visited {
	text-decoration:underline;
	text-decoration:overline;
	font-weight: bold;
	color:#FFCC00;
	}
	
a:hover {
	text-decoration:underline;
	font-weight: bold;
	color:#3399FF;
	}

a.nav:active  {
	text-decoration : none;
	color:#3366FF;
	}
	
a.nav:link {
	text-decoration : none;
	color:#3366FF;
	}
	
a.nav:visited {
	text-decoration: none;
	color:#3366FF;
	}
	
a.nav:hover {
	text-decoration : none;
	color:#FFFF99;
	}
body {
	background-color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	vertical-align: top;
	text-align: left;
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


div.principal {
	
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #3030B4;
	height: 440px;
	width: 780px;
	border: 1px solid #FFFFFF;
}

.celule {
background-image:url(../images/fond_contact.jpg);
background-repeat:no-repeat;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;

}
.contenu {
	width:760px;
	position:relative;
	left:20px;
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	font-size:12px;
	font-weight:bold;
}


h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
}

div.menu {
	height: 35px;
	width: 778px;
	position:absolute;
	left: 1px;
	top: 400px;
}	

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #FFFFFF;
	margin: 0;
}
	

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #3366FF;
	margin: 0;
}


