/* generiques */
body {
  margin:0 0 20px 0; /* pour éviter les marges */
  padding:0;
	text-align:center; /* pour corriger le bug de centrage IE */
  background:url('../images/fond-site.jpg') repeat-x #82187f;
}
html * {
  font-family:verdana, arial;
  /*font-size:11px;*/
  color:#00000;
}
.txt10 { font-size:10px; }
.txt11 { font-size:11px; }
.txt14 { font-size:14px; }

p { margin:0;padding:0;}



/* contenu */
.global {
  width:980px;
	margin-left: auto;
  margin-right: auto;
  text-align:center;
}


/* header */
.content-flash {
	width:980px;
	height:716px;
}
#contentFlashDiapo {
	text-align:left;
}
#contentFlashDiapo a{
	color:white;
}

/* pied de page */
.superfooter {
	width:980px;
	height:64px;
	background-color:#ffffff;
}
.superfooter .titre1 {
	float:left;
	margin:3px 0 3px 28px;
}
.superfooter .titre2 {
	float:left;
	margin:3px 0 3px 50px;
}
.superfooter .titre3 {
	float:left;
	margin:3px 0 3px 255px;
}
.footer .copyright {
	width:980px;
	margin-top:10px;
	color:white;
	text-transform:uppercase;
	text-align:center;
	font-size:14px;
}




