/* CSS Document */
body {
	background-color: #000000;
}

a:link {
	color: #FFFFFF;
	font-style: normal;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #A9020A;
}
a:active {
	color: #FF0000;
	text-decoration: none;
}

BODY {
	scrollbar-face-color: #CCCCCC;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #FFFFFF;
	color: #000000;
}

#global {
position:absolute;
left: 50%;
top: 50%;
width: 760px;
height: 580px;
margin-top: -290px; /* moitié de la hauteur */
margin-left: -355px; /* moitié de la largeur */
border: 1px solid #333;
}

/* Fonds */



.fond_intro {
	position: static;
	width: 760px;
	height: 550px;
	overflow: hidden;
	background-image: url(/images/interface/fond/intro.jpg);
	background-repeat: no-repeat;
}

.fond_accueil {
	position: static;
	width: 760px;
	height: 550px;
	overflow: hidden;
	background-image: url(/images/interface/fond/accueil.jpg);
	background-repeat: no-repeat;
}

.fond_actualite {
	position: static;
	width: 760px;
	height: 550px;
	overflow: hidden;
	background-image: url(/images/interface/fond/actualite.jpg);
	background-repeat: no-repeat;
}

.agenda {
	width: 355px;
	height: 500px;
	overflow: hidden;
}

.news {
	top: 0px;
	left:5px;
	overflow: hidden;
}

.fond_biographie {
	position: static;
	width: 760px;
	height: 550px;
	overflow: hidden;
	background-image: url(/images/interface/fond/biographie.jpg);
	background-repeat: no-repeat;
}

.fond_photos {
	position: static;
	width: 760px;
	height: 550px;
	overflow: hidden;
	background-image: url(/images/interface/fond/photos.jpg);
	background-repeat: no-repeat;
}

.fond_ecouter {
	position: static;
	width: 760px;
	height: 550px;
	overflow: hidden;
	background-image: url(/images/interface/fond/ecouter.jpg);
	background-repeat: no-repeat;
}

.fond_voir {
	position: static;
	width: 760px;
	height: 550px;
	overflow: hidden;
	background-image: url(/images/interface/fond/voir.jpg);
	background-repeat: no-repeat;
}

.fond_contact {
	position: static;
	width: 760px;
	height: 550px;
	overflow:visible;
	background-image: url(/images/interface/fond/contact.jpg);
	background-repeat: no-repeat;
}

/* Fin Fonds */

/* Interface */

.fond{
	position: relative;
	width: 710px;
	height: 520px;
	overflow: hidden;
}

/* Fin Interface */

/* Menu */

.menu {
	position: relative;
	width: 710px;
	height: 30px;
	overflow: hidden;
}

#header {
position:relative;
  float:cen;
  width:100%;
  }
#header ul {
  margin:0;
  list-style:none;
  }
#header li {
  float:left;
  margin:0;
  list-style:none;
  }
#header a {
	padding-left:25px;
	float:left;
	display:block;
	text-decoration:none;
	font-weight:bold;
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#header a {float:none;}
/* End IE5-Mac hack */
#header a:hover {
  color:#FF0000;
  }
#header #current {
  }
#header #current a {
  color:#FF0000;
  padding-bottom:5px;
  }

/* Fin Menu */

/* Bio */

.bio_haut {
	position: static;
	width: 430px;
	height: 5px;
	overflow: hidden;
}

.bio_milieu {
	position: static;
	width: 430px;
}

.bio_milieu_up {
	position: static;
	width: 430px;
}

.bio_bas {
	position: static;
	width: 430px;
	height: 32px;
	overflow: hidden;
}


pre { 

display:block; 
Width: 300px; 
overflow:auto;


} 




/* Texte */

.texte {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}


#voir a {
	float:left;
	display:block;
	text-decoration:none;
	font-weight:bold;
	color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#voir a {float:none;}
/* End IE5-Mac hack */
#voir a:hover {
  color:#FF0000;
  }
#voir #current {
  }
#voir #current a {
  color:#FF0000;
  }


.texte_r {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	font-weight:bold;
}

.texte_intro {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFFFFF;
	font-weight:bold;
}

.texte_fiche_b {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

.titre_b {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight:bold;
}

.dates {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight:bold;
}



.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #999999;
}



H1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	line-height: normal;
	height: 25px;
}