body {
	font-family:			Arial, Times;
	margin-right:			20px;
	margin-left:			15px;
	margin-bottom:			20px;
	background-image:		url(dna.jpg);
	background-repeat:		no-repeat;
	background-attachment:	fixed;
	background-position:	bottom;
}


#header {
	width: 					100%;
	border-bottom: 			solid 2px #91c091;
}
#menu {
	float: 					left;
}
#main {
	margin-left: 			170px;
}

h1 {
	font-size:				18pt;
	color:					#70ad70;
}
h1 .subtitle {
    font-size:              14pt;
    color:                  #BEDABE;
}

h2 {
	font-size:				14pt;
	text-transform:			uppercase;
	text-align:				center;
	background-image:		url(losangevert.png);
	background-repeat:		no-repeat;
	background-position:	center;
	color:					white;
}

h2.subtitle {
	font-size:				14pt;
	text-transform:			none;
	text-align:				center;
	text-decoration:		underline;
	background-image:		none;
	color:					#70ad70;
}

h3 {
	font-size:				13pt;
	font-variant:			small-caps;
	text-align:				left;
	color:					#70ad70;
	border-bottom: 			dashed 1px #91c091;
}

h4 {
	font-size:				12pt;
	font-style:				italic;
}

p, li, ol {
	text-align:				justify;
}

p {
	color:					black;
}

td {
	vertical-align:			top;
	padding: 				5px;
}

li, ol {
	color:					#70ad70;
}

#cvTools {
	position:				absolute;
	top:					110px;
	right:					10px;
	visibility: 			visible;
    text-align:				right ;
    font-size: 				10pt ;
}

td.menuCell {
	text-align: 			center;
	vertical-align:			middle;
	height: 				50px ;
	background-image:		url(bouton.png);
	background-repeat:		no-repeat;
	background-position:	center;
}

a, a:hover, a:visited {
	color:					#006600;
}

img {
	border:					0px;
}

em {
	font-weight:			bold;
	font-style:				normal;
}

#myphoto{
	float:					left;
	margin-top:        		20px;
	margin-right:			30px;
	margin-bottom:     		300px;
}


a.menuLabel, a.menuLabelSelected {
	font-size:				16pt ;
	text-decoration:		none ;
}
a.menuLabel, a.menuLabel:visited {
	color:					white ;
}
a.menuLabelSelected, a.menuLabelSelected:visited {
	color:					#006600 ;
}
a.menuLabel:hover, a.menuLabelSelected:hover {
	text-decoration:		underline;
}
a.moreinfo {
	font-size:				8pt;
	text-decoration:		none;
}

p.upperLinks {
	font-size:				10pt;
	text-align:				center;
}

.itemDate, .itemTitle {
	font-weight:			bold;
}
.itemDate {
	text-align:				right;
}
.location  {
	font-style:				italic;
}

td.items {
	width:					180px;
	padding-right:			15px;
}


.abstract {
	font-size:				10pt;
	font-style:				italic;
	color:					#808080;
	margin-left:			50px;
	margin-right:			150px;
}

#news-box {
    float:                  right;
    margin-left:            40px;
    margin-top:             15px;
    background-color:       #BEDABE;
   	border:                 1px dashed #70ad70;
    padding:                10px;
    padding-right:          20px;
    padding-bottom:			0px;
    width:                  300px;
    font-size:				11pt;
}
#news-box h3 {
	font-size:				13pt;
	font-variant:			small-caps;
	text-align:				left;
	color:					#5D995F;
	margin-top:             5px;
	border-bottom: 			dashed 1px #5D995F;
	text-align:             center;
}
#news-box li {
	color:					#5D995F;
}
#news-box li.old-news{
	display:				none;
}
img.affiliation {
	float:                  right;
	height:                 60px;
}
