/* debut generalites */
html {
	font-size: 100%;
}
body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 1em;
	line-height: 1.4;
	background: #FFFFFF url(/images/fond-entete-rouge.png) repeat-x;
}
a {
	font-size:0.85em;
	color: #666666;
	text-decoration:none;
}
a:link, a:visited {
	font-size:0.85em;
	color: #666666;
	text-decoration:none;
}
a:hover, a:focus, a:active {
	color:#999999;
}
a:active {
	outline: none;
}
a img {
	border: none;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
h1, h2, h3, h4, h5, h6 {
	margin: 1em 0 .5em 0;
	line-height: 1.2;
	font-weight: bold;
	font-style: normal;
}
h1 {
	font-size: 1.75em;
}
h2 {
	font-size: 1.5em;
}
h3 {
	font-size: 1.25em;
}
h4 {
	font-size: 1em;
}
ul, ol {
	margin: .75em 0 .75em 32px;
	padding: 0;
}
p {
	margin: .75em 0;
}
address {
	margin: .75em 0;
	font-style: normal;
}
form, fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
input, button, select {
	vertical-align: middle;
}
.normal {
	font-weight:normal;
}
.main {
	cursor: pointer;
}
.errorexp {
	position:absolute;
	left:182px;
	width:220px;
	/*min-height:16px;*/
	color: #FFF;
	background: #FF6464 url(/images/fleche-erreur-g.gif) no-repeat 0px center;
	padding: 4px 4px 4px 8px;
	border: 1px solid #F00;
}
.errorinscrdem {
	position:absolute;
	margin-left:5px;
	width:220px;
	/*min-height:16px;*/
	color: #FFF;
	background: #FF6464 url(/images/fleche-erreur-g.gif) no-repeat 0px center;
	padding: 4px 4px 4px 8px;
	border: 1px solid #F00;
	z-index:10000;
}
.errordev {
	position:absolute;
	margin-left:5px;
	width:270px;
	color: #FFF;
	background: #FF6464 url(/images/fleche-erreur-g.gif) no-repeat 0px center;
	padding: 2px 4px 2px 8px;
	border: 1px solid #F00;
	z-index:10000;
}
.bgerror {
	background: #FFD5D5;
	margin: 0;
	padding: 0;
}
.bgerrorinscrdem {
	background: #FFC;
	margin: 0;
	padding: 0;
	border: 1px solid #F00;
}
.ligne-gris {
	color: #999;
	background: #999;
	height: 1px;
	border-style: none;
	float: left;
}
/* fin generalites */

/* debut couleurs */
.rouge {
	color: #c80908;
}
.bleu {
	color: #1964f0;
}
.orange {
	color: #f94d09;
}
.gris {
	color: #666666;
}
/* fin couleur */

/* debut texte */
.textebase {
	font-size: 0.80em;
	line-height: 1.1em;
}
.textemoyen {
	font-size: 0.75em;
	line-height: 1em;
}
.textepetit {
	font-size: 0.70em;
	line-height: 1em;
}
/* fin texte */

#conteneur {
	margin: 0 auto;
	width: 955px;
	height:550px;
	/*background:#C90;*/
	text-align:left;
}
#entete {
	float: left;
	width: 955px;
	height:79px;
	font-size:0.9em;/*background: #CF9;*/
}
#entete-nav {
	float: right;
	/*height: 25px;*/
	width: 400px;
	text-align: right;
	color: #666;
}
#entete-nav a:link, #entete-nav a:visited {
	font-size: 0.8em;
}
#entete-nav a:hover {
	text-decoration: underline;
	color: #666;
}
#entete-accroche {
	float: right;
	height: 45px;
	width: 700px;
	text-align: right;
	margin-top: 3px;
}
#entete-accroche h1 {
	color: #666;
	font-size: 1.7em;
	letter-spacing: 0.15em;
	line-height: 1.1em;
	margin: 0px;
	font-weight: normal;
}
/* MENU */
#menu {
	background: #9F6 url(/images/fond-menu.png) repeat-x;
	float: right;
	height: 40px;
	width: 768px;
	margin-top: 26px;
}
#nav, #nav ul {
	list-style:none;
	list-style-position:outside;
	position:relative;
	/*line-height:1em;*/
	margin-left: -2px;
}
#nav a {
	display:block;
	font-weight: bold;
	color: #333;
	line-height: 1em;
	padding-bottom: 12px;
}
#nav a:hover {
	color:#c80908;
}
#nav li {
	float:left;
	position:relative;
	display: inline;
	width: 140px;
	margin-right: 5px;
	text-align: center;
	padding-top: 4px;
}
.margin {
	margin-bottom: -4px;
}
#nav ul {
	position:absolute;
	display:none;
	width:172px;
	background: #F5F5F5;
	margin: 1px 0 0 2px;
	padding:3px 6px 3px 6px;
	border-right: 0px solid #dcdcdc;
	border-bottom: 2px solid #ca0000;
	border-left: 0px solid #dcdcdc;
	z-index:1000;
}
#nav li ul a {
	width:172px;
	height:auto;
	float:left;
	text-align: left;
	margin-bottom: -6px;
}
#nav li ul a:hover {
}
#nav ul ul {
	top:auto;
}
#nav li ul ul {
	left:12em;
	margin:0px 0 0 10px;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul {
	display:none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul {
	display:block;
}
/* FIN MENU */

.alignmenu {
	margin-top: -8px;
	line-height:0.85em;
}
.itemunik {
	line-height:0.85em;
}
#finmenu {
	background: url(/images/fond-menu-droit.png) no-repeat;
	float: right;
	height: 40px;
	width: 4px;
	margin-top: -11px;
}
#barre-gauche-accueil {
	background: url(/images/barre-menu-gauche.png) no-repeat;
	position: absolute;
	float: left;
	height: 568px;
	width: 187px;
	margin-top: 30px;
	padding: 200px 8px 0 8px;
}
#barre-gauche-accueil-normal {
	background: url(/images/barre-menu-gauche-dvs-normal.png) no-repeat;
	position: absolute;
	float: left;
	height: 568px;
	width: 187px;
	margin-top: 30px;
	padding: 200px 8px 0 8px;
}
.home {
	position:absolute;
	margin-top:-160px;
}
#barre-gauche-accueil p {
	margin-top: -3px;
}
#barre-gauche-accueil input, #barre-gauche-accueil select {
	width: 164px;
	padding: 1px;
	margin-top: 1px;
}
#contenu {
	float: right;
	width: 714px;
	margin-top: 108px;
	margin-right: -95px;
}
#illustr-droite {
	background: url(/images/femme-droite.png) no-repeat;
	float: right;
	height: 351px;
	width: 175px;
	position: relative;
	margin-right: -40px;
	margin-top: 48px;
	z-index:1;
}
.arrond-h {
	width: 670px;
	height: 21px;
	float: left;
	border-top: 1px solid #C1C1C1;
}
.arrond-h-g {
	background: url(/images/arrondi-bg-blanc.png) no-repeat 0px 0px;
	height: 22px;
	width: 22px;
	float: left;
}
.arrond-h-d {
	background: url(/images/arrondi-bg-blanc.png) no-repeat -25px 0px;
	height: 22px;
	width: 22px;
	float: right;
}
.arrond-b {
	width: 670px;
	height: 21px;
	float: left;
	border-bottom: 1px solid #C1C1C1;
}
.arrond-b-g {
	background: url(/images/arrondi-bg-blanc.png) no-repeat -48px 0px;
	height: 22px;
	width: 22px;
	float: left;
}
.arrond-b-d {
	background: url(/images/arrondi-bg-blanc.png) no-repeat -73px 0px;
	height: 22px;
	width: 22px;
	float: right;
}
#bloc-accueil {
	float: left;
	width: 712px;
	height: 250px;
	border-right: 1px solid #C1C1C1;
	border-left: 1px solid #C1C1C1;
}
#bloc-accueil ul {
	margin: 0px;
	list-style: none;
}
#bloc-accueil ul li {
	margin: 12px 10px 0px 17px;
}
.etapes {
	font-size: 1.15em;
	letter-spacing: 0.05em;
}
.etape1 {
	background: url(/images/etape-1.png) no-repeat;
	float: left;
	height: 237px;
	width: 208px;
	text-align: center;
	font-size: 1em;
	color: #FFF;
	font-weight: bold;
}
.etape2 {
	background: url(/images/etape-2.png) no-repeat;
	float: left;
	height: 237px;
	width: 208px;
	text-align: center;
	font-size: 1em;
	color: #FFF;
	font-weight: bold;
}
.etape3 {
	background: url(/images/etape-3.png) no-repeat;
	float: left;
	height: 237px;
	width: 208px;
	text-align: center;
	font-size: 1em;
	color: #FFF;
	font-weight: bold;
}
#bloc-inscription {
	float: left;
	width: 712px;
	height: 60px;
	border-right: 1px solid #C1C1C1;
	border-left: 1px solid #C1C1C1;
}
.inscription {
	float: left;
	height: 50px;
	width: 355px;
	text-align: center;
	margin-top: 5px;
}
.inscription h1 {
	color: #000;
	font-size: 1.2em;
	letter-spacing: 0.15em;
	line-height: 1.3em;
	margin: 0px;
	font-weight: normal;
}
#accueil-bloc-texte-bas {
	float: left;
	width: 915px;
	margin-top: 15px;
}
#accueil-texte-bas {
	float: left;
	width: 893px;
	border-right: 1px solid #C1C1C1;
	border-left: 1px solid #C1C1C1;
	padding-right: 10px;
	padding-left: 10px;
}
a.accueil_volume {
	position:absolute;
	margin:13px 0 0 -18px;
}
#pied {
	float: left;
	width: 955px;
	margin-top: 15px;
	height: 25px;
	border-top: 1px solid #CCC;
	padding-top: 10px;
	font-size: 0.8em;
}
#pied-g {
	float: left;
	width: 716px;
}
#pied-d {
	float: left;
	width: 239px;
	text-align: right;
}
input.bgexpress {
	border: 1px solid #CCC;
}
/* autocomplete - debut - */
.autocompBox {
	position: absolute;
	left: 10px;
	margin: -5px 0px 0px;
	width: 200px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border: 1px solid #333;
	color: #fff;
	background: #666666;
	display: block;
	max-height: 250px;
	overflow-y: auto;
	overflow-x: hidden;
}
.autocompList {
	margin: 0px;
	padding: 0px;
}
.autocompList li {
	margin: 3px 0px;
	padding: 3px;
	cursor: pointer;
	list-style: none;
}
.autocompList li:hover {
	background: #c80908;
}
/* autocomplete - fin - */

#bloc-contenu {
	float: left;
	width: 712px;
	min-height: 368px;
	border-right: 1px solid #C1C1C1;
	border-left: 1px solid #C1C1C1;
}
.titre-contenu {
	font-size: 0.95em;
	font-weight: bold;
	color: #666;
}
#bloc-contenu a:link, #bloc-contenu a:visited {
	color: #666;
	font-size: 0.95em;
}
#bloc-contenu a:hover {
/*text-decoration: underline;*/
}
.acces-demenageur {
	float: left;
	height: 255px;
	width: 325px;
}
.inscript-demenageur {
	float: left;
	height: 300px;
	width: 325px;
}
.demenageur-connect {
	float: left;
	margin-top: 45px;
	margin-left: 15px;
	width: 294px;/*font-size: 0.9em;*/
}
.demenageur-connect p {
	float: left;
	margin: 2px;
}
.demenageur-connect label {
	float: left;
	width: 100px;
}
.demenageur-connect input {
	float: left;
	width: 150px;
	padding: 2px;
	border: 1px solid #CCC;
}
.demenageur-inscript {
	float: left;
	margin-top: 45px;
	margin-left: 15px;
	width: 294px;/*font-size: 0.9em;*/
}
.demenageur-inscript p {
	float: left;
	margin: 2px;
}
.demenageur-inscript label {
	float: left;
	width: 112px;
}
.demenageur-inscript input {
	float: left;
	width: 160px;
	padding: 2px;
	border: 1px solid #CCC;
}
.bt-form {
	float:left;
	width:100px;
	padding:3px;
	background:#CCC;
	color:#333;
	border:1px solid #333;
	cursor: pointer;
}
.bt-form:hover {
	background:#333;
	color:#EEE;
	border:1px solid #333;
}

/* devis */
.devis {
	float: left;
	width: 100%;
}
.devis label {
	float: left;
	width: 130px;
}
.separdevis {
	background: #666;
	color: #666;
	width: 350px;
}
.fond_degrade {
	float: left;
	width: 100%;
	height: 9px;
}
.aide-devis {
	position:absolute;
	margin-top:18px;
	margin-left:370px;
	padding:8px 5px 8px 12px;
	width:220px;
	background:#FBFBFB;
	border:0px solid #333;
}
.flecheg {
	background: url(../images/fleche-gauche-aide-devis.gif) no-repeat left;	
}
#form-devis input, #form-devis select  {
	border: 1px solid #999;
	padding: 1px;
	margin-top:1px;
}
#form-devis textarea  {
	border: 1px solid #999;
	padding: 1px;
	font-family: Arial, Helvetica, sans-serif;
	width: 350px;
}