

h1 {
	position:absolute;
	top:-110px;
	left:20px;
	z-index:1;
	}
p , .reponse{
	padding:0 20px;
}

body {
	background:url(img/bg.png);
	text-align:center;
	font-family:tahoma;
	color:#5D7814;
	font-size:15px;
	}
.contenant {
	background:url(img/hcorps.png) no-repeat top  left;
	overflow:hidden;
	margin-bottom:-45px;
	padding-bottom:.5em;
	position:relative;
}
.cell {
	background:url(img/bcorps.png) no-repeat bottom  left;
	margin:-45px 0;

}
.conteneur {
	background:url(img/fcorps.png) left;
	text-align:left;
	margin:130px auto 40px auto;
}
.reponse a {
	padding:2px  1em ;
	background:#678418 url(img/aresult.png) center no-repeat;
	color:white;
	font-weight:bold;
	border:outset  #AEE024 2px;
	}
.reponse a:hover {
	background-image:url(img/aresultover.png);
	border:inset #AEE024 2px;
	}
.all_link {
	overflow:hidden;
	font-size:0.8em;
}

.all_link li {
	float:left;
	width:30%;
	list-style-type:none;
	margin:5px 10px;
}
.all_link li a {
	padding:2px;
	float:left;
	height:1.2em;
	overflow:hidden;
	width:180px;
	}
.howto {
	float:left;
	width:250px;
	margin:35px 0px 35px 20px ;
	background:url(img/fdesc.png) left ;
	font-family:Arial;
	font-size:0.7em;
	color:#FFFFFD;
}
#menu {
	float:right;
	background:url(img/menu.png) no-repeat bottom left;
	margin:-1px 0 ;	
	padding-left:20px;
	}
#menu ul {
	background:url(img/ulbtn.png) repeat-x bottom;
	padding:0;
	display:table;/* contexte de formatage */
	padding-right:1px;
	margin:0;
}
#menu li , #menu li a {
	float:left;
	background:url(img/libtn.png) right no-repeat;
	height:50px;
	line-height:49px;
	list-style:none;
	min-width:70px;
	margin:0 -1px ; 
}
#menu li a {
	padding:0 55px 0 1em;
	background:url(img/abtn.png) left no-repeat;
	margin:0 -22px ;
	position:relative;
	text-align:center;
	color:white;
	text-decoration:none;
	font-weight:bold;
}
#menu li a:hover {
	background:url(img/abtnover.png) left no-repeat;
}

#menu li.green {
	background-image:url(img/ligreen.png);
}
#menu li.green a {
	background:url(img/agreen.png) left no-repeat;
}
#menu li.green a:hover {
	background:url(img/agreenover.png) left no-repeat;
}

#mode-d-emploi {
	background:url(img/bdesc.png) bottom left  no-repeat;
	position:relative;
	top:16px;
	min-height:330px;
	margin:0 0 0px;	
	padding-bottom:0.5em;
}
.howto h2 {
	background:url(img/hdesc.png) no-repeat top left;
	position:relative;
	bottom:34px;
	padding:15px 5px;
	line-height:1.2em;
	color:#CBDEEC;
	font-size:1.4em;
	font-family:"Trebuchet.ms";
	text-align:center;
	font-variant:small-caps;
	margin:0;
	margin-bottom:-34px;
}
.howto p , .howto dl  {
	padding:0 15px;
	text-align:justify;
}
.howto dd {
	display:list-item;
	margin:0 20px;
	padding:0;
	}
code , q , em , kbd {
	font-size:12px;
	display:inline-block;
	white-space:pre;
	font-weight:bold;
	}
.reponse {
	clear:both;
}
.byside {
	clear:right;
	overflow:hidden;
	padding-top:1em;	
	}
.byside h2  , .reponse h2{
	color:#577012;
	display:inline;

	border-bottom:4px groove #ADDE24;
	}
form {
	overflow:hidden;
	font-size:0.7em;
	font-family:Arial;
	font-weight:normal;
	color:#515151;
	clear:right;
}
fieldset {
	margin:20px  ;
	-moz-border-radius:24px;
}
legend {
	text-indent:0.5em;
	}

label {
	float:left;
	width:125px;
	padding-right:1em;
}

input[type="text"]{
	width:240px;
	margin-top:0.8em;
	border:#BFBFBF 1px solid;
	padding:1px.5em;
	background:url(img/text.jpg) repeat-x bottom ;
	margin-right:3px;
}
input[type="checkbox"] {
	margin-top:1.2em;
}
input[type="submit"]{
	display:block;
	margin:3px auto;
	border:0;
	background:url(img/submit.png) no-repeat center;
	width:300px;
	padding:5px 0;
	clear:left;
	color:#FEFFFF;
	font-variant:small-caps;
	font-size:1.1em;
}
input[type="submit"]:hover{
	background:url(img/submitover.png) no-repeat center;
	cursor:pointer;
}
form p {
	clear:left;
	padding:0.3em 0  ;
	margin: 0 ;
	color:#5D7814;
}
.center {
	text-align:center;
	clear:both
	}
.pied {
	position:absolute;
	clear:both;
	font-size : 12px;
	text-align : right;
	width:100%;
	bottom:0;
	left:0;
	}
.pied img {border:none; vertical-align:middle;}



