#grande_boite
{
	display: none;
}

#menu
{
	display: none;
}

#en_tete
{
	display: none ;
}

#bouton_imprimer
{
	display: none ;
}

#boite_imprim
{
	width: auto;
	height: 1024px;
	margin: auto;
	margin-left: 60px;
	padding: 5px;
}

.img_mini{border:1px dotted #666} /* bordure pour la miniature */
.img_mini_gauche {float : left; margin: 5px;}
.img_mini_droite {float : right; margin: 5px;}

.image_gauche
{
	float: left;
	margin: 10px;
}

.image_droite
{
	float: right;
	margin: 10px;
}

.floatdroit { float: right; margin: 5px;}
.floatgauche { float: left; margin: 5px;}

caption /* Titre du tableau */
{
   margin: auto; /* Centre le titre du tableau */
   /*font-family: Arial, Times, "Times New Roman", serif; /*On garde les polices par défaut*/
   font-weight: bold;
   font-size: 1em;
   color: blue;
   margin-bottom: 20px; /* Pour éviter que le titre ne soit trop collé au tableau en-dessous */
}

table /* Le tableau en lui-même */
{
	width: 740px;
   margin: auto; /* Centre le tableau */
   /*border: 2px solid black; /* Bordure du tableau avec effet 3D (outset) */
   border-collapse: collapse; /* Colle les bordures entre elles */
}

th /* Les cellules d'en-tête */
{
	background-color: rgb(150,150,255);
	border: 1px solid black;
	color: white;
	font-size: 1em;
	/*font-family: Arial, "Arial Black", Times, "Times New Roman", serif;*/
}

td /* Les cellules normales */
{
	border: 1px solid black;
	font-size: 1em; font-weight: bold;
	vertical-align: top;
	text-align: left; /* Tous les textes des cellules seront à gauche*/
	padding: 5px; /* Petite marge intérieure aux cellules pour éviter que le texte touche les bordures */
}

td h3
{
	font-size: 1.2em; font-weight: bold; color: red;
}

.tdsbda  {border: none ; font-size: 1em; text-align : left; padding: 5px; vertical-align: top;}
.tdbdrg  {border: 2px solid red ; font-size: 1em; padding: 5px; vertical-align: top; }
.tdsansbord 	{border: none ; font-size: 1em; text-align : left; padding: 5px; }
.nobord_centre {border: none ; text-align : center; padding: 5px; }

/* On formate le texte normal*/
/*font-family: Arial;*/
p            { font-size: 1em; color: black; text-align:justify; font-weight: bold;}
label		{ font-size: 1em; color: black; text-align:justify; font-weight: bold;}
select	{ font-size: 1.2em; color: black; text-align:justify; font-weight: bold;}
.selectT { font-size: 1.2em; border: solid 2px blue; } /*class pour les selects à l'intérieur d'un tableau */
.selectF { height: 100px; font-size: 0.8em; border: solid 2px blue; }
.std	{ font-size: 1em; color: black; text-align:justify; font-weight: bold;}
.comic 	{font-family: "Comic Sans Ms";}
.time	{font-family: "Time";}
.newroman 	{font-family: "Times New Roman";}
.georgia	{font-family: Georgia;}
.centre	{text-align: center;}
.italique 	{font-style: italic}
.bl_s	{text-decoration: underline; color: blue; font-weight: bold}
.rg_ital	{font-style: italic; color: red; font-weight: bold}
.bx	{color: maroon; font-weight: bold }/* Bordeaux*/
.vl 	{color: purple; font-weight: bold }/*violet*/
.rg	{color: red; font-weight: bold }/*rouge*/
.ve {color: green; font-weight: bold }/*vert*/
.bl {color: blue; font-weight: bold }/*bleu*/
.rgs {color: red; text-decoration: underline; font-weight: bold }/*rouge souligné*/
.legende {font-size: 0.8em;}
h1           { font-size: 1.4em; color: blue; font-weight: bold; text-align: center }
h2           { font-size: 1.3em; color: red; font-weight: bold }
h3           { font-size: 1.2em; color: black; text-decoration: underline }
h4		{ font-size: 1.1em; text-decoration: underline; color: green }
h5		{ font-size: 1em; color: blue; text-decoration: underline; font-weight: bold }
h6		{ font-size: 0.8em; color: black }
a            { font-size: 1em; color: blue; text-decoration: none }
a:link       { font-size: 1em; color: blue; font-weight: bold }
a:active     { font-size: 1em; color: #008500; font-weight: bold }
a:visited    { font-size: 1em; color: #850000; font-weight: bold }
a:hover	{ font-size: 1em; background-color: yellow; color: red } /* Quand on pointe sur un lien */
a img	{ border: none; }/*Toutes les images contenues dans un lien*/
ul		{ font-size: 1em; color: black }
li		{ font-size: 1em; color: green; font-weight: bold }
dt		{ font-size: 1em; color: brown; font-weight: bold }
dd		{ font-size: 1em; color: blue; font-weight: bold }
/*on s'occupe du pied de page*/
#pied_bull
{
	display: none ;
}

#pied_de_page
{
	display: none ;
}

#infobulle
{
	position: fixed;
	top: 300px;
	left: 300px;
	background-color: yellow;
	color: blue;

}
