@charset "utf-8";
body {
    	font: 100% Verdana, Arial, Helvetica, sans-serif;
    	background: #666666;
    	margin: 0; 
    	padding: 0;
    	text-align: center; 
    	color: #000000;
    }
    .oneColFixCtr #container {
	width: 981px;
	margin: 0 auto;
	text-align: left; 
	background-color: #cbdbe6;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	background-image: url(/charte/7/motif-contenu.jpg);
	background-repeat: repeat-y;
	background-position: center top;
    }
    .oneColFixCtr #mainContent {
    	padding: 0 20px;
    }

