/* Cette CSS ne sert qu'à positionner certains éléments quand la colonne de nav est placée à gauche.
Ne pas mettre ici de formattage du texte ou des couleurs.
*/
/* Change the sidebar float to the opposite of the main styles.css file. Also change the padding from right to left. */
 #sidebarContainer, #sidebarTop, #sidebarBottom {
	float: left;
	width: 170px;
}


/* Adapter la marge de gauche en fonction de la largeur de sideBarContainer pour éviter le chevauchement.                  */
#pageContainer, #pageHeader, #pageFooter {
	margin-left: 194px;
	margin-right: 0px;
}

/* Switch the padding amounts over to keep the same spacing between sidebar and content */

#pageContainer #content {
	padding-left: 0;
	padding-right: 0;
}

#topContainer, #middleContainer, #bottomContainer  { }

/* Set the sub menu levels to 200px from left. Set right to auto so that it overwrites the 200px that is set in the styles.css */
.menu ul ul {
}

/* set the same style here as we want safari, firefox, etc to use this code. IE 6 PC will not read this code. Refer to styles.css as we use them same hack there */

.menu ul ul a {
	padding-right: 0;
	padding-left: 10px;
}

#langue {
	font: 11px Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0;
	padding: 0;
	text-decoration: none;
}