@charset "utf-8";
/* CSS Document */

/*
STYLES DE BASE
-------------------------------------------------------- */

/* Page
-------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
	border: 0;
}
html {
	font-size: 100%;
}
body {
	margin: 0 auto;
	padding: 0;
	font-family: Arial, Helvetica, DejaVu Sans, FreeSans, sans-serif;
	font-size: 14px;
	line-height: 1.4;
	color: #ececec;
	background: #000;
	text-align: center;
}
#page {
	margin: 0 auto;
	padding: 0;
	position: relative;
	background: #000 url("../images/bg-page.gif") repeat-y center center;
}
#top {
	margin: 0 auto;
	padding: 0;
	background: url("../images/bg-header.png") repeat-x left top;
	height: 290px;
}
#top #logo {
	margin: 0 auto;
	padding: 0;
	height: 165px;
	width: 600px;
	text-align: left;
}
#wrapper {
	margin: 0 auto;
	text-align: left;
	width: 600px;
}
#main {
	width: 600px;
}
.Content {
	margin: 0 0 20px 20px;
}
.ConnexionAdsl, #blocTestDebit h2, #blocTestDebit p, #titreComparatif, #blocComparatif, #titreTestEligibilite, #blocTestEligibilite {
	display: none;
}
#blocTestDebit {
	text-align: center;
}
#sidebar {
	display: none;
}
#footer {
	clear: both;
	padding: 0;
	border: 1px solid #ff9200;
	border-width: 1px 0 0;
	background: #000;
}

/* Titres
-------------------------------------------------------- */
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;
}
#main h1, #main h2 {
	font-size: 1.6em;
	color: #ff9200;
	background: url("../images/bg-main-h1.png") no-repeat left top;
	padding: 0 0 0 20px;
	margin: 0.75em 0 0.25em 0;
	line-height: 1.7;
}
h2 {
	font-size: 1.5em;
}
#main .Content h2 {
	color: #ececec;
	background: none;
	padding: 0;
	margin: 5px 0 5px 0;
	font-size: 1.2em;
	line-height: 1.2;
}

/* Listes
-------------------------------------------------------- */
ul, ol {
	margin: .75em 0 .75em 32px;
	padding: 0;
}


/* Paragraphes
-------------------------------------------------------- */
p {
	margin: .75em 0;
}
#main p {
	text-align: justify;
	color: #fff;
}
#footer p {
	text-align: center;
}
address {
	margin: .75em 0;
	font-style: normal;
}

/* Liens
-------------------------------------------------------- */
a {
	text-decoration: underline;
}
a:link {
	color: mediumblue;
}
a:visited {
	color: indigo;
}
a:hover, a:focus, a:active {
	color: crimson;
}
a img {
	border: none;
}
#footer a:link, #footer a:visited {
	color: #999;
	text-decoration: none;
}

#footer a:hover {
	color: #ff9200;
	text-decoration: underline;
}

/* Divers éléments de type en-ligne
-------------------------------------------------------- */
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}

/* Formulaires
-------------------------------------------------------- */
form, fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
form#testDebitEligibilite {
	padding: 50px 0 0 0;
	margin: 0;
}
input, button, select {
	vertical-align: middle;
}
#main form#testDebitEligibilite input.Blur {
	background: #222;
	border: 1px solid #555;
	color: #999;
	width: 172px;
	padding: 2px;
}
#main form#testDebitEligibilite input.Focus {
	background: #222;
	border: 1px solid #ff9200;
	color: #ececec;
	width: 172px;
	padding: 2px;
}

/* Les class
-------------------------------------------------------- */
.ImgCompteur {
	margin: 25px 0 25px 0;
	float: left;
	width: 30%;
}