/*ceci est un fichier css appelé " tv.css"*/
html
{
font-size: 100%;
}
/*Paramètres généraux du site----------------------------------------------------------------------------------------------------------------------------*/

body
{
   margin: 0px;
   padding: 0px;
   width: 950px;
   height: 2000px;
   font-family: helvetica, verdana, times, serif;
   font-size: 1em;
   margin: auto; /* Pour centrer notre page */
   margin-top: 5px; /* Pour éviter de coller avec le haut de la fenêtre du navigateur */
   background-color: #EBEBEB;  /*couleur du fond*/
   color: #000000;
   
}
img
{
	border: none;
}
#contenu
{
	margin: 0px;
   padding: 0px;
   width: 950px;
   height: 2000px;
   font-family: helvetica, verdana, times, serif;
   font-size: 1em;
   margin: auto; /* Pour centrer notre page */
   margin-top: 5px; /* Pour éviter de coller avec le haut de la fenêtre du navigateur */
   background-color: #EBEBEB;  /*couleur du fond*/
   color: #000000;
}
/*Position de l'entête------------------------------------------------------------------------------------------------------------------------------------------------*/

#entete
{
   margin: 0px;
   padding: 0px;
   margin: auto;
   width: 880px;
   height: 100px;
   background-image: url("logoweb1.jpg");
   background-repeat: no-repeat;
   border-bottom: 3px double red;
   
}
.position 		/* vous êtes à :*/
{
	padding-left: 200px;
	font-size: 0.7em;
}
.skype			/* banniere entête*/
{
	text-align: right;
}

 h1
{
   color: #000080;
   text-align: center;
   font-family: helvetica, verdana, arial, times, Times, serif;
   font-size: 1.6em;
}

.voiture_photo
{
	font-family: helvetica, verdana, arial, times, serif;
	font-size: 0.8em;
	text-align: center;
	background-color: #EBEBEB;  /*couleur du fond*/
}
.cent
{
	text-align:center;
}