/* CSS Document */
body {
	background-image: url(images/fond.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
}

input {
    font-size: 12px;
}

.long_input {
  width: 250px;
}

a:link {
	font-size: 12px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #89a761;
}
a:visited {
	font-size: 12px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #89a761;

}
a:hover {
	font-size: 12px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}
a:active {
	font-size: 12px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #89a761;
}

a.topmenu:link {
	color: #666666;
	text-decoration: none;
	font-weight:bold;
}
a.topmenu:visited {
	text-decoration: none;
	color: #666666;
	font-weight:bold;
}
a.topmenu:hover {
	color: #104a7d;
	font-weight:bold;
}
a.topmenu:active {
	text-decoration: none;
	color: #666666;
	font-weight:bold;
}

.td_contenu {
	padding: 8px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}

.td_fond {
	background-image:url(images/fond-txt.jpg);
	background-repeat: no-repeat;
}


.td_fond-gauche-smenu {
	background-image:url(images/suite_01.gif);	
	background-repeat: no-repeat;
}

.td_contenu-sans {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}

.td_contenu-bas {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}


.td_contenu-attention {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
	font-weight:bold;
}

.td_sousliens{
	font-size: 12px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #89a761;
	text-align:right;
	padding-right: 10px;
}

.td_sousliens-etat {
	font-size: 12px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	text-align:right;
	
}

.td_sousliens-etat2 {
	font-size: 12px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	
}

.txt_titres {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #666666;
}


.txt_titres2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #11497A;
}

.txt_titres3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #7B9658;
}
.txt_titres-b {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	padding-left: 18px;
}

.txt_lien-droite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight:bold;
	padding-right: 50px;
	text-align:right;
}

.txt_lien-droite a:link {
	color: #666666;
	text-decoration: none;
	font-weight:bold;
}

.txt_lien-droite a:visited {
	text-decoration: none;
	color: #666666;
	font-weight:bold;
}
.txt_lien-droite a:hover {
	color: #104a7d;
	font-weight:bold;
}
.txt_lien-droite a:active {
	text-decoration: none;
	color: #666666;
	font-weight:bold;
}

.txt_lien-gauche {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;
}

a.liens:link {
	color: #ffffff;
	font-weight:bold;
	text-decoration: none;
}
a.liens:visited {
	text-decoration: none;
	font-weight:bold;
	color: #ffffff;
}
a.liens:hover {
	font-weight:bold;
	color: #8eb3df;
}
a.liens:active {
	text-decoration: none;
	font-weight:bold;
	color: #ffffff;
}

a.liens-sm:link {
	font-size: 12px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #89a761;
}
a.liens-sm:visited {
	font-size: 12px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #89a761;

}
a.liens-sm:hover {
	font-size: 12px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}
a.liens-sm:active {
	font-size: 12px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #89a761;
}
/* Div qui contient le formulaire */
.newsletterform {
    padding-left: 20px;
}

/* Message d'erreur */
.newserrormessage {
    font-size:11px;
    font-family: Arial, Helvetica, sans-serif;
    color: #990000;
}

/* Titres des champs */
.newstext {
    font-size:12px;
    font-family: Arial, Helvetica, sans-serif;
    color: #666666;
}

/* Texte de confirmation d'abonnement */
.newsconfirmtext {
    font-size:12px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #666666;
}

/* Calendrier */
#calendar {
    font-size: 12px;
    margin: 5px;
}
/* Formulaire newsletter td */
#newsletter_form tr td {
  text-align: center;
}

/* Formulaire newsletter input */
#newsletter_form tr td input{
    width: 90%;
    text-align: center;
    margin: 2px;
}

/* Tableau d'affichage des entreprises */
.store_table {
  padding: 5px;
  margin: 2px;
  margin-bottom: 5px;
  width: 100%;
}

.page_navigator {
  width: 100%;
  text-align: center;
}

.page_navigator .page_navigator_active {
  font-size: 130%;
}

.searchform_headertext {
  font-size : 120%;
  padding : 5px;
  padding-left : 0px;
  font-weight: bold;
}

.searchform_wrapper {
  border-bottom : 1px solid gray;
}

.searchform_wrapper input {
  margin : 5px;
  padding : 3px;
  width : 300px;
}

.searchform_wrapper select {
  margin : 5px;
  padding : 3px;
  width : 300px;
}

.error {
  font-weight: bold;
  font-size : 110%;
  padding : 10px;
}




#bottin_inscription .enterprise_type_header {
  font-weight: bold;
  font-style: underline;
}

#bottin_inscription .form_table .field_description {
  font-weight: bold;
}

#bottin_inscription fieldset {
  margin-top: 15px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

#bottin_inscription input {
  margin: 3px;
}

#bottin_inscription #submit_button {
  text-align: center;
}

#bottin_inscription .form_error {

  width: 90%;
  background-color: #F48A82;
  color: #666;
  margin-left: auto; margin-right: auto;
  font-weight: bold;
  padding: 2px;
  padding-left: 10px;
}

#bottin_inscription #confirmation {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  font-size : 110%;
  text-align: center;
}

.news_header {
  font-size: 1.2em;
}
