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

body {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	background: #42413C;
	margin: 0;
	padding: 0;
	color: #000;
}

a:link {
	color: #796007;
	text-decoration: underline;
}
a:visited {
	color: #9d967f;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	color: #669933;
}

/* ----- WRAPPER ----- */
#wrapper {
	width: 1000px;
	background: #FFF url(images/bg_content.gif) top left repeat-x;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}

/* ----- HEADER ----- */
#header {
	background: #9d967f;
	width:1000px;
	color:#FFF;
}
#header img {
	padding:10px 0 0 20px;
	margin:0;
}
#header p {
	font-size:1.5em;
	margin:0;
	padding:5px 0 10px 300px;
}

/* ----- CONTENT ----- */
#content {
	width: 600px;
	float: left;
	padding:20px;
	margin:0;
}
#content h2 {
	font-size:1em;
	color:#462E27;
	margin:0;
	padding:0;
}
#content .proverb {
	font-style:italic;
	color:#666;
	border:#666 dashed 1px;
	padding:20px;
	margin:30px;
	}
#content .proverb table {
	border:none;
}
#content .proverb td {
	padding:0;
	margin:0;
}
#content .proverb .ligne {
	border-bottom:1px #000 solid;
	padding:0;
	margin:0;
	line-height:3px;
}
#content .proverb .noire {
	color:#000;
	font-style:normal;
}

#content cite.author {
	text-align:right;
	display:block;
	color:#666;
	}
.bold {
	font-weight:bold;
}
#content table {
	border:#666 1px solid;
	margin:0 30px;
}
#content th, #content td {
	padding:5px;
}
#content th {
	text-align:left;
	background-color:#999;
	color:#FFF;
}
#content .small {
	font-size:0.7em;
	text-align:center;
	margin-bottom:30px;
}


/* ----- FORMATEUR ----- */
.formateur {
	text-align:left;
	float:left;
	border:#666 dashed 1px;
	padding:20px;
	margin:20px 30px 10px 30px;
	color:#666;
}
.formateur ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
.formateur li {
	margin-bottom:15px;
}
.formateur h3, .formateur a {
	font-size:1em;
	color:#462E27;
	margin:0;
	padding:0 0 15px 0;
}
.formateur img {
	float:left;
	margin-right:20px;
}

/* ----- INFOS ----- */
#infos {
	margin-top:10px;
	padding:20px;
	float: right;
	width: 290px;
	text-align:center;
}
#infos h2 {
	font-size:1em;
	color:#462E27;
	margin:0 0 20px 0;
	padding:0;
}
#infos .img-text {
	font-style:italic;
	text-align:left;
	font-size:0.9em;
	color:#666;
	border:#666 dashed 1px;
	padding:10px 20px 10px 20px;
	margin:10px 10px 40px 10px;
}

/* ----- INSCRIPTION ----- */
#inscription {
	background-color:#999;
	color:#FFF;
	margin:0 30px;
	border:#666 solid 2px;
	padding:5px;
}
#inscription h2 {
	color:#FFF;
	font-size:1.4em;
	padding-top:5px;
}
#inscription a {
	color:#FFF;
	text-decoration: underline;
}

/* ----- FOOTER ----- */
#footer {
	padding: 10px 20px;
	background: #9d967f;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
	color:#FFF;
	font-size:0.9em;
}
#footer a {
	color:#FFF;
	text-decoration: underline;
}


