/* CSS Document */

a{
	text-decoration:none;
}

/** Liens titres produits dans les catégories **/
a.titre_produit_categorie{
	color:#F00;
}

a.titre_produit_categorie:hover{
	text-decoration:underline;
}

p{
	font-weight:lighter;
}

p b{
	font-weight:bold;
}


/** H1 **/
h1{
	font-size:13px;
	font-weight:bold;
	color:#F00;
}


h1 a{
	font-size:13px;
	font-weight:bold;
	color:#F00;
}

h1 a:hover{
	text-decoration:underline;
}

/** H3 **/
h3{
	font-size:11px;
	font-weight:bold;
	color:#F00;
}

h3 a{
	font-size:11px;
	font-weight:bold;
	color:#F00;
}

h3 a:hover{
	text-decoration:underline;
}


/* MENU */


ul{
	list-style:none;
}

li{
	float:left;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:5px;
	text-align:center;
}

a.menu :link{
	color:#FFF;
}
a.menu:visited{
	color:#FFF
}
a.menu:hover{
	color:#00FF33;
}

#title{
	text-transform:uppercase;
	font-weight:bolder;
	font-size:22px;
}
table.menu{
	background-color:#666;
	color:white;
}
img{
	border:none;
}

/** PDF **/

div.pdf{
	float:right;
	padding:10px 10px 10px 10px;
	}

/** Liens colonne de listing des produits **/

a.listing_produit{
color:#666;
}

a.listing_produit:hover{
color:#333;
}



#titre_produit:hover{
color:#000000;
}

#titre_produit{
color:#ff0000;
font-size:14px;
}

#gestion{
	width:800px;
	margin-left:auto;
	margin-right:auto;
}


body{

font-family:tahoma;
color:#333;
font-size:11px;

}

select, input{
border:1px solid #CCC;
color:#333;
font-family:tahoma;
font-size:10px;
}

img.delete, img.modif {
height:16px;
width:16px;
}

img.produit {
height:125px;
width:125px;
}

img.add  {
height:28px;
width: 28px;
}

tr.ref{
background-color:#000;
color:#fff;
text-transform:uppercase;
font-weight:bold;
}

td.tableau{
height:20px;
border-bottom: 1px solid #EEE;
}


table.adminlist{
border:1px solid #999;
width:800px;
padding:10px 10px 10px 10px;
}







