	html {
		
	 background: #ddd url(../img/fond.png); 
	}
html, body {
	height: 100%;
	margin: 0;
	font: 90% "verdana", sans-serif;
	}
	
	a:hover {
	color: #c00;
	}
	a:visited{color :#990;}

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;
	}
	a {
	color: #6c0;
	font-weight: bold;
	}
	

div#header {
	background: #7fcf2e url(../img/top.png) no-repeat;
	color: #fff;
	height: 201px;
	position: relative;
	}
div#header h1 {
        margin: 0;
	position: absolute;
	bottom: 10px;
	left: 30px;
	font: 3em Georgia, serif;
	}
div#center {
	/* Pour éviter la superposition 
	du pied de page et du contenu : */
	padding-bottom: 50px; 
	overflow: auto;
	}
div#footer {
	position: absolute;
	width: 97%;
	bottom: 0;
	background: #7fcf2e url(../img/footer.png) repeat-x;
	color: #fff;
		text-align : center;
	margin: 4px 1px;

	font-size: 0.9em;
	}
	div#sidebar {
	float: right;
	width: 190px;
	}
div#sidebar h3, div#footer p, div#sidebar p  {
	padding: 0 10px;
	}
div#content {
  float: left;
	width: 530px;
	margin-left: 10px;
	}
	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#center {
	padding-bottom: 50px;
	overflow: hidden;
}
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 "Trebuchet MS", sans-serif;
	text-decoration: none;
}
ul#menu li a:hover {
	background-position: left bottom;
color: #c30;
}
/****************** tableau pop up tarifs **********************/
.tab_prix{
border-collapse:collapse;
table-layout:fixed;
margin-top:10px;

}
.prix{
background-color: white;
border:1px solid black ;
text-align :center;
padding:15px;
}

input{
color :#363;
background-color :transparent;
border : 1px solid #000;
}
textarea{
color :#363;
background-color :transparent;
border : 1px solid #000;
}

form#demoForm {
    width: 40ex;
    padding: 1em;
    margin: 2em auto;
    border: 1ex solid silver;
    background: #eee;
    font-family: sans-serif;
}

form#demoForm p {
    position: relative;
    margin: 0 0 0.5em;
}

form#demoForm p.submit {
    margin: 0;
    text-align: right;
}

input#edtReqLogin, input#edtFirstName, input#edtLastName {
    position: absolute;
    left: 20ex;
    right: 0;
}

input:focus {
    border: 2px solid black;
    background: #ffd;
}

label.required {
    font-weight: bold;
}

label.required:after {
    content: '*';
}

span.accessKey {
    text-decoration: underline;
}





