/* CSS Document */

html{height:100%;}
body{
	margin:0px;
	padding:0px 0px 0px 1px;
	background-color:#939598;
	background-image:url(../images/backgroundPrinc.jpg);
	background-position:center;
	background-repeat:repeat-y;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:white;
	height: 100%;
	
	
	}
	

img {border:0px;}

.logoGauche{
	padding:4px 4px 4px 30px;	
	float:left;
	border:0px;
}

.logoDroit{
	padding: 4px 120px 4px 4px;
	float:right;
	border:0px;
}

.conteneurPrinc{
	/*width:1090px;*/
	width:1000px;
	min-height:876px;
	/*Petit hack pour que la min-height fonctionne dans IE6*/
	height:auto !important;
  	height:876px;
 
	margin-right:auto;
	margin-left:auto;
	/*padding-left:46px;*/
	background-image:url(../images/background.jpg);
	background-repeat:repeat-y;
}
.conteneurAgence{
	/*background-image:url(../images/filigrane_agence.gif);*/
	background-repeat:no-repeat;
	clear:both;
	padding-top:20px;
	min-height:876px;
	/*Petit hack pour que la min-height fonctionne dans IE6*/
	height:auto !important;
  	height:876px;

	margin:0px;
	
}

.conteneurMusique{
	background-image:url(../images/backgroundGris.jpg);
	background-repeat:repeat-x;
	clear:both;
	padding-top:20px;	
	min-height:876px;
	/*Petit hack pour que la min-height fonctionne dans IE6*/
	height:auto !important;
  	height:876px;

	margin:0px;
}

.copyright{
	color:#666666;
	font-size:10px;
	text-align:center;
	padding:30px 10px 15px 10px
}
	
/*liste d'artistes*/
.artistes a{text-decoration:none; color:white;}
.artistes a:hover{background-color:#e38905;}
.artistes p{margin-top:3px;margin-bottom:3px;}

/*liste de fichiers*/
.fichiers a{text-decoration:none; color:black;}
.fichiers a:hover{background-color:#e38905;}
.fichiers p{margin-top:3px;margin-bottom:3px;}

.joindre {color:#0b0b0b;font-size:11px;}
.joindre table{color:#0b0b0b;font-size:11px;}
.joindre td{padding:0px 10px 0px 10px;}
.joindre a{color:#0b0b0b;}

/*Menu horizontal pour les Sections Agence Spectra et Spectra Musique*/

.menu{
	width:968px;
	border-top:1px solid white;
	border-bottom:0px;
	border-left:0px;
	border-right:0px;
	margin:0px;
	padding:2px 0px 2px 30px;	
	background-color:#939598;
	font-size:11px;
	clear:both;
	}

.accesSecuriseMenu{
	width:968px;
	min-height:30px;
	border:0px;
	margin:0px;
	padding:2px 0px 2px 30px;	
	background-image:url(../images/background_zone_nouvelles.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#e38905;
	font-size:10px;
	clear:both;		
}
.backgroundGris{
	background-image:url(../images/bandeGrise.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#cacac9;}

.menu ul, .accesSecuriseMenu ul{
	margin:5px 0px;	
	padding:0px;
	}
.menu ul li{	
	list-style:none;
	display:inline;
	padding: 5px 30px 5px 0px ;
	color:white;
	
}
.menu ul a{
	text-decoration:none;
	color:#0b0b0b;
}

.menu ul a:hover{
	text-decoration:none;
	color:white;
}

.accesSecuriseMenu ul li{
	list-style:none;
	display:block;
	float:left;
	padding: 2px 0px 2px 0px;
	color:#0b0b0b;
}


