/*******************************************************************************
Page Enseignants
*******************************************************************************/

.nom_prof {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	padding: 3px;
	background-image: url('../images/bg_nomprof.jpg');
	background-repeat: repeat-y;
	background-position: left top;
	/*background-color: #c20000;*/
}

.txt_prof {
	text-align: justify;
	margin-bottom: 20px;
	background-image: url('../images/bg_descprof.jpg');
	background-repeat: repeat-x;
	background-position: top left;
}

.pr_prof {
	text-align: justify;
	margin-bottom: 50px;
}

.img_prof {
	border: 1px solid #AAA;
	margin-top: 7px;
	margin-left: 5px;
	margin-right: 7px;
}

/*******************************************************************************
Page Home
*******************************************************************************/

.tab_home_prof {
	margin-top: 30px;
	margin-bottom: 30px;
	width: 600px;
}

.home_nom_prof {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	padding: 3px;
	background-image: url('../images/bg_nomprof.jpg');
	background-repeat: repeat-y;
	background-position: left top;
	/*background-color: #c20000;*/
}

.home_txt_prof {
	padding: 6px;
	vertical-align: top;
	text-align: justify;
	margin-bottom: 50px;
}

