html, body {
	height: 100%;
	margin: 0;
	background: #faf5e1 url(img/html.png);
}
body {
	font: 90% "Trebuchet MS", sans-serif;
}
img {
	border:none;
}
a {
	text-decoration:none;
}
li {
	list-style: none;
}
div#global {
	min-height: 100%;
	width: 935px;
	padding: 0 10px;
	margin: 0 auto;
	position: relative;
	padding: 0 10px;
	background: url(img/global.png) center repeat-y;
}
div#center {
	/* Pour éviter la superposition 
	du pied de page et du contenu : */
	padding-bottom: 50px;
	overflow: auto;
	background-color:#fff;
}
div#header {
	background: #7fcf2e url(img/header_bg.png) repeat-x;
	height: 100px;
	position: relative;
	width:100%;
	border-bottom:1px solid #56e63b;
	}
div#header #logoPartenaires {
	float:right;
	margin-right:20px;
	margin-top:20px;
}	
div#header h1 {
    margin: 0;
	position: absolute;
	bottom: 30px;
	left: 30px;
	font: 3em Georgia, serif;
	color: #83ab49;
	}
div#speedmenu {
	font-family:"Helvetica", sans-serif;
	background: #7fcf2e url(img/menu_bg.png) repeat-x;
	height: 30px;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	overflow: hidden;
	line-height:2em;
	margin-bottom: 0;
	}
#speedmenu ul {
	margin:0px;
	padding:0;
}
#speedmenu li {
	float:left;
	margin:0;
	padding:0;
	list-style-type:none;
	white-space:nowrap;
}
#speedmenu li a {
	display:block;
	padding:0 10px;
	font-size:0.9em;
	color: #fff;
	font-weight: bold;
	letter-spacing:1px;
	text-decoration:none;
}
#speedmenu li a:hover {
	display:block;
	padding:0 10px; 
	font-size:0.9em;
	color: #000;
	letter-spacing:1px;
	text-decoration:none;	
	color: #fff;
}
div#content {
	float:left;
	width:100%;
}
#content a {
	color:#568439;
	font-weight:bold;
	border-bottom:1px solid #CCC;
}
div#content h2 {
	background: url(img/titre.png) left center no-repeat;
	color: #1B1B1B;
	border-bottom:1px dotted #CCC;
	}
div#content h3 {
	color: #c00;
	font-variant: small-caps;
	}
div#content .post {
	margin-left:20px;	
	margin-right:20px;	
	text-align:justify;
}
.post .alignleft {
	float:left;
	margin:10px 10px 10px 0;
}
.post .alignright {
	float:right;
	margin:10px 0 10px 5px;
}
div#sidebar {
	float: right;
	width: 300px;
}	
div#sidebar h3, div#footer p, div#sidebar p  {
	padding: 0 10px;
	}

div#footer {
	background: #7fcf2e url(img/menu_bg.png) repeat-x;
	color:#FFFFFF;
	font-family:Verdana;
	font-size:10px;
	line-height:30px;
	position:relative;
	width: 935px;
	text-align:center;
}
div#footer p {
	margin: 2px 0;
	line-height:2em;
	font-size: 0.9em;
	}

/* le menu */
#sidebar .box {
	border-top-color:#F2F2F2;
	border-top-style:dotted;
	border-top-width:1px;
	margin-bottom:10px;
}

#sidebar .box h2 {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background-attachment:scroll;
	background-color:#EEEEEE;
	background-image:none;
	background-position:0 0;
	background-repeat:repeat;
	border-bottom-color:#DDDDDD;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-left-color-ltr-source:physical;
	border-left-color-rtl-source:physical;
	border-left-color-value:#DDDDDD;
	border-left-style-ltr-source:physical;
	border-left-style-rtl-source:physical;
	border-left-style-value:solid;
	border-left-width-ltr-source:physical;
	border-left-width-rtl-source:physical;
	border-left-width-value:1px;
	border-right-color-ltr-source:physical;
	border-right-color-rtl-source:physical;
	border-right-color-value:#DDDDDD;
	border-right-style-ltr-source:physical;
	border-right-style-rtl-source:physical;
	border-right-style-value:solid;
	border-right-width-ltr-source:physical;
	border-right-width-rtl-source:physical;
	border-right-width-value:1px;
	border-top-color:#DDDDDD;
	border-top-style:solid;
	border-top-width:1px;
	color:#000000;
	font-size:0.9em;
	padding-bottom:8px;
	padding-left:10px;
	padding-right:10px;
	padding-top:8px;
	text-transform:uppercase;
}

#sidebar .box li a {
	text-decoration:none;
	color:#1C1C1C;
}
/* LES LIENS */

