/*
	RAPPEL HACK
	_margin-right: 0;		Hack Special IE 6 et - 
	!margin-right: 0;		Hack Special IE 7
*/
html, body {
	margin: 0;
	padding: 0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center; /* Special IE */
	background-image: url(img/bg-footer.jpg);
	background-position: left bottom;
	background-repeat: repeat-x;
	background-color: #fff;
}

#fond {
	width: auto;
	margin: 0;
	padding: 0;
	background-image: url(img/bg.jpg);
	background-position: left top;
	background-repeat: repeat-x;
}

#connexion {
	position: absolute;
	left: 50%; 
	top: 40%;
	width: 400px;
	min-height: 250px;
	margin-top: -200px;
	margin-left: -200px;
	text-align: center;
	background-image: url(img/logo_facture.png);
	background-position: center top;
	background-repeat: no-repeat;
	border-width: 2px;
	border-style: solid;
	border-color: #f2f2f2;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 0 5px 10px #f5f5f5;
	-moz-box-shadow: 0 5px 10px #f5f5f5;
	-webkit-box-shadow: 0 5px 10px #f5f5f5;
}
#connexion #login {
	width: 98%;
	margin: 90px auto 0 auto;
}
#connexion #login p {
	width: 98%;
	margin: 30px auto;
}

#site {
	width: 980px;
	margin: 0 auto;
}
/* ----------------------- HEADER -----------------------  */
#banniere {
	position: relative;
	width: 100%;
	height: 170px;
	float: left;
	margin: 0;
	padding: 0;
	background-image: url(img/header.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

#logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 330px;
	height: 100px;
	margin: 0;
	padding: 0;
}

#quick_access {
	position: absolute;
	top: 50px;
	left: 40%;
	width: auto;
	height: 40px;
}
	#quick_access select {
		width: 195px;
		color: #a0a0a0;
		border: 1px solid #a0a0a0;
	}

#info {
	position: absolute;
	top: 10px;
	right: 10px;
	width: auto;
	height: auto;
	text-align: center;
	color: #fff; 
}
	#info a {
		font-weight: normal;
		color: #e5e5e5; 
		text-decoration: none;
	}
	#info a:hover {
		font-weight: normal;
		color: #e5e5e5;
		text-decoration: underline;
	}
	
#menu {
	position: absolute;
	z-index: 100;
	bottom: 10px;
	left: 0;
	width: 100%;
	height: 30px;
	padding: 0;
	margin: 0;
	list-style: none;
}
	#menu li {
		float: left;
		width: 122px;
		margin: 0;
		padding: 0;
	}
	#menu li a {
		display: block;
		color: #fff;
		font-weight: bold;
		text-decoration: none;
		line-height: 30px;
		vertical-align: middle;
		margin: 0;
		padding: 0;
		background-image: url(img/bg-menu.png);
		background-position: 0 0;
		background-repeat: repeat-x;
	}
	#menu li:first-child a {
		border-top-left-radius: 10px;
		-moz-border-radius-topleft: 10px;
		-webkit-border-top-left-radius: 10px;
	}
	#menu li:last-child a {
		border-top-right-radius: 10px;
		-moz-border-radius-topright: 10px;
		-webkit-border-top-right-radius: 10px;
	}
	#menu li a:hover, #menu li a:active {
		color: #fff;
		text-decoration: none;
		background-position: 0 -30px;
	}
	#menu li ul.sousmenu {
		display: none;
		width: 100%;
		padding: 0;
		margin: 0;
		list-style: none;
		font-size: 11px;
	}
	#menu li ul.sousmenu li {
		width: 100%;
		text-align: center;
		border-top: 1px solid #000;
	}
	/* #menu li ul.sousmenu li:first-child { border-top: 0; } */
	#menu li ul.sousmenu li a {
		width: 100%;
		display: block;
		line-height: 1;	
		vertical-align: middle;
		margin: 0;
		padding: 5px 0;
		color: #fff;
		text-decoration: none;
		font-weight: normal;
		/* background-image: none;
		background-color: #000; */
		background-image: url(img/bg-sous-menu.png);
		background-position: 0 0;
		background-repeat: repeat;
		border-radius: 0;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
	}
	#menu li ul.sousmenu li a:hover {
		background-image: none;
		background-color: #4bb2fe;
		/* background-image: url(img/bg-sous-menu-roll.png); */
		color: #000;
		text-decoration: none;
	}
	#menu li ul.sousmenu li a.last {
		border-bottom-left-radius: 10px;
		-moz-border-radius-bottomleft: 10px;
		-webkit-border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
		-moz-border-radius-bottomright: 10px;
		-webkit-border-bottom-right-radius: 10px;
	}	
/* .menu_fond {
	position: absolute;
	top: 100px;
	left: 0;
	width: 100%;
	height: 60px;
}
	
.menu {
	width: 100%;
	height: 30px;
	text-align: center;
}
.onglet {
	position: relative;
	z-index: 2;
	width: 220px;
	float: left;
	margin-left: 20px;
	margin-right: -15px;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	background-image: url(img/bg-menu-roll.png);
	background-color: transparent;
	background-repeat: repeat-x;
	background-position: left bottom;
	text-align: center;
	cursor: pointer;
	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 {
		text-shadow: 0 1px 1px #002540;
		font-size: 13px;
		font-weight: bold; 
		color: #fff; 
		text-decoration: none;
		display: block;
	}
	.onglet a:hover {
		font-weight: bold; 
		color: #e5e5e5; 
		text-decoration: none;
	}
	.onglet_selected {
		background-image: url(img/bg-menu.png);
		background-color: transparent;
	}
	
.sous_menu {
	position: relative;
	z-index: 1;
	width: 965px;
	height: 30px;
	float: left;
	line-height: 30px;
	vertical-align: middle;
	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;
	padding-left: 15px;
	background-image: url(img/bg-sous-menu.png);
	background-color: transparent;
	background-repeat: repeat;
	background-position: left bottom;
	text-align: left;
	font-size: 11px;
	color: #e5e5e5;
	_color: #6b6b6b;	#Hack Special IE 6 et -
}
	.sous_menu a {
		font-weight: normal;
		color: #e5e5e5; 
		_color: #6b6b6b;	#Hack Special IE 6 et -
		text-decoration: none;
	}
	.sous_menu a:hover {
		font-weight: normal;
		color: #e5e5e5;
		_color: #6b6b6b;	#Hack Special IE 6 et -
		text-decoration: underline;
	}
	.sous_menu .selected, .sous_menu a:hover.selected  {
		font-weight: bold;
		color: #FFF;
	} */
/* ----------------------- /HEADER  -----------------------  */

/* ----------------------- FOOTER  -----------------------  */	
#footer {
	clear: left;
	width: 100%;
	height: 80px;
	padding-top: 20px;
	background-image: url(img/footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 12px;
	color: #fff;
}
	#footer a {
		color: #fff;
		font-size: 12px;
		font-weight: bold;
		padding: 0 5px;
		text-decoration: none;
		margin-top: 20px;
	}
	#footer a:hover {
		color: #e5e5e5;
		text-decoration: none;
	}
/* ----------------------- /FOOTER  -----------------------  */

h1 {
	font-size: 18px;
	color: #004a80;
	text-align: center;
	text-shadow: 0 1px 1px #002540;
}
	
h2 {
	font-size: 16px;
	color: #004a80;
	text-align: center;
	text-shadow: 0 1px 1px #002540;
}	

h3 {
	font-size: 14px;
	color: #004a80;
	text-align: left;
	margin: 10px 0 10px 10px;
	text-shadow: 0 1px 1px #002540;
}
	
h4 {
	font-size: 13px;
	color: #0095ff;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	text-shadow: 0 1px 1px #0070bf;
}

a {
	border: 0;
	color: #004a80;
	text-decoration: underline;
}
a:hover {
	border: 0;
	color: #0095ff;
	text-decoration: none;
}

hr {
	float: left;
	width: 96%;
	margin: 10px 2%;
	color: #0095ff;
	background-color: #004a80;
	height: 1px;
	border: 0;
}

p {
	width: 98%;
	margin: 10px 1%; /* margin-top, margin-right, margin-bottom, margin-left  */
}

table {
	width: auto;
	margin: 10px auto;
	border: 0;
	text-align: center;
	/* border-spacing: 0; => cellspacing="1" */
	/* border-collapse: separate; collapse; */
}

img {
	border: 0;
	vertical-align: middle;
}

form {
	clear: both;
	margin: 0;
	padding: 0;
	}
	
abbr { cursor: help; }

#contenu {
	float: left;
	width: 100%;
}

/* ----------------------- CADRE INFORMATIONS  -----------------------  */
#infos {
	width: 96%;
	margin: 10px 1%;
	padding: 1%;
	font-style: normal;
	text-align: justify;
	border-width: 2px;
	border-style: solid;
	border-color: #f2f2f2;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 0 5px 10px #f5f5f5;
	-moz-box-shadow: 0 5px 10px #f5f5f5;
	-webkit-box-shadow: 0 5px 10px #f5f5f5;
}
	#infos img {
		vertical-align: middle;
		margin-right: 10px;
	}
	#infos h3 { margin: 0 0 10px 0; }
	#infos ul {
		padding: 0;
		margin: 0 0 0 40px;
	}
	#infos li {
		height: 20px;
		line-height: 20px;
		vertical-align: middle;
		text-align: left;
	}
	
#help {
	float: left;
	width: 96%;
	margin: 10px 1%;
	padding: 1%;
	font-style: normal;
	text-align: justify;
	border-width: 1px;
	border-style: solid;
	border-color: #ffa100;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
	#help img {
		vertical-align: middle;
		margin-right: 10px;
	}
	#help h4 {
		color: #ffa100;
		margin: 0 0 10px 0;
		text-shadow: none;
	}
	#help ul {
		list-style-type: none;
		padding: 0;
		margin: 0 0 0 40px;
	}
	#help li {
		height: 20px;
		line-height: 20px;
		vertical-align: middle;
		background-image: url(img/puce-light.png);
		background-repeat: no-repeat;
		background-position: left center;
		padding-left: 14px;
		text-align: left;
	}
	#help li a {
		border: 0;
		color: #0095ff;
		text-decoration: none;
	}
	#help li a:hover {
		border: 0;
		text-decoration: underline;
	}

/* ----------------------- /CADRE INFORMATIONS  -----------------------  */
.attention {
	float: left;
	width: 98%;
	height: auto;
	margin: 10px 1%;
	background-color: #f2f2f2;
	padding: 10px 0;
	text-align: center;
	color: #004a80;
	font-size: 14px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
	.attention table {
		width: 98%;
		margin: 0 1%;
	}
	.attention table th {
		width: 70px;
		vertical-align: top;
	}
	.attention table th img {
		width: 60px;
		height: 60px;
	}

#breadcrumb {
	width: auto;
	height: 30px;
	margin: 10px;
	padding: 0 10px; 
	background-image: url(img/bg-h2-light.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #80caff;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 0 5px 10px #f5f5f5;
	-moz-box-shadow: 0 5px 10px #f5f5f5;
	-webkit-box-shadow: 0 5px 10px #f5f5f5;
}

.select {
	width: auto;
	margin-left: 10px; 
	margin-bottom: 10px;
	text-align: left;
	vertical-align: middle;
}

.common, .justify {
	text-align: justify;
	text-indent: 10px;
}
.left { text-align: left; }
.right { text-align: right; }
.center { text-align: center; }

.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: 98%;
	margin: 10px 1%;
	padding: 0 0 10px 0;
	background-color: #fafafa;
	border-width: 1px;
	border-style: solid;
	border-color: #f2f2f2;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 0 5px 10px #f5f5f5;
	-moz-box-shadow: 0 5px 10px #f5f5f5;
	-webkit-box-shadow: 0 5px 10px #f5f5f5;
}
	.std h2 {
		width: 100%;
		min-height: 30px;
		line-height: 30px;
		vertical-align: middle;
		background-image: url(img/bg-h2-dark.png);
		background-repeat: repeat-x;
		background-position: left top;
		background-color: #004a80;
		text-align: center;
		font-size: 18px;
		color: #fff;
		margin: 0 0 10px 0;
		border-top-right-radius: 10px;
		-moz-border-radius-topright: 10px;
		-webkit-border-top-right-radius: 10px;
		border-top-left-radius: 10px;
		-moz-border-radius-topleft: 10px;
		-webkit-border-top-left-radius: 10px;
	}

#menu_left {
	float: left;
	width: 240px;
	height: auto;
	margin: 10px 10px 10px 0;
	border-width: 1px;
	border-style: solid;
	border-color: #f2f2f2;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 0 5px 10px #f5f5f5;
	-moz-box-shadow: 0 5px 10px #f5f5f5;
	-webkit-box-shadow: 0 5px 10px #f5f5f5;
}
	#menu_left h2 {
		width: 100%;
		min-height: 30px;
		line-height: 30px;
		vertical-align: middle;
		background-image: url(img/bg-h2-dark.png);
		background-repeat: repeat-x;
		background-position: left top;
		background-color: #004a80;
		text-align: center;
		font-size: 18px;
		color: #fff;
		margin: 0 0 10px 0;
		border-top-right-radius: 10px;
		-moz-border-radius-topright: 10px;
		-webkit-border-top-right-radius: 10px;
		border-top-left-radius: 10px;
		-moz-border-radius-topleft: 10px;
		-webkit-border-top-left-radius: 10px;
	}
	#menu_left ul {
		margin: 10px 0;
		padding-left: 25px;
	}
	#menu_left ul li {
		line-height: 20px;
		vertical-align: middle;
		margin: 0;
		padding: 0;
		/* margin: 5px 0px; */
		text-align: left;
	}
	#menu_left ul li ul {
		margin: 0 0 10px 0;
		padding-left: 10px;
	}
	#menu_left ul li ul li { font-size: 11px; }
	#menu_left a {
		font-weight: normal;
		text-decoration: none;
		color: #000;
	}
	#menu_left a:hover, #menu_left a.selected:hover {
		text-decoration: underline;
		color: #004a80;
	}
	#menu_left ul li a.selected {
		color: #000;
		font-weight: bold;
	}
	#menu_left ul li ul li a.selected {
		color: #0095ff;
		font-weight: normal;
	}

.std_center {
	float: left;
	width: 725px;
	margin: 10px 0;
	padding: 0 0 10px 0;
	background-color: #fafafa;
	border-width: 1px;
	border-style: solid;
	border-color: #f2f2f2;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 0 5px 10px #f5f5f5;
	-moz-box-shadow: 0 5px 10px #f5f5f5;
	-webkit-box-shadow: 0 5px 10px #f5f5f5;
}
	.std_center h2 {
		width: 100%;
		min-height: 30px;
		line-height: 30px;
		vertical-align: middle;
		background-image: url(img/bg-h2-dark.png);
		background-repeat: repeat-x;
		background-position: left top;
		background-color: #004a80;
		text-align: center;
		font-size: 18px;
		color: #fff;
		margin: 0 0 10px 0;
		border-top-right-radius: 10px;
		-moz-border-radius-topright: 10px;
		-webkit-border-top-right-radius: 10px;
		border-top-left-radius: 10px;
		-moz-border-radius-topleft: 10px;
		-webkit-border-top-left-radius: 10px;
	}

.home {
	width: 980px;
	height: auto;
	margin: 0 auto;
}
.std_home {
	float: left;
	width: 310px;
	height: 306px;
	margin: 10px 20px 10px 0;
	border-width: 1px;
	border-style: solid;
	border-color: #f2f2f2;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 0 5px 10px #f5f5f5;
	-moz-box-shadow: 0 5px 10px #f5f5f5;
	-webkit-box-shadow: 0 5px 10px #f5f5f5;
	overflow: hidden;  
	position: relative;
}
	.std_home.last { margin-right: 0; }
	.std_home h2 {
		width: 100%;
		min-height: 30px;
		line-height: 30px;
		vertical-align: middle;
		background-image: url(img/bg-h2-dark.png);
		background-repeat: repeat-x;
		background-position: left top;
		background-color: #004a80;
		text-align: center;
		font-size: 18px;
		color: #fff;
		margin: 0 0 10px 0;
		border-top-right-radius: 10px;
		-moz-border-radius-topright: 10px;
		-webkit-border-top-right-radius: 10px;
		border-top-left-radius: 10px;
		-moz-border-radius-topleft: 10px;
		-webkit-border-top-left-radius: 10px;
	}
	.std_home a:hover.img_link {
		opacity: 0.5;
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);	/* For IE 5-7 */
		-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";	/* For IE 8 */
	}
	.std_home img {
		width: 256px;
		height: 256px;
		/* position: absolute;  
		top: 40px;  
		left: 27px;  */ 
		border: 0;  
	}
	.links {  
		float: left;
		position: absolute;
		top: 40px;
		left: 0;
		width: 100%;
		height: 256px;
		background-image: url(img/bg-links.png);
		background-position: 0 0;
		background-repeat: repeat;
		/* background-color: #fff; */
		/* opacity: 0.9; */
		/* filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90); */	/* For IE 5-7 */
		/* -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; */	/* For IE 8 */
		/* 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_home ul {
		text-align: left;
		list-style-type: none;
		padding: 0px;
		margin: 10px 0px;
	}
	.std_home li {
		line-height: 24px;
		vertical-align: middle;
		background-repeat: no-repeat;
		background-position: 10px center;
		padding-left: 39px;
		margin: 5px 0px;
	}
	.std_home li.purchase_view { background-image: url(/img/home-purchase-view.png); }
	.std_home li.print { background-image: url(/img/home-print.png); }
	.std_home li.pay { background-image: url(/img/home-pay.png); }
	.std_home li.purchase_merge { background-image: url(/img/home-purchase-merge.png); }
	.std_home li.contact_add { background-image: url(/img/home-contact-add.png); }
	.std_home li.contact_edit { background-image: url(/img/home-contact-edit.png); }
	.std_home li.contact_delete { background-image: url(/img/home-contact-delete.png); }
	.std_home li.contact_view { background-image: url(/img/home-contact-view.png); }
	.std_home li.renew { background-image: url(/img/home-renew.png); }
	.std_home li.domain_add { background-image: url(/img/home-domain-add.png); }
	.std_home li.domain_edit { background-image: url(/img/home-domain-edit.png); }
	.std_home li.domain_renew { background-image: url(/img/home-domain-renew.png); }
	.std_home li.domain_lock { background-image: url(/img/home-domain-lock.png); }
	.std_home li.domain_delete { background-image: url(/img/home-domain-delete.png); }
	.std_home li.password_edit { background-image: url(/img/home-password-edit.png); }
	.std_home li.actions_view { background-image: url(/img/home-actions-view.png); }
	.std_home li.ftp_add { background-image: url(/img/home-ftp-add.png); }
	.std_home li.ftp_edit { background-image: url(/img/home-ftp-edit.png); }
	.std_home li.ftp_delete { background-image: url(/img/home-ftp-delete.png); }
	.std_home li.ftp_lock { background-image: url(/img/home-ftp-lock.png); }
	.std_home li.ftp_view { background-image: url(/img/home-ftp-view.png); }
	.std_home li.php_edit { background-image: url(/img/home-php-edit.png); }
	.std_home li.database_add { background-image: url(/img/home-database-add.png); }
	.std_home li.database_edit { background-image: url(/img/home-database-edit.png); }
	.std_home li.database_delete { background-image: url(/img/home-database-delete.png); }
	.std_home li.database_password { background-image: url(/img/home-database-password.png); }
	.std_home li.database_phpmyadmin { background-image: url(/img/home-database-phpmyadmin.png); }
	.std_home li.logs_view { background-image: url(/img/home-logs-view.png); }
	.std_home li.stats_view { background-image: url(/img/home-stats-view.png); }
	.std_home li.traffic_view { background-image: url(/img/home-traffic-view.png); }
	.std_home li.email_add { background-image: url(/img/home-email-add.png); }
	.std_home li.email_edit { background-image: url(/img/home-email-edit.png); }
	.std_home li.email_delete { background-image: url(/img/home-email-delete.png); }
	.std_home li.backup_file { background-image: url(/img/home-backup-file.png); }
	.std_home li.backup_database { background-image: url(/img/home-backup-database.png); }
	.std_home li.server_panel { background-image: url(/img/home-server-panel.png); }
	.std_home li.server_reboot { background-image: url(/img/home-server-reboot.png); }
	.std_home li.server_backup { background-image: url(/img/home-server-backup.png); }
	.std_home li.referencement { background-image: url(/img/home-referencement.png); }
	.std_home li.referencement_edit { background-image: url(/img/home-referencement-edit.png); }
	.std_home li.ticket_add { background-image: url(/img/home-ticket-add.png); }
	.std_home li.ticket_view { background-image: url(/img/home-ticket-view.png); }
	.std_home li.ressources { background-image: url(/img/home-ressources.png); }
	
	.std_home li a {
		font-weight: bold;
		text-decoration: none;
	}
	.std_home li a:hover { text-decoration: underline; }

.ligne_paire { background-color: #f2f2f2; }

/*
.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: 10px 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: 10px 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: 10px 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: #000;
}
	.formu input {
		font-weight: bold;
		border: 1px solid #a0a0a0;
	}
	
	.formu textarea {
		font-family: verdana, times, arial;
		overflow: auto;
	}
	.formu select {
		border: 1px solid #a0a0a0;
		background-color: #FFF;
	}
	.formu textarea {
		border: 1px solid #a0a0a0;
		background-color: #FFF;
		font-family: verdana, times, arial;
		font-size: 12px;
	}
	.formu label { cursor: pointer; }
	.formu strong {
		color: red;
		font-size: 7px;
	}
	.formu td {
		padding: 2px;
		text-align: left;
	}
	.formu .focus {
		border: 1px solid #002540;
		color: #000;
	}
	.formu .normal {
		border: 1px solid #a0a0a0;
		color: #000;
	}
	.formu .bouton, .formu .bouton_ok, .formu .bouton_ko {
		width: auto;
		height: 20px;
		line-height: 20px;
		vertical-align: middle;
		display: inline-block;
		margin: 0 5px;
		padding: 0 10px 3px 10px;
		border: 0;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		box-shadow: 0 1px 5px #a3a3a3;
		-moz-box-shadow: 0 1px 5px a3a3a3;
		-webkit-box-shadow: 0 1px 5px #a3a3a3;
		background-color: transparent;
		background-image: url(img/bg-h2-dark.png);
		background-repeat: repeat-x;
		background-position: left bottom;
		color: #FFF;
		font-size: 12px;
		text-shadow: 0 1px 1px #a3a3a3;
		font-weight: bold;
		text-align: center;
		text-decoration: none;
		cursor: pointer;
	}
	.formu .bouton:hover, .formu .bouton_ok:hover, .formu .bouton_ko:hover { background-image: url(img/bg-h2-orange.png); }
	.formu .rule {
		border: 1px solid #666;
		background-color: #fff;
		color: #ccc;
		font-style: italic;
	}
	.formu .radio {
		border: 0;
		vertical-align: middle;
		background-color: none;
	}
	.formu .disabled_input {
		background-color: #ebebeb;
		color: #a6a6a6;
		font-weight: normal;
	}
/* ----------------------- /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: #fafafa;
	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: #004a80;
		background-color: #f2f2f2;
	}
	
.table_prest {
	width: 100%;
	border-spacing: 0; /* => cellspacing="0" */
	border-collapse: collapse; /* separate */
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	margin: 0;
}
	.table_prest th {
		background-color: #666;
		font-size: 12px;
		color: #fff;
		font-weight: bold;
	}
	.table_prest td {
		background-color: #f2f2f2;
		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: 800px;
	height: auto;
	margin: 0 90px;
	padding: 10px 0;
}

	.facture a {
		color: #7A7A7A;
		text-decoration: underline;
	}
	.facture a :hover {
		color: #7A7A7A;
		text-decoration: none;
	}
	.facture_logo {} 
	.facture_contenu {
		/* width: 100%;
		height: auto;
		margin:0; */
		width: 100%x;
		height: auto;
		background-color: #fff;
		border-radius: 20px;
		-moz-border-radius: 20px;
		-webkit-border-radius: 20px;
		box-shadow: 0px 2px 10px #333;
		-moz-box-shadow: 0 2px 10px #333;
		-webkit-box-shadow: 0 2px 10px #333;
	}
/* .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;
	}

.cote_gauche {
	float: left;
	width: 48%;
	height: auto;
	margin: 1%;
}
	
.table_1 {
	width: 100%;
	height: auto;
	text-align: center;
	color: #7A7A7A;
}

.etat {
	width: 300px;
	height: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}

.invoice {
	width: 284px;
	height: auto;
	margin-top: 10px;
	text-align: center;
	padding: 5px;
	border: 2px dashed #AAA;
	background-color: #BBB;
	color: #FFF;
}

.duedate {
	width: 98%;
	height: auto;
	margin: 30px 1% 0 1%;
	text-align: center;
}
	
.customer_address {
	float: right;
	width: 46%;
	margin: 1%;
	text-align: center;
	border: 1px dashed #AAA;
	padding: 10px 0;
}
.border_table_commande {
	float: left;
	width: 98%;
	height: auto;
	margin: 20px 1%;
	border: 1px dashed #AAA;
}	
.table_commande {
	float: left;
	width: 98%;
	height: auto;
	margin: 5px 1%;
}
	.table_commande td {
		border-bottom: 1px solid #DDD;
		text-align: right;
	}
		
	.table_commande_tr_first td {
		background-color: #DDD;
		text-align: center;
	}
	
.mention {
	clear: left;
	width: 98%;
	height: auto;
	margin: 20px 1%;
	text-align: center;
}

.impr {
	width: 98%;
	height: auto;
	margin: 20px 1%;
	text-align: center;
}
	.impr img {
		border: 0;
		vertical-align: middle;
	}
	
.footer_facture {
	width: 98%;
	height: auto;
	margin: 0 1%;
	padding: 10px 0;
	text-align: center;
	font-size: 10px;
}
/* ----------------------- /FACTURE -----------------------  */


/* ----------------------- TICKET -----------------------  */
.support {
	float: left;
	width: 96%; 
	margin: 10px 2%;
	/* line-height: 128px; */
}
	.support .img {
		width: 19%;
		!float: left;		/* Hack Special IE 7 */
		height: auto;
		display: inline-block;
		vertical-align: top;
		line-height: 1;
	}
	.support .desc h2 {
		text-align: left;
	}
	.support .desc {
		width: 80%;
		!float: left;		/* Hack Special IE 7 */
		height: auto;
		display: inline-block;
		vertical-align: top;
		line-height: normal;
	}
	.support .desc .formu ul {
		color: #0066ff;
		padding: 0;
		margin: 0 0 0 40px;
	}
	.support .desc .formu li {
		height: 20px;
		line-height: 20px;
		vertical-align: middle;
		text-align: left;
	}


.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;
}
	.message_text pre.code {
		width: 90%;
		max-width: 90%;
		border: 0;
		border-left: 8px solid #B8DA40;
		color: #339900;
		background-color: #f2f2f2;
		font-family: Courier, monospace;
		font-size: 13px;
		padding: 1%;
		margin: 1% 4%;
		overflow: auto;
		word-wrap: break-word!important;
		white-space: pre-wrap!important;
		white-space: pre;
	}

.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;
	background-image: url(img/bg-sous-menu.png);
	background-position: 0 0;
	background-repeat: repeat;
}
.close_ticket {
	position: absolute;
	left: 50%;
	top: 40%;
	z-index: 50001;
	width: 400px;
	min-height: 260px;
	margin-top: -130px;
	margin-left: -200px;
	padding: 0 10px;
	display: none;
	background-color: #fff;
	border-width: 2px;
	border-style: solid;
	border-color: #f2f2f2;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
/* ----------------------- /TICKET -----------------------  */

/* ----------------------- STANDARD, REQUEST, ATOS -----------------------  */
#site_std {
	width: 980px;
	margin: 0 auto;
}

#header_std, #header_ko, #header_ok, #header_atos {
	position: relative;
	width: 100%;
	height: 170px;
	margin: 0 auto;
	background-image: url(img/header-std.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
	#header_atos a {
		position: absolute;
		top: 0;
		left: 0;
		width: 330px;
		height: 100px;
		display: block;
	}

#contenu_std, #contenu_ko, #contenu_ok {
	float: left;
	width: 100%;
}
#footer_std, #footer_ko, #footer_ok {
	clear: left;
	width: 100%;
	height: 100px;
	background-image: url(img/footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

