html, body {
	font-family: arial, verdana, sans-serif;
	font-size: 12px; /* 10pt - 12px */
	margin: 0;
	padding: 0;
	color: #4B473B;
	background: #CECDAE url(../img/bkg_body.jpg) bottom left repeat-x;
	position: relative;
	height: 100%;
}

.clear, .clearer {
	clear: both;
	height: 0px;
}

a img {
	border: none;
}

a, a:visited {
	font-weight: bold;
	color: #C1834A;
}
#searchzone a, #searchzone a:visited {
	color: #fefefe;
}

#wrapper {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

.centerizer {
	margin: 0 auto;
	text-align: left;
	width: 980px;
}


#header {
	background-color: #FFFFFF;
	width: 100%;
	position: relative;
	height: 80px;
}
	#header-block {
		margin: 0px 50px;
	}

	#logo {
		float: left;
		width: 270px;
		padding-top: 10px;
	}
	#spm {
		color: #363A90;
		font-size: 9px;
		padding: 3px 0 0 0;
	}

	#menu {
		float: left;
		height: 85px;
		width: 450px;
		position: relative;
	}

		#menu #tabs {
			position: absolute;
			bottom: 0;
			left: 0;
			width: 600px;
		}
		#menu #tabs ul {
			padding: 0;
			margin: 0;
		}
		#menu #tabs ul li {
			float: left;
			padding: 0;
			margin: 0;
			list-style-type: none;
		}


#searchzone {
	padding: 6px 0px;
	background-color: #514e3f; /*background: #C1824D url(../img/bkg_searchzone.jpg) top left no-repeat;*/
	border-top: 10px solid #BAB99D;
	border-bottom: 3px solid #C1B995;
	width: 100%;
	position: relative;
}

	#searchform, #searchform-pro {
		margin: 0px 0px 0px 0px; /*margin: 20px 0px 0px 160px;*/
		display: block;
		background: url(../img/bkg_searchform.gif) top left no-repeat;
		width: 764px;
		height: 80px;
		padding: 10px;
		position: relative;
	}
	#searchform-pro {
		background: url(../img/bkg_searchform_pro.gif) top left no-repeat;
	}
		#searchform #c1, #searchform-pro #c1 {
			float: left;
			width: 265px;
			height: 80px;
			padding-right: 20px;
			border-right: 1px solid #CDCCAD;
			position: relative;
		}

		#searchform #c2, #searchform-pro #c2 {
			float: left;
			width: 265px;
			height: 80px;
			margin-left: 10px;
		}

		#searchform #c3, #searchform-pro #c3 {
			float: right;
			width: 150px;
			margin-right: 40px;
			height: 95px;
			position: relative;
		}

		#search-submit {
			position: absolute;
			bottom: 14px;
			right: 0;
		}


#content {
	background-color: #F3F2D3;
	width: 100%;
	padding-bottom: 36px;
}

	#ct-col1 {
		float: left;
		width: 220px;
		border-left: 1px solid #CDCCAD;
		padding-left: 10px;
	}

	#ct-col2 {
		float: left;
		width: 280px;
		border-left: 1px solid #CDCCAD;
		padding-left: 10px;
	}

	#ct-col3 {
		float: left;
		width: 390px;
		border-left: 1px solid #CDCCAD;
		padding-left: 10px;
	}


#footer {
	height: auto;
	position: relative;
	width: 100%;
	background-color: #CECDAE;
	border-top: 1px solid #514E3F;
}

.block {
	padding: 25px 50px;
	width: 1000px;
}
.block img {
	display: block;
}

.s-block {
	margin: 28px 10px 45px 0px;
}
.s-block ul, .r-colD-block ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.s-block ul li, .r-colD-block ul li {
	margin-bottom: 5px;
	font-weight: bold;
}

.normal-weight {
	font-weight: normal;
}

.color1, .color1 a, .color1 a:visited {
	color: #BF8555;
}
.color2, .color2 a, .color2 a:visited {
	color: #93A803;
}

#pub-block {
	padding: 10px;
	background-color: #CDCBB2;
	margin: 28px 0px 20px 0px;
}
	#pub-block #cG {
		float: left;
		width: 180px;
	}
	#pub-block #cD {
		float: right;
		width: 180px;
	}


.form-example {
	font-size: 10px;
	color: #93917C;
}

form .form-ligne {
   padding: 3px 0px;
   clear: both;
}

form .form-champ {
   float: right;
   width: 175px;
   padding-right: 5px;
}

form label {
	float: left;
	text-align: right;
	width: 72px;
	font-weight: bold;
	padding-top: 4px;
}

form input[type=text], form select {
   	width: 170px;
	padding: 3px 3px;
	border: 1px solid #abc023;
}

form select {
	min-width: 170px;
	padding: 2px 3px;
}


/* À côté de chez qui */
form#form-acdcq label {
	float: none;
	text-align: left;
	display: block;
	width: auto;
	margin-bottom: 5px;
}
form#form-acdcq .form-champ {
	float: none;
	width: auto;
}
form#form-acdcq input[type="text"] {
	width: 250px;
	border-color: #2E89C9;
	padding: 4px 3px;
}
form#form-acdcq input[type="image"] {
	margin-bottom: -8px;
	margin-left: 5px;
}





/* Résultats ------------------------------------------------------------------ */
/* ---------------------------------------------------------------------------- */

#r-content {
	width: 702px;
	float: left;
}

#r-colD {
	width: 270px;
	float: left;
	padding-top: 25px;
}
	.r-colD-block-wrap {
		width: 270px;
		background: url(../img/bkg_up_colD.gif) top left no-repeat;
		margin-bottom: 10px;
	}
	.r-colD-block {
		background: url(../img/bkg_down_colD.gif) bottom left no-repeat;
		padding: 12px;
	}
	.r-colD-block img {
		display: block;
		margin-bottom: 16px;
	}
	#col-pub {
		text-align: center;
	}
	#col-pub img {
		display: block;
		margin: 0 auto;
	}

#banniere {
	margin-bottom: 10px;
	width: 602px;
}

.publiweb-advertisement {
	display: block;
}
.publiweb-advertisement img {
	display: block;
	border: 1px solid #bab99d;
}
#banniere .publiweb-advertisement a, #banniere .publiweb-advertisement a:visited {
	display: block;
}

.pagination, .info-espace-perso {
	margin-bottom: 10px;
	height: 23px;
	width: 562px;
	padding: 6px 20px 0px 20px;
	background: url(../img/bkg_pagination.gif) top left no-repeat;
}
.info-espace-perso {
	background: url(../img/bkg_info_espace_perso.gif) top left no-repeat;
}
	.pagination #pag-colG {
		width: 49%;
		float: left;
	}
	.pagination #pag-colD {
		width: 49%;
		float: right;
		text-align: right;
	}
	.pagination #pag-colD a, .pagination #pag-colD a:visited {
		color: #4B473B;
	}


.categorie {
	margin-bottom: 10px;
	height: 23px;
	padding: 7px 20px 0px 20px;
	background: url(../img/bkg_cat.gif) top left no-repeat;
	font-weight: bold;
}

.r-abo-block-wrap, .r-pro-block-wrap {
	width: 602px;
	background: url(../img/bkg_up_abo.gif) top left no-repeat;
	margin-bottom: 10px;
}
.r-abo-block, .r-pro-block {
	background: url(../img/bkg_down_abo.gif) bottom left no-repeat;
	padding: 14px 14px;
	min-height: 30px;
}

.r-pro-block-wrap {
	background: url(../img/bkg_up_pro.gif) top left no-repeat;
}
.r-pro-block {
	background: url(../img/bkg_down_pro.gif) bottom left no-repeat;
}

.abo-colG, .pro-colG {
	float: left;
	width: 356px;
	line-height: 18px;
}
.pro-colG {
	width: 237px;
}
	.abo-num-block-wrap {
		width: 196px;
		background: url(../img/bkg_up_num.gif) top left no-repeat;
	}
	.abo-num-block {
		background: url(../img/bkg_down_num.gif) bottom left no-repeat;
		padding: 8px 9px 10px 10px;
		font-size: 11px; /* 8pt -- 11px */
		line-height: 15px; /* 12pt -- 15px */
		color: #000;
	}
	.pro-num-block-wrap {
		width: 315px;
		background: url(../img/bkg_up_pro_num.gif) top left no-repeat;
	}
	.pro-num-block {
		background: url(../img/bkg_down_pro_num.gif) bottom left no-repeat;
		padding: 8px 9px 10px 10px;
		font-size: 11px; /* 8pt -- 11px */
		line-height: 15px; /* 12pt -- 15px */
		color: #000;
	}
		.abo-num {
			border-bottom: 1px dotted #DBDAC7;
			padding-bottom: 2px;
			margin-bottom: 4px;
		}
		.abo-num-label {
			float: left;
		}
		.abo-num-block .abo-num-label {
			width: 94px;
		}
		.pro-num-block .abo-num-label {
			width: 210px;
		}

		.abo-num-digits {
			float: right;
			width: 80px;
			text-align: right;
			font-weight: bold;
		}

		.more-nums {
			display: none;
		}
		.more-infos-link {
			text-align: right;
			color: #2599D2;
			font-weight: bold;
			font-size: 11px; /* 8pt - 11px */
		}
		.more-infos-link a, .more-infos-link a:visited {
			color: #2599D2;
		}

		.vcard {
			font-size: 11px; /* 8pt - 11px */
			text-align: right;
			padding-top: 2px;
		}
		.vcard a, .vcard a:visited {
			color: #C1824D;
			text-decoration: none;
		}
		.vcard a:hover {
			text-decoration: underline;
		}

	.abo-nom {
		font-weight: bold;
		margin-bottom: 2px;
		font-size: 14px; /* 11pt - 14px */
	}
	.abo-adresse {
		font-size: 12px;
		margin-top: -2px;
		line-height: 19px; /* 14pt - 19px */
	}
	.pro-slogan {
		font-size: 11px; /* 8pt - 11px */
		color: #8f5321;
		margin: 10px 0px;
		line-height: 15px; /* 11pt - 15px */
	}
	.pro-contact {
		margin-top: 10px;
	}
		.pro-contact .pro-ct-line {
			margin: 0 0 5px 0;
			padding: 0;
		}
		.pro-contact .pro-ct-line img {
			display: inline;
			margin-bottom: -3px;
		}
		.pro-contact .pro-ct-line a, .pro-contact .pro-ct-line a:visited {
			font-size: 11px; /* 8pt - 11px */
			color: #4B473B;
		}

.abo-colD, .pro-colD {
	float: right;
	width: 196px;
}
.pro-colD {
	float: right;
	width: 315px;
}




/* ----------------------------------------------------------------------------*/
/* Formulaires */
form#public-user-form {
	margin: 0px;
}

form#public-user-form fieldset {
	border:	none;
	border:	1px solid #D8BA7A;
	margin:	0;
	padding: 16px 10px 8px 10px;
}

form#public-user-form legend {
	font-weight: bold;
	font-size: 11px;
	margin: auto;
	margin-left: 0;
	padding: 0px 4px;
	color: #C1834A;
}

form#public-user-form .form-line {
	margin-bottom: 2px;
	background-color: #D8BA7A;
	height: 100%;
}

form#public-user-form label {
	width: 28%;
	float: left;
	font-weight: bold;
	padding: 9px 10px 6px 10px;
	min-height: 19px;
	background-color: #D8BA7A;
	text-align: left;
}

form#public-user-form .form-inp {
	width: 65%;
	min-width: 50%;
	float: right;
	padding: 6px 10px;
	min-height: 22px;
	border-left: 2px solid #ffffff;
	background-color: #EFEDC2;
}

form#public-user-form .form-error {
	margin-top: 4px;
	font-weight: bold;
	color: #cc0000;
	font-size: 10px;
	background: url(../img/ico_del_mini.gif) 0 2px no-repeat;
	padding-left: 0px;
	height: 13px;
}

form#public-user-form input[type=text], form#public-user-form select, form#public-user-form input[type=password] {
   	width: 170px;
	padding: 3px 3px;
	border: 1px solid #C1834A;
}
form#public-user-form select {
	width: auto;
	min-width: 170px;
	padding: 2px 3px;
}

form#public-user-form input[type='text'] {
	width: 240px;
}
form#public-user-form textarea {
	width: 450px;
	height: 100px;
}
form#public-user-form input[type='text'].reduced {
	width: 160px;
}

form#public-user-form input[type='submit'], form#public-user-form input[type='reset'], form#public-user-form input[type='button'] {
	padding: 0px 22px;
	font-weight: bold;
	font-size: 11px;
}
form#public-user-form input[type='checkbox'] {
	margin: 0px 6px 0px 0px;
	padding: 0px;
}

form#public-user-form input[type='radio'] {
	margin-bottom: -2px;
}

form#public-user-form input.tiny-input, form#public-user-form input[type="password"].tiny-input {
	width: 180px;
}
form#public-user-form input.mini-input {
	width: 80px;
}

form#public-user-form select {
	width: auto;
	min-width: 188px;
}












.pics-block {
	background-color: #F3F2D3; /*#DFDED1;*/
	border: 1px solid #BAB99D;
	margin-top: 4px;
	padding: 6px 6px 0px 6px;
}
.pics-block a, .pics-block a:visited {
	text-decoration: none;
	font-size: 11px; /* 8pt - 11px */
	margin-right: 18px;
}
.pics-block a:hover {
	text-decoration: underline;
}
.pics-block img {
	display: inline;
	margin-bottom: 0px;
}




#score {
	color: #000;
	font-size: 8px;
	padding-bottom: 5px;
	position: absolute;
	text-align: center;
	width: 94px;
	z-index: 10;
}
#score,#rating,#standards {
	font-weight: bold;
}
#scorebar {
	background-image: url(../img/bg_strength_gradient.jpg);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	position: absolute;
	width: 94px;
	height: 11px;
	z-index: 0;
}
#scorebarBorder {
	background: #333;
	border: 1px #000 solid;
	height: 11px;
	margin-top: 5px;
	width: 94px;
}

#approx {
	width: 602px;
	height: 84px;
	background: url(../img/bkg_approx.gif) top left no-repeat;
	margin-bottom: 18px;
}
	#approx-txt {
		padding-top: 18px;
		padding-left: 122px;
	}
		#approx-txt #approx-title {
			font-size: 16px;
			margin-bottom: 8px;
		}


#footer .block {
	padding: 10px 50px;
	margin-bottom: 0px;
}
#footer #legal {
	background-color: #514E3F;
	padding: 4px 50px;
	color: #F3F2D3;
	font-size: 11px;
}
	#legal a, #legal a:visited {
		float: left;
		margin-right: 28px;
		font-weight: normal;
		color: #F3F2D3;
	}
	#legal a:hover {

	}
	#legal #copyright {
		float: left;
		margin-right: 48px;
		font-weight: bold;
	}










.highlight {
	background-color: #BAB99D;
}




.confirm-highlight {
	background: #fefefe url(../img/info.gif) 6px 6px no-repeat;
	border: 2px solid #2E89C9;
	padding: 8px 8px 8px 98px;
	width: 680px;
	min-height: 68px;
	margin-bottom: 26px;
}
.confirm-highlight h1 {
	margin: 6px 0 8px 0;
	padding: 0;
	font-size: 16px;
}
.confirm-highlight p {
	margin: 0;
	padding: 0;
	line-height: 18px;
}

acronym {
	border-bottom: 1px dotted gray;
	cursor: help;
}


.rp-block {
	padding: 2px;
	background-color: #F3F2D3;
	border: 1px solid #BAB99D;
	margin-top: 6px;
}
.rp-block .rp-ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	font-size: 11px;
}
.rp-block .rp-ul li {
	padding-left: 18px;
	background: url(../img/puce_rp.gif) 2px 3px no-repeat;
}




#acdcq-res-header, #acdcq-choice-header {
	width: 550px;
	margin-bottom: 10px;
	font-size: 14px;
	border: 2px solid #2E89C9;
	background: #fefefe url(../img/zoom.png) 14px 10px no-repeat;
	padding: 10px 14px 10px 34px;
}

#acdcq-choice-header {
	background: #fefefe url(../img/group_error.png) 14px 10px no-repeat;
}
#acdcq-choice-header ul {
	margin: 30px 0 0 0;
	padding: 0;
	list-style-type: none;
	font-size: 12px;
}
#acdcq-choice-header ul li {
	padding: 8px 0px;
	border-bottom: 1px dotted #AFAEA4;
}




.block-border {
	margin-bottom: 38px;
	padding: 3px;
	border: 2px solid #C1834A;
	background-color: #fefefe;
}







#form-errors {
	background-color: #EFEDC2; border: 2px solid #C1834A; padding: 6px; color: #000; width: 990px; margin-bottom: 16px;
}
#form-errors .form-error {
	float: left;
	width: 31%;
	height: 26px;
	line-height: 26px;
	padding-left: 22px;
	font-weight: bold;
	background: url(../img/exclamation.png) 0px 4px no-repeat;
}

