body {
	margin: 0;
	padding: 0;
	width: 100%;
	background: #7e7e7e url(pics/fond.jpg) no-repeat center top;	
}
#global {
 	position:absolute;
	left: 50%;
	top: 50%;
	width: 954px;
	height: 739px;
	margin-top: -369.5px; /* moitié de la hauteur */
	margin-left: -477px; /* moitié de la largeur */
	padding: 15px;
	background-color: #000;
}
#bloc1 {
	width: 191px;
	height: 739px;
	background-color: #000;
	float: left;
}
#bloc2 {
	width: 193px;
	height: 739px;
	background-color: #000;
	float: left;
}
#bloc3 {
	width: 192px;
	height: 739px;
	background-color: #000;
	float: left;
}
#bloc4 {
	width: 193px;
	height: 739px;
	background-color: #000;
	float: left;
}
#bloc5 {
	width: 185px;
	height: 739px;
	background-color: #000;
	float: left;
}
#principal {
	width: 760px;
	height: 739px;
	background-color: #000;
	float: left;
}
#menu {
	width: 763px;
	height: 62px;
	background-color: #000;
}
#partie {
	width: 763px;
	height: 677px;
	text-align: center;
	overflow: auto;
	background: #333 url(pics/fond_haut.gif) repeat-x top;
}
a.linkopacity img {
	filter:alpha(opacity=60);
	-moz-opacity: 0.6; 
	opacity: 0.6;
	-khtml-opacity: 0.6;
}
a.linkopacity:hover img {
	filter:alpha(opacity=100);   
	-moz-opacity: 1.0;   
	opacity: 1.0;
	-khtml-opacity: 1.0;
}
a.linkopacity0 img {
	filter:alpha(opacity=100);
	-moz-opacity: 0.4; 
	opacity: 0.4;
	-khtml-opacity: 0.4;
}
a.linkopacity0:hover img {
	filter:alpha(opacity=60);   
	-moz-opacity: 1.0;   
	opacity: 1.0;
	-khtml-opacity: 1.0; 
}
img {
	border: 0px;	
}
.titre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
.titre_rouge {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
.txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCC;
	text-decoration: none;
}
.titreRed {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FF0000;
	font-weight: bold;
	text-decoration: none;
}