* {
	margin:0;
	padding:0;
}

body {
	width:990px;
	margin:0 auto;
	background:#FFF;
	color:#000;
}

body, input, textarea {
	font:12px "Trebuchet MS", sans-serif;
	line-height:19px;
}

a {
	text-decoration:none;
	color:#900;
}
a:hover {
	text-decoration:underline;
}

h1, h2, h3 {
	margin:12px 0 9px 0;
}

p {
	margin:9px 0;
}

img {
	border:0;
}

input {
	padding:1px 3px;
	border:1px solid #CCC;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}
input.submit {
	padding:0 3px;
	background:#DDD;
}

#adherer {
	position:absolute;
	margin:0 0 0 891px;
	text-align:center;
}
#adherer a {
	display:block;
	padding:4px 8px;
	font-size:14px;
	font-weight:bold;
	border:1px solid #900;
	-moz-border-radius-bottomleft:10px;
	-webkit-border-bottom-left-radius:10px;
	background:#900;
	color:#FFF;
}

#header {
	height:125px;
	background:white url(header.jpg) no-repeat center center;
}
#header h1 {
	margin:0;
}
#header a {
	display:block;
	outline:0;
}
#header img {
	margin:16px 0 0 42px;
	padding:4px;
	border:1px solid #FFF;
	-moz-border-radius:8px;
	-webkit-borderradius:8px;
	background:#FFF;
}

#nav {
	height:24px;
	line-height:18px;
	padding-left:24px;
	-moz-border-radius:0 0 10px 10px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	background:#900;
}
#nav ul {
	list-style:none;
}
#nav a {
	display:block;
	width:120px;
	padding:4px 6px 2px 6px;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	background:#900;
	color:#FFF;
	outline:0;
}
#nav ul li ul li a {
	width:120px;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	font-size:12px;
	text-align:left;
}
/* laisser comme ça : priorité des sélecteurs */
#nav a:hover, #nav li li a:hover {
	background:#FFF;
	color:#900;
}
#nav li {
	float:left;
	width:132px;
}
#nav li ul {
	position:absolute;
	width:132px;
	left:-9999px;
	background:#000;
}
#nav li:hover ul, #nav li.sfhover ul {
	left:auto;
}
#nav li.sfnothover ul {
	left:-9999px;
}

#page {
	clear:both;
	margin-top:8px;
	border:1px solid #CCC;
	background:#EEE;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
}

#content, #sidebar {
	margin:7px;
	padding:0 12px;
	border:1px solid #DDD;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	background:#FFF;
}

#content {
	float:left;
	width:690px;
	text-align:justify;
}
#content h1, #content h2 {
	font-size:18px;
}
#content .entry h2 {
	font-size:14px;
	border-bottom:1px solid #900;
}
#content .entry h3 {
	font-size:12px;
}
#content ul {
	margin:9px 0;
	padding-left:24px;
}
#content ol {
	margin:9px 0;
	padding-left:32px;
}
#content ul ul {
	margin:0;
}

#content p a, #content li a {
	text-decoration:underline;
}

#edito {
	text-align:center;
}
#edito h2 {
	font-size:14px;
}

#sidebar {
	margin-left:0;
	float:right;
	width:225px;
}
#sidebar h2 {
	font-size:14px;
}
#sidebar ul {
	margin:9px 0;
	padding-left:20px;
}
#sidebar ul ul {
	margin:0;
	padding-left:15px;
}
#sidebar p {
	text-align:center;
}

#search .text {
	width:170px;
}

#footer {
	margin:8px 0;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	font-size:11px;
	text-align:center;
	background:#900;
	color:#FFF;
}
#footer a {
	font-weight:bold;
	color:#FFF;
}

.navigation {
	margin:12px 0;
}
.alignleft {
	float:left;
}
.alignright {
	float:right;
}
img.alignleft {
	margin-right:12px;
}
img.alignright {
	margin-left:12px;
}

.clear, .post {
	clear:both;
}

.date {
	margin-top:-9px;
	font-size:11px;
	color:#999;
}
