/* CSS Document */
body
{
	width: 1000px; /* Pour centrer notre page */
	margin-top: 20px; /* Pour éviter de coller avec le haut de la fenętre du navigateur. Essayez d'enlever pour voir ! */
	margin-bottom: 20px;    /* Idem pour le bas du navigateur */
	background-image: url("../../Imagesdesign/fond.jpg");
	margin-right: auto;
	margin-left: auto;
	height: 700px;
}

/* L'en-tęte */

#en_tete
{
	width: 1000px;
	height: 110px;

}
#en_tete img
{float:left;
}
#navigation
{
	width: 1000px;
	height: 35px;
	background-image: url(../../Imagesdesign/fondmenuhaut.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#menu
{
	background-image: url(../../Imagesdesign/fondmenu3.jpg);
	width: 185px;
	float: left;
	padding-top:0px;
	text-align: center;
	height:100%;
	-moz-border-radius:15px 15px 15px 15px;
	margin-top:3px;
	height:118%;

}
#menu_hover{
	list-style-type: none;
	padding: 0;
	margin-top:50px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
a img {
	border: 0;
	margin-bottom:20px;
}

#en_tete3
{
	width: 1000px;
	height: 20px;
	background-image: url(../../Imagesdesign/fondmenu1.gif);
	margin-bottom: 0px;
	background-repeat: no-repeat;
	background-position: center top;

		-moz-border-radius: 15px;15px;15px;15px;

	   
}

/* Le corps de la page */

#corps
{
	margin-left: 188px;
	margin-bottom: 5px;
	color: #FFFFF;
	background-image: url(../../Imagesdesign/bandroite2.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
	background-color: #FFFFFF;
	font-family: Calibri;
	font-size: 1em;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	font-style: normal;
	-moz-border-radius:0px 15px 15px 0px;
	margin-top:3px;
		height:118%;

	}
#pied_de_page 
{
	background-image: url(../../Imagesdesign/piedepage.jpg);
	background-repeat: no-repeat;
	text-align:center;

}
.photo_machine{
	float: right;
	margin-right: 20px;
	margin-top: 80px;
}

h2{	font-size: 130%;
}

.texte_corps{
	margin-right: 230px; text-align:justify; margin-top:40px; }
	
.nopuce{list-style-type: none; font-weight:bold; text-decoration: underline; margin-bottom:10px;}
