#menu1,#menu1_courant {
	margin-left: 40px;
}

/* BIENVENUE */
#bienvenue {
	position: absolute;
	top: 120px;
	width: 375px;
	left: 35px;
	height: 375px;
}
#bienvenue h2 {
	background-image: url(../images/titre_bienvenue.png);
	width: 85px;
	height: 30px;
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-bottom: 10px;
}
#presentation {
	width: 185px;
}
/* CURRICULUM VITAE */
#cv {
	position: absolute;
	height: 189px;
	width: 184px;
	background-image: url(../images/notes.jpg);
	background-repeat: no-repeat;
	top: 325px;
	left: 560px;
}
#cv h2 {
	width: 164px;
	height: 30px;
	background-image: url(../images/titre_cv.png);
	background-repeat: no-repeat;
	background-position: 14px;
	margin-top: 10px;
}
#cv p {
	margin-left: 15px;
	margin-right: 20px;
	margin-top: 20px;
	text-align: left;
}
#cv p:first-letter{
	margin-left: 0;
}
#cv ul {
	margin-top: 15px;
}
#cv li {
	margin-left: -7px;
}
/* NEWS */
#news {
	position: absolute;
	top: 10px;
	width: 375px;
	left: 465px;
}
#news h2 {
	background-image: url(../images/titre_news.png);
	background-repeat: no-repeat;
	width: 120px;
	height: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#news span {
	left : 230px;
	position: relative;
}