body {
	background-color: #FFFFFF;
	font-family:verdana, arial;
	font-size:62.5%; /* Sets default font size to 10px */
	color:#222222;
	}

* {
	margin:0;
	padding:0;
	
	}

img {
	border:0;
	}

p {
	margin-bottom:1.75em;
	
	}

a {
	text-decoration:none;
	color:#2c83d0;
	}
a:hover {
	text-decoration:none;
	color:#2c83d0;
	}

/* Structure */

#contenu {
	margin:0 auto;
	width:950px;
	background:#ffffff;
	font-size:1.20em;
	}
#header {
	height: 200px;
	background-image:url(fichiers/bandeau4.jpg);
	background-repeat:no-repeat;
	background-position:center;
	
	
	}
#rightbar {
	float:right;
	width:180px;
	background:#FFFFBD;
	margin-right:10px;
	}
#content {
	float:left;
	width:750px;
/*	min-height:400px;*/
	border-right:1px solid #cccccc  ;

	}
#pied {
margin:0 auto;
	clear:both;
	height:78px;
	width:950px;
	background:#FFFFFF no-repeat center;
	border:1px solid #ccc;
	left: auto;
	}

/* corpus */

.corpus {
	padding:5px 10px;
	text-align:justify;
	line-height:1.75em;
	}
.corpus-center {
	padding:5px 10px;
	text-align:center;
	line-height:1.75em;
	}
.corpus-title {
	font-size:16px;
	font-weight:normal;
	letter-spacing:-1px;
	color: #0000CC;
	}
.date {
	font-size:1em;
	color:#bbb;
	cursor:default;
	letter-spacing:1px;
	}

/* Menu */

#menu {
height: 30px;
line-height: 30px;
border-top: 1px solid #555;
border-bottom: 1px solid #555;
}
#menu ul {
list-style-type: none;
padding-left: 0px;
}
#menu ul li {
/*	display: inline;*/
	float: left;
	width:145px;
	text-align:center;
}
#menu ul li a {
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	font-weight: 100;
	font-size: 13px;
	color: #000066;
}
#menu ul li a:hover {
	color: #000000;
	text-decoration: underline ;
	font-weight: 400;
}

/* rightbar */

#rightbar ul {
	list-style-type:none;
	margin-top:10px;
	background-color: #FFFFFF;
	}
#rightbar li {
background-color: #CCCCCC;
	
	}
#rightbar li a {
	display:block;
	height:20px;
	line-height:20px;
	color:#222222;
	padding-left:5px;
	border-bottom:1px solid #0000FF;
	}
#rightbar li a:hover {
	background:#FFFFBD;
	color:#000000;
	}
#rightbar-bottom {
	height:20px;
	background:#FFFFFF no-repeat center top;
	}

/* pied */

#pied {
	height: 30px;
	line-height: 30px;
	border-top: 1px solid;
	text-align: right;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	border-color: #333333;
	border-top-color: #333333;
	}
#pied a{	
	color:#000000;
	
}
#pied a:hover {	
	color:#000099;
}
#pied ul {
list-style-type: none;
padding-left: 0px;

}
#pied ul li {
	display: block;
	float: right;
	text-align:center;
	margin-left:10px;
	margin-right:5px;
}
	
h1 {
	font-size:2.1em;
	font-weight:normal;
	cursor:default;
	position:relative; top:50px; left:30px;
	letter-spacing:1px;
	color:#aaaaaa;
	font-style:italic;
	}

/* menu_droit */

#menu_droit {
	height:25px;
	width:126px;
	
	margin:0 auto;
	padding-left:26px;
	}

