/* 3 Column settings */
.threecol {
	/* SP Changement de la couleur de fond de la colonne de droite */
	background:#eee;		/* right column background colour */
	background:#70675e; 
	/* Fin SP Changement de la couleur de fond de la colonne de droite */
	
}
.threecol .colmid {
	/* right:25%;	*/		/* width of the right column */
	right:21%;
	background:#fff;		/* center column background colour */
}
.threecol .colleft {
	/* right:50%; */			/* width of the middle column */
	right:58%;
	/* changement de la couleur de la colonne de gauche */
	/*
	background:#f4f4f4;	 left column background colour 
	*/
	background:#ddd;
	/* Fin changement de la couleur de la colonne de gauche */
}
.threecol .col1 {
	/* width:46%;	*/		/* width of center column content (column width minus padding on either side) */
	width:54%;
	left:102%;			/* 100% plus left padding of center column */
}
.threecol .col2 {
	/* width:21%; */			/* Width of left column content (column width minus padding on either side) */
	width:17%;
	/* left:31%; */			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	left:27%;
}
.threecol .col3 {
	/* width:21%; */			/* Width of right column content (column width minus padding on either side) */
	width:17%;
	/* left:85%;*/ /* Please make note of the brackets here:
					(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
	left:89%;
	/* SP centrer la colonne de droite */
	text-align:center;
}
