* {
	font-family:arial, sans-serif;
	font-size:12px;
}

body {
	margin:0px 0px 0px 0px;
	background-color:#E4E4DC;
}

#header {
	width:820px;
}

#headerlink {
	float:left;
	width:300px;
	height:80px;
}

#headerlink h1 {
	margin:0px;
	margin-left:auto;
	margin-right:auto;
	width:300px;
	height:80px;
	background:url(titre_site.png) center no-repeat;
}
#headerlink a {
	display:block;
	text-decoration:none;
	width:300px;
	height:80px;
	border:0px;
}
#headerlink h1 span {
	display:none;
}

#links {
	margin-top:56px;
	float:right;
	text-align:right;
	font-size:11px;
}
#links a {
	text-decoration:none;
	color:#FFFFFF;
	font-size:11px;
	padding-right:50px;
	padding-left:50px;
}

#article {
	margin:20px 20px 20px 20px;
	text-align:justify;
}

#article h2 {
	font-size:16px;
	text-align:left;
}
#article h3.spip {
	font-size:16px;
	text-align:left;
}
#article hr.spip {
	text-align:center;
	border:dashed 1px #000000;
	width:50%;
	height:1px;
}
#article a, #article a.spip_in {
	text-decoration:none;
}
#article a.spip_out {
	text-decoration:none;
}
#article a:hover, #article a.spip_in:hover, #article a:focus, #article a.spip_in:focus {
	text-decoration:underline;
	background:#EEEEEE;
}
#article a.spip_out:hover, #article a.spip_out:focus {
	text-decoration:underline;
	background:transparent;
}
#article div.spip_note {
	margin-top:20px;
	margin-bottom:15px;
	border:solid 1px gray;
	background:#F4F4F4;
	padding-left:15px;
	padding-right:15px;
}

#article div.intro {
	margin-bottom:20px;
}
#article div.ev {
	margin-bottom:30px;
}

#article h3.spip, #article b.spip, #article i.spip, #article a {
	color:#AB2F36;
}
#article hr.spip {
	color:#AB2F36;
	border-color:#AB2F36;
}

#arttitre {
	padding:8px 0px 2px 0px;
	width:100%;
	background-color:#EA5A30;
}

#arttitre h1 {
	margin:0px 8px;
	font-size:16px;
	font-weight:normal;
	color:#F9CEC1;
	text-transform:uppercase;
}

#arttitre b {
	font-size:16px;
}
