/*** Suppression du click droit de Flash Player sous I.E. ***/
.accueil_mask, .actualites_mask {
background:url(garage_de_france_gfx/mask.png) no-repeat;
}

/*** Textes ***/
h1 {
  margin-top: 0px;
  margin-bottom: 0px;
	text-align: left;
  color:#ffffff;
  font-family: arial, sans-serif;
  font-size: 22px;
  font-weight: bold;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  color:#cccccc; /* Gris clair */
  font-family: arial, sans-serif;
  font-size: 18px;
  font-weight: normal;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  color:#d50d16;
  font-family: arial, sans-serif;
  font-size: 18px;
  font-weight: normal;
}

b,strong {
  color:#ffffff;
  font-family: arial, sans-serif;
  font-size: 13px;
}

b.panel {
  color:#333333; /* Gris foncé */
  font-family: arial, sans-serif;
  font-size: 15px;
}

td {
  font-family: arial, sans-serif;
  font-size: 12px;
  color:#cccccc; /* Gris clair */
}

/*** Textes : Kiosque ***/
p.panel {
  color:#333333; /* Gris foncé */
}

/*** Textes : Mentions Légales ***/
p.box {
  margin-left: 24px;
}

/*** Liens Panel Gris foncé ***/
a {
  color:#ffffff;
  font-family: arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  text-decoration:none;
}

a:hover {
  color:#f9b600; /* Jaune */
  text-decoration:underline;
}

/*** Liens Panel Gris Clair ***/
a.panel {
  color:#333333; /* Gris foncé */
  font-family: arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  text-decoration:none;
}

a.panel:hover {
  color:#333333; /* Gris foncé */
  text-decoration:underline;
}

/*** Liens Menu du bas ***/
a.footer {
  color:#ffffff;
  font-family: arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  text-decoration:none;
}

a.footer:hover {
  color:#f9b600; /* Jaune */
  text-decoration:underline;
}

/*** Liens Menu principal ***/
a.menu {
  font-family: arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
	color:#777777;
  text-decoration: none;
	display: block;
	width: 187px;
	height: 32px;
	background-image: url(garage_de_france_gfx/bp_off.png);
  line-height: 32px;
}

a.menu:hover {
  color:#333333; /* Gris foncé */
  text-decoration: none;
	background-image: url(garage_de_france_gfx/bp_on.png);
}

a.menu_current {
  font-family: arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  color:#333333; /* Gris foncé */
  text-decoration: none;
	display: block;
	width: 187px;
	height: 32px;
	background-image: url(garage_de_france_gfx/bp_on.png);
  line-height: 32px;
}

a.menu_current:hover {
  color:#333333; /* Gris foncé */
  text-decoration: none;
}

/*** Images ***/
img {
	float: right;
  border-style: none;
}

img.menu
{
  margin-left: 0px;
  margin-right: 3px;
  margin-top: -3px;
  margin-bottom: 0px;
}

img.pub
{
	float: left;
  margin-right: 5px;
		border-radius: 8px 8px 0px 0px;
		-moz-border-radius:  8px 8px 0px 0px;
		-webkit-border-radius:  8px 8px 0px 0px;

}

img.fl
{
	float: left;
  margin-right: 5px;
}

img.fr
{
	float: right;
  margin-right: 5px;
}

img.photo
{
  border-color:#ffffff;
  border-width:1px;
  border-style:solid;
  float: right;
  margin-right: 5px;
  margin-left: 5px;
}

img.photo_preview
{
  border-color:#ffffff;
  border-width:1px;
  border-style:solid;
  float: right;
  margin-right: 5px;
  margin-left: 0px;
}

.car {
	width:170px;
	height:100px;
	*background-color:white;
	*-webkit-border-radius: 5px 5px 5px 5px;
	*-moz-border-radius: 5px 5px 5px 5px;
	*border-radius: 5px 5px 5px 5px;
  padding-left:40px;
  margin-right:-40px;
  transform: scale(1.0);
  transition: all 0.1s ease;
}

.car:hover {
    transform: scale(0.9);
}

.car_link {
  text-align:center;
  margin-top:-10px;
}
