body {
	margin-top: 10px;
   min-width:1100px;        /* Suppose you want minimum width of 1000px */
   width: auto !important;  /* Firefox will set width as auto */
   width:1100px;            /* As IE6 ignores !important it will set width as 1000px; */
}
h1, h2, h3 {
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	color:#954A00;
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: bold;
}
h2 {
	color:#BF6000;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	text-align: center;
}
h3 {
	color:#E17100;
	font-style: italic;
	font-weight: bold;
	font-size: 16px;
	vertical-align: top;
}
/* <TABLE class="fiche_grain"> */
.fiche_grain {
	background-image: url(../img/f_toile.jpg);
	background-repeat: repeat;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	vertical-align: top;
	padding-left: 15px;
	position: relative;
}
.etiquette_1 {
	margin-top: 20px;
	margin-right: 15px;
	margin-bottom: 20px;
	margin-left: 15px;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-style: solid;
	border-color: #666666;
	padding: 20px;
	position: relative;
	background-color: #DFDFDF;
}
.etiquette_2 p {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	text-indent: -20px;
	margin: 0px;
	margin-left: 30px;
	padding: 0px;
}
.etiquette_2 {
	background-color:#FFFFFF;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	margin: 5px;
	padding: 5px;
}
/* Voir si encore utile */
#grain {
  max-width:100%;
  height:auto;
  max-height:100%;
  }
.zoom {
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
/*	border-left-color: #666666;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 20px;*/
}
.petit {
	font-size: 26px;
	font-style: italic;
	font-weight: lighter;
}
.mini {
	font-size: 12px;
	font-style: italic;
	font-weight: lighter;
/* Vérifier les effets dans le standard = vertical-align: middle; */
}
.gros {
	font-weight: bolder;
	font-size: 18px;
}
#note {
	background-image: url(../img/crayon_interro.jpg);
	background-repeat: no-repeat;
	height: 30px;
	width: 30px;
	position: absolute;
	font-weight: bold;
	color: #0000FF;
	right: 8px;
	bottom: -15px;
}

.info {
/* Span d'info : <a href="#">lien<span class="info" >information affichée au survol</span></a> */
   display:none; /* Pour que l'infobulle n'apparaîsse pas */
   border:1.5px dotted gray;
} 
/* au survol d'un lien class='info' */
a:hover .info{
	position:absolute;
	/* Pour afficher l'infobulle à hauteur de l'élément survolé */
	display:inline; /* Placer l'infobulle sous le mot survolé */
	background-color:#FFFFFF;
	text-decoration:none;
	padding:5px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 10px;
	text-indent: 0px;
	font-weight: normal;
	color: #000000;
	margin: 2em;
	border-width: 1.5px;
	border-color: #999999;
} 
/* au survol d'un lien class='info' affichage du span class="image" */
.info:hover span.image {
	top: -30px;
	left: 50px;
	background-color:#CCCCCC;
	font-size: 10px;
	line-height: 15px;
	font-style: italic;
	border-width: 2px;
	border-style: outset;
	padding: 10px;
}
/* au survol d'un lien class='info' affichage du span class='texte' */
.info:hover span.texte {
	top: -30px;
	left: 50px;
	background-color:#CCCCCC;
	font-size: 10px;
	line-height: 15px;
	font-style: italic;
	border-width: 2px;
	border-style: outset;
	padding: 10px;
}
/*
a[href="#"]
{
	/* pour la couleur spéciale du pseudo lien contenant une info 
	color: #666666;
	text-decoration:none;
	border-bottom-style: dashed;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
} */
.num_liste {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../img/carnet.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 60px;
	position: absolute;
	font-weight: bold;
	color: #0000FF;
	padding-top: 15px;
	left: -20px;
	top: -20px;
}
.cle_modif {
	position: absolute;
	background-repeat: no-repeat;
	height: 40px;
	width: 40px;
	padding-top: 10px;
	left: 420px;
	top: 1px;
	visibility: hidden;
}
.date_num {
	font-style:italic;
	font-family: "Courier New", Courier, monospace;
	font-size: 10px;
	font-weight: lighter;
	color: #666666;
	width: 1000px;
/*	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;  */
	text-align: center;
}
.cmd_zoom { /* DIV navigation et images */
	border-collapse: separate;
	border-spacing: 5px; /* Nombre de pixels d'espace horizontal (5px), vertical (8px) */
	background-color: #CCCCCC;
	top: 15px;
	bottom: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-style: solid;
}

#modif { /* Accès à l'édition, javascript ? 2 touches pour afficher la DIV, code pour passage */
	position: fixed;
	top: 120;
	right: 200;
	width: 200px;
	height:200px;
	background-color: #FFCC00;
	visibility: hidden;
}
#maliste {
	position: absolute;
	visibility: hidden;
	margin-top: -20px;
	margin-left: 25px;
	height: 500px;
}
#cadre_650{
	position: relative;
	left: 20px; 
	top: 20px;
	width: 650px;
	height: 650px;
	background-color: #fafafa;
	border-color: #ff7347;
	border-width: 0px;
	border-style: solid;
	margin-bottom: 30px;
} 
#cadre_grain{
	position: absolute;
	height: 650px;
	width: 650px;
	left: 0;
	top: 0;
	/*  background-color: #fafafa; 
  border: solid 3px #ff7347; 
 	visibility: hidden;
 left: 0px;
  top: 0px; 
  font-size: 24px; 
  text-align: center; */
 }
#cadre_notes{
	position: absolute;
	left: 80px;
	top: 50px;
	height: 500px;
	width: 500px;
	background-color:#FFFFFF;
	font-family: "Courier New", Courier, monospace;
	border: 2px solid #000000;
	visibility: hidden;
 }
 #bas{
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
