/* CSS Document */

body {
	margin: 0px;
	background-color: #ed171f;
}

html>body .menufixe {
	position: fixed;
}

.menufixe {
	position: absolute;
	background-image: url(../images/bord_gauche.jpg);
	background-repeat: repeat-y;
	height: 100%;
	width: 116px;
	margin-left: 0px;
}

.contenu{
	margin-left: 116px;
}
