body 
{
   width: 800px; /*780*/
   margin: auto; /* Pour centrer notre page */
   margin-top: 10px;
   margin-bottom: 5px;    /* Idem pour le bas du navigateur */
   background-image: url(../images/fondbleugris.jpg) /*url(../images/Fond.gif); /* Une petite image de fond pour éviter d'avoir un vieux fond blanc :p */
}
#entete
{
   width: 780px;
   margin-bottom: 10px;
   /*border-style: solid;
	border-width: 2px;*/
   text-align: center;
}
#entete h1
{
color: blue;
margin-top: 5px;
/*padding-top: 20px;*/
}

.menudate
{
color: red;
font-weight: bold;
text-align: left;
padding-left: 5px;
padding-top: 5px;
}
.menuconn
{
color: red;
font-weight: bold;
text-align: right;/*left;*/
padding-right: 5px;
margin-top: -20px;
}
#filtre
{
color: #7c0772;
font-weight: bold;
}
.rubrique
{
text-align: right;/*left;*/
}
.Arrondissement
{
text-align: center;/*left;*/
color: #7c0772;
font-weight: bold;
}
#menulien
{
   float: left; 
   width: 200px;
}
#corps
{
	float: right;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	text-align: left;
	/*margin-top: -20px;*/
	width: 570px;
}

.ville /*correspond  au titre ville*/
{
text-align: left;
color: green;
font-weight: bold;
}
.libville /*correspond  au libellé  ville*/
{
color: blue;
font-weight: bold;
}
.horaire
{
margin-top: -20px;
text-align: right;
color: green;
font-weight: bold;
}
.libhoraire
{
margin-top: -20px;
text-align: right;
color: blue;
font-weight: bold;
}
.tarif /*correspond  au titre tarif*/
{
text-align: left;
color: green;
font-weight: bold;
}
.libtarif /*correspond  au libellé  ville*/
{
color: blue;
font-weight: bold;
}
.id
{
margin-top: -20px;
text-align: right;
color: green;
font-weight: bold;
}
.libid
{
margin-top: -20px;
text-align: right;
color: blue;
font-weight: bold;
}
.contact
{
text-align: left;
color: green;
font-weight: bold;
}
.libcontact
{
text-align: left;
color: #29a2dd;
font-weight: bold;
}
.genre
{
text-align: left;
color: green;
font-weight: bold;
}
.libgenre
{
text-align: left;
color: blue;
font-weight: bold;
}
.lieu
{
text-align: left;
color: green;
font-weight: bold;
}
.liblieu
{
text-align: left;
color: #29a2dd;
font-weight: bold;
}
.separe
{
	/*margin-top: -20px;
  	white-space: nowrap;*/
}

