m/* General */
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

h1 {
	text-align: center;
}

h2 {
	text-transform: uppercase;
	text-align: center;
}

.clear {
	clear: both;
}

ul, li {
	padding: 0;
	margin: 0;
}

/* Globals */
.center {
	text-align: center;
}

.halfcenter {
	text-align: center;
	width: 50%;
	margin: auto;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

.bm {
	margin-bottom: 10px;
}

.tm {
	margin-top: 10px;
}

.hidden {
	display: none;
}

.formtable {
	width: 100%;
}

.formleft {
	text-align: right;
	width: 50%;
}

.formright {
	text-align: left;
	width: 50%;
	padding: 3px;
}

.formerrors {
	margin-left: 50px;
	margin-right: 50px;
	padding: 5px;
	border: 1px solid red;
}

.formok {
	margin-left: 50px;
	margin-right: 50px;
	padding: 5px;
	border: 1px solid green;
}

.currentevent {
	margin-left: 50px;
	margin-right: 50px;
	padding: 5px;
	border: 1px solid #4992FF;
}

.headinfo {
	width: 50%;
	margin: auto;
	padding: 5px;
	border: 1px solid white;
	margin-top: 20px;
	margin-bottom: 20px;
}

.inline {
	display: inline;
}

.half {
	width: 50%;
	float: left;
}

input[type=text], input[type=password] {
	width: 172px; /* was 180 */
	height: 12px; /* was 20 */
	padding: 4px;
	border: none;
}

textarea {
	width: 172px; /* was 180 */
	height: 42px; /* was 50 */
	padding: 4px;
	border: none;
}

input[type=submit] {
	width: 120px;
	height: 20px; /* was 30 */
	border: none;
}

.textinputhalf {
	width: 82px !important;
}

/* Main Display */

#header {
	margin: auto;
	margin-top: 50px;
	width: 888px;
	height: 183px;
	position: relative;
	z-index: 10;
}

#middle {
	margin: auto;
	width: 866px;
	padding: 10px;
	border-left: 1px solid #1a1836;
	border-right: 1px solid #1a1836;
	z-index: 9;
}

#middle.nomargin {
	width: 886px;
	padding: 0;
}

#middle.whitebg {
	background: white;
}

.whitebg {
	color: #1a1836;
}

.whitebg h1, .whitebg div a, .whitebg h2 {
	color: #1a1836;
}

.bluebg {
	background: #1a1836;
}

#content {
	width: 100%;
	margin: auto;
	overflow: auto;
	text-align: justify;
}

#footer {
	margin-left: auto;
	margin-right: auto;
	width: 888px;
	height: 136px;
	position: relative;
}

#logo {
	position: relative;
	width: 180px;
	height: 49px;
	margin: 0;
	padding: 0;
	left: 25px;
	top: 25px;
}

#logo a {
	text-indent: -9999px;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	display: block;
}

#telephone {
	position: relative;
	width: 180px;
	margin: 0;
	padding: 0;
	left: 25px;
	top: 40px;
	text-align: center;
	font-weight:bold;
	color:#306;
	font-size:18px;
}

#catchline1 {
	position: relative;
	color: #d80000;
	font-size: 25px;
	width: 300px;
	margin: 0;
	padding: 0;
	left: 350px;
	top: 10px;
	text-transform: uppercase;
}

#catchline2 {
	position: relative;
	color: #D80000;
	font-size: 25px;
	width: 250px;
	margin: 0;
	padding: 0;
	left: 400px;
	top: 10px;
	text-transform: uppercase;
}

/* Home Menu */
#menuhome {
	margin: auto;
	margin-top: 20px;
	width: 800px;
	height: 250px;
}

#menuhome li.submenu {
	width: 195px;
	height: 225px;
	float: left;
	margin-top: 10px;
	margin-left: 3px;
	padding-top: 15px;
	padding-left: -3px;
	text-align: center;
	position: relative;
}

#menuhome ul li ul {
	position: absolute;
	top: 40px;
	left: 0;
	margin-left: 0;
	display: none;
	padding-top: 5px;
	text-align: left;
	height: 140px;
	width: 100%;
}

#menuhome ul li ul li {
	padding-left: 5px;
}

#menuhomeclearer {
	clear: both;
	height: 20px;
}

/* Hot News */
#hotnews {
	position: absolute;
	width: 885px;
	margin-top: 12px;
	height: 20px;
	padding-top: 2px;
	text-align: center;
	display: block;
	overflow: hidden;
	font-weight: bold;
}

#carousselhotnews ul li {
	width: 100%;
}

#carousselhotnews ul li {
	height: 100%;
}

/* Footer Menu */
#footermenu {
	font-weight: bold;
	padding-top: 50px;
	text-align: center;
}

#footermenu ul li {
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}

/* Translations */
#flags {
	position: absolute;
	right: 18px;
	top: 25px;
}

/* NLA */
#nla {
	position: absolute;
	right: 38px;
	top: 45px;
}

/* Login */
#login {
	position: absolute;
	right: 10px;
	bottom: 5px;
	color: black;
	font-size: 12px;
}

/* TopMenu */

#topmenu {
	float: left;
	font-weight: bold;
	position: absolute;
	bottom: -7px;
	height: 24px;
	z-index: 4;
	width: 100%;
	margin-left: 30px;
}

#topmenu ul {
	clear: left;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	left: 50%;
	text-align: center;
}

#topmenu ul li {
	display: block;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	right: 50%;
}

#topmenu ul li a {
	display: block;
}

#topmenu ul li ul {
	font-weight: normal;
	position: absolute;
	width: 180px;
	left: -9999px;
}

#topmenu ul li ul li {
	margin: 0;
	padding-top: 3px;
	width: 150px;
	right: 0;
	left: 0;
	text-align: left;
}

#topmenu ul li ul a {
	padding: 3px;
}

#topmenu ul li:hover ul, #topmenu ul li.sfhover ul {
	left: auto;
}

/* Content */

.contentpane li {
	float: left;
	width: 33%;
	text-align: center;
	margin-top: 20px;
}

.contentpane li p {
	margin: 2px;
}

/* Fleet */
.fleetcontent {
	width: 80%;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

.vehiculecategoryhalf {
	width: 50%;
	float: left;
	display: block;
}

.vehiculecategorytier {
	width: 33%;
	float: left;
	display: block;
}

.fleetgrid {
	float: left;
	width: 177px;
	text-align: center;
	margin-bottom: 30px;
}

.fleetgridphoto {
	width: 177px;
	height: 100px;
	padding-top: 20px;
	background: white;
}

.fleetgrid h2 {
	font-size: 14px;
}

.vehiculedisplay {
	float: left;
	width: 50%;
	text-align: center;
}

.vehiculeinfo {
	float: left;
	width: 24%;
	padding-top: 50px;
}

.vehiculeinfogauche {
	float: left;
	width: 24%;
	padding-top: 50px;
	padding-left: 12px;
}

.fleetmenucontainer {
	float: left;
	width: 160px;
	margin-left: 40px;
	text-align: left;
}

.fleetmenu {
	padding-left: 10px;
	border-left: 1px solid #969696;
	overflow: hidden;
}

.fleettext {
	float: left;
	width: 350px;
	padding-left: 30px;
	padding-right: 10px;
}

.fleetpicture {
	float: left;
	width: 280px;
}

/* Services */
#servicestable {
	margin-left: 20px; 
}

#servicestable td {
	width: 170px;
	height: 170px;
	text-align: center;
	padding: 15px;
}

#servicestable td a {
	text-decoration: none;
	color: black;
}

#servicestable td a h2 {
	color: black;
	font-size: 14px;
}

/* Events */
#eventstable {
	margin-left: 120px;
}

#eventstable td {
	width: 170px;
	height: 170px;
	text-align: center;
	padding: 15px;
}

#eventstable td a {
	text-decoration: none;
	color: black;
}

#eventstable td a h2 {
	color: black;
	font-size: 14px;
}

.sidemenucontainer {
	float: left;
	width: 200px;
	text-align: left;
	text-transform: uppercase;
}

.sidemenu {
	border-left: 1px solid #969696;
	padding-left: 10px;
	margin-left: 20px;
	font-weight: bold;
}

.sectiontext {
	float: left;
	width: 630px;
	padding-left: 10px;
	padding-right: 10px;
}

.sectionpicture {
	float: left;
	width: 280px;
}

.askestimate {
	clear: both;
	text-align: center;
	padding-top: 10px;
}

.photoSwitcher {
	text-align: center;
}

.driversmenu {
	float: left;
	width: 180px;
	text-align: center;
	margin-left: 20px;
	padding-right: 10px;
	border-left: 1px solid #969696;
	list-style: none;
}

.driverstext {
	float: left;
	width: 400px;
	padding-left: 20px;
	padding-right: 10px;
}

.driverspicture {
	float: left;
	width: 190px;
	padding-left: 30px;
}

.driverspicture img {
	border: 1px solid black;
}

.photoSwitcher ul li {
	list-style: none;
}

#calendardiv {
	position: absolute;
	visibility: hidden;
	background-color: white;
	layer-background-color: white;
	z-index: 99;
}

/* Références */
.referencelogos {
	width: 24%;
	float: left;
	text-align: center;
}

.referencealllogos {
	width: 100%;
}

/* Legals */
.legals h2 {
	text-align: left;
}

/* Contact */
.contactcontent {
	float: left;
	margin: 2%;
}

.contactleft {
	width: 26%;
	text-align: right;
	font-weight: bold;
}

.contactright {
	width: 66%;
	text-align: left;
}
