a:hover, a:active {
	text-decoration: none;
	color: #D33C6D;
}

#sidebarContainer {
	width: 250px;
	position: relative;
	z-index: 3;
	margin-top: 20px;/* -30px normal without logo*/
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 15px;
	/*background-image: url(file:///Macintosh%20HD/Users/evabelabbas/Sites/soutien_solutions/Archives/logo_soutien_solutions_190.png);*/
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-image: url(/resources/logo_soutien_solutions.png);
}
#contentContainer {
	background-repeat: no-repeat;
	background-position: center -130px;
	background-image: url(/resources/ailes_decoupe.png);
}
ul.circle { /*CODE ADDED BY ME*/
	list-style-type: circle;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-bottom: 5px;	/*text-decoration: overline; ORIGINAL CODE*/
	list-style-image: url(/resources/ailes_puce_cercle-recadr-small.jpg);
	list-style-image: no-repeat
}
ul.circle { /*CODE ADDED BY ME*/
	list-style-type: circle;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-bottom: 5px;	/*text-decoration: overline; ORIGINAL CODE*/
	list-style-image: url(/resources/ailes_puce_cercle-recadr-small.jpg);
	list-style-image: no-repeat
}
	
h2 {
	font-size: 1.4em;
	margin: 0 0 3px;
	vertical-align: text-top;
	line-height: 30px;
	letter-spacing: 0.1em;
	font-weight: lighter;
}

.wrap {
	white-space: nowrap;
}