
body
 {
margin:0;				/*marge extérieure du corps*/
padding:0;				/*marge à l'intérieur du corps*/
height: 100%;			/*hauteur du corps*/
width: 100%;			/*largeur du corps*/
background-image: ;  /* image de fond  url("image/log.jpg") */
background-repeat: no-repeat; /*image de fond se répète*/
background-color: rgb(82,96,139);  /* couleur du fond   */
}

h1

{
font-size:27pt; /* taille en points pour IE et Mozilla*/
font-family: "comic sans ms",Arial,Verdana, "Arial Black",   serif; 
text-align: center; /* le texte est aligné au centre*/
color:rgb(46,11,244);
font-style: italic ; /*Les titres h1 seront en italique ! */
}

h2

{
font-size:22pt; /* taille en points pour IE et Mozilla*/
font-family:"comic sans ms",Arial,Verdana, "Arial Black",   serif; 
text-align: center; /* le texte est aligné au centre*/
color:rgb(250,250,250);
font-style: italic ; /*Les titres h3 seront en italique ! */
}

h3

{
font-size:18pt; /* taille en points pour IE et Mozilla*/
font-family:"comic sans ms",Arial,Verdana, "Arial Black",   serif; 
text-align: center; /* le texte est aligné au centre*/
color:rgb(248,37,22);
font-style: italic ; /*Les titres h3 seront en italique ! */
}

#index2

 {
margin:0;				/*marge extérieure du corps*/
padding:0;				/*marge à l'intérieur du corps*/
height: 593px;			/*hauteur du corps*/
width:100%;			/*largeur du corps*/
background-image: ;  /* image de fond  url("image/log.jpg") */
background-color: rgb(255,248,9);  /* couleur du fond   */
}


#tete

{
margin:2px;
padding:2px;
width:400px;
height:480px;
right:1px;
position:absolute;
top:5px;
border-style:dased;
}

#tete1

{
margin-left:5px;
padding:1px;
width:15%;
height:50%;
border-style:dahed;
font-family:"comic sans ms",Arial,Verdana, "Arial Black",   serif;
text-align:left;
font-size:30pt; /* taille en points pour IE et Mozilla*/
}



#logo_index
{
width:528px;
height:529px;
}


#corps4
{
right:100px;
font-family: "comic sans ms",Arial,Verdana, "Arial Black",   serif; 
width:700px;
height:400px;
border-style:dahed;
top:1%;
position:absolute;
}

#corps4 p
{
text-align:justify;
}


p

{
color:rgb(250,250,250);		/*      rgb(50,210,42);           */
font-family: "Comic Sans Ms",Verdana,Arial, "Arial Black",   serif;
font-size:13pt;   /* pour harmoniser IE et mozilla, il vaut mieux mettre les font size en points= pt*/
text-align:left;
font-weight:normal;  /*normal, c'est normal et bold c'est texte en gras*/
}



#pied_page1

{
width:70%;
height: 10%;
right:1px;
bottom:0px;
position:absolute;
top:87%;
font-family:"comic sans ms",Arial,Verdana, "Arial Black",   serif; 
}



#pied_page3

{
width:10%;
height: 12%;
right:20px;
position:absolute;
top:85%;

}

#pied_page3bis

{
width:10%;
height: 12%;
left:20px;
bottom:0px;
position:absolute;
top:85%;
}

#plaque_anim

{

width:842px;
height:595px;
position:absolute;
right:80px;
}

#soiree_jeux

{

width:842px;
height:595px;
position:absolute;
right:80px;

}

#compteur

{
margin-left:10px;
padding:1px;
width:200px;
height:50px;

font-family:,Arial,Verdana, "Arial Black",   serif;
text-align:left;
font-size:10pt; /* taille en points pour IE et margin-top:100px; Mozilla*/
position:absolute;
top:92%;
}
#dino
{
width:15%;
height: 17%;
left:200px;
position:absolute;
top:30%;
border-style:dashd;
}

#cuisine
{
width:15%;
height: 17%;
left:200px;
position:absolute;
top:55%;
border-style:dashd;
}

#cheval
{
width:15%;
height: 17%;
left:400px;
position:absolute;
top:20%;
border-style:dashd;
}

#vfoot
{
width:15%;
height: 17%;
left:420px;
position:absolute;
top:45%;
border-style:dashd;
}

#theatre
{
width:15%;
height: 17%;
left:580px;
position:absolute;
top:60%;
border-style:dashd;
}

.titre

{
font-family: "comic sans ms",Arial, Verdana,"Arial Black",serif;
font-size:30pt;
color: rgb(248,37,22);
}

a     /*lien normal*/
{
 
text-decoration : none ; 
font-size:10pt;
font-family:"comic sans ms",Verdana,Arial, "Arial Black",serif; 
color:rgb(107,135,246);
}

a img /* Toutes les images contenues dans un lien */
{
   border: none; /* Pas de bordure */
}

a:hover  /*quand le visiteur pointe sur le lien*/

{
color:green;/*rgb(107,135,246)*/
}