/**
* CSS D'INITIALISATION DES TYPES DE BASE
* Auteur : La Petite Fabrique du Web (http://www.petitefabriqueduweb.com)
* 1. Les conteneurs
* 2. Les titres
* 3. Les liens
* 4. Les images
* 5. Les listes
* 6. Les formulaires
* 7. Les tableaux
*/

/* 1. LES CONTENEURS */
body {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
	
    color: #666666;
    font-family: "ArialMT", "Arial", sans-serif;
    font-size: 12px;
    line-height: 14px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    letter-spacing: 0px;
    text-align: justify;
    text-decoration: none;
    text-indent: 0px;
    text-transform: none;
    
    background-color: #ffffff;
  
    scrollbar-face-color: #666666;
    scrollbar-shadow-color: #dddddd;
    scrollbar-highlight-color: #dddddd;
    scrollbar-3dlight-color: #dddddd;
    scrollbar-darkshadow-color: #dddddd;
    scrollbar-track-color: #dddddd;
    scrollbar-arrow-color: #dddddd;
    }
span {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    }
p {
    text-indent: 0px;
    margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
    }
div {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    }

/* 2. LES TITRES */
h1 {
    width: 725px;
    height: 35px;
    margin: 0px 0px 0px -13px;
    font-size: 17px;
    text-align: left;
    line-height: 24px;
    letter-spacing:1px;
    padding: 2px 0px 0px 30px;
    background-color: transparent;
    background-image: url('images/structure/h1bkg.png');
    background-repeat: no-repeat;
    font-weight: bold;
    color: #901600;
    }
h2, h3.h2 {
	margin: 15px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
	font-size: 14px;
    font-style: normal;
	line-height: 16px;
	letter-spacing: 1px;
	border-bottom: 0px solid #F5F6DB;
	font-weight: bold;
	background-color: transparent;
	color: #000000;
	text-align: left;
    }
h2.chapo {
    text-indent: 0px;
    margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	
	font-weight: normal;
    font-size: 13px;
  	line-height: 1.5em;
	letter-spacing: 0px;
	
	color: #888888;
	text-align: justify;
    }

h3 {
    margin: 0px 0px 8px 0px;
    padding: 0px 0px 0px 10px;
	
    color: #000000;
    font-size: 14px;
    line-height: 16px;
    font-style: italic;
    font-variant: normal;
    font-weight: bold;
    letter-spacing: 0px;
    text-align: left;
    text-decoration: none;
    text-indent: 0px;
    text-transform: none;
}
h4 {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
	
	color: #51A04A;
    font-size: 13px;
    line-height: 14px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    letter-spacing: 0;
    text-align: left;
    text-decoration: none;
    text-indent: 0px;
    text-transform: none;
}
h5 {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
	
    color: #AE0603;
    font-size: 12px;
    line-height: 14px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    letter-spacing: 0;
    text-align: left;
    text-decoration: none;
    text-indent: 0px;
    text-transform: none;
}

/* 3. LES LIENS */
a {
	color:#a26801;
    text-decoration: none;
    cursor: pointer;
}
a:hover {
	color:#DA9F18;
    text-decoration: none;
    cursor: pointer;
}
a.externe, #contenu a[target='_blank'] {
	background-image: url('images/icones/externe.png');
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 18px;
	}

/* 4. LES IMAGES */
img {
    border: none;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
a img {
	text-decoration: none;
	border: none;
}

/* 5. Formulaires */
form {
  border: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  }
fieldset {
  border: 1px solid #999999;
  margin: 5px 5px 5px 5px;
  padding: 0px 10px 10px 10px;
  }
legend {
  color: #999999;
  padding: 0px 0px 10px 0px;
  }
input, textarea {
	border: 1px solid #999999;
	margin: 0px 0px 0px 0px;
	padding: 2px;
	font-size: 12px;
	line-height: 12px;
	font-family: Courier, Courier-New, sans-serif;
	color: #666666;
	background-color: #ffffff;
	}
input {
	width: 250px;
	height: 14px;
	}
textarea {
	width: 250px;
	height: 110px;
	}
textarea.textarea_petit  {
	width: 250px;
	height: 40px;
	}
input.imput_file {
	width: auto;
	height: auto;
	}
input.input_captcha {
	width: 80px;
	margin-top:3px;
	}
.formulaire {
    text-align: right;
    }
    
.bouton {
	display: inline-block;
    width: auto;
    height: auto;
    margin: 0px 0px 0px 0px;
    padding: 3px 15px 3px 15px;
    color: #ffffff;
    font-size: 13px;
    line-height: 17px;
    letter-spacing: 1px;
    font-weight: bold;
    text-align: center;
    font-family: "Arial", sans-serif;
    cursor: pointer;
    background-color: #f87b18;
    background-image: none;
    background-repeat: no-repeat;
    border: 0px solid #08A4D7;
	border-radius: 6px;
    }
.bouton:hover {
    color: #000000;
    border: 0px solid #ADE9FC;
    }

.bouton_ok {
    width: 32px;
    height: 21px;
    padding: 0px 0px 4px 0px;
    margin: 0px 0px 0px 0px;
    cursor: pointer;
    background-color: transparent;
    background-image: url('images/boutons/bouton_ok.png');
    background-repeat: no-repeat;
    border: 0px solid #08A4D7;
    }
.form_input_erreur {
	border: 1px solid #800000;
	background-color: #FFE1E1;
    }
.form_input_erreur_texte {
	color: #800000;
    }
input.form_input_checkbox {
    background-color: transparent;
	border: none;
	width: auto;
    }
input.form_input_gris {
	background-color: #dddddd;
	}
.g-recaptcha {display:inline-block;}

.form_elt {
    margin: 0px 0px 4px 0px;
}
.formulaire_part {
    margin: 0px 0px 4px 0px;
}
.formulaire_part_grand {
    margin: 0px 0px 10px 0px;
}
.bouton_copier {
    width: 16px;
    height: 18px;
    background-image: url('images/boutons/copier.png');
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    border: 0px solid black;
    cursor: pointer;
}
.bouton_modifier_crayon {
    width: 16px;
    height: 18px;
    background-image: url('images/boutons/crayon.png');
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    border: 0px solid black;
    cursor: pointer;
}
.bouton_supprimer_croix {
    width: 16px;
    height: 18px;
    background-image: url('images/boutons/croix.png');
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    border: 0px solid black;
    cursor: pointer;
}
.bouton_valider {
    width: 16px;
    height: 18px;
    background-image: url('images/boutons/ok.png');
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    border: 0px solid black;
    cursor: pointer;
}
.bouton_voir {
    width: 16px;
    height: 18px;
    background-image: url('images/boutons/loupe.gif');
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    border: 0px solid black;
    cursor: pointer;
}

/* 6. Classes communes */
.droite {
  float: right;
  }
.gauche {
  float: left;
  }
.texte_droite {
  text-align: right;
  }
.texte_gauche {
  text-align: left;
  }
.texte_miniuscules {
	text-transform: lowercase;
	}
.image_droite {
  float: right;
  margin: 0px 0px 0px 10px;
  }
.image_gauche {
  float: left;
  margin: 0px 10px 0px 0px;
  }
.centre {
    text-align: center;
}
.erreur {
  color: #AA0000;
}
.erreur a, .erreur a:hover {
  color: #AA0000;
  text-decoration: underline;
}
p.erreur {
	background-color: #FFC1C1;
	padding: 8px 5px 8px 5px;
	margin: 0px 0px 15px 0px;
	color: #AA0000;
	text-align: center;
	border: 1px solid #AA0000;
}
p.erreur_corps {
	width: 400px;
	background-color: #FFC1C1;
	padding: 8px 5px 8px 5px;
	margin: 0px 0px 15px 0px;
	color: #AA0000;
	text-align: center;
	border: 1px solid #AA0000;
}
p.erreur_corps530 {
	width: 550px;
	background-color: #FFC1C1;
	padding: 8px 5px 8px 5px;
	margin: 0px 0px 15px 0px;
	color: #AA0000;
	text-align: center;
	border: 1px solid #AA0000;
}
.validation {
  color: #008000;
}
p.validation  {
	background-color: #CCFF66;
	padding: 8px 5px 8px 5px;
	margin: 10px 0px 20px 0px;
	color: #008000;
	text-align: center;
	border: 1px solid #008000;
}
p.validation_corps {
	width: 400px;
	background-color: #CCFF66;
	padding: 8px 5px 8px 5px;
	margin: 10px 0px 20px 0px;
	color: #008000;
	text-align: center;
	border: 1px solid #008000;
}
p.validation_corps530 {
	width: 530px;
	background-color: #CCFF66;
	padding: 8px 5px 8px 5px;
	margin: 10px 0px 20px 0px;
	color: #008000;
	text-align: center;
	border: 1px solid #008000;
}
.notice {
  color: #666666;
  margin-bottom: 8px;
}

/* Formulaire autocomplete */
div.autocomplete {
  position: absolute;
  z-index: 100;
  width: 500px;
  background-color: white;
  border: 1px solid #888;
  margin: 0px;
  padding: 0px;
}
 
div.autocomplete ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  max-height: 20em;
  overflow: auto;
}
 
div.autocomplete ul li.selected {
    background-color: #ffb;
}
 
div.autocomplete ul li {
  list-style-type:none;
  display: block;
  margin: 0;
  padding: 2px;
  cursor: pointer;
}

/* Listes */
ul {
    list-style-type: square;
    list-style-image: none;
    margin: 0px 0px 10px 20px;
    padding: 0px 0px 0px 0px;
    }
ul li {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    }
  
ul.liste_verte {
    list-style-type: none;
    list-style-image: none;
    margin: 0px 0px 10px 5px;
    padding: 0px 0px 0px 0px;
    }
ul.liste_verte li {
    background-image: url('images/elements/puce_liste.png');
    background-repeat: no-repeat;
    background-position: left center;
    margin: 0px 0px 4px 0px;
    padding: 0px 0px 0px 32px;
    }
  
/* Tableaux */
table {
    width: 90%;
    margin: 0px auto 0px auto;
    border-collapse: collapse;
    border: none;
    text-align: left;
}
th {
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    padding: 3px 5px 3px 5px;
    border: 2px solid #ffffff;
    background-color: #B0DFF5;
}
td {
    padding: 3px 5px 3px 5px;
    border: 2px solid #ffffff;
    background-color: #EBF2F8;
}
td.tableau_titre {
    background-color: #BDD5E8;
    font-weight: bold;
}


table.tableau_formulaire {
    border: 0px solid #000000;
    background-color: transparent;
}
table.tableau_formulaire th, table.tableau_formulaire td {
    border: 0px solid #000000;
    background-color: transparent;
}
td.formulaire_tableau_gauche {
	text-align: right;
}
table.tableau_formulaire td.formulaire_ligne {
	border-top: 1px dashed #cccccc;
	padding-top: 10px;
	}

table.tableau_dl {
    border-collapse: collapse;
    border: 0px solid red;
    width: 380px;
    margin: 0px 0px 0px 0px;
    }
.tableau_dl tr td {
    padding: 4px;
    }
.tableau_dl .libelle {
    border: 2px solid #ffffff;
    font-weight: bold;
    text-align: right;
    width: 55%;
    }
.tableau_dl .duree {
    border: 2px solid #ffffff;
    text-align: left;
    color: #800000;
    letter-spacing: 1px;
    width: 45%;
    }
.tableau_dl .jaune {
    border-right: 15px solid #FEF85A;
    }
.tableau_dl .rouge {
    border-right: 15px solid #FE5B4A;
    }
.tableau_dl .noire  {
    border-right: 15px solid #404E51;
    }
    
/* Les articles */
#article_outils {
	position: absolute;
	top: 0px;
	right: 8px;
	width: 250px;
	height: 30px;
	font-size: 11px;
	line-height: 15px;
	text-align: right;
	border: 0px solid red;
}
#article_outils_loupe {
	position: absolute;
	top: 4px;
	right: 154px;
	}
#article_outils_imprimante {
	position: absolute;
	top: 4px;
	right: 124px;
	}
#article_outils_facebook {
	position: absolute;
	top: 5px;
	right: 97px;
	}
#article_outils_twitter {
	position: absolute;
	top: 5px;
	right: 70px;
	}
#article_outils_google {
	position: absolute;
	top: 6px;
	right: 33px;
	}
#article_outils_enveloppe {
	position: absolute;
	top: 6px;
	right: 0px;
	}
#article_categories {
	text-align: right;
	font-style: italic;
	height: 25px;
	}
.article_corps {
	padding-left: 10px;
}
.article_colonnedroite {
	width: 300px;
	margin: 0px 0px 20px 20px;
	float: right; 
}
.article_colonnedroite_160 {
	width: 160px;
	margin: 0px 0px 20px 20px;
	float: right; 
}
.article_colonnedroite_202 {
	width: 202px;
	margin: 0px 0px 20px 10px;
	float: right; 
}
.article_signature {
	text-align: left;
	line-height: 13px;
    margin-top: 25px;
	margin-left: 0px;
	margin-bottom: 25px;
	font-weight: bold;
	padding: 0px 0px 0px 7px;
	border-left: 3px solid #cccccc;
}
.article_signature_mentions {
	font-size: 10px;
	font-weight: normal;
}
.article_pubpied {
	clear: both;
    margin-top: 15px;
	margin-left: 8px;
}

#google_pied {
    width: 750px;
    height: 90px;
    padding: 0px 0px 0px 8px;
    margin: 10px 0px 5px 0px;
    border: 0px solid green;
}

#article_lien_carnet {
	border: 0px solid red;
	width: 730px;
	height: auto;
	padding-left: 10px;
	margin: 0px 0px 15px 0px;
}
h2.article_lien_carnet_titre, h3.article_lien_carnet_titre {
    background-image: url('images/annuaire/puce_verte.png');
    background-repeat: no-repeat;
    background-position: left top;
    padding-top: 1px;
    padding-left: 32px;
    margin-bottom: 5px;
    margin-left: -2px;
    line-height: 25px;
	}
#article_lien_carnet_liste {
	margin: 10px 0px 0px 0px;
	position: relative;
	height: auto;
}
.article_lien_carnet_un {
	float: left;
	position: relative;
	border: 1px solid #B8C600;
	background-color: #FDFEDD;
	width: 220px;
	height: 50px;
	overflow: hidden;
	padding: 5px;
	margin: 0px 10px 10px 0px;
	text-align: left;
}
.article_lien_carnet_un img {
	float: left;
	margin: 0px 5px 0px 0px;
}