@charset "iso-8859-1";
h2
{
	font-weight: normal;
	margin: 40px;
	margin-left: 0;
}
h2 a
{
	text-decoration: none;
}
h2 a:hover
{
	color: #fff;
	background: #000;
}

h3 {font-weight: normal;}

.students a:hover
{
	background: none;
	color: #000;
}

.students h2 
{
	margin-top: 0;
	margin-bottom: 24px;
}

.students img
{
	margin: 2px;
	padding: 0;
	border: 0;
}

#students-navigation
{
	float: left;
	width: 100px;
	font-size: 70%;
	font-weight: bold;
}

#projets-content
{
	margin-top: 0px;
	padding-left: 4px;
}

#students-content
{
	float: right;
	width: 720px;
	margin-top: 0px;
	padding-left: 4px;
	border-left: 2px solid #f44b9a;
}

#students-content a img,
#projets-content a img
{
	filter:alpha(opacity=50); 	-moz-opacity: 0.5; 
	-khtml-opacity: 0.5;	opacity: 0.5;
}
#students-content a:hover img,
#projets-content a:hover img
{
	filter:alpha(opacity=100); 	-moz-opacity: 1; 
	-khtml-opacity: 1;	opacity: 1;
}

#fiche-header h2 {margin: 0;}
#fiche-header img 
{
	float: left; 
	margin-right: 10px; 
	border: 1px solid #000;
}

#fiche-header
{
	margin:0;
}

#personalinfo
{
	float: right;
	width: 620px;
}

#fiche-content
{
	margin-top: 14px;
}
#fiche-content h3
{
	margin-bottom: 0;
}
#fiche-content img
{
	width: 80px;
	height: 80px;
	overflow: hidden;
}
#fiche-content p
{
	font-size: 80%;
}

.student-info
{
	font-size: 75%;
}