/* CSS Document */
.photo {text-decoration: none; background-image:url(images/gifs/photo-1.gif); display:block; }

a.photo					{text-decoration: none; background-image:url(images/gifs/photo-1.gif); display:block; }
a.photo:link		{text-decoration: none; background-image:url(images/gifs/photo-1.gif); display:block; }
a.photo:visited	{text-decoration: none; background-image:url(images/gifs/photo.gif); display:block; } 
/*a.photo:active	{text-decoration: none; background-image:url(images/gifs/photo-1.gif); display:block; }*/

/*===================================================================*/
/*==                 Style FRONT OFFICE                            ==*/
/*===================================================================*/

/*** Style des bloc contenant les dates de mise à jour ***/
div.bloc_date_update{
	border:1px solid #f26e23;
	background-color:#07086f;
	color:#f26e23;
	padding:4px;
	width: 200px;
	text-align:center;
}

div.bloc_date_update_titre{
	font-weight:bold;
	color:#FFCC33;
}

.bloc_date_update_titre a:link		{text-decoration: none; color: #FFCC33}
.bloc_date_update_titre a:visited	{text-decoration: none; color: #FFCC33} 
.bloc_date_update_titre a:active	{text-decoration: none; color: #FFCC33}
.bloc_date_update_titre a:hover		{text-decoration: none; color: #FFCC33}

.bloc_date_arrivage{
	background-color:#07086f;
	color:#f26e23;
	font-weight:bold;
	font-size:14px;
	padding-top:5px;
	padding-bottom:5px;
	text-align:center;
}

/*** Style des bloc contenant les dates de mise à jour (Rollover) ***/
div.bloc_date_update_on{
	border:1px solid #07086f;
	background-color:#ffffff;
	color:#07086f;
	padding:4px;
	width: 200px;
	text-align:center;
}

.bloc_date_update_on div.bloc_date_update_titre{
	font-weight:bold;
	color:#f26e23;
}

.bloc_date_update_on .bloc_date_update_titre a:link			{text-decoration: none; color: #f26e23;}
.bloc_date_update_on .bloc_date_update_titre a:visited	{text-decoration: none; color: #f26e23;} 
.bloc_date_update_on .bloc_date_update_titre a:active		{text-decoration: none; color: #f26e23;}
.bloc_date_update_on .bloc_date_update_titre a:hover		{text-decoration: none; color: #f26e23;}

/*div.bloc_date_update_titre a{ color:#f26e23; }*/

.bloc_famille_insecte{
	background-color:#ffc45f;
	color:#07086f;
	font-weight:bold;
	font-size:11px;
	font-style:italic;
	padding-top:2px;
	padding-bottom:2px;
	text-align:center;
}

/*** Téléchargement - Titre de la liste ***/
.telechargement_bloc_liste{
	border:1px solid #010331;
	width:225px;
	text-align:left;
	background-color:#efefef;
}

.telechargement_titre_liste{
	font-weight:bold;
	font-size:12px;
	text-align:center;
	line-height:22px;
	color:#FFFFFF;
	background-color:#010331;
}

.telechargement_categorie_hover{
	font-weight:bold;
	color:#FFFFFF;
	background-color:#dd5b10;
	_width:100%;
	cursor:pointer;
}

/*** Taille des cellules de la liste de matériel ***/
.police	{ font-size:10px; }
.c_liste_mat	{ width:700px; }
.c_mat_photo	{ float:left; width:25px;  }
.c_mat_ref		{ float:left; width:80px;	 text-align:left; }
.c_mat_nom		{ float:left; width:415px; text-align:left; }
.c_mat_nom_tab{ width:302px; }
.c_mat_prix		{ float:left; width:80px; text-align:center; }
.c_mat_stock	{ float:left; width:50px; text-align:center; }
.c_mat_panier	{ float:left; width:45px; text-align:center; }

/*** Taille des cellules de la liste particulier ***/
.police	{ font-size:10px; }
.c_liste_part	{ width:715px; }
.c_photo	{ float:left; width:23px;  }
.c_ref		{ float:left; width:80px;  }
.c_nom		{ float:left; width:307px; }
.c_nom_tab{ width:302px; }
.c_country{ float:left; width:80px; text-align:center; }
.c_sexe		{ float:left; width:50px; text-align:center; }
.c_prix		{ float:left; width:80px; text-align:center; }
.c_stock	{ float:left; width:50px; text-align:center; }
.c_panier	{ float:left; width:45px; text-align:center; }

/*** Taille des cellules de la liste professionnelle ***/
.police_pro		{ font-size:9px; }
.c_liste_pro	{ width:715px; }
.c_pro_photo			{ float:left; width:23px;  }
.c_pro_ref				{ float:left; width:63px; font-stretch:extra-condensed; }
.c_pro_nom				{ float:left; width:216px; }
.c_pro_nom_tab		{ width:211px; }
.c_pro_country		{ float:left; width:69px; text-align:center; }
.c_pro_sexe				{ float:left; width:44px; text-align:center; }
.c_pro_unit_1_9		{ float:left; width:54px; text-align:center; }
.c_pro_unit_10_49	{ float:left; width:54px; text-align:center; }
.c_pro_unit_50_99	{ float:left; width:54px; text-align:center; }
.c_pro_unit_100		{ float:left; width:49px; text-align:center; }
.c_pro_stock			{ float:left; width:44px; text-align:center; }
.c_pro_panier			{ float:left; width:45px; text-align:center; }


/*===================================================================*/
/*==                  Style BACK OFFICE                            ==*/
/*===================================================================*/

/*** Style des sous titre dans la gestion de l'annuaire ***/
div.article_sous_titre{
	background-color:#CCCCCC;
	width:100%;
	margin-bottom: 4px;
	margin-top: 15px;
	padding: 2px;
	font-weight:bold;
	border-top: 2px solid #666666;
	color:#000000;
}

.prix_promo{
	color:#FF0000;
	font-weight:bold;
}

textarea{
	width: 350px;
	height:100px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}

.formulaire_gestion{ font-size:10px; }
.formulaire_gestion_focus{ font-size:10px; background-color:#FFE6CC; font-weight:bold; border:1px solid #db590e; }

/*** Entete du tableau des articles dans le backoffice ***/
.entete{
	background-color:#000000;
	color:#FFFFFF;
}

/*** Liste des articles dans le back office ***/
table.liste_article{
	empty-cells:show;
	background-color:#FFFFFF;
	width:1260px;
}

/*** Taille des cellules ***/
.col_ref 			{ width:75px; }
.col_nom 			{ width:150px; }
.col_desc 		{ width:150px; }
.col_framing 	{ width:40px; }
.col_localite { width:75px; }
.col_date 		{ width:75px; }
.col_country 	{ width:75px; }
.col_sexe 		{ width:50px; }
.col_stock 		{ width:50px; }
.col_discount { width:45px; }
.col_price_0 	{ width:45px; }
.col_price_1 	{ width:45px; }
.col_price_10 { width:45px; }
.col_price_50	{ width:45px; }
.col_price_50	{ width:45px; }
.col_price_100{ width:45px; }
.col_buying		{ width:50px; }
.col_ajout		{ width:60px; }
.col_etiquette{ width:45px; }
.col_ascenseur{ width:30px; }

/*======================================================================*/
/* Navigation                                                           */
/*======================================================================*/
.navigation{
	font-weight:bold;
	font-size:11px;
	margin-left:15px;
	margin-top:15px;
}

.navigation .page_courante{
	font-size:11px;
	margin-right:5px;
}
