@import "postit.css";
body {
	SCROLLBAR-FACE-COLOR:white;
	SCROLLBAR-HIGHLIGHT-COLOR:white;
	SCROLLBAR-SHADOW-COLOR:white;
	SCROLLBAR-3DLIGHT-COLOR:white;
	SCROLLBAR-ARROW-COLOR:#009900;
	SCROLLBAR-TRACK-COLOR:white;
	SCROLLBAR-DARKSHADOW-COLOR:white;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}


.texte{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #009900;
	text-align: left;
	padding: 5px;
	font-weight: normal;
	text-decoration: none;
}

.texte_gras {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: center;
	font-weight: bold;
}

.texte_miniature {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align: center;
	font-style: italic;
	font-variant: normal;
	line-height: 8px;
}


.titre_1 {
	border-left:thin;
	border-right:thin;
	border-top:thin dotted #339933;
	border-bottom:thin dotted #339933;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #006600;
	letter-spacing: 2px;
	text-align: center;
	background-color: #89D06A;
	text-transform: Aucune;
	padding-top: 4px;
	padding-bottom: 4px;
	width: 584px;
}


.titre_2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	font-style: normal;
	background-color: #8776A3;
	padding: 5px;
}



.tableau_1{
	background-color: #E3D6FA;
	border-top: thin solid #333333;
	border-right: thin dotted #666666;
	border-bottom: thin solid #333333;
	border-left: thin dotted #666666;
}

.tableau_2 {
	background-color: #FADFEC;
	border-top: thin solid #333333;
	border-right: thin dotted #666666;
	border-bottom: thin solid #333333;
	border-left: thin dotted #666666;
}


.bord_image {
	border: thin solid #373214;
	margin: 10px;
}

.bord_image_mini {
	border: thin solid #280234;
	margin: 5px;
}

.fond {
	background-image: url('images/motif.jpg');
	background-repeat: no-repeat;
	background-position: right bottom
}



a.lien1, p.lien1
{
	color:#FF9900;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: center;
	font-weight: normal;
	text-decoration: none;
}

a.lien1:hover
{
	border-bottom-style: dotted;
	border-bottom-color: #009900;
	text-decoration:none;
} 



a.lien_2
{
	color:#FCFADE;
	text-decoration:none;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 2px;
	text-align: left;
	padding-left: 10px;
	border-bottom-style: dotted;
	border-top-color: #D47802;
	border-right-color: #D47802;
	border-bottom-color: #D47802;
	border-left-color: #D47802;
	font-family: Arial, Helvetica, sans-serif;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
}
a.lien_2:hover
{
	color:#D37803;
	text-decoration:underline;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 2px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: dotted;
	border-top-color: #D47802;
	border-right-color: #D47802;
	border-bottom-color: #D47802;
	border-left-color: #D47802;
}


a.lien_pt
{
	color:#000000;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

a.lien_pt:hover
{
	color:#000000;
	text-decoration:underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.texte_centre {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-decoration: none;
	text-align: center;
	color: #009900;
}

/*---------------------------------------------------------*
  *----        CSS PAGE CONTACT  DEBUT                  ----*
  *---------------------------------------------------------*/
/* NE_PAS_TOUCHER_CETTE_LIGNE_POUR_MAIL_PAGE_CONTACT_DEBUT */

/* DIV contenant l'ensemble du formulaire */
div.formulaire_general {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	width: 300px;
	margin: 0 auto;

}
table#resa div.formulaire_general {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	width: 500px;
	margin: 0 auto;

}

/* DIV général des erreurs de saisie */
div.formulaire_erreursSaisie {
	border: solid 1px #f00;
	background-color: #fee;
	color: #f00;
	padding: 5px;
	margin-bottom: 3px;
}
/* DIV pour chaque erreur de saisie */
div.formulaire_erreursSaisie_ligne {
}

/* DIV message une fois le message envoyé */
div.formulaire_msgRetour {
	border: solid 1px #036;
	background-color: #9cf;
	color: #000;
	text-align: center;	
	padding: 10px;
}
/* Lien "Retour" un fois le message envoyé */
a.formulaire_msgRetour_lien {
}
/* Tableau de champ général */
table.formulaire_table {
	border: solid 1px #000; 
	width: 100%;
}
/* Regroupement de champs : ligne en-tête de table */
.formulaire_table th {
	background-color: #369;
	color: #fff;
	padding: 5px;
	text-align: center;
	font-weight: bold;
}
/* Regroupement de champs : en fielset */
.formulaire_table fieldset {
}
/* Légende du fielset ci-dessus */
.formulaire_table legend {
}
/* Lignes qui séparent les lignes avec les champs */
.formulaire_cell_espacement {
	height: 5px;
}
/* Libelle des champ dans le formulaires : dans tous les cas */
td.formulaire_nom_champ, td.formulaire_nom_champ_erreur {
	width: 100px;
	padding: 0px 5px 0px 10px;
	text-align: right;
}
table#resa td.formulaire_nom_champ, td.formulaire_nom_champ_erreur {
	width: 180px;
	padding: 0px 5px 0px 10px;
	text-align: right;
}

/* Libelle des champ dans le formulaires : sans erreur */
td.formulaire_nom_champ {
}
/* Libelle des champ dans le formulaires : sans erreur */
td.formulaire_nom_champ_erreur {
	color: #f00;
	font-weight: bold;
}
/* Cellules qui contiennent les champs : dans tous les cas */
td.formulaire_td_champ, td.formulaire_td_champ_erreur {
	padding-right: 10px;
}
/* Cellules qui contiennent les champs : en cas d'erreur */
td.formulaire_td_champ, td.formulaire_td_champ_erreur {
}
/* Cellules qui contiennent les champs : sans erreur */
td.formulaire_td_champ, td.formulaire_td_champ_erreur {
}
/* Champs dans les formulaires (input, textarea) : dans tous les cas */
.formulaire_champ, .formulaire_champ_erreur {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	width: 200px;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
/* Champs dans les formulaires (input, textarea) : sans erreur */
.formulaire_champ {
	background-color: #9cf;
	border: solid #036 1px;
}
/* Champs dans les formulaires (input, textarea) : en cas d'erreur */
.formulaire_champ_erreur {
	background-color: #fcc;
	border: solid 1px #f00;
}
/* Texte qui s'ajoute après les champ (€, kg, /jour...) */
span.formulaire_champ_suffixe, span.formulaire_champ_suffixe_erreur {
	font-style: italic;
	display:block;
}
/* Libelle des champ dans le formulaires : dans tous les cas */
td.formulaire_td_checkbox, td.formulaire_td_checkbox_erreur {
	padding: 0px 10px 0px 10px;
}
/* TD du Bouton "Envoyer" du formulaire */
td.formulaire_td_envoyer {
	padding-right: 5px;
	text-align: right;
}
/* Bouton "Envoyer" du formulaire */
input.formulaire_envoyer {
	background-color: #369;
	border: solid 1px #369;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	cursor: pointer;
	margin: 5px;
}
/* Texte en bas du formulaire concernant les astérisques */
.formulaire_note {
	text-align: center;
	font-style: italic;
}
/* NE_PAS_TOUCHER_CETTE_LIGNE_POUR_MAIL_PAGE_CONTACT_FIN */
 /*-------------------------------------------------------*
  *----        CSS PAGE CONTACT  FIN                  ----*
  *-------------------------------------------------------*