@CHARSET "ISO-8859-1";

@import url('reset.css');
@import url('cake.debug.css');

/*
 * STRUCTURE
 * ---------------------------------------------------------------------------
 */
body {
	font: 1em Arial, Helvetica, sans-serif;
	background-color: #c2c3c4;
	background-repeat: repeat-x;
	background-position: 0 149px;
}
#body {
	background-image: url('/img/body_bg.gif');
}
#pros-body {
	background-image: url('/img/pros_body_bg.gif');
}
#part-body {
	background-image: url('/img/part_body_bg.gif');
}
#container {
	width: 833px;
	margin: 1em auto;
}

/*
 * HEADER
 * ---------------------------------------------------------------------------
 */
#header-wrapper {
	background: url('/img/header-wrapper_bg.jpg');
	height: 135px;
	overflow: auto;
}
#part-header, #header {
	background: url('/img/header_bg.gif') no-repeat 300px 66px;
	height: 135px;
	overflow: auto;
}
#pros-header {
	background: url('/img/pros_header_bg.gif') no-repeat 225px 66px;
	height: 135px;
	overflow: auto;
}
#header-company-logo {
	margin-top: 26px;
	margin-left: 48px;
}
#header-company-logo a {
	float: left;
	display: block;
	width: 74px;
	height: 93px;
	background: url('/img/header_k.gif') no-repeat;
	text-indent: -9999px;
}
#header-company-name {
	float: left;
	display: block;
	width: 155px;
	height: 16px;
	background: url('/img/header_krief-etudes.gif') no-repeat;
	text-indent: -9999px;
	margin-top: 22px;
	margin-left: 12px;
}
#header-company-tagline {
	float: left;
	display: block;
	width: 600px;
	height: 15px;
	background: url('/img/tag-line.gif') no-repeat;
	text-indent: -9999px;
	margin-top: 8px;
	margin-left: 12px;
}

/*
 * TOP MENU
 * ---------------------------------------------------------------------------
 */
#top-menu-wrapper {
	margin: 0 17px;
}
#top-menu-wrapper ul li {
	float: left;
}
#top-menu-wrapper ul li a {
	display: block;
	height: 27px;
	text-indent: -9999px;
	text-decoration: none;
}

#menu-accueil a{ width: 150px; background-position:0 0; }
#menu-professionnels a { width: 153px; background-position: -150px 0; }
#menu-particuliers a { width: 163px; background-position: -303px 0; }
#menu-inscription a{ width: 165px; background-position: -466px 0; }
#menu-contact a{ width: 168px; background-position: -632px 0; }

#menu-accueil a:hover{ width: 150px; background-position:0 -27px; }
#menu-professionnels a:hover { width: 153px; background-position: -150px -27px; }
#menu-particuliers a:hover { width: 163px; background-position: -303px -27px; }
#menu-inscription a:hover{ width: 165px; background-position: -466px -27px; }
#menu-contact a:hover{ width: 168px; background-position: -632px -27px; }

#top-menu li a {
	background-image: url('/img/top-menu_bg.gif');
}
#part-top-menu li a {
	background-image: url('/img/part_top-menu_bg.gif');
}
#pros-top-menu li a {
	background-image: url('/img/pros_top-menu_bg.gif');
}

.dropDownMenu {
	z-index : 100;
	background: #999;
	border-right: 1px solid #666;
	border-bottom: 1px solid #000;
	border-left: 1px solid #bbb;
}

.dropDownMenu li {
	padding: .5em;
	position: relative;
	border-top: 1px solid #aaa;
	/* this is for IE */
	/*h: expression(onmouseover=new Function("this.style.backgroundColor='#666'"),
						onmouseout=new Function("this.style.backgroundColor=''"));*/
}

.dropDownMenu li:hover {
	background : #666;
}

#top-menu-wrapper ul li li a {
	background-image: none;
	height: auto;
	text-indent: 0;
	color: #fff;
	font-size: .7em;
	font-weight: bold;
	line-height: 1.4;
}

/*
 * CONTENT
 * ---------------------------------------------------------------------------
 */
#content-wrapper {
	clear: both;
	background: url('/img/content-wrapper_bg.gif') repeat-y;
	min-height: 400px;
	height: auto !important;
	height: 400px;
}
#content {
	overflow: auto;
	margin: 0 17px;
	padding: 2.5em;
	background: url('/img/content_bg.jpg') no-repeat;
	font-size: .75em;
}
#content a {
	color: #072957;
	font-weight: bold;
}
#content a:hover {
	color: #3d7bb1;
}

h1 {
	color: #072957;
	font-weight: bold;
	font-size: 1.8em;
	margin-bottom: .5em;
}
h2 {
	color: #3d7bb1;
	font-weight: bold;
	font-size: 1.4em;
	margin: 1em 0;
}
h3 {
	color: #666;
	font-weight: bold;
	font-size: 1.2em;
	margin: 1em 1em;
}

#content p, #content ul {
	line-height: 1.5;
}
#content ul {
	margin: 1.5em 4.5em;
	list-style: disc;
}
#content ul li {
	margin: .5em 0;
}
#content p {
	margin: 1.5em;
}

.legal {
	font-size: .85em;
	color: #777;
	padding: 0 1.5em;
}
.clear {
	clear: both;
}

.questionlibelle {
	font-size: 1.4em;
}

#content ul.reponseguidee {
	overflow: auto;
	margin: 0;
}
#content ul.reponseguidee li {
	padding-left: 14px;
	background: url('/img/checkbox_off.png') no-repeat 0 2px;
}
#content ul.reponseguidee li.checked {
	background-image: url('/img/checkbox_on.png');
}

.submenu {
	text-align: center;
	font-size: .95em;
	margin-top: .25em;
	margin-bottom: 1.5em;
}

.rouge	{
	color: #D64040;
	font-weight: bold;
}
/*
 * LOGIN FORM
 * ---------------------------------------------------------------------------
 */
#login {
	margin: 0 17px;
	background: url('/img/login_bg.jpg') no-repeat;
	height: 38px;
}
#login p {
	font-size: .7em;
	text-align: right;
	padding: 1em;
}
#login a {
	color: #666;
	font-weight: bold;
	text-decoration: none;
}
#login a:hover {
	color: #000;
}
#ConsommateurLoginForm {
	font-size: .65em;
	float: right;
}
.login-input {
	float: left;
	padding: .9em 1.5em 0 0;
	line-height: 2;
}
.login-input input {
	color: #fff;
	font-size: 11px;
	background-color: #a5a5a5;
	border: 1px solid #838181;
}

/*
 * HOME
 * ---------------------------------------------------------------------------
 */
#home-visual {
	background: url('/img/home.jpg') no-repeat top center;
	height: 1%;
}
html>body #home-visual {
	height: auto;
	overflow: auto;
} 
#home-pros {
	float: left;
}
#home-part {
	float: right;
}
#home-pros a,
#home-part a {
	display: block;
	width: 220px;
	height: 187px;
	text-indent: -9999px;
}
#home-desc {
	overflow: auto;
}
#home-desc-left,
#home-desc-right {
	width: 49.9%;
	float: left;
}
#home-desc p {
	font-size: .95em;
	text-align: justify;
}
#home-desc-left b {
	color: #072958;
}
#home-desc-right b {
	color: #de5b00;
}
#home-tag-line {
	clear: both;
	text-align: center;
	color: #072A5A;
	font-weight: bold;
}

/*
 * FOOTER
 * ---------------------------------------------------------------------------
 */
#footer-wrapper {
	background: url('/img/footer-wrapper_bg.jpg');
	height: 141px;
}
#home-footer, #part-footer, #footer {
	background: url('/img/home_footer_bg.jpg') no-repeat 20px 52px;
	height: 141px;
	overflow: auto;
}
#pros-footer {
	background: url('/img/pros_footer_bg.jpg') no-repeat 20px 52px;
	height: 141px;
	overflow: auto;
}
#footer-wrapper a {
	font-size: .7em;
	font-weight: bold;
	color: #5b5959;
	text-decoration: none;
}
#footer-wrapper a:hover {
	color: #000;
}
#footer-links {
	float: left;
	margin-top: 4px;
	margin-left: 17px;
}
#footer-links li {
	float: left;
	background: url('/img/footer_separator.gif') no-repeat top right;
	padding: 2px 16px 24px;
}
#footer-credits {
	float: right;
	background: url('/img/footer_separator.gif') no-repeat;
	margin-top:4px;
	margin-right: 17px;
	padding: 2px 16px 24px;
}

/* 
 * MESSAGES
 * ---------------------------------------------------------------------------
 */
.message {
	border: 1px solid;
	margin: 12px 0;
	background: no-repeat 8px 10px;
}
.mssg_txt {
	/*font-size: .8em;*/
	line-height: 1.4;
	color: #333;
	margin: 8px 8px 8px 48px;
}
.mssg_error {
	border-color: #e01616;
	background-color: #fdf3f3;
	background-image: url('/img/forbidden.gif');
}
.mssg_notice {
	border-color: #f57900;
	background-color: #fef8f2;
	background-image: url('/img/exclamation.gif');
}
.mssg_success {
	border-color: #47c518;
	background-color: #f6fcf3;
	background-image: url('/img/success.gif');
}
.mssg_welcome {
	border-color: #39c;
	background-color: #e2eef4;
	background-image: url('/img/lock.gif');
}
.mssg_error strong {
	color: #e01616;
}
.mssg_notice strong {
	color: #f57900;
}
.mssg_success strong {
	color: #47c518;
}
.mssg_welcome strong {
	color: #069;
}

/*
 * FORMS
 * ---------------------------------------------------------------------------
 */
form fieldset {
	margin: 10px 0;
	padding: 10px;
	border: #072958 1px solid;
}
form fieldset legend {
	font-weight: bold;
	color: #072958;
	padding: 0 5px;
}
form fieldset div {
	padding: 4px 0;
	clear: both;
}
form fieldset label {
	margin-right: 5px;
	padding-right: 5px;
	width: 180px;
	display: block;
	float: left;
	text-align: right;
	position: relative;
	font-weight: bold;
	line-height: 1.8;
}
input, textarea {
	border: #072958 1px solid;
}
.submit {
	text-align: center;
}
.form-error {
	border: 1px solid red;
	background: #fcf5f6;
}
.error-message {
	margin-left: 190px;
	color: #C7424D;
	font-weight: bold;
}
.required {
	background: url('/img/required.png') no-repeat 180px 4px;
}
.checkboxes {
	border: 1px solid #999;
	float: left;
	clear: none;
	padding: 0 5px;
}
.checkbox label {
	float: none;
	display: inline;
	font-weight: normal;
}
.checkbox label.selected {
	background: none;
	font-weight: bold;
}
input.input-right {
	text-align: right;
}

.subform {
	background: #f8f8f8;
}

/*
 * AJAX
 * ---------------------------------------------------------------------------
 */
#spinner {
	background: #c00 url('/img/ajax_loader.gif') no-repeat 8px 6px;
	color: #fff;
	top: 0px;
	right: 20px;
	position: fixed;
	font-size: .9em;
	font-weight: bold;
	padding: 8px 8px 8px 30px;
}
#content .auto_complete {
	position: absolute;
	background: white;
	border: 1px solid #ccc;
	margin: 0;
	padding: 0;
}
#content .auto_complete ul {
	font-size: .9em;
	list-style: none;
	margin: 0;
	padding: 0;
}
#content .auto_complete ul li {
	padding: .5em;
	margin: 0;
}
.selected {
	background-color: #bff;
}

/*
 * ICONS
 * ---------------------------------------------------------------------------
 */
.action {
	background-repeat: no-repeat;
	padding-left: 15px;
	background-position: 0 2px;
}
.ico-new {
	background-image: url('/img/ico_add.gif');
}
.ico-del {
	background-image: url('/img/ico_del.gif');
}
