@charset "utf-8";
/* CSS Document */



.selected {
	font-weight: bold;
}

.red {
	color: red;
}

body {
	/*background-color: #3D3D3D;*/
	background-color: #7F7F7F;
	width: 990px;
	margin: auto;
	font-size: 12px;
	font-family: Verdana, sans-serif;
}

h1 {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}

p {
	text-align: justify;
	line-height: 20px;
}

ul {
	margin: 0;
}

li {
	line-height: 20px;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#container {
	margin-top: 10px;
	border-top: 5px solid #D9B860;
	background-color: white;
	padding: 10px 30px 0px 30px;
	/*
	border-left: 2px solid #666;
	border-right: 2px solid #666;
	*/
	border-left: 2px solid #DDD;
		border-bottom: 1px solid #DDD;

	border-right: 2px solid #DDD;
}

#header {
	background-image: url(img/header_malraux.png);
	background-repeat:no-repeat;
	width: 100%;
	overflow: hidden;
	text-align: center;
	padding-left: 60px;
}

.left {
	float: left;
}

.right {
	float: right;
}

#nav {
	background-color: #F2F2F2;
	width: 100%;
	margin: 10px 0px;
	min-height: 10px;
	padding: 8px 0px;
	border-top: 1px solid #CCC;
}

#nav .barre {
	border-right: 1px solid #CCC;
}

#nav .link , #nav a {
	font-size: 11px;
	font-weight: bold;
	color: #4E4E4E;
	padding: 0px 3px;
}

#content {
	width: 100%;
	overflow: hidden;	
	padding-top: 10px;
	margin-bottom: 10px;
}

#content_left {
	float: left;
	width: 23%;
	border-right: 1px solid #CCC;
	min-height: 500px;
}

#content_left .link {
	margin-left: 15px;
	padding: 5px 0px;
}

#content_left .img {
	margin-right: 8px;
}

#content_left h2 {
	color: #D9B860;
	font-size: 13px;
	margin-left: 10px;
	text-transform:uppercase;
}

#content_left .index {
	color: #d8ae3d;
	font-size: 13px;
	text-transform:uppercase;
	line-height: 20px;
	font-weight: bold;
}

#content_right {
	float: right;
	width: 75%;
}

#content_right a {
	text-decoration: underline;
	color: blue;
	font-weight: bold;
}

#content_right a:visited {
	text-decoration: underline;
	color: #551A8B;
	font-weight: bold;
}

#footer {
	width: 100%;
	overflow: hidden;
	background-color: #949494;
	color: #FAFAFA;
	padding: 10px 0px;
}	

#footer a {
	color: #FAFAFA;
}

#footer_left {
	margin-left: 10px;
	float: left;
}

#footer_right {
	margin-right: 10px;
	float: right;
}

