@import url("style_popin.css");
@import url("style_commande.css");
@import url("style_arbo.css");
* {padding: 0; margin: 0;}
/* 
 * ========================================
 * Element style Global
 * ========================================
 */
BODY {
  background-color: #000000;
  margin-top: 0;
  margin:0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  text-align: left;
  color:#FFFFFF;
}

TABLE {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color:#FFFFFF;
}

INPUT {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
}

SELECT {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
}

TEXTAREA {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
}

FIELDSET{
	border:1px solid #FFFFFF;
	padding:5px;
	margin:0px;	
}

FIELDSET LEGEND{
	font-weight:bold;
	color:#FFFFFF;
}

P{
	padding-bottom:10px;
}

/* Lien */
A {
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #FFF;
}

A:hover {
  font-family: Arial, Helvetica, sans-serif;
  text-decoration:underline;
  color: #FFF;
}

img {
	border:none;
}

select.couleur{
	font-family: Tahoma, Verdana, Arial;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	background-color: #607BB2;
	color: #FFFFFF;
}

/* 
 * ========================================
 * Element style Article retour
 * ========================================
 */
 .retour_prec{
	background-image:url(../images/nav/precedent.gif);
	background-position:top left; 
	background-repeat: no-repeat;
	width:65px;
	height:27px;
	display:block;
}

.retour_prec:HOVER{
	background-image:url(../images/nav/precedent_hover.gif);
	background-position:top left; 
	background-repeat: no-repeat;
	width:65px;
	height:27px;
	display:block;
}

.retour_suiv{
	background-image:url(../images/nav/suivant.gif);
	background-position:top left; 
	background-repeat: no-repeat;
	width:65px;
	height:27px;
	display:block;
}

.retour_suiv:HOVER{
	background-image:url(../images/nav/suivant_hover.gif);
	background-position:top left; 
	background-repeat: no-repeat;
	width:65px;
	height:27px;
	display:block;
}

.retour_liste{
	background-image:url(../images/nav/retour_liste.gif);
	background-position:top left; 
	background-repeat: no-repeat;
	width:65px;
	height:27px;
	display:block;
}

.retour_liste:HOVER{
	background-image:url(../images/nav/retour_liste_hover.gif);
	background-position:top left; 
	background-repeat: no-repeat;
	width:65px;
	height:27px;
	display:block;
}
/* 
 * ========================================
 * Element style Connexion
 * ========================================
 */
INPUT.connexion{
	border:1px solid #2a3141;
	width:80px;
	padding-left:5px;
}

/* 
 * ========================================
 * Element style Arbo
 * ========================================
 */
.arboHeader{
	width:160px;
	height:21px;
    color:#FFFFFF;
}

.ArboTitre{
	font-weight:bold;
    color:#FFFFFF;
}

.arboLink{
	width:140px;
	height:20px;
	text-align:center;
    color:#FFFFFF;
}

.p_titre{
	font-family: Morpheus, Arial, Helvetica, sans-serif;
	font-size:14pt;
	font-weight:bold;
	color:#FFF;
}
