body{
	margin: 0px;
	padding: 0px;
	background-image: url(../img/img_fond1.gif);
}

#bloc_page{
	/*rien pour le moment*/
}

header{
	position: relative;
	margin: auto;
	width: 400px;
}

#entete{
	width: 400px;
	height: 130px;
	padding-top: 30px;
	text-align: center;
	display: inline-block;
	/*border: #6C0 solid 1px;*/
}

section{
	height: auto;
}

#page{
	background-color: #FFF;
	margin: auto;
	width: 400px;
}

#bigbuttons{
	padding: 0;
	margin: 0;
	width: 170px;
	padding-top: 20px;
	/*padding-left: 25px;*/
	padding-left: 80px;
}
 
#bigbuttons li{
	list-style: none;
	padding: 0 0 50px 0;
	margin: 0;
	
	display: inline-block;
	/*float: left;*/
}

footer{
	/*rien pour le moment*/
}

#pied_page{
	margin: auto;
	width: 400px;
	height: 40px;
	line-height: 40px;
	text-align: center;
}

h1{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0px;
	margin-top: 5px;
	font-size: 150%;
}

h2{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0px;
	margin-top: 5px;
}

h4{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 0.8em;
	margin: 0px;
}

p{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

.explication{
	font-size: 1.7em;
}

strong{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.3em;
}

em{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	/*font-size: 0.8em;*/
	font-size: 1.1em;
}

#aide{
  	position: relative;
  	top: 5px;
  	left: 10px;
	height: 70px;
	line-height: 70px;
	/*float: left;*/
	/*border: #FC0 solid 1px;*/
}

.action_bouton_aide a{
	background-image: url(../img/aide_off_small.png);
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	width: 65px;
	height: 70px;
	display: inline-block;
}
 
.action_bouton_aide a:hover{
	background-image: url(../img/aide_on_small.png);
}

#contact{
  	position: absolute; /* par rapport au parent positionné! ici il s'agit du header qui a l'attribut position) */
  	top: 5px;
	right: 10px;
	height: 70px;
	line-height: 70px;
	/*border: #FC0 solid 1px;*/
}

.action_bouton_contact a{
	background-image: url(../img/mail_off_small.png);
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	width: 65px;
	height: 70px;
	display: inline-block;
}
 
.action_bouton_contact a:hover{
	background-image: url(../img/mail_on_small.png);
}
