<!--
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">

	BODY	 {
		background-repeat : repeat;
		background-color  : #330033;
		color             : #FFFF66;
		
	}
	
	/* 
	 * Lien hypertext
	 * ==============
	 */
	A:active {
		font-family    : Arial, Helvetica, sans-serif;
		text-decoration: underline; 
		color          : #F4A460;  
	}
	A:visited {
		font-family    : Arial, Helvetica, sans-serif;
		text-decoration: underline; 
		color          : #FFFF66;  
	}
    A:hover {
		font-family    : Arial, Helvetica, sans-serif;
		text-decoration: underline; 
		color          : #F4A460;
	}
	A:link {
	    font-family    : Arial, Helvetica, sans-serif;
		text-decoration: underline; 
		color          : #FFFF66; 
	}
	
	/* 
	 * Titre
	 * =====
	 */
	H1	{
	    font-family : Palatino, serif;
		font-size   : 35pt;
		text-align  : center;
		color       : #FFFF99; 
	}
	H2	{
	    font-family    : French Script MF, fantasy;
		font-size      : 36pt; 
		text-align     : center;
		color          : #FFFF66 
	}
	
	/* 
	 * Paragraphe
	 * ==========
	 */
	P.sous_titre {
	    font-family : Arial, Helvetica, sans-serif;
	    font-size   : 14pt; 
		text-align  : center;
		color       : #FFFFCC; 
	}
		
	P.pied 	{
	    font-family : Arial, Helvetica, sans-serif;
		font-size   : 10pt; 
		text-align  : center;
		color       : #FFFFCC; 
	}
	
	P 	{
	    font-family : Arial, Helvetica, sans-serif;
		font-size   : 14pt; 
		text-align  : justify;
		color       : #FFFFCC; 
	}
	
    P B {
  		color          : orange;
        text-decoration: underline; 
	}
    
	TABLE.album {
		vertical-align : middle; 
		text-align     : center;
		margin         : 10px 5px 10px 5px; 
	}
	
	.album TD {
		background-color: black;
		vertical-align  : middle; 
	}
	
	.album IMG {
		margin         : 20px 5px 20px 5px;  
	}
	
	TABLE.technique {
		font-family     : Arial, Helvetica, sans-serif;
		color           : #000000;
	}
	
	.technique TD {
		background-color: #FFFFCC;
	}
	
	.technique B {
		color: red;
	}
	
	.technique TH {
		color           : #8B0000;
		text-align      : center;
		font-size       : 18pt; 
		background-color: #FFFFCC;
	}
	
	TABLE {
	    vertical-align : middle; 
		text-align     : left;
		font-size      : 14pt; 
		color          : #FFFFCC;
	}
	
	DIV.contact {
	   font-family    : Arial, Helvetica, sans-serif;
	   vertical-align : middle; 
	   text-align     : center;
	   font-size      : 14pt;
	   color          : #FFFFFF;
	}
	
	P.contact {
	   font-family    : Arial, Helvetica, sans-serif;
	   vertical-align : middle; 
	   text-align     : center;
	   font-size      : 18pt;
	   color          : #FFFFFF;
	}
		
	/* 
	 * Bordures
	 * ========
	 */
	TABLE.main {
		border-collapse   : collapse;
		background-color  : #2A002A;   /* <<<<<<<< Couleur de fond */ 
		border-spacing    : 0px;
		margin            : 5px 5px 5px 5px; 
	}
	
	TD.logo  {
	    border-width      : 1; 
		border-style      : none; 
		vertical-align    : middle; 
		text-align        : center;
		background-color  : #1E001E;
	}

	TD.titre  {
		border-width      : 1; 
		background-image  : url('images/frise.jpg'); 
		background-repeat : no-repeat; 
		border-style      : none; 
		vertical-align    : middle; 
		text-align        : center;
	}
	
	TD.menu  {
		border-width      : 1; 
		border-style      : none; 
		vertical-align    : top; 
		text-align        : left;
		background-color  : #1E001E;
	}
	
	.main TD {
		padding            : 1px 10px 10px 10px; 
	}
	
	.menu UL {
		font-size            : 15pt; 
		list-style-type      : none;
		text-indent          : 0pt;
		margin-left          : 10pt;
		font-family          : Arial, Helvetica, sans-serif;
        -webkit-padding-start: 0pt;
        padding-left         : 0pt;
	}
	
	.menu UL  UL{
		font-size            : 12pt; 
		list-style-type      : none;
		text-indent          : 0pt;
		margin-left          : 10pt;
		font-family          : Arial, Helvetica, sans-serif;
        -webkit-padding-start: 0pt;
        padding-left         : 0pt;
	}
	
	.menu UL LI {
		margin-top         : 10pt;
		margin-bottom      : 10pt;
	}
	
	.menu UL UL LI {
		margin-top         : 5pt;
		margin-bottom      : 5pt;
	}
-->

