﻿html, body {
	height: 100%;
	margin: 0;
	background: #ddd url(../img/html.png);
	}

body {
	font: 90% "Trebuchet MS", sans-serif;
}

div#header {
	background: #7fcf2e url(../img/p3.jpg) no-repeat;
	color: #fff;
	height: 201px;
	position: relative;
	}
	
div#header h1 {
    margin: 0;
	position: absolute;
	bottom: 27px;
	left: 30px;
	font: 3em Georgia, serif;
	}
	
div#header h3 {
    margin: 0;
	position: absolute;
	bottom: 10px;
	left: 30px;
	font: 1.5em Georgia, serif;
	}
	
div#global {
	min-height: 100%;
	width: 750px;
	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;
	}

div#content h2 {
	padding-left: 35px;
	background: #fff url(img/titre.png) left center no-repeat;
	color: #6c0;
	}
div#content h3 {
	color: #c00;
	font-variant: small-caps;
	}
	
	
div#footer {
	position: absolute;
	width: 750px;
	bottom: 0;
	background: #7fcf2e url(../img/footer.png) repeat-x;
	color: #fff;
	}

div#footer p {
	margin: 2px 0;
	font-size: 0.8em;
	}	
	
div#footer a {
	color: white;
	
	}
div#footer a:hover {
	color: white;
	font-weight: bold;
	}
	
.logocalidad {
	text-align:center;
	}	
	
div#content {
	float: left;
	width: 530px;
	margin-left: 10px;

	}
div#sidebar {
	float: right;
	width: 200px;
	}
	
ul#menu {
	margin: 0;
	padding: 0;
	list-style: none;
	}
ul#menu li a {
	display: block;
	height: 30px;
	line-height: 30px;
	background: url(img/fond_lien.png) no-repeat left top;
	padding-left: 35px;
	margin: 2px 0;
	border-bottom: 1px solid #7fcf2e;
	color: #390;
	font: small-caps 1.1em/30px Georgia,serif;
	text-decoration: none;

}
ul#menu li a:hover {
	background-position: left bottom;
	color: #c30;

}

div#sidebar h3, div#footer p, div#sidebar p  {
	padding: 0 10px;
	}

a {
	color: #6c0;
	font-weight: bold;
	}
a:hover {
	color: #c00;
	}
