/* CSS Document */

/* Propriété des pages */
html, form { margin: 0; padding: 0; }
body { font: normal .8em tahoma; color: #ffffff; background-color: #B49E66; margin: 0; padding: 0; }
img { border: none; }
a, a.link, a.active, a.visited { color: #ffffff; text-decoration: none; }
a:hover { text-decoration: underline; }
a.bold { font-weight: bold; }
a.current { color: #7B1413; }



/* Div principal */
#bloc-principal {
	margin-top: 0px;
	width: 1004px;
        margin-left: auto;
        margin-right: auto;
}

/* Header */

#bandeau-principal {
	margin-top: 0px;
	height: 169px;
	width: 1004px;
}

#home {
	height: 77px;
	width: 412px;	
        float:left;

}
#home_haut {
	height: 22px;
	width: 412px;	

}
#home_bas {
	height: 55px;
	width: 412px;
	background-image: url('/upload/images/haut_gauche.jpg');
        background-repeat: no-repeat;
	margin-top: 0px;
	color: #FFFFFF;
        float:left;
}
.home_bas_texte {
	font-size: 10pt;
	color: #FFFFFF;	
	padding-top: 8px;
	padding-left: 220px;
}

#menu {
	height: 77px;
	width: 592px;
	float:right;
	margin-right: 0px;
}

/* Galerie des vehicules */

#galerie-voitures {
        margin: 0 50px;
        width: 900px;
}

.galerie-image {
        float: left;
        padding: 10px;
        min-height: 170px;
}

.galerie-texte {
        text-align:center;
}

.next {
        clear:both;
        width: 900px;
        text-align: right;
}

.previous {
        clear:both;
        width: 900px;
        text-align: left;
}


/* blocs contenus */
#bloc-content {
	width: 1004px;
	background-image: url('/upload/images/fond.jpg');
        background-repeat: no-repeat;
        float: left;
}

#titre {
	width: 375px;
	margin-left: 0px;
        float:left;
}

#texte-colonne-grande {
	width: 629px;
	margin-left: 0px;
	float:right;
}


#texte-presentation {
	width: 629px;
	margin-left: 0px;
	float:right;
	
	
}

#texte-colonne {
	width: 310px;
	margin-left: 0px;
	float:right;

}

.titre_rouge {
	font-size: 14px;
	color: #7B1413;
}

.noir {
	
	color: #000000;
}

.rouge {
	color:#7B1413; 
	text-decoration: none;
}

.rouge a, .rouge a:hover, .rouge a:visited {
	color:#7B1413; 
	text-decoration: none;
}

.or_petit {
	color:#B39D66; 
	font-size: 8pt;
	text-decoration: none;
}

.or_petit a, .or_petit a:hover, .or_petit a:visited {
	color:#B39D66; 
	font-size: 8pt;
	text-decoration: none;
}

#bas {
        clear:both;
	background-color: #7B1413;
	height: 20px;
	width: 1004px;
	color:#B39D66;
	font-size: 8pt;
	text-align: right;

}
#texte-colonne-tarif {
	width: 870px;
	margin-left: 0px;
	float:right;
}

.td-colonne-tarif {
	text-align:center;
	background-color:#7B1413;
	
}
.td-colonne-tarif-clair {
	color:#000000;
	background-color:#e5e3d4;
	
}

