/**
 * Feuille de <style> css réalisée grace a Thomas Dedericks pour http://css.alsacreations.com/
 */
 
 html, body {
	height: 100%;
	margin: 0;
	}
	
div#global {
	min-height: 100%;
	width: 750px;
	padding: 0 10px;
	margin: 0 auto;
	position: relative;
	padding: 0 10px;
	background: url(/images/index/global.png) center repeat-y;
	}
	
div#center {
	padding-bottom: 50px;
	overflow: auto;
}
	
div#content {
    float: right;
	width: 530px;
	}
div#sidebar {
	float: right;
	width: 200px;
	}
	
html {
	background: #ddd url(/images/index/html.png);
	}
	
div#header {
	background: #10a310 url(/images/index/logo.gif) no-repeat;
	color: #fff;
	height: 101px;
	position: relative;
	}
div#header h1 {
        margin: 0;
	position: absolute;
	bottom: 10px;
	left: 30px;
	font: 3em Georgia, serif;
	}
	
div#footer {
	position: absolute;
	width: 98%;
	bottom: 0;
	background: url(/images/index/footer.png) repeat-x;
	color: #fff;
	}

div#footer p {
	margin: 2px 0;
	font-size: 0.9em;
	}
	
ul#menu {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
	
	
ul#menu li a {
	color: #10a310;
	font:  1.1em/30px Georgia,serif;
	text-decoration: none;
}
ul#menu li a:hover {
	color: #c30;
}

div#sidebar h3, div#footer p, div#sidebar p  {
	padding: 0 10px;
	}
div#content {
        float: right;
	width: 530px;
	margin-left: 10px;
	}

div#content h2 {
	padding-left: 35px;
	background: #fff url(/images/index/titre.png) left center no-repeat;
	color: #e99417;
	}
div#content h3 {
	color: #10a310;
	font-variant: small-caps;
	}
	
body {
	font: 90% "Trebuchet MS", sans-serif;
}

a {
	color: #10a310;
	font-weight: bold;
	}
a:hover {
	color: #c00;
	}
