/* FEUILLE DE STYLE GENERALE 
animations.php
artistes.php
autres_amenagements.php
benevoles.php
contact.php
expositions.php
index.php
liens.php
presentation.php
publications_articles.php
publications_livres.php
voyages.php
INVENTAIRES CABANES
type1,2,3,4,5,6,7
LIEUX
abri_sous_roche.php
mur_peste.php
*/

html 
{
overflow: scroll; /* Pour forcer la scrollbar */
}
	
body
{
background-color: #a79d65;
background-repeat: no-repeat;
background-position:  center 85px;
background-attachment: fixed;
/* texte */
color: #492838; /* */
font-family: verdana; /* */
font-size: 15px;
line-height: 25px; /* */ 
text-align: justify; /* texte justifié */
/* corps */
width: 760px;
margin: auto; /* Pour centrer la page */
margin-top: 0px; /* Pour coller avec le haut de la fenêtre du navigateur.  */
margin-bottom: 20px;    /* Idem pour le bas du navigateur */
}

img
{
border: none;
}

a
{
text-decoration: none;
color: #492838;
}

/* index.php */
#accueil1, #accueil2, #accueil3
{
	position: absolute;
	top: 50px;
}

#accueil1
{
	left: 80px;
}

#accueil2
{
	left: 280px;
}

#accueil3
{
	left: 480px;
}

#corps
{
	position: absolute;
	top: 180px;
	left: 0px;
	width: 740px;
	text-align: center;
	border: 0px solid black;
}

#img_small
{
	position: absolute;
	top: 180px;
	left: 0px;
}

#img_big
{
	position: absolute;
	top: 180px;
	left: 130px;
}

#logo
{
	position: absolute;
	top: 100px;
	left: 30px;
}

#page
{
	position: relative; /* on positionne le conteneur */
    margin-left: auto;
    margin-right: auto;
   	width:760px;
}

#photo_artisan
{
	margin: 0 auto;/*pour qu'il soit centré*/
	text-align: center;
	color: #492838;
	border: 0px solid black;
}

.unephoto_artisan
{
	float: left;
	margin-left: 50px;
	top: 12px;
	height: 210px;
	width: 310px;
	border: 0px solid red;
	text-align: center;
	font-size: 14px;
}

#photo_associations
{
	margin: 0 auto;/*pour qu'il soit centré*/
	text-align: center;
	color: #492838;
	border: 0px solid black;
}

.unephoto_associations
{
	float: left;
	margin-left: 50px;
	top: 12px;
	height: 200px;
	width: 180px;
	border: 0px solid red;
	text-align: center;
	font-size: 14px;
}

#photo_peste1
{
	position: relative;
	left: 50px;
	width: 280px;
	border: 0px solid black;
}

#photo_peste2
{
position: relative;
	top: -180px;
	left: 450px;
	width: 250px;
	border: 0px solid black;
}

/* publications_livres.php */
#pub1, #pub2, #pub1_texte, #pub2_texte
{
	position: absolute;
	border: Opx solid black;
}

#pub1
{
	top: 10px;
	left: 10px;
	width: 180px;
	border: 0px solid black;
}

#pub2
{
	top: 220px;
	left: 25px;
	width: 180px;
	border: 0px solid black;
}

#pub1_texte
{
	top: 30px;
	left: 230px;
	width: 550px;
	text-align: left;
	border: 0px solid black;
}

#pub2_texte
{
	top: 240px;
	left: 230px;
	width: 550px;
	text-align: left;
	border: 0px solid black;
}
/* à supprimer? */
#pub4a {	top: 740px; left: 0px; width: 120px; }
#pub4b {	top: 700px; left: 140px; width: 120px; }
#pub4c {	top: 700px; left: 280px; width: 120px; }
#pub4d {	top: 700px; left: 420px; width: 120px; }
#pub4e {	top: 700px; left: 560px; width: 120px; }

#retour
{
	position: absolute;
	top: 110px;
	right: 0px;
}

#tirets
{
	position: relative;
	left: 50px;
	width : 690px;
}

#titre
{
	position: absolute;
	top: 5px;
	left: 0px;
	width: 760px;
	text-align: center;
	border: 0px solid black;
}
