/* COMPETENCES */
#competences {
	position: absolute;
	top: 10px;
	width: 820px;
	left: 35px;
	height: 375px;
}
#competences h2 {
	background-image: url(../images/titre_competences.png);
	background-repeat: no-repeat;
	background-position: 0px 110px;
	width: 140px;
	height: 150px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#competences ul {
	margin-top: -1px;
}
#competences .etoiles {
	vertical-align: bottom;
	float: right;
	margin-top: 0;
}

/* METHODOLOGIES */
#methodes {
	position: absolute;
	width: 500px;
}
#methodes h3 {
	background-image: url(../images/methodologie.png);
	background-repeat: no-repeat;
	margin: 0 0 5px 0;
	height: 22px;
}
#methodes li {
	width: 145px;
	float: left;
	margin-left: -12px;
	margin-right: 65px;
	border-bottom: 1px dashed #DDDDDD;
}

/* TECHNOLOGIES JEE */
#jee {
	position: absolute;
	width: 500px;
	top: 270px;
}
#jee h3 {
	background-image: url(../images/jee.png);
	background-repeat: no-repeat;
	margin: 10px 0 5px 0;
	height: 22px;
}
#jee li {
	width: 145px;
	float: left;
	margin-left: -12px;
	margin-right: 65px;
	border-bottom: 1px dashed #DDDDDD;
}

/* BASES DE DONNEES */
#bdd {
	position: absolute;
	width: 500px;
	top: 425px;
}
#bdd h3 {
	background-image: url(../images/bdd.png);
	background-repeat: no-repeat;
	margin: 10px 0 2px 0;
	height: 22px;
}
#bdd li {
	width: 145px;
	float: left;
	margin-left: -12px;
	margin-right: 65px;
	border-bottom: 1px dashed #DDDDDD;
}

/* LANGAGES */
#langages {
	position: absolute;
	top: 0;
	width: 500px;
	left: 360px;
}
#langages h3 {
	background-image: url(../images/langages.png);
	background-repeat: no-repeat;
	margin: 10px 0 5px 65px;
	height: 22px;
}
#langages li {
	width: 145px;
	float: left;
	margin-left: 55px;
	border-bottom: 1px dashed #DDDDDD;
}

/* LOGICIELS */
#logiciels {
	position: absolute;
	top: 185px;
	width: 500px;
	left: 360px;
}
#logiciels h3 {
	background-image: url(../images/logiciels.png);
	background-repeat: no-repeat;
	margin: 10px 0 5px 65px;
	height: 22px;
}
#logiciels li {
	width: 145px;
	float: left;
	margin-left: 55px;
	border-bottom: 1px dashed #DDDDDD;
}
