/* CSS Document */



#ban div.sssmenu{
	position:absolute;
	text-align:right;
	width:1000px;
	font-family:verdana;
	margin-top:0px;
	top:100px;
	

	

}
#ban div.sssmenu a{

	padding-right:15px;
	margin-right:30px;
	padding-top:10px;
	background-repeat:no-repeat;
	background-position:center right;
	color:#999999;
	font-size:10px;
	font-weight:bold;
	height:25px;
	display:block;
	float:right;

}

#ban div.sssmenu a.logoff{
	background-image:url(../img/home/logoff.gif);
}


#ban div.sssmenu a.apercu{
	background-image:url(../img/apercu.png);
	padding-right:20px;
	color:#548ac1;



}
div#page{padding-top:40px;}

.titre_admin{
	margin-bottom:0px;
	margin-top:0px;
	margin-bottom:10px;
	text-align:center;

}

/***liste derniere oeuvres ***/
div#page ul#dernieresoeuvres{
	margin:0px;
	padding:0px;
	width:auto;
	background-color:#000000;
}
div#page ul#dernieresoeuvres li{
	margin:0px;
	padding:0px;
	list-style-type:none;
	float:left;
	margin-left:1px;
	margin-right:2px;
	list-style-image:none;
}
div#page ul#dernieresoeuvres li img{
	width:50px;
	height:50px;
	padding:3px;
	background-color:#FFFFFF;
}



/*****themes general (index.php) ****/
div#page ul.themeg {
	margin-left:20px;
	width:100%;




}
div#page ul.themeg li{
	display:inline;
	list-style-type:none;
	margin:0px;
	float:left;
	padding:0px;


}
div#page  ul.themeg li a{
	display:block;
	float:left;
	/*width:130px;
	height:130px;
	*/
	width:85px;
	height:105px;
	
	text-align:center;
	background-position:bottom center;
	background-repeat:no-repeat;
	margin:5px;
	text-decoration:none;

}
div#page  ul.themeg li a:hover b{
	background-color:#e8e8e8;
	color:#666666;
	

}
div#page  ul.themeg li a b{
	width:100%;
	background-color:#c6d8dc;
	display:block;
	font-size:11px;
	border-bottom:3px solid #FFFFFF;
	cursor:pointer;
	letter-spacing:0px;

}
div#page  ul.themeg li a span{
	display:block;
	
	margin-top:69px;
	font-size:10px;
	background-color:#333333;
	color:#FFFFFF;
	filter : alpha(opacity=70);
    -moz-opacity : 0.7;
    opacity : 0.7;
	text-align:right;
	padding-right:5px;
	line-height:8px;
	height:17px;
	


}




