/* Feuille de style pour le site03
	version pour l'impression
		 */

.skiplink {
 display: none;
 }
.skiplink2 {
 display: none;
 }
ul {
 display: none;
 }

#zone_de_navigation {
 display: none;
 }
#zone_de_texte {
 color: black;
 background-color: white;
 text-align: justify;
 }
#tableau {
 border: 1px solid #d90000;
 margin-bottom: 2em;
 }
#cellule_gauche {
 width: 65%;
 }
#cellule_droite {

 }
#pied_de_page {
 background-color: white;
 padding: 20px;
 padding-top: 10px;
 border-top: 1px solid #A9122A;
 margin-top: 20px;
 }
address {
 text-align: center;
 font-size: 80%;
 font-style: normal;
 letter-spacing: 2px;
 line-height: 1,5em;
 }




/* =========================================

	Le formulaire de contact 1 et 2

========================================== */

form {
 background-color: #eee;
 width: 400px;
 padding: 20px;
 border: 1px solid #8c8c8c;
 }
label { display: block; }  /* titre sur une ligne à part */
 
#instrument {
 width: 300px;
 border: 1px solid #8c8c8c;
 margin-bottom: 1em;
 }

#localite{
 width: 300px;
 border: 1px solid #8c8c8c;
 margin-bottom: 1em;
 } 
#code {
 width: 300px;
 border: 1px solid #8c8c8c;
 margin-bottom: 1em;
 }
#nom {
 width: 300px;
 border: 1px solid #8c8c8c;
 margin-bottom: 1em;
 }
#prenom {
 width: 300px;
 border: 1px solid #8c8c8c;
 margin-bottom: 1em;
 }
#telephone{
 width: 300px;
 border: 1px solid #8c8c8c;
 margin-bottom: 1em;
 } 
#expediteur {
 width: 300px;
 border: 1px solid #8c8c8c;
 margin-bottom: 1em;
 } 
textarea { 
height: 7em;
width: 300px;
 border: 1px solid #8c8c8c;
 margin-bottom: 1em;
 }
