@import url(http://fonts.googleapis.com/css?family=Roboto:400,700);

* {
	padding: 0;
	margin: 0;
	border: 0;
}
body {
	background: #F0F0F0;
	color: #666;
	font: 11px/1.3em Arial, Tahoma, sans-serif;
	text-align: center;
}
alignRight {
	float:right;
	margin-left: 1em;
}
acronym {
	cursor: help;
}
h1 { font-family: 'Roboto', Arial, serif; font-weight: 700; text-transform:uppercase;
	font-size:28px;
	line-height:30px;
	color:#BDE62F; }
h1 .light {
	font-weight:400; color:#fff; }
	
h2 {
	margin:0 0 15px 0;
	font: 14px/1.5em Arial, Tahoma, sans-serif; /* stop IE from revealing unnecessary bg */
	font-weight: bold;
	text-align:left;
	text-transform:uppercase;
}
h3 {
	margin:15px 0 15px 0;
	font: 13px/17px Arial, Tahoma, sans-serif; /* stop IE from revealing unnecessary bg */
	text-align: left;
	font-weight: bold;
}
h4 {
	margin:15px 0 8px 0;
	font: 13px/17px Arial, Tahoma, sans-serif; /* stop IE from revealing unnecessary bg */
	font-weight: bold;
}
p {
	/*padding: 0 15px 5px;*/
	text-align: justify;
	margin-bottom:10px;
}

/* ---------- div ---------- */

#header {
	margin: 5px auto;
	border-bottom: double 1px solid #666;
	font: 11px/13px Arial, Tahoma, sans-serif;
	text-align: right;
	width: 860px;
	height:65px;
	position:relative;
}
#logo {
	position: absolute;
	float: left;
}
#um-liens {
	position: absolute;
	right:0;
	top:12px;
}
input#um-boite-recherche {
	border: 1px solid #666;
	background: #fff;
	position: absolute;
	top:40px;
	right:25px;
	height:15px;
}
input.um-bouton {
	position:absolute;
	right:0px;
	top:40px;
}
#container {
	margin: 10px auto;
	border: 1px solid #c0c0c0;
	background: #fff;
	position: relative;
	width: 860px;
}
.portrait {
	margin:0 0 0 10px;
	width:100px;
	height:100px;
}
#intro_etudiants {
	background-color:#333333;
	padding:20px;
	position:relative;
}
#intro_etudiants a {
	font:10pt/1.1em Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #D0D0D0;
	position: relative;
	display: inline;
}
#intro_etudiants a:hover {
	color: #ffffff;
}
/*#etudiants {
	position: absolute;
	top:101px;
	left:0;
	background-color:#FFFFFF;
	font: 10px/1.2em Arial, Helvetica, sans-serif #333333;
	width: 220px;
	max-height: 510px;
	padding:15px;
	overflow: auto;
}*/
#etudiants {
	font: 10px/1.2em Arial, Helvetica, sans-serif #333333;
	padding:15px;
}
/*#images_etudiants {
	position: absolute;
	top: 101px;
	left: 258px;
	background-color:#FFFFFF;
	width: 70%;
	overflow: auto;
}*/
#images_etudiants {
	width: 860px;
	height:550px;
	overflow: auto;
}

body#project .description {
	display:block;
	width:590px;
}

#footer {
	margin: 10px auto;
	font: 11px/1.3em Arial, Tahoma, sans-serif;
	text-align: right;
	width: 860px;
}
#supportingText p {
	margin-right: 145px;
}
#quickSummary p {
	padding: 3px 12px 0;
	text-align: left;
}
a {
	text-decoration: none;
}
a:link, a:visited {
	color: #666;
}
a:hover, a:active {
	color: #000000;
}
#supportingText a {
	font-weight: bold;
}
#footer a {
	padding: 0 1px;
	font-weight: normal;
}
.style1 {
	color: #CCCCCC
}
