/* 

#concept-bg {
	width:731px;
	background-image: url("concept.png");
	background-repeat: no-repeat;
	padding-top: 105px;
	height: 300px;
	clear: both;
}

#concept-texte {
	height:220px;
	padding-right: 120px;
	padding-left: 140px;
}



#eleves {
	width:610px;
	float: left;
	padding-left: 60px;
}


.content-pic-eleve {
	width:122px;
	background-image: url("shadow_eleves.png");
	background-repeat: no-repeat;
	float: left;
	height: 200px;
}

.pic-eleve {
	padding-left: 7px;
	padding-top: 1px;
	height: 155px;
}

.nom-eleve {
	float:left;
	padding-top: 9px;
	padding-left: 7px;
	line-height: 1;
	width: 103px;
	text-align: center;
	clear: left;
}

#fonction-eleve {
	clear:both;
	padding-left: 7px;
}

.nom {
	font-weight:bold;
	color:#e05d17;
	font-size:12px;
	padding-top: 3px;
	line-height: 1em;
}

.fonction {
	font-size:11px;
	color:#CCCCCC;
	font-style:italic;
}



.img_eleve {
	border: 2px solid #ffffff;
	display: block;
	float: left;
	width:103px;
	
}
.img_eleve:hover{
	border: 2px solid #e2631c;
	display: block;
	float: left;
}
*/
/* CONCEPT */
#h3_concept {
	background-image:url(h3_concept+.gif); 
	background-repeat:no-repeat;
	width:638px;
	height:66px;
	margin:0 auto;
}

#concept-bg {
	width:638px;
	background-image: url(concept_bg.gif);
	background-repeat: no-repeat;
	height: 222px;
	clear: both;
	margin: 0 auto;
}

#concept-texte {
	height:200px;
	padding-right: 20px;
	padding-left: 23px;
	padding-top: 12px;
}

.line-h {
	line-height: 3pt;
	color: #FFFFFF;
}

/* ELEVES */

#eleves {
	width:610px;
	float: left;
	padding-left: 60px;
}

.content-pic-eleve {
	width:122px;
	background-image: url("shadow_eleves.png");
	background-repeat: no-repeat;
	float: left;
	height: 200px;
}

.pic-eleve {
	padding-left: 7px;
	padding-top: 1px;
	height: 151px;
}

.nom-eleve {
	float:left;
	padding-top: 9px;
	padding-left: 7px;
	line-height: 1;
	width: 103px;
	text-align: center;
}

#fonction-eleve {
	clear:both;
	padding-left: 7px;
}

.nom {
	font-weight:bold;
	color:#e05d17;
	font-size:12px;
	padding-top: 3px;
	line-height: 1em;
}

.fonction {
	font-size:11px;
	color:#999999;
	font-style:italic;
}

/* COUTOUR SUR IMAGE SURVOLEE */

.img_eleve {
	border: 2px solid #ffffff;
	display: block;
	float: left;
	width:103px;
	
}
.img_eleve:hover{
	border: 2px solid #e2631c;
	display: block;
	float: left;
}

