@charset "UTF-8";
/* CSS Document */

.conteneur_global{
	width : 900px;
    margin:auto;
    height:100%;
	margin-top:10px;
	background-color:#FFF;
	border:5px red solid;
}

.conteneur_global .titre_produit {
	font-family : "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: bold;
	text-transform: uppercase;
	text-align:center;
	color: #253c68;
	margin:auto;
	margin-bottom:15px; 
}

.conteneur_global .sous-conteneur{
	width :600px;
	margin-left:15px;
	margin-right:15px;
	margin-bottom:5px;
}

.titre-tableau{
	background-color:#253c68;
	color:#FFF;
	font-family : "Century Gothic", Arial, Helvetica, sans-serif;
	font-size:15px; 
}

.cellule-tableau{
	font-family : "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	text-align:center;
}

.cellule-tableau a{
	margin:auto;
	color: #253c68;
	text-decoration: none;
}

.cellule-tableau a:hover { 
     text-decoration: underline;
}
	
.bouton_retour {
	 float: left;
	 margin-left:35px;
	 margin-top:-120px;
	 margin-right:350px;
	 width: 100px;
     height: 29px;
     background: transparent url(images/retour2.jpg)  no-repeat;
}

.bouton_retour a {
	 display: block;
     width: 100%;
     height: 100%;
     background: url(images/retour1.jpg) no-repeat;
}

.bouton_retour a:hover { 
     background: transparent none;
}
