/* css style sheet - Association P'Tit Beaubien, par Jocelyne Lavergne, Services Conseils de l'Ile inc, http://www.sci-montreal.ca/ */
/* css released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/  */
/* All associated graphics copyright 2009, Jocelyne Lavergne */


/* IMPORTANT */
/* Ne peut être reproduit sans autorisation des Services Conseils de l'ILe inc - Jocelyne Lavergne. */


* {
	margin: 0;
	padding: 0;
}
/* bodyalternative colors {
	background-color: #FFEAAA; beige-rose
	background-color: #6C8E06; green-trees
	background-color: #FFFFFF; white
}*/

body {
	left: auto;
	background-color: #FFFF99;
	font-family: tahoma, verdana, "humanist san-serif";
	font-size: 150%;
	font-style: normal;
	line-height: 1.2;
	font-weight: normal;
	font-variant: normal;
	background-image: none;
	color: #333333;
	top: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0;
}

/*    ######## liens  ########## */
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
a:active {
	text-decoration: none;
	color: #000000;
}

/*    ######## change de langue ########## */
.langue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: small-caps;
	color: #000000;
	text-decoration: none;
	cursor: pointer;
	top: 50px;
	left: 750px;
       }

