@CHARSET "UTF-8";
/**************************************** empeche l affichage de peter si il y a pas d'image **************************/
html body div#main_container ul.inline li.thumb_photo a img {
	display: block;
	height: 148px;
	width: 148px;
	
}
html body div#main_container div#page.album.mostviewed  div.leftcolumn220,
html body div#main_container div#page.album.index div.leftcolumn220{
	 border: 1px solid #CCCCCC;
	   border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    margin: 19px;
     padding-top: 10px;
}

ul.enteteTab{
	height: 40px;
	margin-top: -40px;
	margin-left: -1px;
		
}
ul.enteteTab li a{
	color:#BF3976;
	text-decoration: none;
}
ul.enteteTab li{
	border: 1px solid #CCCCCC;
	border-top-left-radius: 5px;
    border-top-right-radius: 5px;
	background: none repeat scroll 0 0 white;
	border-bottom:none;
    float: left;
    height: 23px;
     width: 110px;
      padding-top: 6px;
	margin-left: 1px;
}
ul.enteteTab li:FIRST-CHILD{
	margin-left: 0px;
}
ul.enteteTab li.currentactif{
	background: #BF3976;
	
}
ul.enteteTab li.currentactif a{
	color:white;
}

div.adminblok{
    left: 658px;
    position: absolute;
    top: 260px;
}