/* Caractéristiques générales communes à toutes les pages hormis accueil ----- */
*{
margin: 0;
padding: 0;
border:0;
}
body{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:medium; /* medium => 16 px*/
color:#959EA6;
text-align:center;
background-color:#FFF;
margin-bottom:10px;
margin-top:20px;
}
#centrage {
width:760px;
margin:0 auto;
font-size:70%;
display:table;
text-align:left;
position:relative;
background-color:#82B5E1;
border:1px solid #D1D1D1;
}
.gras{
font-weight:bold;
}
.italique{
font-style:italic;
}
a{
color:#fff;
font-weight:normal;
}
a:link, a:visited{
text-decoration:none;
}
a:hover, a:active{
text-decoration:underline;
}

/* contenu ----------------------------------------------------------------- */
#animaccueil{
position:absolute;
}
#contenu{
width:800px;
height:600px;
}
.titre {
position:absolute;
background-image:url(../pics/accueil/titre_poney.gif);
width:525px;
height:131px;
margin-left:270px;
top: 20px;
}

.lenfant{
position:absolute;
background-image:url(../pics/accueil/lenfant.gif);
width:174px;
height:55px;
margin-left:511px;
top:203px;
}


.source{
position:absolute;
width:119px;
height:104px;
top:331px;
margin-left:23px;
}

.formanoir{
position:absolute;
width:142px;
height:92px;
top:306px;
margin-left:98px;
}

.terrasses{
position:absolute;
width:154px;
height:135px;
top:308px;
margin-left:154px;
}

.val{
position:absolute;
width:154px;
height:135px;
top:365px;
margin-left:311px;
}
html>body .source{
top:351px;
}

html>body .formanoir{
top:326px;
}

html>body .terrasses{
top:328px;
}

html>body .val{
top:385px;
}
.entrer{
position:absolute;
width:208px;
height:51px;
margin-left:8px;
top:472px;
}

.nosactus{
position:absolute;
width:217px;
height:51px;
margin-left:216px;
top:472px;
}

.texte{
position:absolute;
width:393px;
height:60px;
top:530px;
margin-left:25px;
text-align:justify;
}

.trouver {
position:absolute;
width:169px;
height:203px;
top:323px;
margin-left:433px;
}

.bruyere{
position:absolute;
width:157px;
height:113px;
top:495px;
margin-left:620px;
}
html>body .bruyere{
top:515px;
}

/* Pied de Page --------------------------------------------------------------- */
#pied{
position:absolute;
width:300px;
height:21px;
margin-left:483px;
top:583px;
text-align:right;
padding-right:-7px;
color:#fff;
}
html>body #pied{
top:603px;
}

