/*
	RAPPEL HACK
	_margin-right: 0;		Hack Special IE 6 et - 
	!margin-right: 0;		Hack Special IE 7
*/
html {
	padding: 0;
	margin: 0;
	text-align: center; /* Special IE */
}
body {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: verdana, times, arial;
	font-size: 12px;
	background-image: url(img/bg.png);
	}

.connexion {
	position: absolute;
	left: 50%; 
	top: 40%;
	width: 390px;
	height: 270px;
	margin-top: -135px;
	margin-left: -195px;
	_margin-top: 135px; /* Special IE 6 et - */
	/* _margin-left: -810px; */ /* Special IE 6 et - */
	text-align: center;
	background-image: url(img/bg_login.png);
	background-repeat: no-repeat;
	}
.connexion .login {
	width: 98%;
	margin-top: 80px;
	margin-left: auto;
	margin-right: auto;
}

.fond {
	width: 100%;
	min-height: 700px;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(img/fond.png);
	background-repeat: repeat-x;
	}

.site {
	width: 980px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
/* ----------------------- HEADER -----------------------  */
.banniere {
	width: 100%;
	height: auto;
	float: left;
	margin: 0;
	padding: 0;
	background-image: url(img/logo_header.png);
	background-repeat: no-repeat;
}

.quick_access {
	float: left;
	margin-left: 40%;
	width: auto;
	height: 40px;
	margin-top: 50px;
	margin-right: 20px;
}
	.quick_access select {
		width: 195px;
		color: #8bb2d0;
		border: 1px solid #8bb2d0;
	}

.info {
	width: auto;
	height: auto;
	margin-top: 10px;
	margin-right: 10px;
	float: right;
	text-align: center;
	}
	
.menu_fond {
	width: 100%;
	height: 42px;
	clear: both;
	margin-top: 100px;
	/* background-image: url(img/fond_menu.gif);
	background-repeat: repeat-x; */
	}
	
.menu {
	width: 100%;
	height: 20px;
	text-align: center;
	}
	
.onglet {
	position: relative;
	z-index: 2;
	width: 220px;
	height: 20px;
	float: left;
	margin-left: 20px;
	margin-right: -15px;
	background-color: #e4f3ff;
	text-align: center;
	line-height: 20px;
	vertical-align: middle;
	cursor: pointer;
	border: 1px solid #FFF;
	border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	}
	.onglet a {
		font-weight: bold; 
		color: #000; 
		text-decoration: none;
	}
	.onglet a:hover {
		font-weight: bold; 
		color: #000; 
		text-decoration: none;
	}
	.onglet_selected {
		background-color: #8bb2d0;
		border-bottom: 1px solid #8bb2d0;
	}
	
.sous_menu {
	position: relative;
	z-index: 1;
	width: 965px;
	height: 20px;
	float: left;
	margin-top: -1px;
	line-height: 20px;
	vertical-align: middle;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding-left: 15px;
	background-color: #8bb2d0;
	border: 1px solid #FFF;
	text-align: left;
	font-size: 11px;
	}
	.sous_menu a {
		font-weight: normal;
		color: #3b3b3b; 
		text-decoration: none;
	}
	.sous_menu a:hover {
		font-weight: normal;
		color: #3b3b3b;
		text-decoration: underline;
	}
	.sous_menu .selected, .sous_menu a:hover.selected  {
		font-weight: bold;
		color: #FFF;
	}
/* ----------------------- /HEADER  -----------------------  */

/* ----------------------- FOOTER  -----------------------  */	
.footer {
	width: 90%;
	text-align: center;
	color: #014583;
	height: 30px;
	margin-top: 20px;
	padding: 7px;
	border-top: 2px solid #648aad;
	margin-left: auto;
	margin-right: auto;
	font-size: 11px;
	clear: both;
	}
/* ----------------------- /FOOTER  -----------------------  */

h1 {
	color: #014583;
	margin-top: 15px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

h2 {
	color: #00c6ff;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}

h3 {
	color: #00c6ff;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	margin: 5px;
	}

h4 {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	margin: 5px;
	margin-left: 0;
}

a {
	border: 0;
	color: #014583;
	font-weight: bold;
	text-decoration: none;
	}

a:hover {
	border: 0;
	color: #00c6ff;
	font-weight: bold;
	text-decoration: underline;
	}

hr {
	width: 95%;
	margin: 10px auto 10px auto; /* margin-top, margin-right, margin-bottom, margin-left  */
	color: #014583;
	background-color: #014583;
	height: 1px;
	border: 0;
}

p {
	width: 98%;
	margin: 10px auto 10px auto; /* margin-top, margin-right, margin-bottom, margin-left  */
}

table {
	width: auto;
	margin-left: auto;
	margin-right: auto;
	border: 0;
	text-align: center;
	/* border-spacing: 0; => cellspacing="1" */
	/* border-collapse: separate; collapse; */
}

img {
	border: 0;
	vertical-align: middle;
}

form {
	margin: 0;
	padding: 0;
	}

.contenu {
	width: 100%;
	height: auto;
	float: left;
	background-color: #FFF;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	}

/* ----------------------- CADRE INFORMATIONS  -----------------------  */
.infos {
	width: 96%;
	margin: 10px auto 10px auto;
	padding: 5px;
	border: 2px solid #648aad;
	font-style: normal;
	text-align: justify;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
	.infos img {
		vertical-align: middle;
		margin-right: 10px;
	}
	.infos h3 {
		color: #648AAD;
		font-size: 14px;
		margin-bottom: 10px;
	}
	.infos h4 {
		margin-bottom: 10px;
		color: #648AAD;
		font-size: 12px;
	}
	.infos ul {
		color: #648AAD;
		margin-top: 0;
		margin-bottom: 10px;
	}
/* ----------------------- /CADRE INFORMATIONS  -----------------------  */
.attention {
	width: 96%;
	margin: 0 auto 10px auto;
	padding: 5px;
	border: 2px solid #93b5d0;
	background-color: #e4f3ff;
	text-align: center;
	color: #93b5d0;
	font-size: 14px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.select {
	width: auto;
	margin-left: 10px; 
	margin-bottom: 10px;
	text-align: left;
	vertical-align: middle;
}

.common {
	width: 98%;
	margin: 10px auto 10px auto;
	text-align: justify;
}

.tip td {
	width: 16px;
}
.tip img {
	border: 0;
	vertical-align: middle;
	cursor: help;
}
.disabled {
	color: #a0a0a0;
}
.ok {
	color: #009900;
}
.ko {
	color: #990000;
}
.transfer_dns {
	color: #666;
	font-weight: bold;
}


.std {
	float: left;
	width: 96%;
	margin: 10px 2% 10px 2%;
	padding: 0 0 10px 0;
	border: 1px solid #93b5d0;
	background-color: #e4f3ff;
	text-align: center;
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
}
	.std h2 {
		width: 100%;
		min-height: 25px;
		margin: 0 0 10px 0;
		background-color: #cddeeb;
		border-bottom: 1px solid #93b5d0;
		color: #000;
		font-size: 14px;
		font-weight: bold;
		text-transform: capitalize;
		line-height: 25px;
		vertical-align: middle;
	}
	
/* .table_default {
	border: 1px solid #93b5d0;
	width: 95%;
	border-spacing: 0;
	border-collapse: separate;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: #e4f3ff;
	margin-bottom: 15px;
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	}
.table_default th {
	height: 25px;
	background-color: #cddeeb; 
	border-bottom: 1px solid #93b5d0;
	font-size: 14px;
	font-weight: bold;
	}
.table_default td {	
	width: auto; 
	height: auto;
	padding: 3px;
	} */

.ligne_paire {
	background-color: #d3ebfe;
}

.home {
	width: 31%;
	float: left;
	margin: 1%;
}
	/* .home table {
		border: 1px solid #93b5d0;
		text-align: right;
		background-color: #e4f3ff;
	}
	.home .th {
		height: 25px;
		background-color: #cddeeb;
		text-align: center;
	} */



/* ----------------------- ACCUEIL -----------------------  */
.news {
	width: 96%;
	margin: 0 auto 10px auto;
	padding: 5px;
	text-align: justify;
	background-color: #e4f3ff;
	border: 2px solid #93b5d0;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
	.news .titre {
		font-size: 14px;
		color: #93b5d0;
		font-weight: bold;
	}
	.news .date {
		font-size: 13px;
		color: #93b5d0;
		font-weight: bold;
		text-align: right;
	}
	
.incident {
	width: 96%;
	margin: 0 auto 10px auto;
	padding: 5px;
	text-align: justify;
	background-color: #f2c4b3;
	border: 2px solid #eb4b13; 
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
	.incident .titre {
		font-size: 14px;
		color: #eb4b13;
		font-weight: bold;
	}
	.incident .date {
		font-size: 13px;
		color: #eb4b13;
		font-weight: bold;
		text-align: right;
	}

.maintenance {
	width: 96%;
	margin: 0 auto 10px auto;
	padding: 5px;
	text-align: justify;
	background-color: #fedea6;
	border: 2px solid #ffa100;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
	.maintenance .titre {
		font-size: 14px;
		color: #ffa100;
		font-weight: bold;
	}
	.maintenance .date {
		font-size: 13px;
		color: #ffa100;
		font-weight: bold;
		text-align: right;
	}
/* ----------------------- /ACCUEIL -----------------------  */



.close {
	float: right;
	margin-top: 2px;
	margin-right: 10px;
	right: 0;
	cursor: pointer;
	}
	
.status {
	width: 100%;
	height: auto;
	float: left;
	border-top: 2px solid #fcf68f;
	border-bottom: 2px solid #fcf68f;
	background-color: #f9fbbe;
	text-align: center;
	overflow: visible;
	}

/* ----------------------- CONTACT -----------------------  */
.formu {
	color: black;
}
	.formu input {
		font-weight: bold;
		border: 1px solid #7A7A7A;
	}
	.formu textarea {
		font-family: verdana, times, arial;
		overflow: auto;
	}
	.formu select {
		border: 1px solid #7A7A7A;
		background-color: #FFF;
	}
	.formu textarea {
		border: 1px solid #7A7A7A;
		background-color: #FFF;
		font-family: verdana, times, arial;
		font-size: 12px;
	}
	.formu strong {
		color: red;
		font-size: 7px;
	}
	.formu td {
		padding: 2px;
		text-align: left;
	}
	.formu fieldset {
		font-style: normal;
		border: 2px solid #648aad;
		padding: 5px;
		clear: both;
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
	.formu legend {
		color: #7A7A7A;
		padding: 3px;
		clear: both;
		margin: 0;
	}
	.formu .focus {
		background: #cdebf4;
		color: black;
		border-style: inset;
	}
	.formu .normal {
		background: white;
		color: black;
		border-style: inset;
	}
	.formu .bouton {
		cursor: pointer;
		font-weight: bold;
		background-color: #FFF;
		border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		background-image: url(img/bg_bouton.png);
		background-repeat: repeat-x;
		background-position: 0 0;
	}
	.formu .bouton:hover {
		color: #777;
		border: 1px solid #777;
		background-position: 0 -20px;
	}
	.formu .rule {
		border: 1px solid #666;
		background-color: #fff;
		color: #ccc;
		font-style: italic;
	}
	.formu .radio {
		border: 0;
		vertical-align: middle;
	}
/* ----------------------- /CONTACT -----------------------  */

/* ----------------------- PRESTATIONS -----------------------  */
.prestations {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	height: auto;
}

.product_show {
	width: 100%;
	cursor: pointer;
	margin: 0;
	padding: 0;
	clear: both;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
}
	.product_show h3 {
		font-size: 14px;
		margin: 0;
		padding: 0;
		text-transform: capitalize;
	}

.product_hide {
	width: 100%;
	background-color: #e4f3ff;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
}

.product_parent {
	width: 100%;
	clear: both;
}
.product_child {
	width: 90%;
	float: right;
	border-left: 1px solid #666;
}
	.product_parent h3, .product_child h3 {
		font-size: 14px;
		margin: 0;
		padding: 0;
		text-transform: capitalize;
	}
	
	.product_parent h4, .product_child h4 {
		clear: both;
		width: 100%;
		height: 30px;
		line-height: 30px;
		vertical-align: middle;
		font-size: 14px;
		margin: 30px 0 20px 0;	/* top right bottom left */
		text-align: center;
		color: #7A7A7A;
		background-color: #cddeeb;
	}
	
.table_prest {
	width: 100%;
	border-spacing: 0; /* => cellspacing="0" */
	border-collapse: collapse; /* separate */
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	}
	.table_prest th {
		background-color: #666;
		font-size: 12px;
		color: #fff;
		font-weight: bold;
	}
	.table_prest td {
		background-color: #cddeeb;
		text-align: center;
	}
	.table_prest h3 {
		text-align: center;
	} 

/* .table_fact {
	text-align: center;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
	.table_fact th {
		width: auto;
		height: 25px;
		text-align: center;
		background-image: none;
		background-color: #CCC;
		color: #FFF;
		font-weight: bold;
		border: 0;
	}
	.table_fact td {
		width: auto;
		text-align: center;
	} */
	
.table_default {
	width: 95%;
	margin: 10px auto 10px auto;
	border-spacing: 4px;
	border-collapse: separate;
	text-align: center;
}
	.table_default th {
		width: auto;
		height: 25px;
		text-align: center;
		background-image: none;
		background-color: #CCC;
		color: #FFF;
		font-size: 13px;
		font-weight: bold;
		text-transform: capitalize;
		border: 0;
	}
	.table_default td {	
		text-align: center;
		font-size: 12px;
	}
/* ----------------------- /PRESTATIONS -----------------------  */

/* ----------------------- FACTURE -----------------------  */
.facture {
	width: 730px;
	height: auto;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	font-family: verdana, times, arial;
	font-size: 12px;
	background-color: #fff;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	}

	.facture a {
		color: #7A7A7A;
		text-decoration: underline;
		}
		
	.facture a :hover {
		color: #7A7A7A;
		text-decoration: none;
		}
	.facture_logo {
	}
	.facture_contenu {
		width: 98%;
		height: auto;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 10px;
	}
/* .fond_facture {	
	width: 730px;
	height: auto;
	float: left;
	background-image: url(img/fond.gif);
	background-repeat: repeat-y;
	}
	
.header_facture {
	width: 730px;
	height: auto;
	float: left;
	}
	.header_facture img {
		float: left;
		} */

.bandeau {
	width: 100%;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	background-color: #BBB;
	color:  #fff;
	font-size: 15px;
	text-align: center;
	clear: both;
	}

.cote_gauche {
	width: 300px;
	height: auto;
	float: left;
	margin-top: 5px;
	}
	
.table_1 {
	width: 300px;
	height: auto;
	/* float: left; */
	text-align: center;
	color: #7A7A7A;
	}

.etat {
	width: 300px;
	height: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
	text-align: center;
	}

.invoice {
	width: 284px;
	height: auto;
	margin-top: 10px;
	float: left;
	text-align: center;
	padding: 5px;
	border: 2px dashed #AAA;
	background-color: #BBB;
	color: #FFF;
	}

.duedate {
	width: 690px;
	height: auto;
	margin-top: 30px;
	float: left;
	text-align: center;
	}
	
.customer_address {
	width: 300px;
	float: right;
	margin-top: 5px;
	text-align: center;
	border: 1px dashed #AAA;
	padding: 10px;
	}
	
.table_commande {
	width: 98%;
	height: auto;
	/* float: left; */
	clear: both;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	}
	.table_commande td {
		border-bottom: 1px solid #DDD;
		text-align: right;
		}
		
	.table_commande_tr_first td {
		background-color: #DDD;
		text-align: center;
		}
		
.border_table_commande {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 20px;
	border: 1px dashed #AAA;
	}
	
.mention {
	width: 100%;
	height: auto;
	clear: both;
	margin-top: 20px;
	text-align: center;
	}

.impr {
	width: 100%;
	height: auto;
	clear: both;
	margin-top: 20px;
	text-align: center;
	}

	.impr img {
		border: 0;
		}
	
.footer_facture {
	width: 100%;
	height: auto;
	clear: both;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
	font-size: 10px;
	}
/* ----------------------- /FACTURE -----------------------  */


/* ----------------------- TICKET -----------------------  */
.ticket {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 30px;
	}
	
.sujet {
	width: 60%;
	height: 14px;
	float: left;
	background-color: #02518e;
	padding: 3px;
	color: #FFF;
	}
	
.ticket_id {
	width: 38%;
	height: 14px;
	float: left;
	background-color: #c7ebff;
	padding: 3px;
	}
	.ticket_id b {
		color: blue;
		}
	
.spacer_ticket {
	width: 60%;
	height: 54px;
	float: left;
	background-color: #5ab739;
	padding: 3px;
	text-align: center;
	color: #FFFFFF;
	font-size: 14px;
	}
	
.customer_id {
	width: 38%;
	height: 14px;
	float: left;
	background-color: #e5f6ff;
	padding: 3px;
	}
	.customer_id b {
		color: blue;
		}
	
.creation_date {
	width: 38%;
	height: 14px;
	float: left;
	background-color: #c7ebff;
	padding: 3px;
	text-align: center;
	}

.message_supporter {
	width: 90%;
	margin-left:auto;
	margin-right:auto;
	height: auto;
	border: 2px solid #0091de;
	margin-top: 15px;
	text-align : justify;
	}

.message_client {
	width: 90%;
	margin-left:auto;
	margin-right:auto;
	height: auto;
	border: 2px solid #02508d;
	margin-top: 15px;
	text-align : justify;
	}
	
.id_author_date_time_supporter {
	width: 100%;
	line-height: 20px;
	float: left;
	vertical-align: middle;
	color: #fff;
	background-color: #0091de;
	margin-bottom: 5px;
	}

.id_author_date_time_client {
	width: 100%;
	line-height: 20px;
	float: left;
	vertical-align: middle;
	color: #fff;
	background-color: #02508d;
	margin-bottom: 5px;
	}
	
.message_text {
	width: 98%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 5px;
	height: auto;
	}

.historique {
	width: 730px;
	height: auto;
	float: left;
	margin-top: 30px;
	padding: 10px;
	background-color: #d3ecff;
	border: 2px solid #aedbfe;
	}
	
.historique li {
	list-style-type: square;
	}
	
.table_ticket {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	}
	
.table_ticket th {
	background-color: #cddeeb;
	height: 30px;
	}
	
.table_ticket td{
	text-align: center;
	padding: 2px;
	border: 1px solid #93b5d0;
	}

input.fermer_ticket {
	border: 0;
	width: 150px;
	height: 29px;
	cursor: pointer;
	margin-top: 5px;
	background-image: url(/img/bt_close_ticket.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
input.fermer_ticket:hover {
	background-position: 0px -29px;
}

#bg_popup {
	float: none;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 50000;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.70;
	filter: alpha(opacity:70);
	-khtml-opacity: 0.70;
	-moz-opacity: 0.70;
	display: none;
}
.close_ticket {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 50001;
	width: 400px;
	height: 260px;
	margin-top: -130px;
	margin-left: -200px;
	display: none;
}
.close_ticket_haut {
	width: 400px;
	height: 30px;
	background-image: url(img/bg_close_ticket_top.png);
	background-repeat: no-repeat;
}
.close_ticket_contenu {
	width: 400px;
	height: auto;
	background-image: url(img/bg_close_ticket.png);
	background-repeat: repeat-y;
}
.close_ticket_bas {
	width: 400px;
	height: 30px;
	background-image: url(img/bg_close_ticket_bottom.png);
	background-repeat: no-repeat;
}
/* ----------------------- /TICKET -----------------------  */

/* ----------------------- STANDARD, REQUEST, ATOS -----------------------  */
.site_std {
	width: 800px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

.header_std, .header_ko, .header_ok, .header_atos {
	width: 100%;
	height: 100px;
	background-image: url(img/banniere_1h.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.contenu_std, .contenu_ko, .contenu_ok {
	width: 100%;
	height: auto;
	float: left;
	background-color: #fff;
}
.footer_std, .footer_ko, .footer_ok {
	width: 100%;
	height: 10px;	
	float: left;
	background-image: url(img/footer_1h.png);
	background-repeat: no-repeat;
}
