*{ margin:0; padding:0;} 

body
{ /* On travaille sur la balise body, donc sur TOUTE la page */
	width: 800px; 
	margin: auto; 
	background: url(images/fond_ecran.png) repeat;
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	color: #000; 
	font-size: 10pt; 
}

/* CSS de la page */

#all
{ /* balise contenant toute la page sous IE */
    background: url(images/fond_page.png) repeat-y; 
}

/* CSS du menu */

ul#menu {/* design menu */
	list-style-type:none;
	width:780px;
	height:15px;
	text-align:center;
	margin-left:20px; 		
}

ul#menu li { /* menu en ligne */
	display:inline;
}

ul#menu a { /* surlignement menu */
	display:block;
	float:left;
	width:90px;
	height:100%;
	color:#0000CC;
	text-decoration:none;
	font-weight:bold;
	border-right:1px solid #0000FF;
}

ul#menu a:hover {/* surlignement menu */
	display:block;
	float:left;
	width:110px;
	height:100%;
	color:#FF0099;
	text-decoration:none;
	font-weight:bolder;
	border-right:1px solid #BABABA;
}

/* CSS du bloc de news défilante */

#news 
{
	margin:45px 35px 0px 235px;
	font-size: 16px;
	font:bold 1.2em "Trebuchet MS", Sans-serif;
	color: #ffff00;
	padding: 5px 5px 5px 5px;
	text-align: center;
	border: none;
	
	/*2px solid #FF0066; */
}

#news1 
{
	margin:45px 35px 0px 235px;
	font-size: 18px;
	font:boldER 2em "comic sans ms", Sans-serif;
	color:#0000CC;
	padding: 5px 5px 5px 5px;
	text-align: center;
	vertical-align: middle;	
}

/* CSS de L'en-tête */

#en_tete
{
   	height: 296px;
	background: url(images/en_tete.png) no-repeat; 
	font-size: 12px;
	padding: 20px 0 0 0;
	text-align: center;
}

#en_tete img /* Toutes les images contenues dans un lien */
{
  border-width:2px;
  border-style:solid;
  border-color:#FF0066;
}

/* CSS COLONNE DU HAUT PETITE LARGEUR*/

#haut {
	width:450px;
	float:left;
	margin:-95px 0 0 30px;
}

#haut h2 {
	background: url(images/titre_gauche.png) bottom left no-repeat;
	color:#fff;
	font:bold 1.5em "Trebuchet MS", Sans-serif;
	text-indent:5px;
	margin:5px 0;
}

#haut h2 span { color:#666666; }

/* CSS COLONNE DE GAUCHE PETITE LARGEUR*/

#gauche {
	width:450px;
	float:left;
	margin:-95px 0 0 30px;
}

#gauche h2 {
	background: url(images/titre_gauche.png) bottom left no-repeat;
	color:#fff;
	font:bold 1.5em "Trebuchet MS", Sans-serif;
	text-indent:5px;
	margin:5px 0;
}

#gauche h2 span { color:#666666; }

/* CSS COLONNE CENTRALE 1*/

#centre {
	width:740px;
	float:left;
	margin:0px 0 0 30px;
}

#centre h2 {
	background: url(images/titre_gauche.png) bottom left no-repeat;
	color:#fff;
	font:bold 1.5em "Trebuchet MS", Sans-serif;
	text-indent:5px;
	margin:5px 0;
}

#centre h2 span { color:#666666; }

#centre h3 {
	
	color:#BABABA;
	font:bold 1.5em "Trebuchet MS", Sans-serif;
	text-indent:5px;
	margin:5px 0;
}

/* CSS COLONNE CENTRALE 2*/

#centre2 {
	width:740px;
	float:left;
	margin:-80px 0 0 30px;
}

#centre2 h2 {
	background: url(images/titre_gauche.png) bottom left no-repeat;
	color:#fff;
	font:bold 1.5em "Trebuchet MS", Sans-serif;
	text-indent:5px;
	margin:5px 0;
}

#centre2 h2 span { color:#666666; }

#centre2 h3 {
	
	color:#BABABA;
	font:bold 1.5em "Trebuchet MS", Sans-serif;
	text-indent:5px;
	margin:5px 0;
}


/* CSS COLONNE DE DROITE */

#droite {
	width:240px;
	float:left;
	margin:-10px 0 0 50px;
}

#droite h2 {
	background: url(images/titre_droite.png) bottom left no-repeat;
	color:#fff;
	font:bold 1.5em "Trebuchet MS", Sans-serif;
	text-indent:5px;
	margin:5px 0;
}

#droite h2 span { color:#666666; }

#droite form {
	width:156px;
	margin-left:10px;
}

#droite form fieldset { border:0; }

#droite form input, #gauche form textarea { border:1px solid #BABABA; }


 /* CSS du footer 
 ------------------------*/
 
#pied_de_page {
	clear: both;
	height: 56px;
	background: url(images/pied_de_page.png) no-repeat; 
	text-align: center;
	font:0.8em "Trebuchet MS", Sans-serif;
	color: #000;
}

/* CSS du menu horizontal  
 ------------------------*/
 
#menu_horizontal li { 
display : inline;
padding : 0 1.5em; /* Pour espacer les boutons entre eux */
}

#menu_horizontal ul {
list-style-type : none; /* Car sinon les puces se placent n'importe où */
}

	
a img /* Toutes les images contenues dans un lien */
{
   border: none; /* Pas de bordure */
}

/* CSS du menu de la page index automobile  
 ------------------------*/

.menuauto {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	line-height: 20px;
	color: #333333;
	text-decoration: none;
	background-image: url(images/bouton_1.png);
	background-repeat: no-repeat;
	background-position: center;
	text-indent: 125px;
	display: block;
	height: 20px;
	width: 400px;
}
.menuauto:visited {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 20px;
	color: #333333;
	text-decoration: none;
	background-image: url(images/bouton_1.png);
	background-repeat: no-repeat;
	background-position: center;
	text-indent: 125px;
	display: block;
	height: 20px;
	width: 400px;
}
.menuauto:hover {


	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
	color: #ff0099;
	text-decoration: none;
	background-image: url(images/bouton_2.gif);
	background-repeat: no-repeat;
	background-position: center;
	text-indent: 125px;
	display: block;
	height: 20px;
	width: 400px;
}

#titre_auto{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bolder;
	color: #0000CC;
	text-decoration: none;
	text-align: center;
}

/* CSS des bouton animé  
 ------------------------*/
 
.menuauto1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	line-height: 20px;
	color: #0000FF;
	text-decoration: none;
	background-image: url(images/bouton_1.png);
	background-repeat: no-repeat;
	background-position: center;
	text-indent: 125px;
	display: block;
	
}

.menuauto1:visited {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 20px;
	color: #0000FF;
	text-decoration: none;
	background-image: url(images/bouton_1.png);
	background-repeat: no-repeat;
	background-position: center;
	text-indent: 125px;
	display: block;
	
}

.menuauto1:hover {


	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
	color: #ff0099;
	text-decoration: none;
	background-image: url(images/bouton_2.gif);
	background-repeat: no-repeat;
	background-position: center;
	text-indent: 125px;
	display: block;
}	

#titre_auto1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bolder;
	color: #0000CC;
	text-decoration: none;
	text-align: center;
}

/* CSS de liste simple*/

ul#liste1 {/* design menu */
	list-style-position: outside;
	margin-left:20px; 		
}

ul#liste2 {/* design menu */
	list-style-position: outside;
	list-style-type: square;
	margin-left:40px; 		
}

#index-01{
position: relative;
  top: 10px;
  left: 500px;

}







