html {background: #fff;}

body {
	color: #555;
	font: normal 9pt Verdana, Arial, sans-serif;
	}

* {
	margin: 0;
	padding: 0;
	}

a {
	text-decoration: none;
	color: #50849f;
	}

a:hover {text-decoration: underline;}

a img {border: 0;}

#wrapper {
	width: 960px;
	margin: 0 auto;
	padding: 0 20px;
	}

#header {
	position: relative;
	height: 90px;
	margin-bottom: 20px;
	background: #fff;
	border: 1px solid #bbb;
	}

#logo {
	float: left;
	margin: 20px 0 0 15px;
	font-size: 20pt;
	font-weight: bold;
	}

#logo a {
	display: block;
	padding: 8px;
	text-decoration: none;
	color: #555;
	}

#slogan {
	position: absolute;
	top: 20px;
	right: 35px;
	font-weight: bold;
	}

#header ul {
	position: absolute;
	bottom: 0;
	right: -1px;
	height: 25px;
	list-style-type: none;
	}
	
#header ul li {
	float: left;
	text-align: center;
	margin-left: 2px;
	padding: 0 10px;
	border: 1px solid #bbb;
	border-bottom: 0;
	}

#header ul li a {
	display: block;
	text-decoration: none;
	padding: 5px 0;
	color: #555;
	}

#header ul li a:hover {color: #ff9d00;}

#arianne {
	float: left;
	padding: 3px 12px;
	background: #fff;
	border: 1px solid #bbb;
	border-bottom: 0;
	color: #ff9d00;
	}

#arianne a {
	text-decoration: none;
	color: #ff9d00;
	}

#left {
	clear: left;
	float: left;
	width: 625px;
	margin-bottom: 20px;
	padding: 10px 20px 25px 20px;
	border: 1px solid #bbb;
	background: #fff;
	}

#left ul {margin-left: 25px;}

#left ul li ul {list-style-type: none;}

h1 {
	margin: 10px 0 15px 0;
	padding-bottom: 5px;
	font-size: 13pt;
	color: #555;
	border-bottom: 3px solid #bbb;
	}

h2.bd {
	margin: 8px 0;
	padding: 4px 5px;
	font-size: 12pt;
	background: #bbb;
	color: #fff;
	}

h2.bd a {color: #fff;}

h3 {
	margin-left: 20px;
	font-size: 10pt;
	font-style: italic;
	font-weight: normal;
	color: #333;
	}

#left p {
	margin: 10px 0;
	text-align: justify;
	}

#left .bd {border: 1px solid #bbb;}

.date {
	width: 75px;
	margin-top: 12px;
	padding: 3px 10px;
	border: 1px solid #ddd;
	border-bottom: 0;
	color: #c24e1b;
	font-weight: bold;
	}

.rub {
	clear: left;
	margin-bottom: 20px;
	padding: 5px 10px;
	border: 1px solid #ddd;
	}

.rub h2, .rub h3 {
	margin: 10px 0;
	}

.ill {
	float: left;
	width: 170px;
	}

pre {
	width: 600px;
	border: 1px solid #bbb;
	margin: 10px 0;
	padding: 5px 10px;
	}

#right {
	float: right;
	width: 250px;
	margin-bottom: 20px;
	padding: 10px;
	border: 1px solid #bbb;
	background: #fff;
	}

#right ul {
	list-style-type: none;
	}

#right ul li {
	margin: 18px 0;
	font-weight: bold;
	color: #555;
	padding-bottom: 10px;
	border-bottom: 1px dashed #aaa;
	}

#right ul li a {
	display: block;
	width: 100%;
	text-decoration: none;
	font-weight: bold;
	color: #555;
	background: #fefefe;
	}

#right ul li ul li {
	margin: 8px 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	}

#right ul li ul li a {
	font-weight: normal;
	color: #50849f;
	display: inline;
	}

#right ul li ul li a:hover {text-decoration: underline;}

#right div, #right p {margin: 10px 0;}

#right img {margin-right: 10px;}

#footer {
	clear: both;
	text-align: center;
	margin-top: 20px;
	padding: 10px 0;
	border: 1px solid #bbb;
	background: #fff;
	}
	
#footer span {margin: 0 20px;}

/* formulaire de contact */

form#contact{margin-top: 30px;}

form#contact p {margin: 12px 0;}

form#contact label {
	display: inline;
	float: left;
	width: 90px;
	}
	
form#contact input#submit {margin-left: 90px;}

