/* Ceci est un fichier CSS, appelé "page5a.css*/
	
a img
{
   border: none; /* Pas de bordure */
}	

.conteneur
{
	background-image:url("photos/peintures/fon.jpg");
	margin:auto;
	margin-top:50px;
	width:940px;
	height:668px;	
	background-repeat: no-repeat;
	background-position:top left;
	padding:25px;
}
body
{
background-color:black;
	font-family: Trebuchet MS,Trebuchet,Verdana,Sans-serif;
	font-size:12px;
	padding:0px;
	margin:0px;
}

#en_tete
{
margin-left:0px;
margin-top:30px;
}

table
{
	border-collapse:collapse;
}

h3
{
	color:white;
}

#zone_image
{
	float:left;
	padding:5px;
}

#zone_miniatures, #zone_image
{
	float:left;
}


#zone_miniatures td
{
	vertical-align:middle;
	text-align:center;
	padding:5px;
}

#zone_miniatures img
{
	border-color:white;
	border:1px solid white;
	cursor:pointer;
}

#zone_image img
{
	border-color:white;
	border:10px solid white;
	cursor:pointer;
}
