@charset "utf-8";
/* Created by Patrick Joly - http://patrickjoly.free.fr/ */

/* général */
* {
	margin: 0;
	padding: 0;
}

header, footer, section, aside, nav, article {
	display: block;
}

body {
	background: #5a5117;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 1em;
}

/* header */
header {
	padding: 20px 0 0 0;
}

header img {
	border-top: 3px solid #988b4a;
	clear: both;
	display: block;
}

/* wrapper */
#wrapper {
	background: #7b7146;
	border: 3px solid #988b4a;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	width: 900px;
}

/* navigation */
nav {
	background: #7b7146;
	border-bottom: 3px solid #988b4a;
	height: 40px;
	margin: 0 auto;
	width: 900px;
}

nav .menu {
	font-size: 1em;
	font-weight: bold;
}

nav .menu ul {
	margin: 0;
	padding: 5px;
	list-style: none;
}

nav .menu li {
	display: block;
	float: left;
}

nav .menu a {
	border: 1px solid #988b4a;
	color: #ffffff;
	display: block;
	float: left;
	margin-right: 5px;
	padding: 5px;
	text-decoration: none;
}

nav .menu a:hover {
	background: #988b4a;
	border: 1px solid #ffffff;
	color: #ffffff;
	text-decoration: none;
}

/* contenu */
#main {
	background: #7b7146;
	margin: 0 auto;
	padding-top: 10px;
	overflow: hidden;
}

#content {
	float: right;
	font-size: 0.9em;
	margin-right: 20px;
	width: 650px;
}

article img {
	border: 1px solid #988b4a;
}

article .col1 {
	float: left;
	padding: 0 10px 0 0;
	width: 200px; 
}

article .col2 {
	float: left;
	padding: 0 10px 0 0;
	width: 200px; 
}

article .col3 {
	float: left;
	width: 200px; 
}

/* titres */
h1 {
	background: transparent;
	clear: both;
	color: #ffffff;
	font-weight: bold;
	font-size: 0.8em;
	float: left;
	height: 75px;
	margin: 0;
	padding: 5px;
	width: 500px;
	font-size: 3em;
}

h2 {
	background: transparent;
	clear: right;
	color: #ffffff;
	float: right;
	font-style: italic;
	font-weight: normal;
	font-size: 1.2em;
	margin-right: 10px;
}

h3 {
	background: transparent;
	color: #ffffff;
	font-weight: bold;
	font-size: 1.4em;
}

h4 {
	background: transparent;
	color: #ffffff;
	font-weight: bold;
	font-size: 0.9em;
	margin-left: 5px;
	margin-top: 5px;	
	padding: 0;
}

/* barre lattérale */
#sidebar {
	float: left;
	font-size: 0.9em;	
	margin: 0;
	padding: 0;
	list-style: circle;	
	width: 200px;
}

aside ul {
	color: #ffffff;
	list-style: square;	
	margin-left: 30px;
}

/* liens */
a {
	background: transparent;
	color:#ffffff;
	text-decoration: underline
}

a:hover, a:active {
	background: transparent;	
	color: #5a5117;
	text-decoration: none	
}

/* paragraphes */
p {
	margin-bottom: 10px;
}

/* footer */
footer {
	border-top: 3px solid #988b4a;
	clear: both;
	margin: 0 auto;
	width: 900px;
}

footer p {
	font-size: 1em;
	padding-right: 20px;
	text-align: right;
}