* {
	margin: 0;
	padding: 0;
}

/* @group Hacks */

.clearfix { display: inline-block;}

.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: #453631;
	background: #f4f4e2 url(../img/bodybg.gif) repeat-x;
	font: 14px Georgia, "Times New Roman", Times, serif;
}

.left {
	float: left;
}

.right {
	float: right;
}

.center {
	clear: both;
}

.auto {
	width: auto;
}

a {
	color: #760008;
}

a:hover {
	color: #444;
}

img,
a img {
	border: none;
}

p {
	margin: .4em 0 .7em;
}

.wrapper {
	position: relative;
	width: 900px;
	margin: 0 auto;
}

#container {
	margin: 0 auto;
}

/* @group Tabs */

ul.tabs {
	margin-left: 0;
	padding: 3px 0;
	border-bottom: 1px solid #372b27;
}

ul.tabs li {
	display: inline;
	margin: 0;
	list-style: none;
}

ul.tabs li a {
	margin-left: 3px;
	padding: 3px 0.5em;
	border: 1px solid #372b27;
	border-bottom: none;
	background: #e2d3be;
	text-decoration: none;
}

ul.tabs li a:link { color: #372b27; }
/*ul.tabs li a:visited { color: #667; }*/

ul.tabs li a:hover {
	color: #000;
	background: #dec6bf;
	border-color: #227;
}

ul.tabs li.current a {
	background: #fff;
	border-bottom: 1px solid white;
}

/* @end */

/* @group Header */

#header {
	height: 175px;
}

#header .wrapper {
	
}

#header h1 {
	position: absolute;
	top: 30px;
	left: 40px;
}

#header h1,
#header h1 a {
	display: block;
	width: 201px;
	height: 77px;
	font-size: 2px;
	text-indent: -5000px;
	background: url(../img/fld-assurances.gif) no-repeat;
}

#header .marque,
#header .marques {
	display: block;
	position: absolute;
	top: 30px;
	right: 40px;
	
}

#header img.marque {
	border: 1px solid #beb9a6;
}

#header div.ad {
	display: block;
	position: absolute;
	top: 30px;
	right: 0;
}

/* @end */

#content {

}

#maincol,
#subcol {
	padding-top: 1em;
}

#maincol {
	border-top: 1px solid #beb9a6;
}

#maincol.left,
#maincol.right {
	width: 690px;
	
}

#subcol {
	border-top: 1px solid #cda99a;
}

#subcol.left,
#subcol.right {
	width: 180px;
}

#subcol a.callback {
	display: block;
	margin: 15px auto;
}

div.block {
	padding: .6em .3em;
	border-bottom: 1px solid #6a7600;
}

div.block h3 {
	color: #4a5300;
	border-bottom: 1px dotted #4a5300;
}

div.block ul {
	margin-left: 1.6em;
	font-size: 12px;
	list-style: circle;
}

div.block li {
	margin-bottom: .4em;
}

div.block.more ul,
div.block.share ul {
	margin-left: .4em;
	list-style: none;
}

div.block.more li,
div.block.share li {
	padding-left: 22px;
	line-height: 18px;
}
div.block a {
	color: #6a7600;
}

/* @group TopMenu */

#menu {
	background: #453631;
	border-bottom: 1px solid #f4f4e2;
	list-style: none;
	text-align: right;
	font: 11px Arial, Helvetica, Geneva, sans-serif;
	line-height: 30px;
	height: 2.9em;
}

#menu li {
	display: inline;
	padding: 0 1em;
	
}

#menu a {
	color: #f4f4e2;
	text-decoration: none;
}

#menu a:hover,
#menu .current a {
	text-decoration: underline;
}

#menu li a span {
	display: none;
	position: absolute;
	bottom: -85px;
	left: -15px;
	width: 180px;
	height: 45px;
	text-align: center;
	padding: 20px 12px 10px;
	font-style: normal;
	z-index: 2;
	background-color: #fff;
}

#menu .home a {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}

/* @end */

h1, h2,  h3, h4 {
	margin: .7em 0 .4em;
	font-weight: normal;
}

h1, h1 a {
	color: #760008;
}

h2, h2 a {
	color: #372b27;
}

#maincol p,
#maincol ul,
#maincol ol {
	margin: .4em .5em .6em;
	line-height: 1.4em;
	text-align: justify;
}

#maincol ul,
#maincol ol {
	margin: .4em 2em .6em;
}

#maincol img.left,
#maincol img.right,
#maincol img.center,
#maincol .flash.left,
#maincol .flash.right {
	margin: .4em .8em;
}

#maincol img.left,
#maincol .flash.left {
	margin-left: 0;
}

#maincol img.right,
#maincol .flash.right {
	margin-right: 0;
}

div.intro {
	margin-bottom: 1.5em;
	border-bottom: 1px dotted #cda99a;
	font-size: 1.2em;
	color: #372b27;
}

#more, #maincol blockquote {
	clear: both;
	margin: 2em 0 1em;
	padding: 1em;
	background-color: #e2d3be;
}

#maincol blockquote {
	font-size: 1.2em;
}

#more p {
	/*text-align: justify;*/
}

/* @group Footer */

#footer {
	clear: both;
	margin: 0 auto 2em;
	padding-top: .5em;
	border-top: 1px solid #beb9a6;
	font-size: 10px;
	text-align: center;
}

#footer p {
	margin: .8em 15px 1.4em;
	line-height: 1.2em;
}

#footer p.left {
	text-align: left;
}

#footer p.right {
	text-align: right;
}

/* @end */

#maincol a.more {
	cursor: pointer;
}

#maincol div.more {
	margin: 1em .5em;
	padding: .2em .5em;
	border-left: 2px solid #e2d3be;
}

a.text {
	color: #453631;
	text-decoration: none;
	cursor: text;
}

/* @group BreadCrumbs */

#maincol ul.breadcrumbs {
	margin: 0 0 2em;
	font-size: 11px;
	list-style: none;
}

.breadcrumbs li {
	display: inline;
	padding: 0 .2em 0 1.2em;
	list-style: none;
	background: url(../img/breadcrumbs.gif) no-repeat 0 center;
}

.breadcrumbs li.home {
	padding-left: 0;
	background: none;
}

/* @end */

/* @group Forms */

form table.form th,
form table.form td {
	padding: .4em 1em;
}

/*form table.form td {
	border-bottom: 1px solid #999;
}*/

form table.form th {
	text-align: left;
}

form table.form td {
	vertical-align: top;
}

.stacked label,
.stacked input,
.stacked textarea,
.stacked select {
	display: block;
}

label.checkbox,
input.checkbox,
label.radio,
input.radio,
.stacked label.checkbox,
.stacked input.checkbox,
.stacked label.radio,
.stacked input.radio {
	display: inline;
}

.fixed input,
.fixed textarea,
.fixed select {
	width: 150px;
}


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;
}



/* @group Bank */

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;
}

/* @end */

table.data .pricing {
	color: #760008;
	font-weight: bold;
	background-color: #c8999c;
}

table.data .pricing th,
table.data td.price {
	padding: .5em;
	font-size: 1.1em;	
}

#maincol .examples,
#maincol .marques,
#maincol .sections,
#maincol .produits {
	margin: 0;
	list-style: none;
	text-align: left;
}

#maincol .sections p,
#maincol .produits p {
	text-align: left;
}


.marques li {
	float: left;
	width: 255px;
	margin: 10px 15px;
	text-align: center;
	border-bottom: 1px solid #e2d3be;
}

.marques li.large {
	clear: both;
	float: none;
	margin: 0;
	padding: 0;
	width: 750px;
	border: 1px solid #f4f4e2;
}

#maincol .marques li p {
	margin: 0;	
}

#maincol .marques li p.desc {
	padding: .2em;
	text-align: center;
	background-color: #e2d3be;	
}

ul.partenaires {
	list-style: none;
}

.partenaires li {
	float: left;
	margin: 1em 0;
	width: 210px;
	padding: 10px 15px;
	background-color: #e2d3be;	
}
	


.produits li {
	float: left;
	width: 275px;
	margin: 10px 15px;
	border: 1px dotted #c8999c;
	padding: 10px 15px;
	font-size: .9em;
}

.partenaires .produits li {
	width: 150px;
	border: none;
}

.produits li.large {
	width: 610px;
}

.examples li,
.sections li {
	float: left;
	width: 350px;
	margin: 20px 30px;
	padding: 15px;
	background-color: #e2d3be;	
}

.sections li.large {
	width: 820px;
}

.sections li h2 {
	font-size: 1.2em;
}

.sections li h2 a {
	text-decoration: none;
}

.sections li p {
	font-size: .9em;
}

.examples li {
	width: 190px;
	margin: 20px 5px;
	font-size: .9em;
}

.produits li img,
.sections li img {
	border: 2px solid #fff;
}

.produits li img {
	float: left;
	margin: 0 .5em .5em 0;
}

.partenaires .produits li img {
	float: none;
	margin: 0 auto;
	text-align: center;
}

.sections li img {
	float: right;
	margin: 0 0 .5em .5em;
	border: 2px solid #fff;
}

.produits li a.more,
.sections li a.more {
	color: #760008;
	font-size: .8em;
	font-style: italic;
}

/*.produits li a.more,*/
.sections li a.more {
	display: block;
	clear: both;
	padding-top: .5em;
	text-align: right;
	border-top: 1px dotted #fff;
}

.produits li a.more:hover,
.sections li a.more:hover {
	color: #000;
}

/* @group QuickContact */

div.contact {
	clear: both;
	padding-bottom: 5px;
	text-align: center;
	background-color: #f9f9ec;
	border: 1px solid #cda99a;
}

div.contact h3 {
	margin: 0 10px;
	padding: .4em 0 .2em;
	border-bottom: 1px dotted #cda99a;
	color: #0076a3;
	font-weight: bold;
	/*background-color: #0076a3;*/
}

div.contact p.intro {
	margin: 5px 10px 0;
	text-align: justify;
	font-size: 11px;
}

div.contact form {
	margin: 5px 10px 5px;
	padding: 5px 0;
	border: 1px dotted #cda99a;
	border-width: 1px 0;
	font-size: .9em;
	text-align: left;
}

div.contact form input.text {
	font-size: 10px;
}

/* @end */

#maincol div.contact form p {
	float: left;
}

.i-telecharger,
.i-questions,
.i-blog,
.i-rappel,
.i-imprimer,
.i-email,
.i-favoris,
.i-etude,
.i-devis {
	background-repeat: no-repeat;
}

.i-telecharger {
	background-image: url(../img/icons/telecharger.gif);
}

.i-questions {
	background-image: url(../img/icons/posez-vos-questions.gif);
}

.i-blog {
	background-image: url(../img/icons/articles-blog.gif);
}

.i-rappel {
	background-image: url(../img/icons/rappel.gif);
}

.i-imprimer {
	background-image: url(../img/icons/imprimer.gif);
}

.i-email {
	background-image: url(../img/icons/envoyer-mail.gif);
}

.i-favoris {
	background-image: url(../img/icons/ajouter-favoris.gif);
}

.i-etude {
	background-image: url(../img/icons/demande-etude.gif);
}

.i-devis {
	background-image: url(../img/icons/devis-gratuit.gif);
}

label.mandatory, .mandatory {
	font-weight: bold;
	color: #760008;
}

input.mandatory, textarea.mandatory, select.mandatory {
	/*background: #d0e5f7;*/
	/*border: 1px solid #633685;*/
}

div.error {
	padding: 1em;
	color: #a43339;
	background-color: #dec6bf;
	border: 1px dotted #a43339;
}

ul.more {
	list-style: none;
	text-align: right;
}

p.notice {
	font-size: .8em;
	font-style: inherit;
}

.produits .gprivee {
	color: #fff;
	background-color: #999;
 	border: 1px solid #666;
}


#maincol div.ad {
	width: 820px;
	margin: 0 30px;
}

#subcol.left div.ad,
#subcol.right div.ad {
	margin: 10px;
}

#maincol div.ad a.left,
#maincol div.ad a.right {
	display: block;
}

#maincol div.ad .ad-content {
	display: none;
	clear: both;
	padding: 1em 1.5em;
	background-color: #fff;
}

#maincol div.ad a.go {
	display: block;
	font-size: 1.5em;
	text-align: center;
}

h4.comments {
	padding: .5em 1em;
	font-size: 1.2em;
	background-color: #e2d3be;
}
