/* CSS Document */

/*** Textarea de gestion article ***/
textarea.article{
	width: 	350px;
	height:	100px;
}

.texteCorps{
	font-weight:bold;
}

/*** 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;
}

div.article{
	width:150px;
	float:left;
	font-weight:bold;
	color: #133e14;
}

div.article_contenu{
	margin-left:10px;
	width:250px;
	float:left;
}

div.decalage_text_article{
	margin-left:10px;
}

/*** Bloc contenant le module ***/
.boite{
/*	position: relative;*/
	width: 540px;
	height: 450px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	overflow: auto;
	overflow-y:auto;
	overflow-x:hide;
	line-height: 15px;
	border: 0px solid;
	margin-right: auto;
	margin-left: auto;
	margin-top:10px;
}

/*** Style de la page Gestion article ***/
.ligne_gestion_article_off{
	margin-top:10px;
	border-bottom:1px solid #dbdfd1;
	padding-top:2px;
	padding-bottom:2px;
}

.ligne_gestion_article_on{
	margin-top:10px;
	background-color: #d7dfc3;
	border-bottom:1px solid #dbdfd1;
	padding-top:2px;
	padding-bottom:2px;
}

.article_off{
	background-color: #FFFFFF;
	border:1px solid #363636;
	padding: 1px;
}

.article_on{
	background-color: #EFEFEF;
	border:1px solid #000000;
	padding: 1px;
}

textarea.article_on, textarea.article_off{
	width:500px;
	height:250px;
}

/*============================================================*/
/* Style pour le tableau de récapitulatif de commande         */
/* de la page coordonnée                                      */
/*============================================================*/
table.recap_commande{
}

table.recap_commande tr th{
	background-color:#6d9f00;
	color:#FFFFFF;
	border-bottom:1px solid black;
	padding-left:5px;
	padding-right:5px;
}

table.recap_commande tr td{
	padding-left:5px;
	padding-right:5px;
}

/*============================================================*/
/* Style pour le tableau de periode                           */
/*============================================================*/
.periode{
	empty-cells:show;
	margin:30px;
	margin-top:10px;
	margin-left:10px;
	border:1px solid #000000;
}

.periode .colone_type{
	width:135px;
}

.periode .premiere_case{
	border-right:1px solid #000000;
}

.periode .label_periode{
	border-right:0px solid #000000;
	font-weight:bold;
	text-align:right;
	padding-right:5px;
	padding-left:5px;
}

.periode .label_periode_print{
	border-right:0px solid #000000;
	font-weight:bold;
	font-size:10px;
	text-align:right;
	padding-right:5px;
	padding-left:5px;
	height:10px;
}

.periode .ligne_vide{
	height:5px;
}

.periode .first_case{
	border-left:1px solid #000000;
}

.periode .mois{
	width:40px;
	text-align:center;
	font-weight:bold;
	border-left:1px solid #000000;
	border-top:0px solid #000000;
	border-bottom:1px solid #CCCCCC;
}

.periode .case_periode{
	width: 10px;
	border-bottom:1px solid #CCCCCC;
	border-right :1px solid #CCCCCC;
}

.periode .case_periode_print{
	width: 9px;
	border-bottom:1px solid #CCCCCC;
	border-right :1px solid #CCCCCC;
}

.periode .on_1{	background-image:url(images/gifs/couleur-plantation.gif); background-repeat:repeat; }
.periode .on_2{	background-image:url(images/gifs/couleur-vegetation.gif);	background-repeat:repeat; }
.periode .on_3{	background-image:url(images/gifs/couleur-floraison.gif);	background-repeat:repeat; }

/*============================================================*/
/* Style pour la page coordonnées             */
/*============================================================*/
.fieldset_coordonnee{
	border:1px solid #666666;
	margin-top:20px;
}

.fieldset_coordonnee legend{
	padding-left:5px;
	padding-right:5px;
	font-weight:bold;
}

.fieldset_coordonnee td{
	border-bottom:1px solid #CCCCCC;
}

/*==============================================================*/
/* Style pour la page de recherche avancée                      */
/*==============================================================*/
.recherche_ligne{
	padding:2px;
	padding-top:10px;
	padding-bottom:5px;
	border-bottom:1px solid #CCCCCC;
	width:700px;
}

.recherche_libelle{
	float:left;
	width:150px;
	font-weight:bold;
}

.recherche_valeur{
	float:left;
	width:500px;
}
