/* CSS Document */
A {font-color:red; font-weight:bold; font-color:red} . 

corp{
/*ensemble de la page, couleur blanc*/
	
	
	background: #003366 url('http://www.lescaramagnols.com/Structure/Images/mer.jpg');/* Fond de page bleu foncé avec image*/
	background-attachment;
	font-family: "palatino Linotype";
	font-size: 16px;
	font-weight : bold;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
:fixed;
/* couleur police blanche*/
	 background-color:#003366; 
	 font-weight : bold;
	 text-align : center;
	 text-color: #FFFFFF;
}
.td{
/* tableau couleur police blanc*/
	font-family: Georgia, "Palatino Linotype", Times, serif;
	color:#FFFFFF;
	font-weight : bold;
	text-align : justify;
	vertical-align : top;
	font-size: 18px;
}
a:link{
/* lien non visite : couleur police rouge*/
	color: #990000;
	font-size:19px;
	text-decoration:underline;
	font-style: normal;
	font-weight : bold;
	text-decoration: none;
	font-family: "palatino Linotype";


	
}
a:visited{
/* lien visité : couleur police rouge*/
	color: #800000;
	font-size:19px;
	font-style: normal;
	font-weight : bold;
	text-decoration: none;
	font-family: "palatino Linotype";


	   
}
a:hover{
/* lien survolé couleur police rouge*/
	color: #990000;
	font-size:19px;
	font-weight : bold;
	font-style: italic;
	text-decoration: none;
	font-family: "palatino Linotype";


/* lien lorsque l'on passe la souris dessus*/	
}

caption {
/* couleur police blanc*/
	color: #ffffff;
	font : Palatino Linotype;
	font-size: 22px;
	
font-weight : bold;
}
.h1 {
/* titre selon niveau décroissant titre marquee couleur police blanc*/


	font : Lucida Handwriting;
	color: #ffffff;
	font-weight : bold;
	text-align : center;
	vertical-align : top;
	font-size: 36px;
	
	
}
.h2 {
/* titre selon niveau décroissant couleur police blanc*/
	font : Lucida Handwriting;
	color: #ffffff;
	font-weight : bold;
	text-align : left;
	vertical-align : top;
	font-size: 24px;	
}
.h3,h4 {
	
	font : Palatino Linotype;
	font-weight : bold;
	color:#ffffff;
	font-size:18px
	text-align : center;


}

.TitreCentrePoliceMoyenne {
	
	/* couleur police blanc*/
	color : #ffffff;
	font :Palatino Linotype;
	font-weight : bold;
	font-size:18px;
	text-align : center;

}

.TitreCentrePolicePetite {
/* couleur police blanc*/
	color : #ffffff;
	font :Palatino Linotype;
	font-weight : bold;
	font-size:14px;
	text-align : center;

/* mode perso dans page*/
}
.p{
/* commande générale des paragraphes couleur police blanc*/
	font: 14px "Palatino Linotype";
	text-align: justify;
	font-weight : bold;
	color:#ffffff;


}
.div{
/* couleur police blanc aux écritures interieures*/
	font: 14px "Palatino Linotype";
	color: #ffffff;
	font-weight : bold;



}
.span{
/* couleur police blanc*/
	color:#ffffff;
	font-weight : bold;


}
.table{
/* couleur police blanc*/
	font-family: "Palatino Linotype", Times, serif;
	font-size: 16px;
	font-weight : bold;
	color: #ffffff;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-align: left;
	vertical-align: baseline;





}
.tableover{
/* couleur police blanc*/
	background : #004000;
	font-family: "Palatino Linotype", Times, serif;
	font-size: 15px;
	font-weight : bold;
	color: #FFFFFF;


}
.tablepetit{
/* couleur police blanc*/
	font-family: "Palatino Linotype", Times, serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight : bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
.webmail {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight : bold;
	font-style: normal;
	color: #FFFFFF;
}


/* style du ScriptPhoto*/
        <!--si l'on veut agrandir la photo principale :
		 
		<!-- dans MainPhoto choisir la taille correspondante au choix et dans MainSlide agrandir d'autant le width et _width
		<!-- ce qui suit en fait, détermine les tailles tableaux et distance les uns aux autres 
		<!-- pour modifier les tailles des photos, voir plus bas
		
			#MainSlide {
				
				height:350px;
				width:805px;
				_width:825px;
				padding:10px;
			}
			
			.MainPhoto {
			
				height:250px;
				width:500px;
				float:left;
			}
			
			.PreviewPhoto {
				
				height:75px;
				width:100px;				
				float:right;
				margin-bottom:5px;
				_margin-left:5px;
				cursor:pointer;
			}

			.PreviewPhoto2 {
				
				height:75px;
				width:100px;				
				float:left;
				margin-bottom:5px;
				_margin-right:5px;
				cursor:pointer;
			}		

			.PreviewColumn {
				float:left; 
				width:105px;
			}
