	
@import url("care.structure.css");

/* [ Zone Centrale]---------------------------------------------------- */	

#cote-g {
	background:url(../img/structure/fond-gauche.png) repeat-x top left;
}	

#cote-d {
	background:#05224C
}	

/* [ Espace client]---------------------------------------------------- */	

#espace_client {
	position:relative;
	width:269px;
	height:100px;
	background:url(../img/structure/fond-espace-client.png) no-repeat top left; 
	font-size:10px;	
	margin:auto;
	margin-top:10px;
}

#espace_client #client {
	position:absolute;
	top:30px;
	left:11px;
}	

#espace_client #client INPUT {
	width:125px;
}	

#espace_client #client label {
	width:250px;
}	

#espace_client #oublie a{
	font-size:10px;
	color:#1A5B89;
	text-decoration:underline;
	
}	

#espace_client #oublie a:hover { color:#7193DA }

#espace_client #oublie {
	position:absolute;
	bottom:10px;
	left:10px;
}	

#espace_client #boutonok {
	position:absolute;
	top:35px;
	right:10px;
}	

/* [ PAGE NOTRE CABINET]---------------------------------------------------- */		

#signature {
	width:122px;
	height:12px;
	background:url(../img/cabinet/signature-demarchez.png) no-repeat top left;
	margin-left:auto;
	margin-right:0;
}		

/* [ PAGE DOMAINES INTERVENTION]---------------------------------------------------- */		

#domaines td {
	padding:10px 0;
}	

#domaines td.droite {
	padding-left:30px;
}	

#domaines a img {
	border:1px solid #7193DA;
	text-decoration:none;
}	

#domaines a:hover img {	
	border:1px solid #FFF;
	text-decoration:none;
}	

/* [ PAGE DEMANDE DE RENSEIGNEMENTS]---------------------------------------------------- */	

#tableau_coordonnees strong {
	font-family:"Trebuchet MS";
	font-size:14px; 
	color:#A0C4F3;
	text-transform:uppercase;
}

INPUT.radio { background:none; border:0; }

.formulaire_renseignements {
	width:100%;
	text-align:left;
}	

.formulaire_renseignements TH { vertical-align:top; font-weight:normal; }
.formulaire_renseignements TH.needed { font-weight:bold; }

.formulaire_renseignements TH.needed span {
	font-weight:bold;
	color:#FFEE0A;
}		

.formulaire_renseignements TD { vertical-align:top;  padding-bottom:10px; }

.formulaire_renseignements  em {
	font-size:10px;
	color:#FFEE0A;
}	

.formulaire_renseignements TEXTAREA { width:100%; height:80px; }

.form_error {
	width:125px;
	font-size:10px;
	color:#EEE00F;
}	

.cadre_info {
	width:293px;
	height:48px;
	background:url(../img/contact/message-envoye.png) no-repeat top left;
	font-family:"Trebuchet MS";
	font-size:13px; 
	color:#00256B;
	padding-left:73px;
	padding-top:14px;
	margin-left:auto;
	margin-right:auto;
	margin-top:25px;
	margin-bottom:25px;
}	