html{
	overflow-x: auto; /* fixes MSIE scrollbar bug DO NOT REMOVE, has no effect in Mozilla, or Opera */
}

body{ 
	background: #3B4A67;
	color: #000;
	font-family: Verdana, Tahoma, Arial, Trebuchet MS, Sans-Serif, Georgia, Courier, Times  Roman, Serif;
	font-size: 11px;
	line-height: 135%;
	margin: 0px;
	padding: 0px; /* required for Opera to have 0 margin */
	text-align: center; /* centers board in MSIE */
}

#wrapper
{ 
        
        background: #FFF;
	margin: 20px auto 10px auto; 
	text-align: left; 
	width: 95%;
        border: 1px solid #3B4A67;
	padding: 12px;

}

.col {

	width: 30ex;
	position: absolute;

}

.contenu {

	padding-left: 32ex;
	padding-top: 1ex;

}

#logostrip{ 
	background: #3B4A67 url(images/back_up.gif);
	border: 0px solid #FFF;
	height: 83px;
	margin: 0;
	padding: 0;
}

.logo {

	width: 75%;

}

.slink {

 width: 25%;

}

.cnil {

	color: #3B4A67;

}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}