@charset "utf-8";
/* CSS Document */

body {
	font-family: "Arial",  "Verdana", "sans-serif", "Trebuchet MS", "Helvetica";
	font-size: 12px;
}

a {
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}


a:hover{ /* Les liens lorsque le curseur est dessus. */
	color:#F60 ; 
	text-decoration:none;
}

<!--
.gras_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #06F;
}

.txt_global {
	font-family: "Arial",  "Verdana", "sans-serif", "Trebuchet MS", "Helvetica";
	font-size: 12px;	
}

.gras_class {
	font-family: "Arial",  "Verdana", "sans-serif", "Trebuchet MS", "Helvetica";
	font-size: 18px;
	color: #FFF;
	background-color: #06F;
	font-weight: bold;
}

.gras_class2 {
	font-family: "Arial",  "Verdana", "sans-serif", "Trebuchet MS", "Helvetica";
	font-size: 16px;
	color: #FFF;
	background-color: #F60;
	font-weight: bold;
}

/*FOOTER*/
.txt_footer {
	font-family: "Arial",  "Verdana", "sans-serif", "Trebuchet MS", "Helvetica";
	font-size: 10px;
}

a.lien_footer {
	font-family: "Arial",  "Verdana", "sans-serif", "Trebuchet MS", "Helvetica";
	font-size: 10px;
	color: #06F; 
	text-decoration:none;
}


a.lien_footer:hover{ /* Les liens lorsque le curseur est dessus. */
	color:#F60 ; 
	text-decoration:none;
}




/*
a:link {
	color: blue;
	text-decoration:none;
}

a:visited {
	color: purple;
	text-decoration:none;
}

a:active {
	background-color: yellow;
	text-decoration:none;
}

a:hover {
	color:red;
	text-decoration:none;
}

*/
-->

