@charset "utf-8";
body  {
	background: #FFFFFF;
	color: #646567;
	font: 11px/18px Verdana, Geneva, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
}
.twoColFixLtHdr #container { 
	margin: 0 auto; 
	text-align: left;
	width: 930px;
} 
.twoColFixLtHdr #sidebar {
	border-right: 1px solid #000000;
	float: left;
	overflow:hidden;
	width: 340px;
}
.twoColFixLtHdr #sidebar1 {
	border:#c6c7c8 solid 15px;
	font: 11px/20px Verdana, Geneva, sans-serif;
	padding: 30px;
	text-align:right;
	width: 250px;
}
.twoColFixLtHdr #sidebar1 h1 {
	background: url(../img/groupe-plurial.jpg) no-repeat;
	height: 132px;
	margin: 0 auto;
	padding: 0;
	text-indent: -5000px;
	text-align:center;
	width: 100%;
}
.twoColFixLtHdr #sidebar1 ul {
	cursor: default;
	list-style-type: none;
	margin: 0;
	padding:10px 0px;
	text-align:right;
}
.twoColFixLtHdr #sidebar1 ul li a {
	color:#646567;
	text-decoration:none;
}
.twoColFixLtHdr #sidebar1 ul li a:hover {
	color:#646567;
	text-decoration:underline;
}

.twoColFixLtHdr #mainContent { 
	float: left;
	margin: 0;
	padding: 0 20px;
	width: 540px;
} 
.twoColFixLtHdr #mainContent h2 { 
	background: url(../img/header.jpg) no-repeat;
	height: 272px;
	margin: 0 auto;
	padding: 0;
	text-indent: -5000px;
	text-align:center;
	width: 100%;
} 

.twoColFixLtHdr #mainContent p { 
	padding: 0 30px;
} 
.twoColFixLtHdr #footer { 
	background: url(../img/points-2.jpg) no-repeat right top;
	height:20px;
	padding:38px 50px 0px 0px;
	text-align:right;
} 
.twoColFixLtHdr #footer a {
	color:#646567;
	text-decoration:none;
}

.fltrt { /* cette classe permet de rendre flottant le côté droit d'un élément dans la page. L'élément flottant doit précéder l'élément à côté duquel il doit se trouver dans la page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* cette classe permet de rendre flottant le côté gauche d'un élément dans la page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* cette classe doit être placée pour un élément div ou break et doit être l'élément final avant la balise de fin d'un conteneur qui doit contenir entièrement un élément flottant */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}