* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	text-align: center;
	background: #ECF4FB url(images/fond.gif) repeat-x;
	color: #151F77;
	font-family: "Times New Roman", Georgia, Times, serif;
	font-size: 14px;
	line-height: 18px;
}

a {
	color: #E90000;
}

#page {
	position: relative;
	margin: 0 auto 10px auto;
	width: 740px;
	text-align: left;
	background: url(images/fond-droite.gif) repeat-y right;
}

#entete {
	width: 740px;
	height: 170px;
}

#camions {
	position: absolute;
	width: 83px;
	height: 337px;
	right: -93px;
}

#diapos {
	position: absolute;
	width: 185px;
	height: 170px;
	left: 0;
	top: 0;
}

#gauche {
	float: left;
	width: 200px;
	padding: 0 0 10px 0;
}

#gauche p {
	padding: 6px 15px;
}

#droite {
	float: right;
	width: 500px;
	padding: 0 0 40px 0;
	margin: 0 20px 10px 0;
	display: inline;
	background: url(images/minilogo.gif) no-repeat bottom right;
}

#menu {
	background: url(images/fond-menu.jpg) no-repeat bottom;
	width: 200px;
	padding: 0 0 10px 0;
}

#menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#menu li {
	float: left;
	width: 200px;
	position: relative;
	border-top: 1px solid #81B2E3;
}

#menu li a {
	display: block;
	padding: 4px 20px;
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	line-height: 18px;
	clear: left;
}

#menu li a:hover {
	background: #E90000;
}

#menu li li {
	background: #E90000;
	width: 240px;
	
}

#menu li li a:hover {
	background: #151f77;
}

#menu ul ul {
	position: absolute;
	top: -1px;
	left: 100%;
	z-index: 10000;
	display: none;
}

#menu li:hover {
	background: #E90000;
}

#menu li:hover ul {
	display: block;
}


#export {
	width: 190px;
	height: 140px;
	margin: 0 10px 0 0;
}

#pied {
	clear: both;
	margin: 0 0 0 190px;
	background: #151F77 url(images/fond-pied.gif) no-repeat bottom;
	border-top: 1px solid #fff;
}

#pied p {
	border-top: 1px solid #000;
	padding: 4px 20px;
	color: #fff;
	font-size: 11px;
	font-family: Verdana, Arial, sans-serif;
	text-align: center;
	line-height: 13px;
}

#pied a {
	color: #fff;
}

h1 {
	color: #E90000;
	font-size: 24px;
	padding: 8px 0;
	border-bottom: 1px dashed #fff;
}

h2 {
	font-size: 18px;
	padding: 8px 0;
	font-weight: normal;
	font-style: italic;
}

p {
	padding: 6px 0 6px 30px;
	line-height: 18px;
}

#droite ul {
	margin: 0 0 6px 30px;
	padding: 0 0 0 30px;
	list-style-type: square;
	font-size: 13px;
	line-height: 13px;	
}

sup {
	font-size: 11px;
	line-height: 11px;
}

.photo {
	border: 2px solid #81B2E3;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
}

.floatleft {
	float: left;
	margin: 10px 10px 2px 0;
}

.floatright {
	float: right;
	margin: 10px 0 2px 10px;
}

.clear {
	clear: both;
}

div.clear {
	height: 1px;
	overflow: hidden;
}

/* TABLE */
table {
	width: 100%;
}

caption {
	font-size: 18px;
	padding: 10px 0;
}

th {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	border-bottom: 1px solid #FFF;
}

td {
	font-size: 11px;
	line-height: 11px;
	overflow: hidden;
	font-family: Verdana, Arial, sans-serif;
	padding: 2px 5px 2px 0;
	border-top: 1px solid #81B2E3;
	border-bottom: 1px solid #FFF;
}

.tdright {
	text-align: right;
	padding-right: 0;
	white-space: nowrap;
}

.tdright img {
	vertical-align: bottom;
}



/* FORMULAIRE */

fieldset {
	margin: 10px 0 10px 20px;
	padding: 10px;
	border: 1px solid #81B2E3;
	text-align: right;
}

legend, .submit {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background: #81B2E3;
	padding: 2px 4px;
	margin: 5px 0;
	letter-spacing: 1px;
	color: #fff;
}

fieldset p {
	margin: 0 0 4px 0;
	padding: 0;
	text-align: right;
}

label {
	width: 35%;
	border-bottom: 1px dashed #81B2E3;
	padding: 2px 0 1px 0;
	margin: 0;
	float: left;
	text-align: left;
	clear: left;
}

.oblig {
	font-weight: bold;
	letter-spacing: 1px;
}

textarea {
	width: 95%;
}

input, .input {
	width: 60%;
	margin: 0 0 5px 0;
}

input#ddecat {
	width: auto;
	float: left;
}

input, textarea {
	border: 1px solid #81B2E3;
	background: #fff;
}

.submit {
	float: none;
	width: auto;
}

input.button {
	width: auto;
	margin: 0;
	font-size: 11px;
	line-height: 15px;
	font-weight: bold;
	background: #81B2E3;
	padding: 0 2px;
	letter-spacing: 1px;
	color: #fff;
}