.marge-cadre {
	margin:0 0px 0 0px;
}
.colmask {
	position:relative;
    clear:both;
    float:left;
    width:100%;
    overflow:hidden;
	background-color:#F7F7F7;
	border-left:1px solid #eae4e8;
	border-right:1px solid #eae4e8;
}
/* */
/* 3 COLONNES */
/* */
.blogstyle { }
.blogstyle .colmid {
	float:left;
	width:200%;
	margin-left:-200px;
	position:relative;
	right:100%;
}
.blogstyle .colleft {
    float:left;
    width:100%;
    margin-left:-225px;
}
.blogstyle .col1wrap {
    float:left;
    width:50%;
    padding-bottom:1em;
}
.blogstyle .col1 {
    margin:5px 0 0 430px;
    position:relative;
    left:100%;
    overflow:hidden;
}
.blogstyle .col2 {
	margin:5px 0 0 0;
    float:right;
    width:200px;
    position:relative;
    left:210px;
}
.blogstyle .col3 {
	margin:5px 5px 0 0;
    float:right;
    width:200px;
    position:relative;
    left:625px;
}
/* */
/* 2 COLONNES (MENU GAUCHE */
/* */
.leftmenu { }
.leftmenu .colright {
	float:left;
	width:200%;
	position:relative;
	left:205px;
}
.leftmenu .col1wrap {
	float:right;
	width:50%;
	position:relative;
	right:205px;
	padding-bottom:1em;
}
.leftmenu .col1 {
	margin:5px 5px 0 215px;
	position:relative;
	right:100%;
	overflow:hidden;
}
.leftmenu .col2 {
	margin-top:5px;
	float:left;
	width:200px;
	position:relative;
	right:200px;
}