body {
	/*background: url(images/competences_bg.jpg) left repeat-y;*/
}

table {
	width: 999px;
}

#comps td {
	vertical-align: top;
}

/* ________________________________________________________________________

															BARRE
________________________________________________________________________ */

#bar {
	width: 100%;
	background: white;
	font-family: verdana, arial, sans-serif;
	color: #91d147;
	font-size: 11pt;
	height: 22px;
}


#bar td {
	width: 333px;
	height: 19px;
	text-align: center;
	margin-top: 3px;
}

#bar td a {
	color: #363535;	
	text-decoration: none;
}

#bar td a:hover {
	color: #363535;	
	text-decoration: underline;
}


/* ________________________________________________________________________

															IMAGES
________________________________________________________________________ */

#img_se {
	background: url(images/competences_se.jpg) top left no-repeat;
	height: 500px;
	cursor: pointer;
}

#img_si {
	background: url(images/competences_si.jpg) top left no-repeat;
	cursor: pointer;
	height: 500px;
}

#img_tr {
	background: url(images/competences_tr.jpg) top left no-repeat;
	cursor: pointer;
	height: 500px;
}

.txt {
	font-family: verdana, arial, sans-serif;
	margin: 10px;
	font-size: 10pt;
}

#txt_se {
	margin-top: 430px;
}

#txt_si {
	margin-top: 270px;
}

#txt_tr {
	margin-top: 360px;
}