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

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


.conteneur_global .titre_gestion {
	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 .tableau{
	margin:auto;
	margin-top:10px;
	margin-bottom:10px;
}


.conteneur_global .titre-categorie {
	background-color:#253c68;
	font-family : "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	text-align:center;
	color: #FFF;
}
	
	
.conteneur_global .tableau {
	margin-top:10px;
}
	
	
.conteneur_global .modifier {
	margin:auto;
	width:57px;
	height:25px;
	border:none;
}

.conteneur_global .modifier a {
	 display: block;
     width: 100%;
     height: 100%;
     background: url(images/modifier1.jpg) no-repeat;
     cursor:pointer;
}

.conteneur_global .ajouter-article {
	margin:auto;
	width:100px;
	height:25px;
	border:none;
}

.conteneur_global .ajouter-article  a {
	 display: block;
     width: 100%;
     height: 100%;
     background: url(images/ajouter-article1.jpg) no-repeat;
     cursor:pointer;
}

.conteneur_global .supprimer {
	margin:auto;
	width:71px;
	height:25px;
	border:none;
}

.conteneur_global .supprimer  a {
	 display: block;
     width: 71px;
     height: 25px;
     background: url(images/supprimer1.jpg) no-repeat;
     cursor:pointer;
}

.conteneur_global .style_cellule {
	font-family : "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	text-align:center;
	margin:auto;
	color: #253c68;
	text
}

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

.conteneur_global .style_cellule a:hover { 
     text-decoration: underline;
}

.ajouter-categorie {
	 margin:auto;
	 margin-top:15px;
	 width: 170px;
     height: 45px;
     background: transparent url(images/ajouter-categories2.jpg)  no-repeat;
     cursor:pointer;
}

.ajouter-categorie a {
	 display: block;
     width: 100%;
     height: 100%;
     background: url(images/ajouter-categories.jpg) no-repeat;
     cursor:pointer;
}

.ajouter-categorie a:hover { 
     background: transparent none;
}

.bouton_retour {
	 float: left;
	 margin-left:35px;
	 margin-top:20px;
	 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;
}

