* {
	margin: 0;
	padding: 0;
}
a, a:visited {
	text-decoration: none;
	color: #000099;
	cursor: pointer;
}
a.mat, legend a, legend a:visited {
	color: #000;
}
a:hover, a:active, a.linklike {
	text-decoration: underline;
}
a img {
	border: none;
	text-decoration: none;
	vertical-align: middle;
}

body {
	background: #fff url(images/leftbar_bg.png) repeat-y -20px 0;
	font-family: Georgia, Tahoma, Arial;
	overflow: scroll;
}
h1 {
	font-size: 24px;
	font-weight: 400;
}
h2 {
	font-size: 20px;
	font-weight: bold;
}
.small {
	font-size: 85%;
}
.linklist {
	padding-left: 15px;
}
.linklist li {
	margin: 3px;
}
#content {
	padding: 5px 10px 10px 0;
	margin-left: 80px;
}
#menu {
	float: left;
	width: 80px;
}
#menu a.menubtn {
	display: block;
	padding: 3px;
	margin: 2px 0 0 3px;
}
#menu a.active, #menu a.menubtn:hover {
	background: transparent url(images/menu_btn.png) no-repeat;
}
.circle {
	margin: 10px auto;
}
.circle a, .circle a:visited {
	text-decoration: none;
	padding-top: 10px;
	color: #767676;
	display: block;
	height: 73px;
	width: 150px;
	background-image: url(images/circle.png);
	background-repeat: no-repeat;
	font-weight: bold;
}
.circle a:hover, .circle a:active {
	color: #111;
	background-image: url(images/circle_active.png);
}
.circle a.locked:hover, .circle a.locked:active {
	color: #767676;
	background-image: url(images/circle.png);
}

#homecircle a:hover, #homecircle a:active {
	background-image: url(images/circle_active_home.png);	
}
.circle a.circle1 {
	background-position: 64px 0px;
}
.circle a.circle2 {
	background-position: -84px 0px;
	text-align: right;
}
.circle a.circle3 {
	background-position: 64px -83px;
	padding-top: 40px;
}
.circle a.circle4 {
	text-align: right;
	background-position: -84px -83px;
	padding-top: 40px;
}

#loginform {
	width: 300px;
	margin: 20px auto;
	text-align: center;
	padding: 30px;
	border: 1px solid #111;
}







/* CV */


#photo {
	float: right;
}

img#email {
	vertical-align: middle;
	padding-bottom: 1px;
}

.section {
	padding: 10px;
}

a.section_title {
	text-decoration: none;
	margin-left: 0;
	font-size: 110%;
	font-weight: bold;
	cursor: pointer;
	padding: 2px 6px 3px 32px;
	height: 24px;
	line-height: 24px;
	background: url('images/Folder.png') no-repeat 6px 0;
}
.section_title:hover {
	background: url('images/Open.png') no-repeat 5px 0;
}
fieldset {
	margin-top: 15px;
	margin-right: 15px;
}
fieldset#section_perso {
	width: 400px;
}
fieldset.closed {
	border: 0;
}
fieldset.closed div.section {
	display: none;
}
.closed .section_title {
	margin-left: 2px;
}
.element {
	margin-bottom: 5px;
	padding: 3px;
	padding-left: 25px;
}
.element div.ele_dates {
	float: left;
	width: 140px;
}

.element div.ele_content {
	margin-left: 170px;
}
.element div.ele_name {
	font-weight: bold;
}
.element div.ele_place {
	font-style: italic;
}

.ele_description ul {
	margin: 0;
	padding: 0;
	padding-left: 20px;
}
.ele_description div {
	padding-left: 10px;
	border-left: 1px solid lightGrey;
	margin-left: 10px;
}
.ele_description div p {
	margin: 4px 0 10px;
}


#projects .element {
	margin-bottom: 10px;
}
#projects div.ele_dates {
	font-weight: bold;
}
#projects a {
	text-decoration: underline;
}

div.res_desc {
	padding: 0 100px 8px 20px;
	display: none;
	font-style: italic;
}

span.techno {
	float: right;
	color: #dddddd;
}
span.techno:hover {
	color: #000;
}
a.online {
	text-decoration: none;
	color: Blue;
	font-size: 90%;
}

.webachievements div a {
	text-decoration: underline;
}




#photomenu {
	float: left;
	width: 143px;
	height: 725px;
	overflow: auto;
}
#photomenu a {  
	display: block;
	width: 120px;
	height: 80px;
	text-align: center;
	cursor: pointer;
	margin: 4px 5px 4px 2px;
	border: 1px solid #fff;
}
#photomenu a:hover {
	border: 1px solid #000;
}
#current {
	padding: 25px 25px 25px 50px;	
	overflow: hidden;
	text-align: center;
}
#current div {
	text-align: center;
}
#curpic { 
	margin: 5px;
	border: 1px solid #000;
}



#home_news {
	border: 1px solid lightGray;
}
#home_news div {
	font-size: 95%;
}
#home_news legend {
	font-weight: bold;
	padding: 0 5px;
}
#home_news .news {
	border: none;
}
div.news {
	padding: 20px;
	border-bottom: 1px solid black;
}
.news .news_date {
	float: right;
}
.news .news_title {
	font-weight: bold;
}
