body {
	padding-top: 35px;
}


/* entete de page (frise+logo) */
div.frise {
	height: 200px;
	border-bottom: 3px solid #EC1C00;
}
div#bandelogo {
	top: 170px;
}
ul#langues{
	position:absolute;
	left:100px;
	top:9px;
	z-index:50;
}
ul#langues li {
	display:inline;
	margin-right: 20px;
}


/* colonnes */
div#cols {
	width: 820px;
	padding: 200px 0px 0px 100px;
}
div#cols div {
	float: left;
	background-color: white;
}
div#col1 {
	width: 40%;
	padding-right: 15px;
}
div#pwby {
	z-index:-1;
	position: absolute;
	bottom: 0px;
	width: 100%;
	text-align: right;
	margin-bottom:5px;
}
div#col2 {
	height: 100%;
	width: 60%;
	background: url(/media/img/trames/motif-ligne-verti.gif) repeat-y;
	padding: 0px 15px;
}



