/* --------------- GENERAL --------------- */

body {
	font-family:"Courier New", Courier, monospace, serif;
	color: rgb(169, 169, 169);
}

a {
	text-decoration:none;
	color: rgb(200, 200, 200);
}

a:hover {
	color: rgb(255, 38, 0);
}

hr {
	border:none;
	border-top:solid 1px;
	border-color:#E5E5E5;
	margin:0;
	padding:0;
}

/* --------------- BARRE --------------- */

#barre {
	background-color:#2D2D2D;
	position:fixed;
	top:0px;
	left:0px;
	margin:auto;
	width:100%;
	border-bottom: 2px solid gray;
	padding:3px;
	padding-left:280px;
	z-index:100;
}

#link_home {
	font-size:1.3em;
	font-variant:small-caps;
	letter-spacing:2px;
	font-size:1.3em;
}


/* --------------- MENU --------------- */


.menu {
	position:fixed;
	top:32px;
	left:0px;
	margin:auto;
	width:235px;
	background-color:#F5F5F5;
	border-bottom-right-radius:7px;
	border: solid 1px;
	border-color:#E5E5E5;
	border-top:none;
	border-left:none;
	font-size:1.3em;
	line-height:1.5em;
}

.menu ul {
	padding:0;
	margin:25px;
	list-style-type:none;
 	text-align:center;
	font-variant:small-caps;

 }
 

.menu ul li a {
	color: rgb(169, 169, 169);
	display:block;

 }
 
.menu ul li a:hover {
	color: rgb(255, 38, 0);
	background-color:#FFF;
}

#current_page {
	color:#2D2D2D;
	background-color:#FFF;
	//font-weight:bold;
}
 
 
 /* --------------- CORPS --------------- */
 
 .main {
	position:absolute;
	right:0px;
	top:31px;
	left:250px;
	bottom:0px;
	margin:10px;
	margin-right:0px;
	padding:10px;
	text-align:center;
 }

#content {
	width:900px;
	height:600px;
	border-radius:7px;
	border: solid 1px;
	border-color:#E5E5E5;

}

.text {
	display:block;
	float:left;
	margin:0;
	padding:0;
	width:300px;
	height:450px;
	overflow:visible;
}

.text h1 {
	font-variant:small-caps;
}

.text img {
	width:300px;
	height:220px;
	overflow:hidden;
	border-bottom-left-radius:7px;
}

.text .comment {
	text-align:justify;
	padding:5px;
}



/* --------------- PIED DE PAGE --------------- */
 
 #footer {
	width:90%;
	height:150px;
	position:absolute;
	bottom:0px;
	background-color:#3F3;
	border-radius:7px;
	background-color:#F5F5F5;
	border: solid 1px;
	border-color:#E5E5E5;
}
 
/* © Clément Ganier */
