#phototheque_left{
	display:block;
	float:left;
	width:70%;
}

#phototheque_right{
	float:right;
	width:22%;
	margin-top:20px;
	padding-top:20px;
	padding-bottom:40px;
	padding-left:20px;
	padding-right:10px;
	height:490px;
}


#cadre_galerie {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 2px 2px 3px #AAAAAA;
    display: block;
    float: left;
    height: 108px;
    margin: auto 10px 6px;
    padding-bottom: 0;
    padding-top: 0;
    text-align: left;
    width: 108px;
}

.tableGalerie
{
	/*margin-left:120px;*/
	margin-bottom:50px;
	width:80% ;
	text-align:center;
}

.photo_galerie {
    margin-left: 3.5px;
    margin-top: 3.5px;
}

.bouton_plus
{
	background: url("../img/commun/ic_plus.gif") no-repeat scroll 0 0 transparent;
    text-decoration: none;
}

.bouton_moins
{
	background: url("../img/commun/ic_minus.gif") no-repeat scroll 0 0 transparent;
    text-decoration: none;
}

.masque_photothequeSsCat{
	display : none;
}