@charset "UTF-8";
/*************/
/* HTML TAGS */
/*************/

/* MAIN ELEMENTS */

a:link,
a:active,
a:visited {
	color:#ff3e06;
}
a:hover {
	text-decoration:none;	
	color:#000;
}
#center {
	background:url(/_i/layout/bg_top-colors-planlesouates.gif) no-repeat;
}

#nav ul li a:hover {
	color:#ff3e06;
	text-decoration:none;	
}