/* CSS Document */

body
{
font-family:Didot;
background-image:url(img/didot.jpg);
background-repeat: no-repeat;
background-position:top right; 
}
ul
{
	list-style:square;
}
li
{
	list-style:square;
}
#menu
{
display:inline;
}
#menu li
{
float:left;
padding:0 0 15px 0;

}
#menu li:hover
{
list-style-image:url(img/puce-n.jpg);
}
#menu a:hover
{
	color:#c6c6c6;
}
#menuactif 
{
	list-style-image:url(img/puce-n.jpg);
}
#menuactif a
{
	color:#c6c6c6;
	list-style-image:url(img/puce-n.jpg);
}

.mail
{
text-decoration:underline;
}
ul
{
	margin:0px;
	padding:0px;
	vertical-align:top;
	list-style-type: square;
}

li
{
margin-bottom:10px;
}

a
{
text-decoration:none;
color:#000000;
}


a:visited
{
text-decoration:none;
color:#000000;
}

a:hover
{
text-decoration:none;
color: #c6c6c6;
}



.petit
{font-size:12px;
}

.moyen
{
font-size:14px;
}

.titre_gras
{
font-size:36px;
}

.lien_banniere
{color:#000000;
}

.lien_banniere:hover
{color:#000000;
}
.lien_banniere:visited
{color:#000000;
}

#conteneur
{
	width:695px;
	margin:0 auto;	
}

#gauche
{
clear:both;
	width:230px;
	float:left;
}

#droit
{
	float:right;
	width:333px;
}

#banniere
{
	width:690px;
	height:65px;
	margin:0 auto;	
}

#artistes
{
	width:300px;
	float:left;
	width:150px;
}

#photo
{
	float:right;
	height:500px;
	width:333px;
	margin:0 10px 10px 0;
}

#coordonnees
{
	width:300px;
	margin-top:30px;
}

#legende
{	
	clear:both;
	margin:0 10px 0 0;
}

#entree
{
	clear:both;
	width:300px;
}

.photo_galerie
{
width:210px;
height:200px;
float:left;
margin:0 20px 0 0;

}
#conteneurb
{
	width:690px;
	margin:0 auto;
}

.lien_retour:hover
{
font-size:16px;
color: #666666;
}
.lien_retour:visited
{
font-size:16px;
color: #666666;
}
.lien_retour
{
font-size:16px;
color: #666666;
}

#page
{
	clear:both;
	width:690px;
	margin:0 auto;
	font-family:Didot;
}

