body {
	margin: 0px;
	padding: 0px;
}
#page {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#pagepopup {
	width: 450px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	height: 338px;
	width: 800px;
	float: left;
	position: relative;
}
#logo {
	width: 259px;
	float: left;
	height: 378px;
}
#logod {
	float: right;
	height: 378px;
	width: 541px;
}
#pub {
	height: 80px;
	width: 468px;
	margin-top: 10px;
	margin-left: 50px;
}
#visuH {
	height: 237px;
	width: 541px;
}

#contenu {
	width: 800px;
	float: left;
	position: relative;
}
#contenupopup {
	width: 450px;
}
.titre {
	background-image: url(img/ombre-h.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 20px;
}
#droite {
	float: right;
	width: 518px;
	background-image: url(img/ombre-b.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#gauche {
	width: 250px;
	float: left;
	margin-left: 10px;
	background-image: url(img/ombre-b.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 25px;
}
img.g {
	float: left;
	margin-right: 5px;
	margin-bottom: 0px;
}
img.d {
	float: right;
	margin-left: 5px;
}
#gauche p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.surligne {
	color: #fd5c02;
}
.devis_resultat {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.article {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-bottom: 25px;
	padding-bottom: 25px;
}
.article p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.article h1 {
	font-size: 15px;
	font-weight: bold;
	color: #fd5c02;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.article h2 {
	font-size: 12px;
	font-weight: bold;
	color: #fd5c02;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#suite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
	font-weight: bold;
	color: #fd5c02;
}
#bas {
	background-image: url(img/fond-bas.jpg);
	background-repeat: repeat-x;
	height: 130px;
	width: 800px;
	float: left;
	margin-bottom: 20px;
}
#adresse {
	background-color: #7f4200;
	height: 105px;
	width: 255px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 20px;
	padding-top: 10px;
	text-align: center;
}
#lien {
	float: right;
	height: 30px;
	width: 520px;
	padding-top: 90px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
}
#lien a:link {
color: #666666;
	text-decoration: none;
}
#lien a:visited {
color: #666666;
	text-decoration: none;
}
#lien a:hover {
	color: #000000;
	text-decoration: none;
}
#lien a:active {
	color: #000000;
	text-decoration: none;
}
a:link {
	text-decoration: none;
	color: #fd5c02;
}
a:visited {
	text-decoration: none;
	color: #fd5c02;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}
#fermer {
	text-align: right;
	height: 40px;
	padding-top: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-image: url(img/ombre-h.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.erreur{
	color:#FFFFFF;
	text-align:center;
	border:1px dashed #FF0000;
	background-color:#FF0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	vertical-align:middle;
	padding: 10px 0px 10px 0px;
}