body {
	font-family:verdana;
	font-size:12px;
	color:#556c71;
}

a {
	color:#4a6d85;
	font-weight:bold;
}

a:hover {
	text-decoration:none;
}

p {
	text-align: justify;
}

h1 {
	font-size:1.3em;
	color:#bd4a12;
}

h2 {
	font-size:1.2em;
	font-weight:bold;
}

h3 {
	font-size:1.1em;
	font-weight:bold;
}

li {
	padding-bottom:5px;
}


.big {
	font-weight:bold;
}

.small {
	font-size:0.8em;
}

.infos {
	background:#fff8d8 url('../img/icones/infos.gif') 5px 5px no-repeat;
	border:1px solid #f6e188;
	padding:5px;
	padding-left:25px;
	margin-top:5px;
	margin-bottom:5px;
}

.light {
	background:#e2e2e2;
	border:1px solid #aaaaaa;
	padding:5px;
	margin-top:5px;
	margin-bottom:5px;
}

.warning {
	background:#ff9985;
	border:1px solid #993724;
	padding:5px;
	margin-top:5px;
	margin-bottom:5px;
}

.societe {
	font-weight:bold;
	padding-top:5px;
	margin-top:5px;	
	display:block;
}

table.orga {
	margin:0 auto;
	width:100%;
	border-collapse:separate;
	color:#ffffff;
}

table.orga td {
	padding:5px;
	border:2px solid #ffffff;
	text-align:center;
}

table.orga td p {
	text-align:center;
}

table.orga tr.gris1 td {
	background: #667788;
}

table.orga tr.gris2 td {
	background:#898989;
}

table.orga tr.gris3 td {
	background:#a9a9a9;
}

table.orga tr.gris4 td {
	background:#cacaca;
	color:#667788;
}

#maintenance {
	background:#ffffff;
	border:1px solid #aaaaaa;
	padding:5px;
	width:700px;
	margin:0 auto;
}

.actu {
	border-bottom:1px solid #dddddd;
	padding-bottom:5px;
	padding-top:10px;
}

.actu:hover {
	background:#eeeeee;
}

.actu a {
	font-weight:bold;
	font-size:1.2em;
}

.actu a.small {
	font-size:0.8em;
}

.actu a:hover {
	text-decoration:underline;
}

.actu img.noHome {
	display:none;
	width:0;
	height:0;
}

.actu h1, .actu h2, .actu h3, .actu p, .actu strong, .actu i, .actu 	b {
	font-size:1em;
	margin:0;
	padding:0;
	font-weight:normal;
	text-decoration:none;
	color:#000000;
	font-style:normal;
}

#nosOffres {
	padding-left:28px;
}

#nosOffres a {
	display:block;
	font-size:9px;
	color:#646464;
	text-decoration:none;
}

#nosOffres a#station {
	background:url('../img/offresMenu.png') 0px 0px no-repeat;
	height:33px;
	width:116px;
	padding-top:5px;
	padding-left:11px;
}

#nosOffres a#location {
	background:url('../img/offresMenu.png') -256px 0px no-repeat;
	height:21px;
	width:116px;
	padding-top:17px;
	padding-left:11px;
}

#nosOffres a#vente {
	background:url('../img/offresMenu.png') -512px 0px no-repeat;
	height:21px;
	width:116px;
	padding-top:17px;
	padding-left:11px;
}

#nosOffres a#station:hover {
	background:url('../img/offresMenu.png') -128px 0px no-repeat;	
}

#nosOffres a#location:hover {
	background:url('../img/offresMenu.png') -384px 0px no-repeat;
}

#nosOffres a#vente:hover {
	background:url('../img/offresMenu.png') -640px 0px no-repeat;
}



