/* pour les pages : ARTISTES - PHOTOS - VIDEOS

 TAILLE DE LA PAGE
------------------------------------------------------------------------------------------------------------------------------------------------------*/
html body {
	margin-top: 20px;
	margin-bottom: 10px;
	margin: auto;
	height: 100%;
	width: 900px;	 /* largeur du contenu */

	background-color:#000;	 /* couleur d'arrière plan de la page */
}
#principal {
	width : 900px;	/* largeur du contenu */
	min-height : 100%;
	
	margin-bottom; 20px;
	margin-top : 10px;
	font-family: verdana, sans serif; /* Police de la page */
	color: #fff;	/* Couleur de la police */
}

/* LE BANDEAU 
----------------------------------------------------------------------------------------------------------------------------------------------*/
#hautteaser {
	height : 113px;		/* hauteur du bandeau */
	background : transparent url(images/teaser.jpg) no-repeat left top;	/* lien vers l'image du bandeau */
	border-top: 1px solid #0779d9;
	border-right: 1px solid #0779d9;
	border-left: 1px solid #0779d9;
}

/* LE MENU
---------------------------------------------------------------------------------------------------------------------------------------*/
#menu {
	height : 30px;
	margin-bottom : 15px;
	background : transparent url(images/menu.jpg) repeat-x left top;
	border-bottomn: 1px solid #0779d9;
	border-right: 1px solid #0779d9;
	border-left: 1px solid #0779d9;
}



/*DIV du contenu des pages */
#contenu{
	width: 900px;
	height: 100%;}
	
#contenu h4{
	color: #e9cb09;}
	
#contenuG{
	float: left;
	width: 360px;
	height: 100%;
	margin-left: 3px;
	
	text-align: center;
	font-family: verdana, sans serif;
	font-size: 12px;
	color: #fff;
}
#contenuD{
	float: left;
	width: 500px;
	height: 100%;
	margin-right: 3px;

	text-align: center;
	font-family: verdana, sans serif;
	font-size: 12px;
	color: #fff;}
	
	
/* PAGE ARTISTE
---------------------------------------------------------------------------------------------------------------------------------------------*/	
#liste_artistes {
	width : 355px;
	float : left;
	margin-top: 30px;
	margin-left: 20px;
	line-height: 30px ;
}

#liste_artistes img {
	width : 100px;
	height : 68px;
	border : none;
	margin-bottom:3px;
}

#liste_artistes .art{
	float : left;
	width : 100px;
	height : 100px;
	text-align : center;
	margin-right : 15px;
	margin-bottom  : 25px;
	line-height : 0.8em;
	font-size: 11px;
	font-family: verdana, sans serif;
}

#liste_artistes .art a {
	color : #fff;
	text-decoration : none;
	margin : 0px;
}

#artiste_titre{
	width: 540px;
	height: 80px;
	text-align: center;
	font-family: verdana, sans serif;
	font-size: 25px;
	font-weight: bold;
	color: #0779d9;
}	
#artiste_img{
	margin-left: 50px;
}
#artiste_img img{ 
	width: 450px;}
	
#artiste_text{
	font-weight: bold;
}

#artiste_img 1{
	margin-left: 10px;
}
#artiste_img1 img{ 
	width: 200px;	
	margin: 20px;}
	
#artiste_text1{
	width: 520px;
	text-align: justify;
	font-size: 12px;
}	
#artiste_text1 img{
	float:left;
	margin-left: 50px;
	margin-right : 10px;
	margin-bottom:10px;
	width: 130px;
}
#artiste_text1 p{
	margin-left: 50px;
	margin-right : 10px;
	margin-bottom:10px;
}
#artiste_text1 a{
	color: #0779d9;
	text-decoration: none;
}
#artiste_text1 a:hover{
	color: #fff;
}
#artiste_text1 a:active{
	color: #fff;
	text-decoration: underline;
}	


/*propriétés de l'iframe*/
#photo{
margin-left: 50px;
}	

/* Pied de page 
--------------------------------------------------------------------------------------------------------------------------------------------------*/
#pied_page {
	float: left;
	width: 900px;
	border-top: 2px solid #0779d9;
	height: 40px;

	text-align: center;
	font-family: verdana, sans-serif;
	font-size: 10px;
	color: #fff;
}
