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

/* contenu general */
body {
	background: white url(IMG/pages.png) no-repeat scroll center top;
	font: arial;
	font-family:Arial, Helvetica, sans-serif;
}

div#contenu {
	width: 1000px;
	padding-top: 80px;
	margin-left: auto;
	margin-right: auto;
}

/* menu */
div#menu {
	width: 250px;
	font-size: 14px;
	font-weight: bold;
	float: left;
}

div#menu a{
	text-decoration:none;
	color:#D38F31;
}

div#menu a:hover{
	text-decoration:none;
	color:#AF582A;
}


/* corps du texte */
div#corps {
	width: 730px;
	font-size: 14px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	text-align:justify;
}

div#corps a{
	text-decoration:none;
	font-weight:bold;
	color:#AF582A;
}

div#corps a:hover{
	background-color:#CCCCCC;
}

div#corps img{
	border:none;
}

div#corps dt{
	font-size: 12px;
}

dt strong{
	font-weight:100;
}


h1 {
	font-size: 20px;
	font-weight:bold;
}

h2 {
	font-size: 16px;
	font-weight:bold;
}

h5 {
	font-size: 11px;
	font-weight:bold;
}

.notes {
	padding-left:20px;
	font-size:12px;
	border-top:#AF582A;
	border-top-style:solid;
}

div#listeArticle{
	padding-left:20px;
	border-top:#AF582A;
	border-top-style:solid;
}

div#cadre {
	border:#AF582A;
	border-style:solid;
}
	