body, table, tr, td{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#938990;
}
td{
border-bottom-style:solid;
border-right-style:solid;
border-width:thin;
}

body{
background-color:#FFFFFF;
text-align: center;
}
img {border:0;}		

a:link{
text-decoration:none;
color:#938990;
}
a:visited{
text-decoration:none;
color:#938990;
}
a:hover{
color:#9c0c1d;
text-decoration:underline;
}
a:active{
text-decoration:none;
color:#938990;
}

/* page en cours */
.en_cours{
color:#9c0c1d;
}
/* titre */
.titre{
color:#666666;
font-weight:bold;
}

/* bloc photo */
.photo{
display:block;
float:left;
width:275px;
position:relative;
}

/****************************
* 		Artiste	*
*****************************/
.artiste{
text-align:left;
width:590px;
display:block;
float:left;
}
.photo_artiste{
display:block;
float:left;
width:200px;
height:300px;
text-align:center;
position:relative;
}
.nom{
display:block;
position:relative;
float:left;
width:350px;
text-align:left;
color:#666666;
font-weight:bold;
height:30px;
}
.cv{
display:block;
position:relative;
float:left;
width:380px;
text-align:left;

}



/****************************
* 		Contenu Général		*
*****************************/
.general{
background-color:#FFFFFF;
list-style:none;
width:900px;
height:700px;
margin:auto;
text-align:center;
}

/****************************
* 	Mssg erreur			 	*
*****************************/
.msg_err{
width:900px;
background-color:#FFFFFF;
height:570px;
margin:auto;
overflow:auto;
}


/****************************
* 			Menu		 	*
*****************************/
.menu li{
display:block;
width:auto;
vertical-align:middle;
position:relative;
float:left;
text-align:center;
}
.menu{
background-color:#FFFFFF;
list-style-type:none;
width:900px;
height:40px;
text-align:left;
}



/****************************
* 	Contenu de la page	 	*
*****************************/
.contenu{
width:900px;
background-color:#FFFFFF;
height:550px;
margin:auto;
overflow:auto;
}

/****************************
* 		Catalogue		 	*
*****************************/

.catalogue {
background-color:#FFFFFF;
list-style-type:none;
width:880px;
height:20px;
text-align:left;
}

.affiche_catalogue{
display:block;
width:290;
height:350;
vertical-align:middle;
position:relative;
float:left;
text-align:center;

}

/****************************
* 		Présentation	 	*
*****************************/
.affiche{
width:280px;
text-align:center;
display:block;
float:left;
height:550px;
}

.descr {
display:block;
width:615px;
height:550px;
overflow:auto;
text-align:left;
float:left;
}


