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

.fond {
	background-attachment: fixed;
	background-image: url(images/fond_lignes.gif);
	background-repeat: repeat-y;
	background-position: left top;
	text-align: left;
}


.fondspot {
	background-image: url(images/spot_radio.gif);
	background-repeat: no-repeat;
	background-position: inherit;
	text-align: left;
}

.fondspotoff {
	background-image: url(images/spot_radio_off.gif);
	background-repeat: no-repeat;
	background-position: inherit;
	text-align: left;
}

.fondcompresse {
	background-image: url(images/com_presse.gif);
	background-repeat: no-repeat;
	background-position: inherit;
	text-align: left;
}

.fondlien {
	background-image: url(images/liens_droite_off.gif);
	background-repeat: no-repeat;
	background-position: inherit;
	text-align: center;
	vertical-align:center;
}

 img {
    border : none;
    border : 0px;
    }
