@charset "utf-8";
/* CSS Document */
/* couleur des liens */
a:link {text-decoration: none;
		color: #330099;
		}
/* couleur des liens visités  (roupe) */
a:visited {text-decoration: none;
		color: #FF0000;
		} 
/* couleur des liens survolés */
a:hover {text-decoration: none;
		color: #FF00FF;}
/* xxxxxxxxxx */
a:active {text-decoration: none;}
/* taille et couleur table */
table {
   background: none;
   margin-left: auto;
   margin-right: auto;
   border: none;
   width: 900px;}
/*  styles de texte  */
.Style1 {font-family: Arial, Helvetica, sans-serif;
		font-size: 16px;
		text-align:center;
		max-width: 900px;
		color: #000000}
.Style2 {font-family: Arial, Helvetica, sans-serif;
		font-size: 18px;
		font-weight: bold;
		text-align:center;
		color: #000000}
/*  Titres et Sous-titres */
H1 		{font-family: arial, sans-serif ;
		font-size: 16pt ;
		display: inline;}
		
H2		{font-family: arial, sans-serif ;
		font-size: 14pt ;
		display: inline}
		
H3		{font-family: arial, sans-serif ;
		font-size: 12pt ;
		display: inline}
/* param�tres body pour les pages des album photos */  
.bodypho {background-color:#D7D7D7;
		}
/* param�tres body pour les albums photos */
.bodyalbum {
		background-color: #CCCC99;
		margin: 0px;
		width: 100%;}
.baspage1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-variant: normal;
	color: #FFFFFF; 
	width:900px;
	background-image: url("banniere/afondphoto01.gif");
	background-repeat: repeat;}
.baspage2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-variant: normal;
	color: #FFFFFF;
	width:980px;
	background-image: url("banniere/afondphoto02.gif");
	background-repeat: repeat;}