/* #d7dee8 bleu clair du fond */
/* #a4b0c8 bleu moyen (bords) */
/* #4e6b8d bleu foncé */
/* couleur 1: fond, fond des titres. #f2ecbf */
/* couleur 2: fond du main. #fefbd5 */
/* couleur 3: titre, liens. #a4b0c8 */
/* couleur 4: liens survolés. 16af32 */
body {
	margin: 0px 0px 0px 0px;
	color: white;
	background-color: #d7dee8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

div.footer {
	max-width: 950px;
	margin-left: auto;
	margin-right: auto;
}

div.main {
	max-width: 950px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px 10px 10px 10px;
	border: 2px solid #a4b0c8;
	color: black;
	background-color: white;
}

h1 {
	text-align: center;
	font: 150%; 
	letter-spacing: 3px; 
	font-weight: bold;
	text-align: center;
	background-color: #4e6b8d;
	color: white;
	padding: 20px 20px 20px 20px;
	margin-top: 0px;
}

h2 {
	padding: 5px 5px 5px 50px;
	background-color: #4e6b8d;
	color: white;
}

p.jobtitle { 
	font-size: 140%;
	text-align: center;
	padding-bottom: 10px;
}

h3 { 
	font-style: italic;
	font-size: 140%;
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 45px;
	color: #4e6b8d;
}

h4 { 
	font-weight: bold; 
	font-size: 120%;
	margin-top: 0px; 
	margin-bottom: 0px; 
	padding-bottom: 0px;
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 0px;
	color: black;
}

span.bibtex {
	font-weight: bold; 
	text-decoration: none; 
	color: #4e6b8d;
	cursor: pointer;
}

span.bibtex:hover {
	text-decoration: underline;
}


a:link, a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #4e6b8d;
}

a:hover, a:active { 
	text-decoration: underline; 
}

ul.publis li {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

p {
	margin-left: 10px;
	margin-right: 10px;
/*	text-align: justify; */
}

p.center {
	text-align: center;
}

div.menu {
	max-width: 950px;
	margin-left: auto;
	margin-right: auto;
	background-color: #4e6b8d;
	border-bottom: 1px solid #4e6b8d;
	-moz-border-radius-bottomleft: 40px;
	-moz-border-radius-bottomright: 40px;
	width: 100%;
	color: white;
	font-size: 130%;
	text-align: center;
	padding: 5px;
}

div.menu a:link, div.menu a:visited { 
	color: white;
}

div.menu a:hover, div.menu a:active {
	color: #d7dee8;
}

p.footer {
	text-align: right;
	padding-right: 20px;
	color: #4e6b8d;
	font-size: 90%;
}

p.footer a {
	font-weight: normal;
	color: #4e6b8d;
}

table.invisible {
	border: 0px;
	width: 100%;
	padding-left: 40px;
	padding-right: 40px;
}

div.floatimg {
	float: right;
	padding-right: 30px;
}

td.contact {
	text-align: center;
	width: 33%;
}

div.bibtex pre {
   font-size : small;
   font-family:"Courier New",Courier,monospace;
	padding-left: 10px;
	margin-left: 10px;
	border-left: 1px dotted black;
}

table.coords {
    margin-left: auto;
    margin-right: auto;
}

table.coords tr td {
	margin: 0px;
	padding: 0px;
}

table.mgmt {
	border: 2px solid #4e6b8d;
	padding: 0px 0px 0px 0px;
	border-collapse: collapse;
	margin-top: 10px;
	margin-left: 20px;
}

table.mgmt th, table.mgmt td {
	border: 1px solid #4e6b8d;
	margin: 0px 0px 0px 0px;
	padding: 5px;
}

