body
{
	margin:auto;
	background-image:url(../Theme/fond.png);	
	background-repeat:repeat;
}

#box

{
	position:absolute;
	left: 50%;
	top: 50%;
	width: 640px;
	height: 300px;
	margin-left: -320px; /* Cette valeur doit être la moitié négative de la valeur du width */
	margin-top: -150px; /* Cette valeur doit être la moitié négative de la valeur du height */

}

.box_titre
{ 
	background-image:url(../Theme/titre_information.png);
	background-repeat:no-repeat;
	border:1px solid black;
	height:50px;
	width:640px;
}


.box_corps
{ 
	background-image:url(../Theme/corps_fond.png);
	background-repeat:repeat-y;
	border:1px solid black;
	width: 640px;
	height: auto;


}

.box_corps p
{ 
	text-align:center;
	color:black;
	padding:10px;
	font-size:14px;
	font-family:"Trebuchet ms", Geneva, sans-serif;
}

.box_corps p.bouton
{ 
	background-image:url(../Theme/bouton_off.png);
	background-repeat:no-repeat;
	padding:3px 0 0 0;
	width: 80px;
	height: 25px;
	font-size:14px;
	font-family:"Trebuchet ms", Geneva, sans-serif;
	color:black;
	text-align:center;

	
}

.box_corps p.bouton:active
{ 
	background-image:url(../Theme/bouton_on.png);

}


.box_corps td
{
	padding-top:5px;
}
 
.box_corps td
{
	color:black;
	font-size:14px;
	font-family:"Trebuchet ms", Geneva, sans-serif;
	padding-bottom:2px;
	padding-right:10px;
}

.box_corps img
{ 
	display:block;
	margin:auto;
	height:22px;
	width:126px;
}

.box_corps a
{

	color:#232338;
	text-decoration:none;
	font-size:12px;
	font-family:"Trebuchet ms", Geneva, sans-serif;

}

.box_corps a:hover
{

	color:#232338;
	text-decoration:underline;

}
