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

body {
	background: #fff url(images/fond.gif) repeat-x;
	font-family: "Trebuchet MS", verdana, arial, sans-serif;
	text-align: center;
	color: #5248cb;
	font-size: 13px;
}


#entete {
	height: 200px;
	width: 800px;
	margin: 0 auto 1px auto;
	background: url(images/entete.jpg) no-repeat;
	overflow: hidden;
	position: relative;
	text-align: left;
}

#menu {
	position: absolute;
	text-align: center;
	bottom: 5px;
	width: 100%;
	color: #fff;
	line-height: 14px;
}

#menu a {
	padding: 0 2px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}

#menu a:hover {
	color: #f5f502;
}

#corps {
	width: 800px;
	margin: 0 auto;
	position: relative;
	text-align: left;
}

.fL {
	float: left;
}
/*
#labelSlackstone {
	position: absolute;
	top: 53px;
	left: 674px;
	display: none;
}

#labelConseil {
	position: absolute;
	top: 291px;
	left: 674px;
	display: none;
	margin-bottom: 30px;
}
*/

.colHome {
	float: left;
	width: 260px;
	margin-right: 10px;
	background: url(images/fond-colHome.jpg) no-repeat;
}

.colHome.last {
	margin-right: 0;
}

.colHome p {
	text-align: left;
}

h1 {
	font-size: 28px;
	line-height: 28px;
	font-weight: normal;
	color: #5248cb;
	padding: 20px 0;
	margin: 0 10px;
	text-align: center;
	background: url(images/fond-h1.jpg) no-repeat bottom center;
}

h2 {
	font-size: 24px;
	line-height: 28px;
	font-weight: normal;
	color: #b49c5f;
	margin: 20px 10px 0 10px;
}

h3 {
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
	font-style: italic;
	color: #b49c5f;
	margin: 10px 10px 20px 10px;
	text-align: center;
}

h4 {
	font-size: 16px;
	line-height: 22px;
	font-weight: normal;
	color: #b49c5f;
	margin: 10px;
}

a {
	color: #146d13;
	font-weight: bold;
}

a.commander {
	color: #fff;
	background: #5248cb;
	display: block;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
	text-align: right;
	font-size: 18px;
	line-height: 20px;
	padding: 2px 10px;
	margin: 10px 10px 20px 10px;
}

p {
	margin: 10px;
	line-height: 18px;
	text-align: justify;
}

p strong {
	color: #443bc1;
}

p.note {
	font-size: 12px;
	font-style: italic;
	text-align: center;
}

ul {
	margin: 10px 10px 10px 30px;
	list-style-type: square;
}

li {
	margin: 6px 0;
}

table {
	border-collapse: collapse;
	width: 100%;
}

th {
	background: #5248cb;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
}

th, td {
	padding: 5px 10px;
}

td {
	border-bottom: 1px solid #e2e0ff;
}

td input {
	text-align: center;
}

#prixUnitaire span {
	text-decoration: line-through;
}

#prixUnitaire strong {
	color: red;
}

#totalCommande {
	font-weight: bold;
	font-size: 16px;
}


p.infoReglement {
	margin-left: 0;
	color: #cf003d;
}

#pied {
	width: 800px;
	margin: 20px auto 0 auto;
	padding: 10px 0;
	clear: both;
	text-align: center;
	font-size: 12px;
	line-height: 18px;
	color: #b49c5f;
	border-top: 1px solid #dfd4bb;;
}


#pied a {
	color: #5248cb;
}

/*
	----------
	FORMULAIRES
	----------
*/

form {
	margin: 0 10px;
}

fieldset {
	border: 1px solid #fff;
	border-top: 0;
	padding: 10px;
}

fieldset h3 {
	margin: 20px 0 10px 0;
}

fieldset div {
	margin: 10px 0;
	clear: both;
}

.aIR {
	clear: both;
	font-size: 11px;
	color: #cf003d;
	text-align: left;
	font-weight: bold;
	margin: 5px 0 10px 0;
}

label {
	display: block;
	float: left;
	width: 200px;
	border-bottom: 1px solid #e2e0ff;
	margin-right: 5px;
	padding: 3px 0;
	line-height: 16px;
}

label span {
	color: #666;
	font-size: 11px;
}

input, select, textarea {
	background: #e2e0ff;
	font-size: 13px;
	line-height: 13px;
	border: 1px solid #8c84d5;
	color: #5248cb;
	padding: 3px;
}

input.button {
	background: #5248cb;
	color: #fff;
	font-weight: bold;
	height: auto;
	padding: 3px 10px;
	line-height: 18px;
	cursor: pointer;
}

input.disabled {
	border-color: #eee;
	background: #f8f8f8;
	color: #ddd;
	cursor: default;
}
