/* Normalise les styles */
* {
  padding: 0;
  margin: 0;

}
ul {
	list-style-type: none;
}
img {
	border: 0;
}
a {
	text-decoration: none;
}
body {
		background: #eee;
		font: 62.5% "Trebuchet MS", Arial, sans-serif;
}
p, ul, ol {
	font-size: 1.2em;
	line-height: 1.3em;
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Blocs +++++++++++++++++++++++++++++++++++++++++++++ */
#fond {
	width:800px;
	background: transparent url("fond.png") repeat-y;
	margin: 0 auto;
}
#page {
	width: 780px;
	margin: 0 auto;
	background: #FFFFFF url("mainfond.jpg") no-repeat 0 115px;
	overflow: hidden;
	position: relative;
}
#header {
	background: white url("header.png") no-repeat;
	min-height: 115px;
	position: relative;
}
#sous-nav {
	clear: both;
	width: 190px;
	background: white none;
	margin: 55px 0 0 15px;
	float: left;
}
#sous-nav div.info, #content div.article, ul.aussi li {
	background: transparent url("hr_g.png") no-repeat center bottom;
	padding-bottom: 10px;
	margin-bottom: 1em;
	overflow: hidden;
	width: 100%;
}
#content {
	width: 528px;
	background: white none;
	margin: 150px 17px 0 0;
	float: right;
}
/* +++++++++++++++++++++++++++++++++++++++++++++  Titres +++++++++++++++++++++++++++++++++++ */
h1, h2, h3, h4 {
	font-family: Georgia,"Times New Roman",Times,serif;
	font-weight: normal;
}
#logo {
	margin: 5px 0 0 80px;
	font-size: 32px;
	float: left;
}
#sous-logo {
	clear: left;
	float: left;
	font-size: 1.7em;
	margin-left: 80px;
	color: #CC9900;
}
h2#top_g, #sous-nav div.info h2 {
	background: #158;
	color: white;
	font-size: 1.5em;
	height: 2em;
	line-height: 2em;
	margin-bottom: 10px;
	padding: 0 5px;
}
#sous-nav div.info h2.nav {
	background: #158;
	color: white;
	margin-bottom: 0;
}
#sous-nav div.info h3 {
	margin-bottom: 0.5em;
}
#sous-nav div.info h3 a, ul.aussi li h3 a {
	color: #55f;
	padding: 05px;
	font-size: 1.2em;
	text-decoration: underline;
}
#sous-nav div.info p {
	margin-bottom: 1em;
}
#content h1, h2.autres {
	background: #158;
	color: white;
	font-size: 1.8em;
	line-height: 2.2em;
	padding-left: 10px;
}
#content h2.maintitre {
	color: #158;
	font-size: 1.8em;
	margin: 1em 0 0.5em 0;
	padding-left: 10px;
}
#content h3.spip {
	color: #8EBA07;
	font-size: 1.4em;
	margin: 1.5em 0 1em 0;
	padding-left: 10px;
	text-align: left;
}
/* +++++++++++++++++++++++++++++++++++++++++++++  Texte +++++++++++++++++++++++++++++++++++ */
#content ul.aussi li p a {
	color: #55f;
	text-decoration: underline;
}
#sous-nav p {
	padding: 0 5px;
	margin-bottom: 1em;
}
ul.aussi li p {
	padding-top: 1em;
}
#content p {
	margin: 0 10px 1em;
}
ul.aussi {
	margin-top: 1em;
}
#content ol {
	padding-left: 25px;
}
/* +++++++++++++++++++++++++++++++++++++++++++++  Images +++++++++++++++++++++++++++++++++++ */
#content span.spip_documents_center img {
	display: block;
	margin: 1em auto;
	background: white none;
	border: 1px solid #158;
}
#content .spip_documents_right img, #content .spip_documents_left img {
	display: block;
}
#content span.spip_documents_right, #content span.spip_documents_left  {
	background: white none;
	border: 1px solid #158;
}
#content span.spip_documents_right {
	margin: 1em 0 1em 1em;
}
#content span.spip_documents_left {
	margin: 1em 1em 1em 0;
}
/* +++++++++++++++++++++++++++++++++++++++++++++  SPIP +++++++++++++++++++++++++++++++++++ */
/*#content p.spip {
	clear: both;
}*/

/* +++++++++++++++++++++++++++++++++++++++++++++  Formulaires +++++++++++++++++++++++++++++++++++ */
form div input.search {
	margin-left: 5px;
	width: 130px;
}
/* +++++++++++++++++++++++++++++++++++++++++++++  Divers + bidouilles +++++++++++++++++++++++++++++++++++ */
a.adobe img {
	display: block;
	margin: 0 auto;
}
div.space {
	height: 10px;
}
