body {
	background : #7D78BA; 
	position:relative;
	width:960px;
	margin:15px auto 15px;
}

#presentation
{
	background : #d0cdec; /*la couleur ici permet de corriger un défaut de IE qui oblige à avoir un cadre plus grand que l'image*/
	border:  ridge #484383;
}

img {
	border:  0px;  
}


#texte_accueil /*encadré avec texte de présentation*/ {
	width:28%;
	height :70%;
	border: ridge #484383;
	padding: 5px;
	margin-top: 20px;
	background : #d0cdec;
	/*overflow: auto;*/
	font-family: arial, serif;
	font-size:12px;
	text-align: justify;
}

#texte_secondaire /*petit encadré du bas à gauche*/ {
	width:28%;
	height :16%;
	border: ridge #484383;
	padding: 5px;
	margin-top: 7px;
	background : #d0cdec;
	/*overflow: auto;*/
	font-family: arial, serif;
	font-size:12px;
	text-align: justify;
}

#logo_elodil_acceuil {
	width:319px;
	height :320px;
	position:absolute;
	top:115px; /* on met le haut un peu plus haut que la moitié de l'écran */
	left: 350px;
}

/*jaune*/

#qqc   {
	width:190px;
	height :190px;
	position:absolute;
	top:120px;
	left:690px;
}
/*bleue*/
#histo   {
	width:130px;
	height :130px;
	position:absolute;
	top:460px;
	left: 330px;
}
/*vert*/
#temoignages  {
	width:165px;
	height :164px;
	position:absolute;
	top:392px;
	left: 625px;
}

#copyright {
	text-align: center;
	width:100px;
	height :20px;
	position:absolute;
	top:620px;
	left: 518px;
	font-family: arial, serif;
}

#plan_site {
	width:96px;
	height :96px;
	position:absolute;
	top:505px;
	right:0;
}
#compteur{
	width:180px;
	height :20px;
	position:absolute;
	top:620px;
	left: 0px;
	font-size:9px;
}
#contact{
	text-align: right;
	width:80px;
	height :20px;
	position:absolute;
	top:620px;
	left: 200px;
	font-family: arial, serif;
}
a:link {
	color: #4800A5;
	text-decoration:none;
}

a:visited {
	color: #4800A5;
	text-decoration:none;
}