/* les couleurs */
/* **********les anciennes **************/
/* bleu violet en-tête de colonne : #6666FF */
/* bleu dur en-tête de ligne numéro : #0000FF */
/* couleur des liens */
/* link: et visited: #006699 */
/* active: et hover: ##6699cc */


/* *************les nouvelles****************/
/* marron : #C14A32 */
/* marron foncé : #330033 */
/* blanc cassé : #FFF1D5 */
/* fond page body rose orangé: #FBE1D4 */
/* les titres de page : belu foncé #1D4391 et bleu ciel #90C1F6 */


/*les liens */
a:link 	{  font-family: Arial; 
			   font-size: 10pt; 
			   color: #C14A32; 
			   text-decoration: underline
			   }
a:visited {  font-family: Arial;
			   font-size: 10pt; 
			   color: #C14A32; 
			   text-decoration: underline
			   }
a:hover {  font-family: Arial; 
			 font-size: 10pt; 
			 color: #0000FF; 
			 text-decoration: none;
			 background-color: #FFF1D5
		 }
a:active {  font-family: Arial; 
			  font-size: 10pt; 
			  color: #0000FF; 
			  text-decoration: none
			  }

a:link.suite 	{  font-family: Arial; 
			   font-size: 10pt;
			   font-weight: bold; 
			   color: #FFF1D5; 
			   text-decoration: underline
			   }
a:visited.suite {  font-family: Arial;
			   font-size: 10pt; 
			   font-weight: bold;
			   color: #FFF1D5; 
			   text-decoration: underline
			   }
a:hover.suite { font-family: Arial; font-size: 10pt; font-weight: bold; color: #0000FF; background-color: #FFF1D5; 
               text-decoration: none }
a:active.suite {  font-family: Arial; 
			  font-size: 10pt;
			  font-weight: bold; 
			  color: #0000FF; 
			  text-decoration: none
			  }
			  
			  
/*lien sur fond noir*/
a:link.noir 	{  font-family: Arial; 
			   font-size: 12pt; 
			   color: #FFFFFF; 
			   text-decoration: none
			   }
a:visited.noir {  font-family: Arial;
			   font-size: 12pt; 
			   color: #FFFFFF; 
			   text-decoration: none
			   }
a:hover.noir {  font-family: Arial;
			   font-size: 12pt; 
			   color: #000000; 
			   text-decoration: none
		 }

/*liens pas depage */

a:link.bas 	{  font-family: Arial; 
			   font-size: 8pt;
			   color: #000000; 
			   text-decoration: underline
			   }
a:visited.bas {  font-family: Arial;
			   font-size: 8pt; 
			   color: #000000; 
			   text-decoration: underline
			   }
a:hover.bas { font-family: Arial; 
				font-size: 8pt; 
				color: #0000FF; 
				text-decoration: none }
a:active.bas { font-family: Arial; font-size: 8pt; color: #0000FF; text-decoration: none }
/* menu - barre de navigation */

body.nav	{ background-color: #FBE1D4;
			  background-image : url("illustration/fond/artiste.jpg");
			  background-attachment: fixed;
			  background-repeat: no-repeat;
			  margin-top: 0px; 
			  margin-right: 0px; 
			  margin-bottom: 0px; 
			  margin-left: 0px;
			  
			}
			
			
/* toutes les pages */

body		{ background-color: #FBE1D4;
			  background-image : url("illustration/fond/leonard.jpg");
			  background-attachment: fixed;
			  background-repeat: no-repeat
			}
			
/* les couleurs de caractères */
/* blanc rosé-orangé */

p.blanc      { font-family: Arial; 
				 font-size: 13; 
				 color: #FFF1D5; 
				 font-style: italic }
				 
p.somm       { text-align: center; 
				 font-family: Arial; 
				 font-size: 8pt; 
				 font-weight: bold; 
				 color: #FFF1D5; 
               background-color: #C14A32; 
               border-style: ridge; 
               border-color: #FFF1D5 
               }
h2           { 	font-family: Arial; 
					font-size: 12pt; 
					color: #FFF1D5; 
					font-weight: bold;
					text-align: center
			 }

h3           { 	font-family: Arial; 
					font-size: 10pt; 
					color: #FFF1D5; 
					font-weight: bold;
					text-align: center
			 }

h4				{ 	font-family: Arial; 
					font-size: 10pt; 
					color: #330033; 
					font-weight: bold;
					text-align: center
			 }

td			{ 	color: #330033;
				font-family: Arial;
				font-size: 10pt 
			}
/* couleur et propiété du texte */
/* pour les tableaux produits en-tête de colonne et en-tête de ligne	*/
/* clair : blanc cassé : #FFF1D5*/
/* foncé : marron : #C14A32 */ 	
table.cata   { border: 1 solid #808080;
				 width: 340 }
table.cata2   { border: 1 solid #808080;
				  width: 363 }

tr.titclair	{color: #FFF1D5;
				 font-family: Arial;
				 font-size: 10pt;
				 font-weight: bold}
td.titclair	{border-bottom: 1 solid #808080;
				 border-right: 1 solid #808080;
				 color: #FFF1D5;
				 font-family: Arial;
				 font-size: 10pt;
				 font-weight: bold}
tr.titfonce	{color: #C14A32;
				 font-family: Arial;
				 font-size: 10pt;
				 font-weight: bold}
td.titfonce	{border-bottom: 1 solid #808080;
				 border-right: 1 solid #808080;
		  		 color: #C14A32;
				 font-family: Arial;
				 font-size: 10pt;
				 font-weight: bold}
td.contenu   { color: #330033; font-family: Arial; font-size: 10pt; 
               border-right: 1 solid #808080; border-bottom: 1 solid #808080 } 

hr           {	color: #FFF1D5; }
td.form      { 	font-family: Arial; 
					font-size: 10pt; 
					color: #FFF1D5; 
					font-weight: bold;
					text-align: center;
					text-align: right;
			 }
