/* CSS Document */

.background{
    background-image: url(images/logo_main.jpg);
	background-repeat: no-repeat;
}

.background_en{
    background-image: url(images/logo_main_en.jpg);
	background-repeat: no-repeat;
}

.background_lien{
    background-image: url(images/bas_lien.jpg);
	background-repeat: no-repeat;
}

.background_bas{
    background-image: url(images/bg_bas.jpg);
	background-repeat: repeat;
}

.background_bois{
    background-image: url(images/top_lien.jpg);
	background-repeat: no-repeat;
}

body {
  	font: 10px/1.6em "Lucida Grande", Verdana, Sans-serif;
	color: #333;	
}
td {
  	font: 10px/1.6em "Lucida Grande", Verdana, Sans-serif;
	color: #333;
}
a:link {
	color: #ffffff;
	border-bottom: none;
	text-decoration: none;
}
a:visited {
	color: #ffffff;
	border-bottom: none;
	text-decoration: none;
}
a:hover {
	color: #ffffff;
	border-bottom: 1px dotted #444;
}