* {
	margin: 0;
	padding: 0;
}

/* @group Hacks */

.clearfix { display: inline-table;}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix { display: block;}
/* End hide from IE-mac */

.spacer {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0;
	border: none;
}
/* @end */

body {
	color: #222;
	/*background-color: #b2e7fb;*/
	font: 13px Arial, Helvetica, Geneva, sans-serif; 
}

.wrapper {
	position: relative;
	width: 950px;
	margin: 0 auto;
}

/*div.wrapper {
	border: 1px solid red;
}*/

/* @group Header */

#header {
	background-color: #00b1f1;
}

#header div.wrapper {
	position: relative;
	height: 215px;
}

#header h1, #header h1 a {
	display: block;
	width: 265px;
	height: 35px;
	font-size: 3px;
	text-indent: -5000px;
	background: url(../img/confort-sante.gif) no-repeat;
}

#header h1 {
	position: absolute;
	top: 120px;
	left: 180px;
	z-index: 600;
}

.narrowcontent #header h1 {
	left: 270px;
}

#header h2.tagline {
	position: absolute;
	top: 50px;
	left: 230px;
	padding-bottom: 20px;
	text-align: right;
	color: #fff;
	background: url(../img/bubble.gif) no-repeat right bottom;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	z-index: 500;
}

/* @end */

#content {
	/*padding-top: 5em;
	border-top: 1px solid #b3dfe5;*/
}

#content .wrapper {
	width: 850px;
}

#content h2 {
	margin: .6em 0 .2em;
	color: #333;
	font: normal normal 18px Helvetica, Geneva, sans-serif;
}

#content ul, #content ol {
	margin: .4em 1.5em .6em;
}

#content li {
	margin-left: 1em;
	list-style: circle;
}

img, a img {
	border: none;
}

a:link {
	color: #2f8dbd;
}

a:hover {
	color: #dc7721;
}

a:visited {
	color: #555;
}

p {
	margin: .4em 0 .6em;
}

em {
	font-size: .9em;
}

/* @group Band */

#band {
	position: relative;
	background-color: #fff;
}

#band div.wrapper {
	height: auto;
	padding: 4em 0 2em;
}

#band #family {
	position: absolute;
	top: -191px;
	left: 0;
	z-index: 400;
}

#band #callwoman {
	position: absolute;
	bottom: 86px;
	right: 0;
}

#band ul.intro {
	list-style: none;
	margin: 0 0 0 220px;
}

.narrowcontent #band ul.intro {
	margin: 0 0 0 300px;
}

#band .intro li {
	margin: 1.5em 0;
	font-size: 14px;
}

#band .intro li h2, #band .intro li p {
	padding-left: 40px;
}

#band h2 {
	font-weight: normal;
	font-size: 22px;
}

#band .intro li h2 {
	background-position: left center;
	background-repeat: no-repeat;
}

#band .intro li h2.blue {
	background-image: url(../img/bullet-blue.gif);
}

#band .intro li h2.orange {
	background-image: url(../img/bullet-orange.gif);
}

#band .intro li h2.purple {
	background-image: url(../img/bullet-purple.gif);
}

#band a {
	color: #000;
}


/* @end */

/* @group Menu */

#menu {
	position: absolute;
	left: 380px;
	top: -8px;
	list-style: none;
	font: bold 16px Arial, Helvetica, Geneva, sans-serif;
}

#menu li, #menu li a {
	display: block;
	float: left;
}

#menu li {
	height: 20px;
	margin-right: 40px;
	padding-top: 15px;
	background: url(../img/menubg.gif) no-repeat center top;
}

#menu li.current {
	background-image: url(../img/menubgcurrent.gif);
}

#menu li, #menu a {
	color: #00b1f1;
	text-decoration: none;
}

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

/* @end */

/* @group Footer */

#footer {
	position: relative;
	clear: both;
	height: 72px;
	margin-top: 7em;
	text-align: right;
	background: url(../img/solly-azar.gif) no-repeat left bottom;
}

#footer p {
	position: absolute;
	right: 20px;
	bottom: 0;
	height: 30px;
	line-height: 30px;
	text-align: right;
	font-size: 10px;
}

#footer, #footer a {
	color: #999;
}

/* @end */

.blue {
	color: #2f8dbd;
}

.orange {
	color: #dc7721;
}

.purple {
	color: #633685;
}

#band div.button {
	height: 60px;	
}

.narrowcontent #band div.button {

	margin-top: 2.5em;
	margin-left: 270px;
}

/*#band div.button {
	position: absolute;
	bottom: -20px;
	right: 0;
	width: 275px;
	z-index: 2000;
}*/

a.devis, a.souscrire, a.rappel, a.garanties {
	float: right;
	display: block;
	width: 275px;
	height: 39px;
	margin-left: 10px;
	font-size: 2px;
	text-indent: -5000px;
	background-repeat: no-repeat;
	background-position: left top;
}

a.garanties {
	/*position: absolute;*/
	height: 30px;
	margin-top: 4px;
	/*left: 0;
	bottom: -31px;*/
	background-image: url(../img/garanties-sante.gif);
}

a.devis {
	background-image: url(../img/devis-en-ligne.gif);
}

a.souscrire {
	background-image: url(../img/souscrire-en-ligne.gif);
}

a.rappel {
	background-image: url(../img/nous-vous-rappelons.gif);
}

a.devis:hover, a.souscrire:hover, a.rappel:hover, a.garanties:hover {
	background-position: left bottom;
}

div.rappel {
	padding: .5em 0;
	text-align: right;
}

#band div.rappel {
	float: right;
}



label.mandatory, p .mandatory {
	font-weight: bold;
	color: #633685;
}

input.mandatory, textarea.mandatory, select.mandatory {
	background: #e0d7e7;
	/*border: 1px solid #633685;*/
}

form label.checkbox, form input.checkbox, form label.radio, form input.radio {
	display: inline;
	width: auto;
}

form.data table.form th {
	font-size: 16px;
	font-weight: normal; 
	color: #2f8dbd;
	text-align: left;
}

form.data table.form td {
	width: 210px;
	padding: 5px 20px;
	vertical-align: top;
}

form.data table.form label,
form.data table.form input,
form.data table.form select,
form.data table.form textarea {
	display: block;
	width: 160px;
	font-size: 11px;
}

form.data table.form .submit {
	text-align: right;
}

form.data table.form .submit input {
	width: auto;
	float: right;
}

input.auto,
form.data table.form input.auto {
	width: auto;
}

form.data table.form label.checkbox,
form.data table.form input.checkbox,
form.data table.form label.radio,
form.data table.form input.radio {
	display: inline;
	width: auto;
}

form.data label small {
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
}

form.data p .checkbox {
	font-size: 13px;
}

form.data p label.checkbox {
	font-weight: bold;
}

div.error {
	margin: 1em 0;
	padding: 1em;
	color: #f55;
	background: #fdd;
	border: 1px solid #f99;
}

div.error ul {
	margin: 1em 3em;
}

div.notice {
	margin: 1em 0 2em;
	font-size: 10px;
}

div.notice p {
	margin: 0;
}

form.data table.form.bank td,
form.data table.form.bank label,
form.data table.form.bank input
 {
	width: auto;
}

input#codebanque, input#codeguichet {
	width: 80px;
}

input#numerocompte {
	width: 120px;
}

input#clerib {
	width: 40px;
}

table.data {
	margin-left: 120px;
}

#content div.ad {
	width: 728px;
	margin: 2em auto 0;
}
