body
{
	 margin: 0;
	 color : #815F00;
}
img
{
  border:0;
}
/*********************************************************************************************
Classes liées au menu
*********************************************************************************************/

.menu
{
	position: absolute;
	top: 60px;
	left: 0px;
	width: 200px;
} 

.menuPremices, .menuProtagonistes, .menuGalerie, .menuAdoption, .menu3ptits
{
  float: left;
	width: 200px;
	Height: 75px;
	padding: 20px 0 0 0;
}
.menuPremices a:link 
{
	background: url(img/menu/premices2.gif);
	background-repeat: no-repeat;
} 
.menuPremices a:visited
{
	background: url(img/menu/premices2.gif);
	background-repeat: no-repeat;
}
.menuPremices a:hover 
{
	background: url(img/menu/premices.gif);
	background-repeat: no-repeat;
}

.menuProtagonistes a:link 
{
	background: url(img/menu/protag2.gif);
	background-repeat: no-repeat;
} 
.menuProtagonistes a:visited
{
	background: url(img/menu/protag2.gif);
	background-repeat: no-repeat;
}
.menuProtagonistes a:hover 
{
	background: url(img/menu/protag.gif);
	background-repeat: no-repeat;
}

.menuGalerie a:link 
{
	background: url(img/menu/galerie2.gif);
	background-repeat: no-repeat;
} 
.menuGalerie a:visited
{
	background: url(img/menu/galerie2.gif);
	background-repeat: no-repeat;
}
.menuGalerie a:hover 
{
	background: url(img/menu/galerie.gif);
	background-repeat: no-repeat;
}

.menuAdoption a:link 
{
	background: url(img/menu/adoption2.gif);
	 background-repeat: no-repeat;
} 
.menuAdoption a:visited
{
	background: url(img/menu/adoption2.gif);
	background-repeat: no-repeat;
}
.menuAdoption a:hover 
{
	background: url(img/menu/adoption.gif);
	background-repeat: no-repeat;
}

.menu3ptits a:link 
{
	background: url(img/menu/3ptits2.gif);
	background-repeat: no-repeat;
} 
.menu3ptits a:visited
{
	background: url(img/menu/3ptits2.gif);
	background-repeat: no-repeat;
}
.menu3ptits a:hover 
{
	background: url(img/menu/3ptits.gif);
	background-repeat: no-repeat;
}


/*********************************************************************************************
Classes liées aux sousmenus
*********************************************************************************************/
.ssm1
{
  position: absolute;
	bottom: 0px;
  left:0px;
  width:193px
}
.ssm2
{
  position: absolute;
	bottom: 0px;
  left:193px;
  width:193px
}
.ssm3
{
  position: absolute;
	bottom: 0px;
  left:386px;
  width:193px
}


.sousMenu
{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 40px;
}

.bouton 
{
	float: left;
	width: 40px;
	Height: 42px;
	margin: 5px 0 10px 0;
}
.bouton a:link 
{
	background: url(img/menu/bouton1.gif);
	background-repeat: no-repeat;
} 
.bouton a:visited
{
	background: url(img/menu/bouton1.gif);
	background-repeat: no-repeat;
}
.bouton a:hover 
{
	background: url(img/menu/bouton2.gif);
	background-repeat: no-repeat;
}

/*********************************************************************************************************
Classes liées aux pages
*********************************************************************************************************/

/*taille et position du block central*/
.centre 
{
	background-color:white;
	position: absolute;
	top: 80px;
	left: 200px;
	width: 660px;
	height: 540px;
}

.lien
{
	width: 520px;
	height: 160px;
	margin: 5px 0 10px 0;
}
 a:link
{
 color : #815F00;
 text-decoration:underline;
}
 a:visited
{
 color : #815F00;
 text-decoration:underline;
}
 a:hover
{
 color : #815F00;
 text-decoration:none;
}

.entete
{
	background-color:white;
	position: absolute;
	top: 0px;
	left: 200px;
	width: 660px;
	height: 100px;
}
.logo
{
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 50px;
	height: 22px;
}
.imgProtago
{
	position: absolute;
	bottom: 10px;
	left: 0px;
	width: 35px;
	height: 22px;
}
/*propriétés spécifiques à la page prémices*/
.premices
{
	background-color: #FBE343;
	text-align:justify;
}
.FloatRight
{
  float:right;
}
.FloatLeft
{
  float:left;
}

/*propriétés spécifiques à la page protagonistes*/
.protagoniste
{
	background-color: #FFBF00;
	text-align:justify;
}

/*propriétés spécifiques à la page galerie*/
.galerie
{
	background-color: #D4DF00;
	text-align:justify;
}

/*propriétés spécifiques à la page adoption*/
.adoption
{
	background-color: #55BFFF;
	text-align:justify;
}

/*propriétés spécifiques à la page 3ptit*/
.ptits
{
	background-color: #FF9FAA;
	text-align:justify;
}

/*********************************************************************************************************
Classes liées aux cadre avec bord arondis
*********************************************************************************************************/

.cadre 
{ /* taille du cadre*/
	position: relative;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 100%;
}

/* propriétés communes à l'ensemble des 4 coins */
.hautgauche, .hautdroit, .basgauche, .basdroit 
{
	height: 20px; width: 20px;
	background-repeat: no-repeat;
	font-size:1px; /* correction d'un bug IE */
}

/* propriétés spécifiques à chaque coin */
.hautgauche 
{
	position: relative;
	float: left;
	background: url(img/hautGauche.gif);
}

.hautdroit 
{
	position: relative;
	float: right;
	background: url(img/hautDroite.gif);
}

.basgauche
{
	position: absolute;
	bottom: 0;
	left:0;
	background: url(img/basGauche.gif);
}

.basdroit
{
	position: absolute;
	bottom: 0;
	right:0;
	background: url(img/basDroite.gif);
}

.contenu
{
	position: absolute;
	top: 20px;
	bottom:20px;
  left: 20px;
  right: 20px;
  width: 625px;
	height: 515px ;
}


/*********************************************************************************************************
Classes liées aux cadre avec scrollbarre
*********************************************************************************************************/
.fenetre
{
  position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
  width: 580px;
	height: 470px ;
}
.fenetreContenu
{
	position: absolute;
	top: 20px;
	bottom:20px;
  left: 0px;
  right: 0px;
  width: 580px;
	height: 430px ;
	background-color : white ;
}
.haut, .bas
{
	height: 20px; width: 580px;
	background-repeat: no-repeat;
	font-size:1px; /* correction d'un bug IE */
}
.haut
{
	position: absolute;
	top: 0;
	background: url(img/fenetrehaut.gif);
}
.bas
{
	position: absolute;
	bottom: 0;
	background: url(img/fenetreBas.gif);
}
.scroll
{
	position: absolute;
	top: 0px;
  padding: 0px 10px 0px 10px;
	width: 560px;
	height: 430px ;
	overflow: auto ;
}



.scrollImg img
{
  margin: 10px 10px 10px 10px;
}
