/* création
	Auteur: Systeme D www.systeme-d.net ;o)
	Bonjour, ami lecteur! 
	Modification par Didier Velan le 06 octobre 2003 */

/*Titre, bloc de fenêtre défilant*/
.NewsBlock{display: block; position: absolute;  top: 150px; left: 0; font: bold 12 Arial; width:302px; border: 1px solid black;}
/*Titre du bloc ci-dessus*/
.NewsHead{color: black; background: #B5B5B5; text-align: center;}
/*Texte en-dessous du titre ci-dessus*/
.NewsContent{width: 300px; font: 12 Tahoma; text-align: justify; background: #F3F3F3; padding: 2 2 2 2;}


/*Cadre fixe*/
.NewReaderBlock{position: absolute;  top: 250px; left: 550px; border: 1px solid black ; width: 312px; height: 155px; background: blue; color: white; font: 14 Arial; text-align: center}
/*Titre du cadre fixe*/
.NewReaderContent{height: 130px; background: #FFDC88;}

.MainContent{border: none; position: absolute; left: 0; top: 0; width: 100px; height: 100px; clip: rect(0,302,125,0 ); background: transparent}

