/* On initialise les trucs de base */
* { padding: 0px; margin: 0px; border: none; }
/*body { background-color: #CCC; font: bold 12px Times ; color: #000; background-image: url("bg/bg1.png"); }*/
body { background-color: #FFF; font: 12px Georgia; color: #000; }
a { text-decoration: none; color: #000; }
input, textarea{ border: none; background-color: #000; color: #FFF;  }
h1 { font-weight: bold; font-size: 14px; }
h2 { font-weight: bold; font-size: 12px; }
.spacer { clear: both; }

.layout {
	padding: 20px 30px;
	background-color: #FFF;
}

.menu {
	margin-bottom: 20px;
}

.home {
	float: left;
	width: 150px;
}

.home a {
	font-weight: bold;
}

.sections {
	float: left;
	width: 60px;
}
.sectionSelected a{ 
	color:#CC0000;
}
.links, .works {
	float: left;
}
.works .col{
	margin-right:20px;
	width: 260px;
}

.content .linkDesc {
	width: 300px;
}

.content .linkUrl a {
	font: italic 12px Georgia;
}

.content .col1, .content .col2  {
	float: left;
}
.content .col1 {
	margin-right: 60px;
	margin-left: 7px;
}
.content .col1 .fr {
	margin-top: 10px;
	font: italic 12px Georgia;
}
.content .col2 img{
	margin-bottom: 20px;
}

.biocontent{
	width: 400px;
}
