﻿html, body{
font-family:arial,sans-serif;
font-size: 12px;
color: #f7e795;
margin:0px;
padding:0px;
background-image:url(../images/bg.gif);

}

.global{
width:100%;
margin:auto;
}

.globalContent
{
width: 1000px;
margin:auto;
}

.header{
background-image:url(../images/bandeau.gif);
background-repeat:no-repeat;
width: 1000px;
height:189px;
}

.content .menu{
background-image:url(../images/bg_menu.gif);
background-repeat:repeat-y;
width:201px;
vertical-align:top;
padding:0px 0px 0px 45px;
}

.copyright{
background-image:url(../images/bas.gif);
height:66px;
color:#f7e795;
text-align:center;
}

.copyright div{
padding:36px 0px 0px 0px;
}

.signature {
	text-decoration: none;
	font-size:12px;
	text-align:right;
	
}

a.signature {
	font-size:12px;
	text-align:right;
	text-decoration:underline;
	color:#f7e795;
}

a.signature:hover {
	font-size:12px;
	text-align:right;
	text-decoration:none;
	color:#fd000a;
}

a.gestmenu {
	font-size:12px;
	text-align:right;
	text-decoration:underline;
	color:#f7e795;
}

a.gestmenu:hover {
	font-size:12px;
	text-align:right;
	text-decoration:none;
	color:#fd000a;
}

.menubas {
	text-decoration: none;
	font-size:10px;
	text-align:left;
}

a.menubas {
	font-size:10px;
	text-align:left;
	text-decoration:underline;
	color:#f7e795;
}

a.menubas:hover {
	font-size:10px;
	text-align:left;
	text-decoration:none;
}


/*** DISTRIBUTION ***/
.selectCity {
  text-align: left;
}
.cityTitle {
  background-color: #005221;
  clear: both;
  font-weight: bold;  
  margin: 10px 0px 10px 0px;
  padding: 5px;
  text-align: left;
}
.distribution {
  background-color: #323232;
  float: left;
  height: 100px;
  text-align: left;
  border: 1px solid #005221;
  margin: 0px 9px 9px 0px;
  padding: 3px;
  width: 242px;
}
.distribution2 {
  margin-right: 0px;
}
.distribution:hover {
  background-color: #000000;
}
.distribution a {
  color: #f7e795;
  text-decoration: none;
}
.distribution a:hover {
  text-decoration: underline;
}
.distribution .enterprise {
  font-weight: bold;
  padding-bottom: 5px;
  text-align: center;
}