@import url(style.css);

.content{
	padding: 10px 5px 10px 15px;
	vertical-align: top;
	width: 500px;
}

.content h1{
	font-size: 15px;
	line-height: 16px;
}

.content h1 .number{
	background-image: url(../img/cercle2.gif);
	background-position: center;
	background-repeat: no-repeat;
	display: block;
	float: left;
	font-size: 11px;
	padding: 8px 0px 8px 0px;
	text-align: center;
	width: 30px;
}

.content h1 .title{
	border-bottom-style: solid;
	border-bottom-width: 1px;
	display: block;
	margin: 8px 0px 0px 45px;
	padding: 0px 0px 5px 0px;
	width: 420px;
}

.menu {
	padding: 10px 0px 10px 0px;
}

.menu a{
	clear: both;
	display: block;
	padding: 5px 5px 5px 10px;
}

.menu a span{
	background-image: url(../img/cercle.gif);
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
	display: block;
	float: left;
	margin: 0px 5px 0px 0px;
	padding: 10px 0px 10px 0px;
	text-align: center;
	width: 30px;
}

.menu a.retourThemes {
	border-top: 1px solid #FFFFFF;
	display: block;
	margin-top: 50px;
	padding-top: 20px;
}

.menu a.retourThemes span {
	font-weight: bold;
	position: relative;
	top: -10px;
}

.menu a:hover span,
.menu a.selected span{
	text-decoration: none;
}

