body 
    {
   	font-size : 11px;
	font-family : tahoma, verdana, sans-serif;
	text-align : justify;
	color : #333333;
	}
	
/* définition des div */
#menuGauche
	{
	float : left;
	color: #FFFFFF;
	line-height : 28px;
	font-size : 14px;
	}
#menuDroite
	{
	color: #FFFFFF;
	line-height : 28px;
	font-size : 14px;
	}
	
/* définition des styles */
.gen
	{
	font-size : 11px;
	font-family : tahoma, verdana, sans-serif;
	text-align : justify;
	color : #333333;
	}
.petit
	{
	font-family : verdana;
	font-size : 9px;
	}
.spencerOnMain
	{
	font-size : 25px;
	color : #FFFFFF;
	}
.bedAndBreakfast
	{
	font-family : 'Times New Roman', Helvetica, serif;
	font-size : 25px;
	color : #FFFFFF;
	font-style : italic;
	}
.texte
	{
	line-height : 16px;
	font-size : 11px;
	font-family : tahoma, verdana, sans-serif;
	text-align : justify;
	color : #333333;
	}
.titre
	{
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
	}
.titrePage
	{
	color : #CBCED4;
	font-size : 40px;
	letter-spacing : 4px;
	}
.soustitrePage
	{
	font-size : 13px;
	color : #999966;
	letter-spacing : 1px;
	}
/* définition des liens */
a
	{
	color : #333333;
	text-decoration : none;
	}
a:hover
	{
	color : #000000;
	text-decoration : underline;
	}
a.texte
	{
	font-size : 11px;
	text-decoration : underline;
	}
a.texte:hover
	{
	color : #999966;
	}
a.menuBlanc
	{
	font-size : 13px;
	color : #FFFFFF;
	text-decoration : none;
	}
a.menuBlanc:hover
	{
	color : #FFFFFF;
	text-decoration : underline;
	}
a.menuVert
	{
	font-size : 13px;
	color : #669999;
	text-decoration : none;
	}
a.menuVert:hover
	{
	color : #669999;
	text-decoration : underline;
	}
a.menuBas
	{
	font-size : 11px;
	color : #FFFFFF;
	text-decoration : none;
	}
a.menuBas:hover
	{
	color : #FFFFFF;
	text-decoration : underline;
	}
a.lien_lien
	{
	font-size: 10px;
	text-decoration: none;
	color: #CCCCCC;
	}
a.lien_lien:hover
	{
	text-decoration : none;
	color : #999999;
	}

/* formulaires */
.inputText
	{
    border : 1px solid #bbbbbb;
    background : #FFFFFF;
    font-family : verdana,sans-serif,helvetica;
    font-size : 10px;
    color : #22392D;
    scrollbar-3dlight-color: #ffffff; 
    scrollbar-arrow-color: #ffffff; 
    scrollbar-darkshadow-color: #ffffff; 
    scrollbar-face-color: #ffffff; 
    scrollbar-highlight-color: #ffffff; 
    scrollbar-shadow-color: #ffffff; 
    scrollbar-track-color: #ffffff;
	}
.inputSubmit
    {
    border : 2px outset #F4F8F1;
    background : #669999;
    font-family : verdana,sans-serif,helvetica;
    font-size : 10px;
    font-weight : bold;
    color : #FFFFFF;
    height: 18px;
    }