#main {
	background: url(../images/template/visuel_vertical_bg_x.jpg) repeat-y;
}

#main #col-left{
	border-top: 5px solid #4ba3d5;
	float:left;	
	width:266px;
	height: 676px;
	padding-top: 50px;
	padding-left: 30px;
	position: relative;
}
#main .bg-desk{
	background: url(../images/template/bg_desk.jpg) no-repeat;
	width: 297px;
	height: 789px;
	position: absolute;
	top: 0;
	left: 0;
}

#main #col-center{
	width:506px;
	float:right;
}

div#page-title h1 {
	background: url(../images/template/client_title.jpg) no-repeat;
}

/***************************************************
*					    				  SEARCH BOX
***************************************************/
.search-fields {
	margin: 20px 0 35px 0;
}
#string_search {
	border: none;
	width: 153px;
	height: 22px;
	background: url(../images/template/search_box_input.jpg) no-repeat;
	padding: 7px 30px 0 5px;
	float: left;
}
#input-search-submit {
	border: none;
	width: 31px;
	height: 28px;
	background: url(../images/template/search_box_submit.jpg) no-repeat;
	float: left;
}


/***************************************************
*					    		  LISTE DES RAPPORTS
***************************************************/
/* menu gauche */
ul.reports {
	border-top: 1px solid #dcdcdc;
	margin-top: 35px;
	font-size: 12px;
}

ul.reports li {
	padding: 10px 0 10px 20px;
	border-bottom: 1px solid #dcdcdc;
	background: url(../images/template/client_puce.gif) no-repeat 0 20px;
}
ul.reports li a {
	text-decoration: none;
	color: #656565;
}
ul.reports li a span {
	color: #ff884d;
}
/* colonne centrale */
ul#main-reports li {
	background: url(../images/template/client_diagnostic_bg.gif) no-repeat;
	width: 429px;
	height: 41px;
	padding-left: 30px;
	padding-top: 10px; 
	margin-bottom: 10px;
}
ul#main-reports li.alt {
	background: url(../images/template/client_diagnostic_bg_alt.gif) no-repeat;
}
ul#main-reports li a {
	display: block;
	width: 420px;
	height: 36px;
	background: url(../images/template/client_puce.gif) no-repeat right 5px;
	color: #323334;
	text-decoration: none;
	font-size: 14px;
}

ul#main-reports li a span.type {
	color: #ff8c53;
}

ul#main-reports li a span.date {
	display: block;
	padding-top: 10px;
	font-size: 11px;
	color: #fff;
}


/***************************************************
*					    	 FORMULAIRE DE CONNEXION
***************************************************/
.connect-form {
	border: 1px solid #f3f3f3;
	border-top: none;
}

h2#connect-title {
	font-weight: normal;
	margin: 0;
	padding: 0 0 15px 30px;
}

.connect-form #form {
	margin: 0 auto;
	width: 280px;
	height: 80px;
}
.connect-form #form p {
	margin-bottom: 3px;
}
.connect-form #form label {
	width: 100px;
	display: block;
	float: left;
}
.connect-form #form p.submit {
	text-align: right;
	padding-right: 33px;
}

p#help_links {
	text-align: center;
	color: #767774;
}
p#help_links a {
	text-decoration: none;
	color: #767774;
}
p#help_links span a {
	color: #7c9a26;
}
/***************************************************
*					   FORMULAIRE DE DEMANDE D'ACCES
***************************************************/
.ask-form {
	border: 1px solid #f3f3f3;
	border-top: none;
	padding-left: 30px;
}
.ask-form  #form label {
	width: 140px;
	display: block;
	float: left;
}
.ask-form #form p {
	margin-bottom: 3px;
}
.ask-form #form p.submit {
	margin-left: 140px;
}

.thank {
	padding: 0 30px;
}

/***************************************************
*					    	   OUBLI DE MOT DE PASSE
***************************************************/
#fancy_content #forgottenPasswordContent {
	padding: 15px 20px 10px 20px;
}
#fancy_content h4 {
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 15px;
}

#fancy_content label {
	font-weight: normal;
}
#fancy_content input[type=text] {
	width: 200px;
}
#fancy_content form {
	margin: 15px 0;
}

#fancy_content form #submit {
	padding: 20px 0 0 70px;
}

a.deco {
	color: #000;
	text-decoration: none;
	padding-left: 13px;
	line-height: 40px;
}

a.deco:hover {
	color: #000;
	text-decoration: underline;
}
