html, body {
margin: 0;
height:100%;
background-color: #FFFFFF;
}

.leftside {
    background-image: url(../pics/shade_left.jpg);
    background-repeat: repeat-y;
    background-position:top right
}
.rightside {
    background-image: url(../pics/shade_right.jpg);
    background-repeat: repeat-y;
    background-position:top left
}

.contenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: normal;
	white-space: normal;
	color: #777777;
	text-align : justify;
}

.contenu a:link {
	font-weight : bold;
	color: #0171b9;
	text-decoration : none;
}

.contenu a:visited {
	font-weight : bold;
	color: #0171b9;
	text-decoration : none;
}

.contenu a:hover {
	font-weight : bold;
	color: #808285;
	text-decoration : none;
}

.news {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	white-space: normal;
	color: #4D5401;
}

.news a:link {
	font-weight : bold;
	color: #4D5401;
	text-decoration : none;
}

.news a:visited {
	font-weight : bold;
	color: #4D5401;
	text-decoration : none;
}

.news a:hover {
	font-weight : bold;
	color: #808285;
	text-decoration : none;
}

a.menu_roll {
     display: block;
     height: 26px;
     background-repeat: no-repeat;
	background-position: 0 0;
}

	 
a.menu_roll:hover {
	 background-position: 0 -26px;
}
