body{
	margin:20px;
	font-family:"Courier New", Courier, mono;
	font-size:12px;
	background-color:#ffffff;
	color:#fff;
}
.bloc{
	width:auto;
	min-height:90px;
	margin-bottom:20px;
	text-align:right;
	padding:5px;
	cursor:pointer;
}
#f{
	position:absolute;
	top:20px;
	left:20px;
}
#chiffre{
	position:absolute;
	top:20px;
	right:20px;
}
#bande1{
	margin-left:77px;
	margin-right:143px;
}
.link{
	margin-right:10px;
	margin-bottom:10px;
	/*float:left;
	width:200px;*/
	text-align:left;
	}
.login{
	float:left;
	width:200px;
}
hr{
	border-top:solid 1px #000;
	background-color:none;
	border-bottom:none;
	border-left:none;
	border-right:none;
	margin-bottom:10px;
}
.listing{
	min-width:180px;
	margin-right:10px;
	float:left;
}

.bloc a:link {
	color:#ff0000;
	text-decoration: none;
}
.bloc a:visited {
	color:#ff0000;
	text-decoration: none;
}
.bloc a:hover {
	color:#ff0000;
	text-decoration: underline;
}
.bloc a:active {
	color:#ff0000;
	text-decoration: none;
}

.liste{
	width:700px;
}



/******************* ETHER UPDATE *******************/
.pages_menu{
	/*position:absolute;*/
	position:relative;
	float:left;
	top:10px;
	/*left:0px;*/
	width:863px;
	min-height:690px;
	background-color:#333;
	}
.vignettes{
	float:left;
	width:/*330px*/120px;
	/*padding-left:20px;*/
	padding-right:10px;
	padding-top:00px;
	padding-bottom:10px;
	}
.vignettes img{
	/*float:left;*/
	margin-right:10px;
	margin-bottom:10px;
	border:none;
	padding:0px;
	}
.clear{
	clear:both;
	}
	
	
	
.box{
	/*position:absolute;*/
	cursor:e-resize;
}
.mask{
	position:relative;
	width:863px;
	height:690px;
	
	overflow:hidden;
}
.mask img{
	position:absolute;
	display:block;
	border:none;
}

/********************** THUMBNOO UPDATE *******************************/

#diashow_diashow2 img{
	margin:10px;
	border:none;
	}
.closer{
	position:absolute;
	top:-10px;
	left:-10px;
	width:24px;
	height:24px;
	background-image:url(../gfx/closer.png);
	z-index:1000;
	cursor:pointer;
	}
	

/***************************  MASONNERY UPDATE *******************************************************/


.wrap {
	/*
    background: #FFF;
    border: 0px solid #456;
    padding: 10px;
	margin-bottom: 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	*/
}

.wrap:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.moobox {
   /* margin: 5px;
    padding: 5px;
    background: #D8D5D2;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 11px;*/
	color:#000;
	text-align:left;
	margin:5px;
    float: left;
}

.box_text {
   /* margin: 5px;
    padding: 5px;
    background: #D8D5D2;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 11px;*/
	color:#000;
	text-align:left;
	margin:5px;
    float: left;
}


.col6{width:100px;}
.col7{width:210px;}
.col10{width:320px;}
.col8{width:410px;background-color:#FFF;padding:10px;margin:5px;}
.col9{width:430px;}
.col6 img{width:100px;}
.col7 img{width:210px;}
.col10 img{width:320px;}
.col9 img{width:430px;}

.blackbox_text{
	background-color:#111;
	text-align:left;
	margin:5px;
    float: left;
	}

/********************************************************************************************************/
.handle,.nohandle{
	float:left;
	margin-left:5px;
	margin-bottom:5px;
}
.close{
	width:18px;
	height:18px;
	background:url(../gfx/close.png) no-repeat;
	position:absolute;
	margin-top:-3px;
	margin-left:-3px;
}
.more{
	width:20px;
	height:20px;
	background:url(../gfx/serie.png) no-repeat;
	position:absolute;
	margin-top:-3px;
	margin-left:15px;
	}
.edit{
	width:16px;
	height:16px;
	background:url(../gfx/stylo.png) no-repeat;
	position:absolute;
	margin-top:-3px;
	margin-left:20px;
	}
.plus{
	width:24px;
	height:24px;
	background:url(../gfx/plus.png) no-repeat;
	float:right;
	}
.moins{
	width:24px;
	height:24px;
	background:url(../gfx/moins.png) no-repeat;
	float:right;
	}
