/* loaded in google css to be compatible with IE
@font-face {
  font-family: 'Overlock';
  font-style: normal;
  font-weight: 400;
  src: local('Overlock'), local('Overlock-Regular'), url(/media/Overlock-Regular.woff) format('woff');
}
@font-face {
  font-family: 'Overlock';
  font-style: italic;
  font-weight: 400;
  src: local('Overlock-Italic'), url(/media/Overlock-Italic.woff) format('woff');
}
*/
body {
	background-color:#f1f1f2;
	position:relative;
	margin-top:0;
	margin-left:auto;
	margin-right:auto;
	max-width:635pt;
	min-width:100pt;
	color:#226878;
	font-family: 'Overlock', Arial, cursive;
}
#background {
	width:630pt;
/*	height:100%;*/
/*	background:url(img/background.png) no-repeat left top #f1f1f2;*/
	position:fixed;
	top:0;
	left:auto;
/*	left:-20px;*/
	z-index:-10;
}
#background img {
	width:630pt;
	position:relative;
	left:-25px;
	z-index:-10;
}
:link {
	color:#226878;
}
#head {
	position:relative;
	min-height:123pt;
	width:100%;
	font-family:Courier,serif;
}
#head h1 {
	display:block;	
	float:left;
	width:162pt;
	height:78pt;
	line-height:78pt;
	margin:17pt 35pt 0pt 27pt;
	font-size:33pt;
	text-align:center;
	vertical-align:middle;
}
#head h1 img {
	height: 78pt;
}
#head h2 {
	display:block;
	float:left;
	max-width:339pt;
	height:50pt;
	margin:45pt 10pt 0pt 27pt;
	font-size:20pt;
	text-align:center;
	vertical-align:middle;
}
#head h2 img {
	height: 45pt;
}
#menu {
	float:left;
	width:100%;
	margin-top:0pt;
}
#menu ul {	
	min-height:27pt;
	padding: 0 0 0 0;
	margin: 0 0 0 26%;
	list-style-type:none;
}
#menu li {
	margin:0 1em 0 0;
	font-size:15pt;	
	line-height:18pt;
	vertical-align:middle;
	display:inline;
	
}
#menu li img {
	height:27px;
	padding:0 0 0 0;
	margin:0 0 -0.1em -1.8em;
	border-style: none;
}
#menu li ul {
	position: absolute;
	width: 144px;
}
#menu li ul li {
	border-top: 1Px solid #fff
}
#text {
	float:left;
	clear:both;
	width:74%;
	margin: 1em 4% 3em 22%;
}
#carousel ul {
	width:3000px;
	height: 600px;
}
.citation {
	font-style: italic;
}
.auteur {
	text-align: right;
	font-style: normal;
}
#text ul {
	list-style-type:circle;
}
#text ul li ul {
	list-style-type:disc;
}	
#text ul.cvlist{
	list-style-type:none;
	padding-top: 3em;
}
.note {
	font-size: 0.8em;
}
#footer {
	position:fixed;
	bottom:0;
	max-width:635pt;
	width:100%;
	font-size:0.8em;
	text-align:center;
	background-color:#f1f1f2;
	z-index: 1;
	padding: 0.8ex 0.2em 0.4ex 0.2em;
	border-top:1px solid #226878;
}
