/* CSS Document */

#accueil{
	position:absolute;
	top:10px;
	left:50%;
	margin-left:-360px;
	width:720px;
	height:500px;
}

#texte{
	position:absolute;
	top:340px;
	left:260px;
	color:#663300;
	border-left:1px solid #663300;
	padding-left:10px;
	font-size:0.65em;
}
#ouvert{
	position:absolute;
	top:460px;
	left:215px;
	color:#663300;
	font-weight:bold;
	font-size:1.25em;
}

html, body {
	height: 100%;
	margin: 0;
	background-color:#669966;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

div#global {
	min-height: 100%;
	width:770px;
	margin:0 auto;
	background-image:url(images/frise.gif);
	background-repeat:repeat-y;
	position:relative;
	font-size:0.75em;
/*	border-left:1px solid #336633;
	border-right:1px solid #336633; */
}

div#center {
	/* Pour éviter la superposition 
	du pied de page et du contenu : */
	padding-bottom: 71px; 
	overflow:auto;
}

div#footer {
	position: absolute;
	width: 760px;
	padding-left:10px;
	font-size:0.8em;
	bottom: 0;
	background-image:url(images/pied.gif);
	height:31px; /* height:71px; */
	padding-top:40px;
}

div#content {
	margin-left:131px;
	float: left;
	width: 610px;
	padding-left:10px;
	padding-right:10px;
	background-color:#D7F1D8;
	margin-top:0px;
	padding-bottom:70px; /* 71+10 */
	padding-top:10px;
}

div#header {
/*	background: url(images/bandeau.gif);*/
	height: 131px;
}

div#menu {
	position:absolute;
	width:630px;
	background-color:#ff9933;
	height:20px;
	top:80px;
	left:131px;
	text-align:center;
}

div#sousmenu {
	position:absolute;
	width:630px;
	background-color:#ffcc66;
	height:20px;
	top:105px;
	left:131px;
	text-align:center;
}

.liens{
	float: left;
	width:121px;
	margin-top:3px;
	font-weight:bold;
	color:#663300;
	text-decoration:none;
}

.liens2{
	float: left;
	width:152px;
	margin-top:3px;
	font-weight:bold;
	color:#663300;
	text-decoration:none;
}

.liens:hover{
	background-color:#ffcc66;
}

.liens2:hover{
	background-color:#ff9933;
}

h1,h2{
	color:#663300;
}

h1{
	font-size:2em;
}
h2{
	font-size:1.5em;
}

li{
list-style-image:url(images/puce.gif)
}

.formulaire{
	width:100%;
	padding-bottom:5px;
}


