/*
 *---------------------------------------------------------------------------------------------------------
*			                           Application:  SiteO&M
 *---------------------------------------------------------------------------------------------------------
 *   PRINCIPE:
 *		Feuille de styles pour la page "artistes" en mode affichage courant
*---------------------------------------------------------------------------------------------------------
 * Version 1.0:    	ATLANTIC/DEVELOPPEMENTS - Vanessa GIACOMONI 07/08/2010
 *			Version initiale
 *---------------------------------------------------------------------------------------------------------
 */

body
{
	background-color: 	rgb(25, 0, 25);	
	color:				white;
	font-family: 		Verdana,"Times New Roman", Arial;
	text-align:			center;  /* Pour IE */
}

h1
{
	font-size: 			1.3em;
	text-align:			center;
	color:				white;	
	width:				90%;
	margin:				auto;
}


h2
{
	font-size: 			1.2em;
	text-align:			center;	
	color:				white;	
	width:				90%;
	margin:				auto;
}

h3
{
	font-size: 			1.1em;
	text-align:			center;
	color:				white;	
	width:				90%;
	margin:				auto;
}

h4
{
	font-size: 			1.0em;
	text-align:			center;
	color:				white;	
	width:				90%;
	margin:				auto;
}

h5
{
	font-size: 			0.9em;
	text-align:			center;
	color:				white;	
	width:				90%;
	margin:				auto;
}

h6
{
	font-size: 			0.8em;
	text-align:			center;
	color:				white;	
	width:				90%;
	margin:				auto;
	font-style: 		italic; 
}

 
/*
*--------------------------------------------------------------------------------------------------------------
*  Style pour le cadre général de la page (surcharge les styles communs)
*--------------------------------------------------------------------------------------------------------------
*/
#CadreGeneral
{
	width:				1024px;
	height:				768px;
	font-family: 		Verdana,"Times New Roman", Arial;
	text-align:			justify; 
	margin: 			auto; 	
	overflow:			auto;
	background-image: 	none;
}

/* En-Tête */
#EnTeteArtistes
{
	clear:				both;
	width:				100%;
	height:				5%;
	overflow:			hidden;
}

#EnTeteArtistes a
{
	display:			block;
	margin:				auto;
	color:				white;
	text-decoration:	underline;
	font-style:			italic;
	font-size:			1.2em;
	text-align:			center;
}

#EnTeteArtistes a:hover
{
	font-size:			1.4em;
}

/*
*--------------------------------------------------------------------------------------------------------------
*  Style pour le cadre spécifique
*--------------------------------------------------------------------------------------------------------------
*/
#CadreArtistes
{
	width:				95%;
	height:				80%;
	text-align:			justify; 
	color:				white;
	background-color:	black;
	margin:				auto;
	padding:			2%;
	border:				1px solid rgb(100, 0, 100);	
	overflow:			auto;
}

#CadreArtistes a 
{
	color:				white;	
	font-size:			1.0em;
	text-align:			center; 
	font-style:			normal; 
	text-decoration: 	none;
}

#CadreArtistes a:hover 
{
	font-size:			1.0em;
}

#CadreArtistes p 
{
	color:				white;
}

#PhotoArtiste
{
	width:				30%;
	float:				left;
	overflow:			hidden;
	font-size:			0.8em;
	text-align: 		center;
	margin:				2%;
}

#PhotoArtiste img
{
	width:				95%;
	border:				5px groove rgb(255, 255, 255);	
	margin:				auto;
}

#CvArtiste
{
	width:				98%;
	font-size:			0.9em;
}
/*
*---------------------------------------------------------------------------------------------------------
* 	Styles par défaut pour le bloc pied de page  
*---------------------------------------------------------------------------------------------------------
*/
#PiedPage
{
	width:				100%;
	height:				3%;
	text-align:			center;
}

#PiedPage ul
{
	display:			block;
	width:				70%;
	list-style-type : 	none;
	margin:				auto;
	padding:			0%;
}

#PiedPage li
{
	display:			block;
	float:				left;
	width:				16%;
	border-left:		1px solid white;
}

#PiedPage a
{
	display:			block;
	margin:				auto;
	color:				white;
	font-style: 		italic; 
	font-size:			0.8em;
	text-align:			center;
	text-decoration: 	underline;
}

#PiedPage a:hover
{
	font-size:			0.9em;
}

#PiedPage p
{
	text-align:			center;
	font-style: 		italic; 
	font-size:			0.7em;
	margin:				auto;
	margin-top:			0px;
}
