/* 
______________ GUILLAUME DELVIGNE ______________ 
______________ www.guillaumedelvigne.com ______________
______________ by www.clementfaydi.com ______________
	
*/

html, body {
	margin:0;
}



/* __________________ HEADER __________________ */

#logo {
	position:absolute;
	top:35px;
	left:45px;
	width:200px;
	height:51px;
	background:url(../img/logo.jpg);
	}


#center {
	overflow:auto;
	position:absolute;
	top:110px;
	left:45px;
	}
	
	
/* __________________ MENU __________________ */
	
#menu {
	float:left;
	width:200px;
	margin:0;
	padding:0;
	}
	
h3.menutitre {
	font-family:"Courier New", Courier, monospace;
	font-size:16px;
	font-weight:normal;
	padding:0;
	margin:0;
	cursor:pointer;
	}	
	
.stretcher {
	font-family:"Courier New", Courier, monospace;
	font-size:11px;
	}
	
a.item {
	padding:0;
	margin:0 0 0 15px;
	display: block;
	font-size:11px;
	line-height:14px;
	text-decoration:none;
	color:#000000;
	}
	
a.item:visited {
	color:#666666;
	font-size:11px;
	}
	
a.item:hover, a.item:hover:visited {
	color:#33CCFF;
	}

	
a.active, a.active:visited {
	padding:0;
	margin:0 0 0 15px;
	display: block;
	font-size:11px;
	line-height:14px;
	text-decoration:none;
	color:#33CCFF;
	}
	
	
	
/* __________________ CONTENT __________________ */

#contenu {
	float:left;
	width:530px;
	margin:1px 0 0 100px;
	padding:0;
	font-family:"Courier New", Courier, monospace;
	overflow:hidden;
	}
	
a, a:visited {
	text-decoration:none;
	color:#000000;
	font-size:12px;
	}
	
a:hover, a:hover:visited {
	color:#33CCFF;
	}	
	
	
.img {
	margin:0 0 0 0;
	padding:0;
	max-width:500px;
	}
	
.num {
	margin:3px 0 0 0;
	padding:0;
	font-size:11px;
	}
	
.texte {
	margin:6px 0 0 0;
	font-size:12px;
	}

#savoir_plus {
	margin:10px 0 0 0;
	}	
	
#savoir_plus_titre {
	font-size:12px;
	cursor:pointer;
	}
	
#panel {
	font-size:12px;
	margin:10px 0 20px 0;
	}
	
#panel_bio {
	font-size:11px;
	margin:10px 0 20px 0;
	display:none;
	}
	
.texte_bio {
	font-size:13px;
	}
		
#lien {
	margin:2px 0 5px 0;
	}
	
.livres {
	font-size:13px;
	margin-bottom:10px;
	}
	
.magazines {
	font-size:13px;
	margin:0 0 10px 0;
	}
	
ul {
	list-style-type:none;
	padding:0;
	margin:0 0 25px 0;
	}
	
ul li a {
	padding:0;
	margin:0;
	}
	
a.lien, a.lien:visited {
	font-size:12px;
	text-decoration:none;
	color:#000000;
	border-bottom:1px dotted #000000;
	}

a.lien:hover, a.lien:hover:visited {
	color:#33CCFF;
	border-bottom:1px dotted #33CCFF;
	}
	
.nolink {
	font-size:11px;
	}
	
	



