body {
     margin: 0; /* pour éviter les marges */
     text-align: center; /* pour corriger le bug de centrage IE */
	 z-index: 1;
     }

.main {
	display: block;
	width: 625px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	border: 1px solid #D3D3D3;
}



/* TEXTES */

.txt0 {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	color: black;
}



/* LIENS */

.lien01 {
	text-decoration: none;
	color: white;
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
}
.lien01:hover {
	text-decoration: underline;
	color: white;
}


/* MISCALLENOUS */

a.opacity img {filter:alpha(opacity=100);
               -moz-opacity: 1.0;
               opacity: 1.0;}
			   
a.opacity:hover img {filter:alpha(opacity=50);  
                     -moz-opacity: 0.5;  
                     opacity: 0.5;}

a.bor-presse img { border: 1px solid #999933; }
a.bor-presse:hover img { border : 1px solid red; }

