/********/
/* HTML */
/********/
body {
	background-image: url(css/images/picto_bleu.gif);
	margin-left		: 0px;
	margin-top		: 0px;
	margin-right	: 0px;
	margin-bottom	: 0px;
}
body, td {
	font-family	: Arial, Helvetica, sans-serif;
	font-size	: 12px;
}
h1 {
	font-size	: 18px;
	font-weight	: bold;
	color		: #af4e95;
	margin-top	: 20px;
}
h2 {
	font-size	: 14px;
	font-weight	: bold;
	color		: #af4e95;
}
h3 {
	font-size	: 13px;
	font-weight	: bold;
	color		: #af4e95;
}
h4 {
	font-size	: 12px;
	font-weight	: bold;
	color		: #af4e95;
}
a:link, a:visited, a:hover, a:active {
	color	: #af4e95;
}
a:hover {
	text-decoration:none;
}
strong, th {
	font-weight	: bold;
	color		: #af4e95;
}
form {
	margin	: 0;
}
input, textarea, select, options {
	font-family	: Arial, Helvetica, sans-serif;
	border		: 1px #af4e95 solid;
	font-size	: 12px;
}
input.checkbox {
	border	: 0;
}
/******************************/



/******/
/* ID */
/******/

/* Bandeau */
#bandeau {
		background-image	: url(images/bandeau/top.jpg);
		background-repeat	: no-repeat;
		margin-left			: 0px;
        height				: 175px;
		width				: 682px;
		color				: #af4e94;
		background-color	: #af4e94;
}


/* Liens haut (à droite du bandeau) */
#lienhaut {
	margin-top	: 90px;
	margin-left	: 550px;
}
#lienhaut div {
	height		: 14px;
	line-height	: 14px;
}
#lienhaut a:link, #lienhaut a:visited, #lienhaut a:hover, #lienhaut a:active {
	font-size		: 11px;
	font-weight		: bold;
	color			: #FBF8CA;
	text-decoration	: none;
}
#lienhaut a:hover {
	text-decoration	: underline;
}


/* Menu horizontal */
#menu_haut {
	background-color: #d3d701;
	height			: 40px;
	margin-top		: 2px;
}
#menu_haut, #menu_haut a:link, #menu_haut a:visited, #menu_haut a:hover, #menu_haut a:active {
	font-size		: 14px;
	font-weight		: bold;
	color			: #af4e94;
	text-decoration	: none;
}
#menu_haut a:hover {
	text-decoration	: underline;
}
#menu_haut .separation {
	margin-left		: 50px;
	margin-right	: 50px;
}


/* Menu gauche */
#menu_gauche {
	width		: 191px;
	text-align	: center;
	font-size	: 11px;
}
#menu_gauche b {
	color	: #af4e95;
}
#menu_gauche a {
	color	: #af4e95;
}
#menu_gauche h1 {
	font-size	: 14px;
	color		: #af4e95;
}

#commercant_hautdepage {
	color		: blue;
	font-style: italic ;
}

/* Menu bas */
#menu_bas {
	height	: 30px;
}
#menu_bas, #menu_bas a:link, #menu_bas a:visited, #menu_bas a:hover, #menu_bas a:active {
	font-size		: 9px;
	color			: #af4e94;
	text-decoration	: none;	
}
#menu_bas a:hover {
	text-decoration	: underline;	
}
/******************************/



/***********/
/* CLASSES */
/***********/
.texterouge {
	color	: #af4e95;
}
.erreur {
	font-weight	: bold;
	color		: #CC0000;
}
.ok {
	font-weight	: bold;
	color		: #009900;
}
.petit {
	font-size	: 11px;
	color		: #af4e95;
	font-weight	: normal;
}
.titreservice {
	color		: #af4e95;
	font-weight	: bold;
	font-style	: italic;
}
.pub {
	color		: #FF7900;
	font-weight	: bold;
	font-style	: italic;
	border		: 1px #af4e95 dashed;
	padding		: 3px;
}
.pub a {
	color		: #FF7900;
}
.pub strong {
	color		: #FF7900;
}


/* Vignettes */
.vignette {
	text-align			: center;
	border				: 1px #af4e95 solid;
	padding				: 5px;
	margin				: 5px;
	width				: 170px;
	height				: 180px;
	background-image	: url(images/vignettes/coin_BD.gif);
	background-position	: bottom right;
	background-repeat	: no-repeat;
}
.vignette .infos {
	color			: #af4e95;
	border-bottom	: 1px #CCCCCC solid;
	font-weight		: bold;
}
.vignette .prix {
	font-weight	: bold;
}
.vignette .image {
	margin-top		: 5px;
	margin-bottom	: 5px;
}
.vignette .image img {
	border	: 1px #AAAAAA solid;
}
.vignette .detail {
	border-bottom	: 1px #af4e95 solid;
}


/* Fiche voiture */
.fiche {
	background-color: #EEEEEE;
}
.fiche .ligne0 {
	background-color: #FAFAFA;
}
.fiche .ligne1 {
	background-color: #EEEEEE;
}
.fiche .image img {
	border	: 1px #af4e95 solid;
}
.fiche .options td {	/* images Option OUI ou NON... */
	border-top	: 1px #FFFFFF solid;
	font-size	: 11px;
}
.fiche .options td img {	/* images Option OUI ou NON... */
	margin-left		: 10px;
	margin-right	: 10px;
}
.fiche .form_contact {
	border : 1px #999999 solid;
}
/******************************/