@charset "utf-8";
/* CSS Document */


/* POSITIONNEMENT */ 
html, body {
	height: 100%;
	margin: 0;
	}
#global {
	min-height: 100%;
	width: 750px;
	margin: 0 auto;
	position: relative;
	background-color:#fff;
	}
#footer {
	position: absolute;
	width: 750px;
	bottom: 0;
	}
#center {
	/* éviter la superposition 
	du pied de page et du contenu */
	padding-bottom: 60px; 
	overflow: hidden;
	}
#left {
	float: left;
	width: 199px;
	}
#right {
	float: right;
	width: 199px;
	}
#content {
	/* On laisse de la place à droite 
	pour l'autre colonne */
	float: left;
	width: 331px;
	}
	
/* IMAGES */
html {
	background-color: #fff;
	}
#global {
	padding: 0;
	border:#333 1px solid;
	}
#header {
	background-color: #f00;
	color: #fff;
	height: 200px;
	}
#header h1 {
	margin: 0;
	}
#footer {
	background-color: #f00;
	color: #fff;
	height:35px;
	}

/* MENU */
ul.menu {
	margin: 0;
	padding: 0;
	list-style: none;
	}
ul.menu li a {
	display: block;
	height: 30px;
	padding-left: 20px;
	margin: 2px 0;
	border-bottom: 1px solid #ff0000;
	font: small-caps 1.1em/30px;
	text-decoration: none;
}
ul.menu li a:hover {
	background-position: left bottom;
	border-bottom: 1px solid #c90000;
}

/* NOUVEAUTES */
ul.latestnews {
	margin: 0;
	padding: 0;
	list-style:square;
	list-style-position:inside;
	margin-left:10px;
	}

ul.latestnews li a {
	text-decoration:none;
	font-size:0.8em;	
}



/* DECO */
body {
	font: 90% "Trebuchet MS", sans-serif;
	}
#content, #sidebar h3, #footer p, #sidebar p {
	padding: 0 10px;
	}
#content {
	padding: 0;
	margin-left: 10px;
	}
#content h2 {
	padding-left: 35px;
	background: #fff url(img/titre.png) left center no-repeat;
	color: #6c0;
	}
#content h3, #sidebar h3 {
	color: #c00;
	font-variant: small-caps;
	}
#footer p {
	margin: 2px 0;
	font-size: 0.9em;
	}
a {
	color: #ff0000;
	font-weight: bold;
	outline:none;
	}
a:hover {
	color: #c90000;
	}
a:active {
	color: #8f0000;
	}
#header {
	position: relative;
	}
#header h1 {
	position: absolute;
	margin: 0;
	padding: 0;
	bottom: 10px;
	left: 30px;
	font: 3em;
	}
#header a{
	text-decoration:none;
}
