/* Normalise les styles */
* {
  padding: 0;
  margin: 0;
  
}
ul, ol {
	list-style-type: none;
}
img {
	border: 0;
}
a {
	text-decoration: none;
}
body {
		background: white url(fondpage.png) repeat-x;
		font-size: 62.5%;
	font-family: Georgia,"Times New Roman",Times,serif;
		color: #03401D;
}
/* Blocs */

#wrap {
	background: url("fondbody.png") no-repeat;
	/*padding: 0 225px;
	height: 500px;*/
}
#header {
	background: url("logo.png") no-repeat bottom left;
	height: 172px;
 
}
#main-content {
	margin: 0 auto;
	width: 775px;

	/*
	min-width: 640px;
	max-width: 960px;
	*/
}
#principal {
	clear: both;
	padding-top: 20px;
	overflow: hidden;
	background: white url("border.png") repeat-y 495px 0;
}
#content {
	background: transparent none;
	float: left;
	width: 488px;
	padding-right: 5px;
	/*
	min-width: 340px;
	max-width: 660px;
	*/
}
#sous-content {
	background: transparent none;
	width: 268px;
	float: right;
	padding-left: 0px;
}
#nouveau {
}
#footer {
		background: url("fond_bas.png") repeat-x;
		padding: 115px 0 15px 0;
}
a#ffct {
	float: right;
	margin: 20px 30px 0 20px;
}
/* Titres +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
h1,h2, h3, h4 {
	font-family: Georgia,"Times New Roman",Times,serif;
	font-weight: normal;
}
h1#logo {
	padding: 15px 0 0 350px;
	font-size: 3.7em;
	font-style: italic;
	color: #44A48E;
	float: left;
}
h1#logo span {
	padding-left: 100px;
}
h1#logo span br {
	margin-left: 50px;
}
#nouveau h2 {
	background: url("h2d.png") no-repeat;
	/*width: 292px;*/
	height: 41px;
	line-height: 41px;
	color: white;
	text-align: center;
	margin: 0 auto 12px auto;
	font-size: 1.8em;
}
#content h2, #content h3, #sous-content h3, #sous-content h3 a {
	color: #70B458;
}
#content h2 {
	margin-bottom: 10px;
	clear:both;
	font-size: 3em;
	font-style: italic;
	text-indent: 2em;
	
}
#content h2.aussi {
}
#content h3 {
	margin-bottom: 10px;
	clear:both;
	font-size: 1.6em;
	text-indent: 5em;
}
#sous-content h3 a, #content h3 a {
	color: #70B458;
	text-decoration: underline;
	margin-bottom: 10px;
	clear:both;
	font-size: 1.1em;
	font-style: italic;
}
#sous-content h3 a:hover {
	text-decoration: underline;
}
/* Textes et liens +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
p#copyright {
	text-align: center;
	color: white;
	font-weight: bold;
}
#content span.lettrine {
	display: block;
	line-height: 100%;
	float: left;
	margin: 2px 6px 0 0;
	font-size: 2.6em;
}
p {
	font-size: 1.2em;
	line-height: 145%;
	margin-bottom: 12px;
}
p a.suite, p a.spip_out, p a.spip_in {
	color: #70B458;
	font-style: italic;
	text-decoration: underline;
}
strong {
	color: #70B458;
}
/* Images ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

#content span.spip_documents_right {
	padding-right: 5px;
}
#content span img {
	background: white;
	padding: 2px;
	border: 1px solid #A4F88A;
}
img.g, img.d, img.c {
	background: white;
	padding: 2px;
	border: 1px solid #A4F88A;
}
img.g {
	float: left;
	margin: 0 5px 5px 0;
}
img.d {
	float: right;
	margin: 0 0 5px 5px;
}
img.c {
	display: block;
	margin: 5px auto;
}
div.video {
	width: 320px;
	clear: both;
	margin: 2em auto;
}