<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* bleu foncÃ© pdf #06618c blog #015a86 */
/* bleu clair pdf #b0e2e3 blog #b3e6e9*/
/* vert foncÃ© pdf #b3dc18 blog #b3dc18*/
/* vert clair pdf #e6f076 blog #e6f076*/
/* blanc #ffffff */

body
{
   margin: auto; /* Pour centrer notre page */
   font-family: "Verdana", "Arial Black", "Times New Roman", Times, serif;
   font-size: 10pt;
	background-color: #06618c; /*bleu foncÃ©*/
}

#en_tete
{
	display: none;
   font-family: "Comic sans MS", "Arial Black", "Times New Roman", Times, serif;
   font-size: 38pt;
   color: #ffffff;
   margin-left: 20px;
}

#menu_haut
{
	display: none;
#   float: center; /* Le menu flottera au centre */
   padding-left: 200px;
   height: 40px;
   line-height:40px;
}

#menu_haut ul /* Toutes les listes Ã&nbsp; puces se trouvant dans un menu */
{
   list-style-type: none; /* On change l'apparence des puces */
   padding: 5px; /* Tous les cÃ´tÃ©s ont une marge intÃ©rieure de 5 pixels */
   margin: 0px; /* Idem pour margin, Ã§a nous Ã©vite d'avoir Ã&nbsp; en Ã©crire 4 (margin-left, margin-right...) */
   margin-left: 5px; /* MÃªme chose que tout Ã&nbsp; l'heure, on modifie ensuite juste margin-left, mais tous les autres sont Ã&nbsp; 0px */
}

#menu_haut li
{
   margin: 5px;
   font-family: "Comic sans MS", Helvetica, sans-serif;
   font-size: medium;
   padding: 0px;
}

#menu_haut a {
	text-decoration:none;
   display: block;
   width: 160px;
   float: left;
   line-height: 40px;
   text-align: center;
   background-image: url(../images/bouton_menu_bleu.png);
   background-repeat: no-repeat;
}

#menu_haut a:link, #menu_haut a:visited {
	color: #06618c;
}

#menu_haut a:hover {
	color: #ffffff;
}

#menu_gauche
{
	display: none;
	clear: both;
   float: left; /* Le menu flottera Ã&nbsp; gauche */
   width: 120px; /* TrÃ¨s important : donner une taille au menu */
   margin-top: 50px;
}

#menu_gauche ul /* Toutes les listes Ã&nbsp; puces se trouvant dans un menu */
{
   list-style-type: none; /* On change l'apparence des puces */
   padding: 5px; /* Tous les cÃ´tÃ©s ont une marge intÃ©rieure de 5 pixels */
   padding-left: 20px; /* ... mais on modifie ensuite la marge de gauche, donc celle-lÃ&nbsp; fera finalement 20 pixels */
   margin: 0px; /* Idem pour margin, Ã§a nous Ã©vite d'avoir Ã&nbsp; en Ã©crire 4 (margin-left, margin-right...) */
   margin-bottom: 5px; /* MÃªme chose que tout Ã&nbsp; l'heure, on modifie ensuite juste margin-bottom, mais tous les autres sont Ã&nbsp; 0px */
}

#menu_gauche li
{
 	height: 40px;
   width: 160px;
   margin: 5px;
   font-family: "Comic sans MS", Helvetica, sans-serif;
   font-size: medium;
   text-align: center;
   line-height: 250%;
   list-style-type: none;
   background-image: url(../images/bouton_menu.png);
   background-repeat: no-repeat;
}

#menu_gauche a {
	text-decoration:none;
}

#menu_gauche a:link, #menu_gauche a:visited {
	color: #06618c;
}

#menu_gauche a:hover {
	color: #ffffff;
}

#corps
{
   margin-left: 160px; /* Une marge Ã&nbsp; gauche pour pousser le corps, afin qu'il ne passe plus sous le menu */
   margin-bottom: 20px; /* Ca c'est pour Ã©viter que le corps colle trop au pied de page en-dessous */
   margin-right: 20px;
   padding: 60px; /* Pour Ã©viter que le texte Ã&nbsp; l'intÃ©rieur du corps ne colle trop Ã&nbsp; la bordure */  
	background-color: #ffffff;
}
   
#rose
{
	color: #ff00ff;
}
   
#pied_de_page
{
   padding: 5px;
   padding-bottom: 20px;
#   clear: both;

   text-align: center;

   color: #ffffff;
#   font-family: "Comic sans MS", "Arial Black", "Times New Roman", Times, serif;
   font-size: 0.9em;
}

h1 {
	font-size: 2em; 
	font-weight:normal;
   font-family: "Comic sans MS", "Arial Black", "Times New Roman", Times, serif;
	color: #b3dc18;
	margin-top: 0px;
	margin-bottom: 3px;
}

h1 a
{
	text-decoration: none;
	color: #F410AD;
}


h2 {
	font-size: 1.2em;
	font-weight:bold;
	color: #000000;
	margin-top: 12px;
	margin-bottom: 6px;
}

h3 {
	font-size: 1.2em;
	font-style: italic;
	color: #000000;
	text-indent: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
}

h4 {
	font-size: 1.4em;
	color: #F410AD;
}

h5 {
	text-indent: 50px
}

h6 {
	font-size: 1em;
	font-weight:bold;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 3px;
	text-indent: 70px}

dt {
	padding-top: 6px;
	font-style: italic;
	font-weight: bold;
}

#corps a:link {
	color: #06618c; /* bleu foncÃ© */
}
#corps a:link:hover {
	color: #b0e2e3; /* bleu clair */
}

#corps a:visited {
	color: #b3dc18; /* vert foncÃ© */
}
#corps a:visited:hover {
	color: #e6f076; /* vert clair */
}

.content {
	padding-left: 20px;
}
p {
	margin-top: 0px;
	margin-bottom: 0px;
	}
	
#corps ul {
	color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-image:  url(../images/bullet.png);
}
	
#corps blockquote {
	margin-top: 0px;
	margin-bottom: 0px;
	color: #333333
	margin-right: 0px;
}

#corps ol {
	margin-top: 0px;
	margin-bottom: 0px;
}

.content dt
{
	font-style: italic;
}

label
{
	display: block;
	width: 12%;
	float: left;
	text-align: right;
	padding-right: 2%;
}

#adresse
{
	width: 40%;
}

#code_postal
{
	width: 10%;
	
}

#ville
{
	width: 15%;
}


#webring
{
	text-align: center;
	font-size: 0.7em;
	margin:0;
	margin-top: 20px;
	padding:0;
}


</pre></body></html>