#contenu_assistance {
	font-size: 12px;
}
#contenu_assistance p{
	font-size: 12px;
}
h1.mon_assistance{
	left:0;
}

.listing_contact
{
	border: solid 1px #444;
	border-collapse: collapse;
	/*width: 550px;*/
	width: 100%;
}
.listing_contact th
{
	padding: 0.2em;
	border: solid 1px #444;
	background-color: #EB0000;
	color: #fff;
	font-weight: bold;
	font-family: arial;
	font-size: 12px;
}
.listing_contact td
{
	height: 20px;
	padding: 0.5em;
	/*padding-bottom: 0.5em;
	padding-top: 0.5em;*/
	border: solid 1px #444;
	background-color: white;
	color: #000;
	font-weight: normal;
	font-family: arial;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
}
.listing_contact td.numero_contact
{
	width: 70px;
}
.listing_contact td.date
{
	width: 100px;
}
.listing_contact td.type
{
	width: 100px;
}
.listing_contact tr{
	cursor: pointer;
}

.listing_ticket
{
	border: solid 1px #444;
	border-collapse: collapse;
	/*width: 550px;*/
	width: 100%;
	
}
.listing_ticket tr{
	cursor: pointer;
	background-color: white;
}
.listing_ticket tr.hover{
	background-color: #ccc;
}
.listing_ticket tr.nhover{
	background-color: white;
}
.listing_ticket th
{
	padding: 0.2em;
	border: solid 1px #444;
	background-color: #EB0000;
	color: #fff;
	font-weight: bold;
	font-family: arial;
	font-size: 12px;
}
.listing_ticket td
{
	height: 40px;
	padding: 0.5em;
	/*padding-bottom: 0.5em;
	padding-top: 0.5em;*/
	border: solid 1px #444;
	
	color: #000;
	font-weight: normal;
	font-family: arial;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
}
.listing_ticket td.left
{
	text-align: left;
}
.listing_ticket td.num_ticket
{
	width: 110px;
}
.listing_ticket td.etat
{
	width: 60px;
}
.listing_ticket td.date_dernier_contact
{
	width: 125px;
}

.mes_demandes_titre
{
	color: red;
	text-align: left;
	font-size: 14px;
}

.details_contact{
	border: solid 1px #444;
	border-collapse: collapse;
	width: 100%;
	table-layout: fixed;
	font-weight: normal;
	font-family: arial;
	font-size: 12px;
}
.details_contact th
{
	padding: 0.2em;
	border: solid 1px #444;
	background-color: #626262;
	color: #fff;
	font-weight: bold;
}
.details_contact td
{
	padding: 0.5em;
	border: solid 1px #444;
	background-color: #fff;
	color: #000;
	text-align: left;
	vertical-align: middle;
}
.details_contact td.elements_fournis
{
	background-color: rgb(234,234,234);
	/*width: 210px;*/
	vertical-align: top;
}
.details_contact td.elements_fournis_th
{
	text-align: center;
	background-color: rgb(234,234,234);
}
.details_contact a,.details_contact a:hover{
	text-decoration: underline;
	font-weight: normal;
	color: #000;
}
.col_date_mail{
	text-align: center;
	width: 140px;
}
#mail_recup
{
	width: 700px;
	border: solid 1px #000;
	background-color: #f2f2f2;
}
#mail_recup .padding_details
{
	text-align: left;
	font-weight: normal;
	padding-left: 1em;
	padding-right: 1em;
	padding-bottom: 2em;
	line-height: 20px;
}
#mail_recup .padding_details img
{
	vertical-align: middle;
}
#mail_recup .padding_details a,#mail_recup .padding_details a:hover{
	text-decoration: none;
	font-weight: normal;
	color: #000;
	font-size: 12px;
}
#q_service label,#q_produit label
{
	clear: both;
	width: 320px;
}

.idclient{
	border: solid 0px black;
	width: 250px;
	text-align: center
}

.idclient label{
	border: solid 0px black;
	width: 100px;
	/*float: left;*/
	
}
.idclient input{
	/*float: right;*/
}

/* Formulaire de nouvelle demande */
.new_demande{
	border: none 2px blue;
	width: 700px;
	text-align: left;
}
.new_demande div{
	margin-bottom: 1.2em;
}

.new_demande label{
	/*float: left;*/
	width: 200px;
}
.new_demande input,.new_demande select{
	/*float: left;*/
	/*margin-left: 210px;*/
	width: 180px;
	padding-left: 2px;
}
.new_demande input.grise,.new_demande select.grise{
	background-color: #ccc;
}

.new_demande #coordonnees{
	display: block;
}
.new_demande #service_souhaite{
	display: block;
}
.new_demande #produit_concerne{
	display: block;
}
.new_demande #data_ticket_client{
	display: block;
}
.message_erreur{
	color: red;
	border: solid 1px red;
	width: 700px;
	text-align: left;
	padding: 0.5em;
	margin: 20px;
}
.bouton_clic{
	cursor: pointer; 
}
.bouton_telecharger{
	margin: 3px;
	border: none;
}

#div_pour_message_erreur{
	padding-left: 80px;
	/*background: #fff url(erreur.gif) no-repeat 1% 50%;*/
	background: #fff url(erreur.gif) no-repeat 1% 3%;
	margin-top: 5px;
	margin-bottom: 5px;
	border: solid 0px;
	min-height:85px;
	height:auto !important;
  	height:85px; /* IE 6 */
	width: 630px !important;
	width: 700px;
}
#div_pour_message_erreur li{
	margin-left: 30px;
}

