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

body {
	background: #fff url(../images/fond_ORANGE.gif) repeat-x;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 13px;
	color: #474747;
	text-align: center;
	position: relative;
}

#conteneur {
	margin: 0 auto;
	width: 890px;
	position: relative;
	text-align: left;
	overflow: visible;
}

#menucolor {
	position: absolute;
	top: 18px;
	right: 10px;
	width: 65px;
	height: 19px;
}

#menucolor li {
	display: block;
	margin: 0;
	float: left;
	margin-right: 2px;
	border: 1px solid #fff;
	padding: 1px;
}

#menucolor li a {
	width: 15px;
	height: 15px;
	display: block;
	overflow: hidden;
	text-decoration: none;
}

#menucolor li.selected {
	border: 1px solid #ccc;
	padding: 1px;
}

#menu {
	position: absolute;
	top: 50px;
	left: 224px;
	height: 50px;
	white-space: nowrap;
	overflow: hidden;
}

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

#menu li {
	height: 60px;
	float: left;
	margin: 0;
}

#menu li a {
	display: block;
	line-height: 40px;
	margin-top: 10px;
	padding: 0 8px;
	border-right: 1px solid #ea3713;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
}

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

#menu li.selected {
	background: url(../images/fond-menu-selected.gif) no-repeat;
}

#menu li.selected a, #menu li.selected a:hover {
	margin-top: 0;
	padding-top: 10px;
	background: url(../images/fond-menu-selected.gif) no-repeat top right;
	border: 0;
	padding-right: 11px;
}

#page {
	position: absolute;
	width: 666px;
	top: 100px;
	right: 0;
	background: #eee url(../images/fond-adroite.gif) repeat-y;
	padding-top: 10px;
	text-align: left;
}

#pied {
	clear: both;
	background: #fff url(../images/fond-pied.gif) no-repeat;
	padding: 20px;
	text-align: center;
	line-height: 18px;
	letter-spacing: 1px;
	color: #a3a3a3;
}

#pied strong {
	font-size: 24px;
	line-height: 38px;
	font-weight: normal;
}

#pied a.discret {
	color: #a3a3a3;
}

#marge {
	position: absolute;
	width: 224px;
	top: 0;
	left: 0;
	background: #fff;
	text-align: center;
	padding-top: 20px;
}

#marge p {
	line-height: 15px;
}

#marge a {
	font-size: 12px;
}

.mini {
	font-size: 10px;
}

#marge .agence {
	margin: 0;
	line-height: 15px;
	padding: 15px 10px;
	background: url(../images/fond-agence.gif) no-repeat bottom right;
}

#logogd {
	height: 224px;
	width: 180px;
	background: url(../images/votre-demenageur_ORANGE.gif) no-repeat top center;
	margin: 20px 22px;
}

#logogd span, #logogd strong {
	display: none;
}

.motscles {
	display: none;
}

a {
	color: #ea3713;
	text-decoration: underline;
	font-weight: bold;
}

p, ul, h1, h2, h3, h4 {
	margin: 15px 20px;
}



p, li {
	line-height: 17px;
}

h1 {
	font-weight: normal;
	font-size: 28px;
	color: #ea3713;
}

h2 {
	font-size: 24px;
	border-bottom: 1px solid #ddd;
	font-weight: normal;
}

h3 {
	text-align: center;
	font-size: 16px;
	font-weight: normal;
	margin: 20px;
	color: #ea3713;
}

h4 {
	font-size: 16px;
	font-weight: normal;
	color: #333;
}

h5 {
	font-size: 13px;
	font-weight: normal;
	margin: 10px 0 0 0;
	padding: 0;
}

h5 a {
	font-weight: normal;
}

h6 {
	font-size: 11px;
	margin: 0;
	padding: 5px 0 0;
	text-decoration: none;
}

h6 a {
	color: #474747;
	text-decoration: none;
}

ul {
	margin-left: 40px;
	list-style-type: square;
}

li {
	margin: 5px 0;
}

li ul {
	margin: 5px 0 5px 15px;
	list-style-type: circle; 
}

.adroite {
	float: right;
	clear: right;
	margin: 10px 20px;
}

.clearboth, .clearleft, .clearright {
	clear: both;
	height: 1px;
	overflow: hidden;
	background: #fff;
	visibility: hidden;
}

.clearleft {
	clear: left;
}

.clearright {
	clear: right;
}

/* FORMULAIRES */

form {
	margin: 10px 20px;
	padding: 0;
}

fieldset {
	margin: 15px 0;
	padding: 5px 18px;
	border: 1px solid #ddd;
	text-align: right;
}

fieldset p {
	font-size: 9px;
	color: #ea3713;
	width: 35%;
	border: 0;
	margin: 2px 0;
	padding: 0;
	text-align: left;
	line-height: 11px;
	float: left;
	clear: left;
}

legend, .submit {
	font-size: 11px;
	font-weight: bold;
	background: #234175;
	color: #fff;
	padding: 2px 4px;
	margin: 5px 0;
	letter-spacing: 1px;
}

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

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

input, textarea, select {
	border: 1px solid #ddd;
	background: #FFF;
	line-height: 18px;
}

fieldset input, fieldset textarea, fieldset select {
	width: 60%;
	margin: 0 0 5px 0;
}

.submit {
	float: none;
	width: auto;
	color: #fff;
	cursor: pointer;
}

/*-----------
TOOLTIP PDMARKER
-------------*/

div.markerTooltip, div.markerDetail {
	color: #000;
	font-weight: bold;
	background-color: white;
	white-space: nowrap;
	margin: 0;
	padding: 2px 4px;
	border: 1px solid #474747;
}