/*
.page_sommaire #conteneur
{
	background: #E8E8E8 url(../image/fondvisee.png) repeat;
}

.page_sommaire #contenu
{
	background:transparente;
}
	background: #E8E8E8 url(../image/viseur-3.png) no-repeat center;
	background: #f0f0f0 url(../image/viseur-3.png) no-repeat center 150px;
*/
.page_sommaire #contenu
{
	background: url(../image/viseur-4.png) no-repeat center 150px;
}

#cadrephoto
{
	float: center;
	height:330px;
	margin-top:5px;
	margin-bottom:10px;
	background:transparente;
}


/*/////////////////////////////////////////////////////
POSITIONNEMENT DES PHOTOS
/////////////////////////////////////////////////////*/  

#cadrephotocolonnegauche
{
	float: left; 
	width:280px;
	background:transparente;
}

#cadrephotocolonnedroite
{
	float: left; 
	margin-top:100px;
	background:transparente;
}

#cadrephotophoto1
{	
	float: right; 
	background:transparente;
	width:auto;
	height:auto;
	margin:0;
	clear: both;
}

#cadrephotophoto2
{
	float: right; 
	background:transparente;
	width:auto;
	height:auto;
	margin:0;
	clear: both;
}

#cadrephotophoto3
{
	float: left; 
	background:transparente;
	width:auto;
	height:auto;
	margin:0;
}

/*/////////////////////////////////////////////////////
CONTOUR DES PHOTOS (border sur les liens A)
Il faut inhiber les choix précédents.
/////////////////////////////////////////////////////*/  

/* Les liens */
#cadrephotophoto1 A
, #cadrephotophoto2 A
, #cadrephotophoto3 A
{
	display:block ;
	background:transparente;
	margin:0;
	padding:0;
	text-decoration: none;
	border-style:none;
	border-style:solid;
}
#cadrephotophoto1 A
{	
	border-color:#aaaaaa;
	border-width:10px;
}

#cadrephotophoto2 A
{
	border-color:#888888;
	border-width:7px;
}

#cadrephotophoto3 A
{
	border-color:#cccccc;
	border-width:5px;
}

/* Les liens au survol */
#cadrephotophoto1 A:hover
, #cadrephotophoto2 A:hover
, #cadrephotophoto3 A:hover
{
	display:block ;
	background:transparente;
	margin:0;
	padding:0;
	text-decoration: none;
	border-style:solid;
	border-color:#FF9900;
}
#cadrephotophoto1 A:hover
{	
	border-width:10px;
}
#cadrephotophoto2 A:hover
{
	border-width:7px;
}
#cadrephotophoto3 A:hover
{
	border-width:5px;
}

