/*standard styles*/
html {
	margin: 0;
	padding: 0;
	height: 100%; /* needed for container min-height */
	background: #F0F0F0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #666;
}

h1 { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #03045e;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px; 
	color: #03045e;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	color: #03045e;
}
.ht24b{
	font-size:24px;
	font-weight: bold;
}
.ht16{
	font-size:16px;
}
.ht16c{
	font-size:16px;
	text-align:center;
}
hb{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	color: #F0F0F0;
}
a {
	color: ;
	text-decoration: none;
	margin-right:5%
	margin-left:5%
}
a:visited {
	color: ;
	text-decoration: none;
}
a:hover {
	color: ;
	text-decoration: none;
}
a:active {
	color: ;
	text-decoration: none;
}

p { 
	line-height: 12px; 
	margin: 0 0 8px;
}

body {
	height: 100%; /* needed for container min-height */
	color: #000;
	margin: 0;
	padding: 0;
}

/*#container {
	position: relative; needed for footer positioning
	margin: 0 auto; center, not in IE5
	width: 900px;
	background: #ffffff;
	padding: 0px;
	height: auto !important; real browsers
	height: 100%; IE6 treaded as min-height
	min-height: 100%; real browsers 
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px#888;
	box-shadow: 0 0 5px #888;
}*/

header {
	margin:0px 0 0 0;
	padding:0px;
	text-align:center;
	background-color: #F0F0F0;
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
}	


center body {
	text-align: center
}

nav {
	background: #0077b6;
	padding:0;
	margin:0;
}
photo{
	background-repeat: no-repeat;
	background-position: centered;
	background-size: auto;
	height:auto;
}

footer {
	position: relative;
	width: 100%;
	bottom: 0; /* stick to bottom */
	background-position: bottom
	background-attachment: fixed
	background: #D8D8D8;
	font-size: x-small;
	text-align: center;
	margin:50px 0px 0px 0px; 
	height:19px; 
	border-top:#000000 solid 1px; 
	padding:2px 0 5px 0; 
	clear: both;
}	
}

hfooter {
	font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
	font-size: 16px;
	color: #102178;
}

hfooter2 {
	font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
	font-size: 10px;
	color: #102178;
}
#content {
	padding: 8px 8px 80px; /* bottom padding for footer */
	background: #ffffff;
}

#doi {
	/*text-indent: 450px;*/
	text-align: left;
}

justify {
	text-align: justify;
}
#center{
	text-align: center;
}
#group_table table, td, th {
	padding: 2px 300px 2px 300px;
	text-align: center;
}

#group_table th {
	font-size: 14px; 
	color: #046cbe;	
}

#center  {
	margin-left: auto; 
	margin-right: auto;
	text-align: center;
}

table.center  {
	margin-left: auto; 
	margin-right: auto;
}

th.align_left,td.align_left {
	text-align: left;
	vertical-align: middle;
}

th.align_right,td.align_right {
	text-align: right;
	vertical-align: middle;
}

td.colour {
	color: #046cbe;
}

personal_table table, th, td {
	border: 0px;
	padding: 5px 0px 5px 0px;
	text-align: left;
	vertical-align: top;
}

td.first {
	width: 120px;
	text-align: left;
}

td.second {
	width: 210px;
}

td.center {
	text-align: center;
}

th.center {
	text-align: center;
}

td.vspan  {
	padding: 10px;
}

td.width {
	width: 400px;
	margin-left: auto; 
	margin-right: auto;
}

table.budget, td.budget, th.budget {
	border: 1px solid black;
	border-collapse:collapse;
	margin-left: auto; 
    margin-right: auto;
	padding: 5px;
}

#bubble {
	-moz-box-shadow: 0 0 3px #888;
	-webkit-box-shadow: 0 0 3px #888;
	box-shadow: 0 0 3px #888;
	background: #FFF;
	width: 840px;
	padding: 10px 10px 10px 10px;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#panel_a,#flip_a,#panel_b,#flip_b,#panel_c,#flip_c,#panel_d,#flip_d,#panel_e,#flip_e {
	padding:2px;
	cursor:pointer;
}

#panel_a,#panel_b,#panel_c,#panel_d,#panel_e {
	padding:2px;
	display:none;
	-moz-box-shadow: 0 0 3px #888;
	-webkit-box-shadow: 0 0 3px #888;
	box-shadow: 0 0 3px #888;
	background: #FFF;
	padding: 10px 10px 10px 10px;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#clear {
	clear: both;
}

/* personal pages */
}
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
.team{
display: flex;
justify-content:center;
flex-wrap: wrap;
	
}
.team_picture{
text-align:center;
float:center;
}
.team_picture img {
border:1px solid #888;
width: 85%;
margin:15 5 15;
}
.team_name {
text-align:center;
font-family: Arial, Helvetica, sans-serif;
font-size: 20px;
font-weight: 400;
color: #658DDD;
}
.team_cv{
text-align:center;
}
>.team_cv a {
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
color: #EA2F2A;
}

.team_box {
text-align: center;
float:left;
width: 15%;
margin: 1% 1% 1%;
padding: 15px;
border: 1px solid #58645A;
border-radius: 10px;
flex-grow: 0;
justify-content: center;
flex-wrap: wrap;
align-content: space-around
}
.team_box_leader {
text-align: center;
float:left;
width: 15%;
margin: 1% 1% 1%;
padding: 15px;
border: 1px solid #58645A;
border-radius: 10px;
justify-content: center;
}
>.team_box: hover {
box-shadow: 5px 5px 5px #888 ;
background: #58645A;
justify-content: center;
}
.objectif{
background-color : #03045e;
font-family :Arial, Helvetica, sans-serif;
color :#F0F0F0;

}
.abstract{
font-family :Arial, Helvetica, sans-serif;
color :#F0F0F0;
}
