@charset "windows-1252";

body
{
	background-color:#000000; /* Couleur de l'arriere plan */
	background-image:url("images/background.gif");
	color: #ffffff; /* Couleur du texte */ 
	font-family: "Comic Sans MS", Arial, Impact, Verdana,serif;
	margin: auto; /* Pour centrer notre page */
/*	width: 1000px; */ /* Largeur de l'Ã©cran 1024px - cadrage du programme */
	width: auto; 
}

:link 
{
	color:  #669966;
}

:visited
{
	color: #6699CC;
}

a:link img, a:visited img
{
	border-style: none; /* Pas de bordure sur les images lien */
}

a:hover /* Agit sur balise <a>  quand on passe la souris par-dessus */
{
	color: yellow; 
}

ul.menu_horizontal	/* La balise UL pour le menu horizontal */
{
	width: 97%;
	height: 30px;
	margin: 1em;
	padding: 0;
	/* padding-left: 170px; */
	/* border: 2px solid black; */
	list-style-type: none;	/* on dÃ©sactive l'affichage des puces */
}

ul.menu_horizontal li
{
	padding: 0 0.5em;	/* Pour espacer les boutons entre eux */
	line-height: 30px;
	font-family: "Comic Sans MS", Arial, Impact, Verdana,serif; /* Police de caractère */
}

ul.menu_horizontal li.bouton_gauche
{
	float: left;
	/* border-right: 1px dashed black; */
}

ul.menu_horizontal li.bouton_droite
{
	float: right;
	/* border-left: 1px dashed black; */
}

table#bizounage
{
	background-image:url("images/pinces1.jpg");
	background-repeat: no-repeat;
	border: 1px ridge #666666;
	border-collapse: collapse;
	margin: auto;
	width: 641px;
	height: 740px;
}

table#bizounage td
{
	border: 1px ridge #666666;
	font-family: "Comic Sans MS", Arial, Impact, Verdana,serif;
	padding: 5px;
	width: 645px;
	text-align: justify;
}

#entete
{
	/* background-image:url("images/01.gif"); */
	background-color:#000000; 
	color: #0000FF;
	height: 150px;
}

#entete h1
{
	padding: 10px; 
	margin-top: 0px;
	margin-bottom: 0px;
	font: 3.50em sans-serif;
	font-weight: bold;
	text-align: center;
}

#entete table
{
	border-collapse: collapse; /* Pour collÃ© les cellules du tableau */
	/* width: 75%; */ 
	width: 800px;
}


#gauche
{
	float: left; /* Le menu flottera Ã  gauche */
	padding: 5px; /* Marge de 10 pixels Ã  l'intÃ©rieur du bloc */
	margin: 0px;
	margin-right: 10px;
	/* padding-top: 250px; */
	width: 170px; /* Largeur du menu */
	text-align: center; /* Texte aligner au centre */

}

#droite
{
/*	background-color: #aee9ff; */
	float: right;
	padding: 5px;
	margin: 0px;
	margin-left: 10px;
	margin-top: 12px;
	width: 130px;
	text-align: center;
}

#corps
{
/*	background-color: #eee9ff; */
	width: auto;
	padding: 10px;
	font-family: "Comic Sans MS", Arial, Impact, Verdana,serif; /* Police de caractÃ¨re */
}

#corps dd
{
	padding-bottom: 15px;
}

#corps dt
{
	color:  #669966;
}

#corps h1
{
	padding: 10px; 
	margin-bottom: 0px;
	font: 2.50em "Comic Sans MS";
	font-weight: bold;
	text-align: center;
}

#corps h2
{
	font-family: "Comic Sans MS";
	font-weight: bold;
	font-size: 1.50em; 
}

#corps h3
{
	font-family: sans-serif;
	font-weight: bold;
	font-style: italic;
	font-size: 1.20em; 
}

#corps li
{
	list-style-type: circle;
	margin-left: 30px;
}

#corps p
{
	text-align: justify;
	/* text-indent: 30px; */
}

#corps table
{
	border-collapse: collapse; /* Pour collÃ© les cellules du tableau */
	width: auto;
}

#corps table.contour
{
	width: 750px;
}

#corps table.contour td, #corps table.contour th
{
	border: 1px solid #669966;
	font-family: "Comic Sans MS", Arial, Impact, Verdana,serif;
	text-align: justify;
}

#corps td, th
{
	border: 1px solid black;
	font-family: "Comic Sans MS", Arial, Impact, Verdana,serif;
}

#corps td.titre
{
	border: 0px;
	font-family: "Comic Sans MS", Arial, Impact, Verdana,serif;
	font-size: 1.1em;
	font-weight: bold;
}
#corps td.nom
{
	border: 0px;
	color: #FF0000;
	font-family: Signature, Arial, Impact, Verdana,serif;
	font-size: 1.1em;
	font-weight: bold;
}
#corps td.indicatif
{
	border: 0px;
	font-family: Arial, Impact, Verdana,serif;
	font-size: 1.1em;
	font-weight: bold;
}



#pied_de_page
{
	width: auto;
/*	margin-left: 180px; */
	padding: 10px;
}

#pied_de_page table
{
	margin: auto;
	width: 90%; 
}

.centre
{
	text-align: center;
}

.droite
{
	text-align: right;
}

.nouvelle
{
	border: 2px solid black;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	padding: 5px;
}

.menu
{
	border: 1px solid #669966;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	padding: 5px;
}

.menu h2 
{ 
	font-family: sans-serif;
	font-weight: bold;
	font-size: 1.25em; 
}

.menu h3 
{
	font-family: sans-serif;
	font-weight: normal;
	font-size: 1.10em; 
}

.menu h4 
{
	font-family: sans-serif;
	font-weight: lighter;
	font-size: 0.75em; 
}

.menudroite
{
	border: 1px solid black;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: justify;
	padding: 5px;
}

.menudroite h3 
{
	font-family: "Comic Sans MS", sans-serif;
	font-weight: normal;
	font-size: 1.00em;
	margin: 0px;
}

.menudroite h4
{
	font-family: sans-serif;
	font-weight: lighter;
	font-size: 0.75em; 
	margin: 0px;
	text-indent: 10px;
}

.sanscontour
{
	border: 0px solid black;
}