/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/fond.gif);
	background-color:#FFFFFF;
}
.titre{
	width:448px;
	background:url(images/fondTitre.jpg);
	font-family: "Swis721 BT", Arial, Helvetica;
	font-size: 15px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
}
.titre2{
	font-family: "Swis721 BT", Arial, Helvetica;
	font-size: 15px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
}
.texte{
	font-family: "Swis721 BT", Arial, Helvetica;
	font-size: 12px;
	color: #666666;
}
.texteBleu{
	font-family: "Swis721 BT", Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #002a78;
}
.texteBlanc{
	font-family: "Swis721 BT", Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
a{
	font-family: "Swis721 BT", Arial, Helvetica;
	font-size: 12px;
	color: #666666;
	text-decoration:none;
}
a:hover{
	color:#333333; 
	font-weight: bold;
}
.lien{
	font-family: "Swis721 BT", Arial, Helvetica;
	font-size: 12px;
	color: #666666;
	text-decoration:none;
}
.lien:hover{
	color:#333333; 
	font-weight: bold;
}