/* Ceci est un fichier CSS appelé "cca.css" */

body /* On travaille sur la balise body, donc sur TOUTE la page */
{
  background-image: url("images/fond_et_divers/fond_3renault.png");
  background-attachment: fixed; /* Le fond restera fixe */
}

table /* Le tableau en lui-même */
{
   margin: auto; /* Centre le tableau */
   /*border: 1px outset green; /* Bordure du tableau avec effet 3D (outset) */
   border: 0px;
   border-collapse: collapse; /* Colle les bordures entre elles */
}

th
{
   
}


td
{
  
  
}


img{
border: 0 none;
}
p
{
   color: #000080;
   /*font-size: 18px;*/
   font-size: 16px;
   text-align: justify;
}

h1		/* Titre de la page */
{
	/*color: #008000;*/
	color: #F80000;
	text-align: center; 
	font-size: 55px;


}

h2		/* Titre du chapitre */
{
	color: #008000;
	text-align: center; 
	font-size: 25px;


}

h3		/* Titre du paragraphe */	
{
	color: #0000FF;
	text-align: left;
	font-size: 22px;

}

h4
{
	color: #008000;
	text-align: left;
	font-size: 18px;
	/*font-size: 20px;*/

}

h5
{
	color: #f86009;
	text-align: left;
	/*font-size: 18px;*/
	font-size: 16px;

}

h6
{
	color: #008080;
	text-align: center;
	/*font-size: 18px;*/
	font-size: 14px;

}

#menu
{
   text-align: left;


}
.ind
{
	text-indent: 30px;
}
.milieu
{
	text-align: center;
}

.right
{
	text-align: right;
}

.important
{
   color: red;
   font-style: italic;
   font-size: 18px;
   
}
.minuscule
{
   font-size: xx-small;
}
.trespetit
{
   font-size: x-small;
}
.petit
{
   font-size: small;
}
.moyen
{
   font-size: medium;
}
.grand
{
   font-size: large;
}
.tresgrand
{
   font-size: x-large;
}
.supermegagigatresgrand
{
   font-size: xx-large;
}
