/* CSS Document */
		#container {
			text-align: center;
			position: absolute;
			width: 778px;           /* largeur de ton contenu */
			margin-left: -379px;  /* moitie de width */
			left: 50%;                /* constant, toujours 50% */
			height: 550px;          /* hauteur de ton contenu */
			margin-top: -280px;   /* moitie de height */
			top: 50%;                 /* constant, toujours 50% */ 
		}
		#news1 {
			border: 0px solid red ;
			/*border: none;*/
			background-color:transparent;
			/* padding /marges FF /OPERA/SAFARI/ */
			width:480px !important;
			/* padding /marges IE6 (qui ignore !important) */
			width:500px;
			/* padding /marges FF /OPERA/SAFARI/ */
			height: 265px !important;
			/* padding /marges IE6 (qui ignore !important) */
			overflow:auto;
			text-align: justify;
			padding:0px;
			
			position: absolute;
			margin-left: -245px;  /* moitie de width */
			left: 50%;                /* constant, toujours 50% */
			margin-top: -39px;   /* moitie de height */
			top: 50%;                 /* constant, toujours 50% */ 
			display:none;
		}
		
		.news {
			border: 0px solid red ;

			/* padding /marges FF /OPERA/SAFARI/ */
			padding: 0 !important;
			margin:0;
			clear:both;
		}
		h2.newsTitre {
			border: 0px solid red ;
			padding:0;
			margin:0;
			clear:both;
			font-family:Arial, Helvetica, sans-serif, "Century Gothic";
			font-weight:bold;
			font-size:12pt;
			color:#da298f;
		}
		.newsDate {
			border: 0px solid red ;
			/* padding /marges FF /OPERA/SAFARI/ */
			padding: 0 !important;
			/* padding /marges IE6 (qui ignore !important) */
			margin:0 0 15px 0;
			clear:both;
			font-style:normal;
			font-family:Arial, Helvetica, sans-serif, "Century Gothic";
			font-size:8pt;
			font-weight:normal;
			color:#da298f;

		}
		.newsTexte {
			border: 0px solid red ;
			/* padding /marges FF /OPERA/SAFARI/ */
			padding: 0 !important;
			margin:0;
			clear:both;
			font-family:Arial, Helvetica, sans-serif, "Century Gothic";
			font-size:9pt;
			font-weight:normal;
			text-align:justify;
			color:#0f3a94;
		}
		.newsTexte p {
			padding:0 10px 0 0;
			margin:0 0 10px 0;;
			
		}
		.newsImgs { text-align:center; }
		.newsImgs img { margin:7px ; border:1px solid #da298f; float:left; width: 138px;}
		.newsTexte a:link, .newsTexte a:visited   { color:#da298f; text-decoration:none;  }
		.newsTexte a:hover, .newsTexte a:active   { color:#da298f; text-decoration:underline; }
		.footer { 
			clear:both; bottom:0; text-align:right; 
			position: relative;
			width: 778px;
			height: 10px;
			margin-right: 0px !important;
			margin-top: 8px;
			padding-top: 8px;  
		}


