body {
background: #9cbdf3 url(../Bkgs/Bkg-Dabo.jpg) fixed no-repeat; 
text-align: center;
}

p, li {
font-size : 13px; 
font-family :  Verdana, Arial, Geneva, sans-serif; 
color : #000000; 
text-align: justify;
padding-left: 10px;
padding-right: 10px;
}

p#Modalites	{
text-align: center;
}

h1 {
font-size : 22px; 
font-family :  Verdana, Arial, Geneva, sans-serif;
color : #000000; 
text-align: center;
font-style:italic;
}

h2 {
font-size : 12px;
font-family : Verdana, Arial, Geneva, sans-serif;
color : #000000;
text-aligne: center;
}


div#top {/* barre dégradée du haut */
width: 920px;
height: 40px;
margin-left:auto;
margin-right:auto;
background: url(../ImagesAMM/TopBl.png) top center no-repeat;
}

div#corps {/* arrière-plan du cadre */
width: 920px;
margin-left:auto;
margin-right:auto;
background: #FFFFFF url(../ImagesAMM/MilieuBl.png) bottom center;
padding-top: 0px;
margin-top: 0px;
}

div#Intro {/*le bloc de texte en haut de page */
width: 640px;
height: 200px;
float: left;
}

div#Vignet	{
width: 270px;
height: 200px;
float: left;
}

div#Bloc-zoom	{
background: #FFFFFF url(../ImagesAMM/MilieuBl.png);
width: 920px;
height: 400px;
margin-left:auto;
margin-right:auto;
padding-top: 0px;
margin-top: 0px;
}

img.zoom {
width: 200px;
height: 133px;
padding: 0px;
border: 0px;
}

img.zoom:hover {
width: 300px;
height: 200px;
padding: 0px;
border: 0px;
}

div#ImgProg	{ 
width: 160px;
height: 460px;
float: left;
}

div#Prog {
width: 760px;
height: 460px;
float: left;
}

div#LiensOT	{/* rampe des boutons de liens vers L'OT de Dabo */
width: 350px;
height: 40px;
margin-left: auto;
margin-right: auto;
}


div#BtOT	{/* le bloc de chaque bouton Dabo*/
width: 170px;
height: 40px;
float: left;
margin-left: auto;
margin-right: auto;
}

div#BtRetour	{/* le bloc de bouton Retour*/
width: 170px;
height: 40px;
margin-left: auto;
margin-right: auto;
}


ul#Bt  { /* chaque bouton */
	margin: 0;
	padding: 0;
	list-style-type: none;
/*Suppression du margin, du padding et des puces du <ul> */
}

ul#Bt li
{
	margin: 0 0 5px 0 ;
	padding: 0 ;
/* Suppression du padding du <li> et on définit une marge basse de 1px pour aérer le tout */
}

ul#Bt li a { /*Liens de navigation*/
	display: block ; /* On passe les liens en éléments de type block pour leur donner des propriétés de taille */
	width: 170px ;
	line-height: 34px ;
	color: #000 ;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	text-decoration: none ;
	background: url(../Imagesdusite/Bt-Bl.png) no-repeat center 5px ; /* On met une image de background, que l'on positionne à 0px du bord gauche et 5px du bord haut */
	border: 0px solid ;
}

ul#Bt li a:hover
{
	background: url(../Imagesdusite/Bt-Bl.png) no-repeat center -32px ; /* Et ici on décale l'image du background de 33px vers le haut pour laisser apparaître la 2eme partie de l'image */
	border: 0px solid ;
}


div#bas {/* barre dégradée du bas */
width: 920px;
height: 41px;
margin-left:auto;
margin-right:auto;
margin-top: 0px;
background: url(../ImagesAMM/BasBl.png) bottom center no-repeat;
}

