/* CSS Document */

body
{
	background-color:#000000;
	color:#AAAAAA;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
}

.Conteneur
{
	width:720px;
	border:1px solid #CCCCCC;
	margin-top:10px;
	margin-right:auto;
	margin-left:auto;
	text-align:left;
}

.Header
{
	width:100%;
	height:170px;
	background-image:url(bandeau1.jpg);
	margin-bottom:5px;
}

.Titre
{
	padding:5px 5px 5px 5px;
	width:auto;
	clear:both;
	border-bottom:1px solid #CCCCCC;
	font-size:32px;
	text-align:center;
	height:35px;
}

.image
{
	float:left;
	width:auto;
	padding:3px;
	padding-right:20px;
}

.description
{	
	width:auto;
	padding-top:3px;
	font-size:12px;
}
.PiedOeuvre
{
	clear:both;
	text-align:right;
	width:100%;
	padding-right:10px;
	padding-bottom:10px;
}
.PiedOeuvre a
{
	color:#FFFFFF;
}

.Plan
{
	margin:3px 3px 3px 3px;
	width:200px;
	float:left;
}

.droit
{
	float:right;
	width:507px;
	text-align:right;
}

.Pano
{
	margin:3px 3px 3px 3px;
	border:1px solid #FFFFFF;
	width:500px;
}

.ListeObjet
{
	font-weight:900;
	padding-top:20px;
	margin:3px 3px 3px 3px;
	text-align:left;
	width:500px;
}

.ListeObjet td
{
	vertical-align:top;
	border:1px solid #CCCCCC;
	font-size:10px;
}

.ListeObjet a
{
	color:#AAAAAA;
	text-decoration:none;
}

.ListeObjet a:hover
{
	/*background-color:#00FF00;
	color:#000000;*/
	text-decoration:underline;
}
.EtageClique
{
	background-color:#CCCCCC;
	color:#333333;
}

.Etage
{
	padding-left:20px;
	font-weight:900;
	width:720px;
	clear:both;
}
.Etage a
{
	width:80px;
	padding-right:20px;
	padding-left:20px;
	text-align:center;
	color:#AAAAAA;
	text-decoration:none;
}

.Etage a:hover
{	
	background-color:#FFFFFF;
	color:#000000;
	border-right:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
}