/* CSS Document */

* {
	padding: 0;
	margin: 0;
}

body {
	text-align:center;
	color: #373737;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

a {
	color: #373737;
}

a:hover {
	color: #373737;
}

a:active {
	color: #373737;
}

a img {
        border: 0;
}

a.tooltip em {
        display:none;
        border: 0;        
}

a.tooltip:hover {
        border: 0;
        position: relative;
        z-index: 555;
        text-decoration:none;
}

a.tooltip:hover em {
        text-align: left;
        font-style: normal;
        display: block;
        position: absolute;
        top: 90px;
        left: -10px;
        padding: 5px;
        color: #000;
        border: 1px solid #bbb;
        background: #ffc;
        width: 470px;
}

a.tooltip:hover em span {
        position: absolute;
        top: -7px;
        left: 85px;
        height: 7px;
        width: 11px;
        background: transparent url(../images/infobulle.gif);
        margin:0;
        padding: 0;
        border: 0;
}

p.error {
        font-style: italic;
        font-size: 16px;
        text-align: left;
        font-weight: bold;
        color: red;
}

.left {
	float: right;
	display: block;
}

.right {
	float: right;
	display: block;
}

.center {
	text-align: center;
}

.gray {
	color: #999;
}

a.button,
.content_part a.button,
input.button {
	border: 1px solid #3c5f7c;
	padding: 2px;
	font-weight: normal;
	color: black;
	background: #ccc;
	line-height: 16px;
}

hr {
	color: #3c5f7c;
	background-color: #3c5f7c;
	height: 1px;
	border: 0;
	margin: 5px 0;
}

dl {
	font-size: 12px;
	clear: left;
	padding: 5px 10px;
}

dt {
	display: block;
	float: left;
	width: 145px;
	/*font-style: italic;*/
	font-weight: bold;
}

dd {
	margin-left: 150px;
}

dd.right {
	clear: right;
	width: 160px;
	margin-left: auto;
}

div#main {
	width: 1024px;
	padding: 10px 0 0 0;
	margin: 0 auto 0 auto;
	text-align:left;
}

/* Menu */

div#menu {
	border: 1px solid #cecece;
	background-image:url(../images/fond_haut.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
        margin-left: 35px;
	height: 70px;
	width: 955px;
}

div#menu #logo {
	display: block;
	width:150px;
	float:left;
      	position: relative;
	top: 5px;
	left: 20px;
}

div#menu ul {
	position: relative;
	top: 14px;
	float: right;
	display : block;
	list-style : none;
	width: 800px;
}

div#menu ul li {
	display : block;
	float : right;
	width: 100px;
	margin : 0 0 0 1px;
}

div#menu ul li a, #index #main #menu ul li a#offre {
	width: 100%;
	text-align: center;
	color: #fff;
	display : block;
	background : transparent url(../images/menu_bg5.gif) no-repeat top;
	height : 25px;
	padding: 5px 0 0 0;
	font-size: 11px;
	float : left;
	text-decoration : none;
	font-weight : bolder;
}

div#menu ul li a.disable, #index #main #menu ul li a#offre {
	width: 100%;
	text-align: center;
	color: #a7a4a4;
	display : block;
	background : transparent url(../images/menu_bg5.gif) no-repeat top;
	height : 25px;
	padding: 5px 0 0 0;
	font-size: 11px;
	float : left;
	text-decoration : none;
	font-weight : bolder;
}

div#menu ul:hover li:hover a:hover, #index #main #menu ul li a#offre {
        width: 100%;
        text-align: center;
        color: #fff;
        display : block;
        background : transparent url(../images/menu_bg5-hover.gif) no-repeat top;
        height : 25px;
        padding: 5px 0 0 0;
        font-size: 11px;
        float : left;
        text-decoration : none;
         font-weight : bolder;
}


#menu .page_title {
	float: right;
	text-align: right;
	margin: 10px 10px 0 0;
	font-size:22px;
	color:#3c5f7c;
	letter-spacing:0.3em;
}

#server_list, #place_holder {
	height: 20px;
	float: right;
	width: 190px;
	padding:5px;
	border:1px solid #fff;
}

#server_list {
	border:1px solid #ececec;
	background-color:#ececec;
	margin-right: -15px;
}

#server_list select {
	margin-right:5px;
	width:150px;
	font-size:11px;
	padding-left: 5px;
}

#server_list option {
	padding-left: 5px;
}

#server_list select .ko {
	color: #000;
}

#server_list input {
	border:1px solid #cecece;
	color:#3c5f7c;
	font-size:11px;
}

/* Title Pub */

div#title {
	width: 955px;
	height: 110px;
	border: 1px solid #cecece;
	border-bottom: none;
	background-image:url(../images/fond.jpg);
	background-repeat: no-repeat;
}

div#title-image {
	float: left;
	width:275px;
	height:100px;
}

div#title-content {
	float: right;
	width: 480px;
	text-align:right;
	margin: 20px 5px 0 0;
	font-weight:bolder;
	color: #3c5f7c;
	font-size: 24px;
}

/* Wrapper du Contenu */

div#content {
	background-color: #ffffff;
        padding: 0 15px 45px 0;
        margin-left: 35px;
	border: 3px solid #cecece;
	border-top: none;
/*	border-bottom: none;*/
	width: 935px;
	min-height: 440px;
	clear:both;
}

* html div#content {
	height: 440px;
}

/* Alert et infos */

.note_info {
        background: #fff6bf url(../images/icon_info.png) 15px center no-repeat; 
        text-align: left;
        padding: 15px 20px 15px 75px;
        border-top: 2px solid #ffd324;
        border-bottom: 2px solid #ffd324;
	min-height:50px;
        font-weight: bold;
}

.note_interdit {
        background: #fb4646 url(../images/icon_error.png) 15px center no-repeat;
        text-align: left;
        color: white;
        padding: 10px 20px 10px 75px;
        border-top: 2px solid #c10b0b;
        border-bottom: 2px solid #c10b0b;
	font-weight: bold;
	min-height: 30px;
}

.note_error {
        background: #fb4646 url(../images/icon_error.png) 15px center no-repeat;
        text-align: left;
        color: white;
        padding: 10px 20px 10px 75px;
        border-top: 2px solid #c10b0b;
        border-bottom: 2px solid #c10b0b;
	font-weight: bold;
	min-height: 30px;
}

.note_warning {
        background: #fb4646 url(../images/icon_warning.png) 15px center no-repeat;
        text-align: left;
        color: white;
        padding: 10px 20px 10px 75px;
        border-top: 2px solid #c10b0b;
        border-bottom: 2px solid #c10b0b;
	font-weight: bold;
	min-height: 30px;
}

.note_stats {
        background: #fff6bf url(../images/icon_stats.png) 15px center no-repeat;
        text-align: left;
        padding: 15px 20px 15px 75px;
        border-top: 2px solid #ffd324;
        border-bottom: 2px solid #ffd324;
	min-height:50px;
}

.note_statsvolume {
        background: #fff6bf url(../images/icon_volume.png) 15px center no-repeat;
        text-align: left;
        padding: 15px 20px 15px 75px;
        border-top: 2px solid #ffd324;
        border-bottom: 2px solid #ffd324;
	min-height:50px;
}

.note_monitoring {
        background: #fff6bf url(../images/icon_monitoring.png) 15px center no-repeat;
        text-align: left;
        padding: 15px 20px 15px 75px;
        border-top: 2px solid #ffd324;
        border-bottom: 2px solid #ffd324;
	min-height:50px;
}

.note_proc {
        background: #fff6bf url(../images/icon_proc.png) 15px center no-repeat;
        text-align: left;
        padding: 15px 20px 15px 75px;
        border-top: 2px solid #ffd324;
        border-bottom: 2px solid #ffd324;
        min-height:50px;
}

.note_news {
        background: #fff6bf url(../images/icon_news.png) 15px center no-repeat;
        text-align: left;
        padding: 15px 20px 15px 75px;
        border-top: 2px solid #ffd324;
        border-bottom: 2px solid #ffd324;
        min-height:50px;
        font-weight: bold;
}

.note_mb {
        background: #fff6bf url(../images/icon_mb.png) 15px center no-repeat;
        text-align: left;
        padding: 15px 20px 15px 75px;
        border-top: 2px solid #ffd324;
        border-bottom: 2px solid #ffd324;
        min-height:50px;
}

.note_ram {
        background: #fff6bf url(../images/icon_ram.png) 15px center no-repeat;
        text-align: left;
        padding: 15px 20px 15px 75px;
        border-top: 2px solid #ffd324;
        border-bottom: 2px solid #ffd324;
        min-height:50px;
}

.note_disk {
        background: #fff6bf url(../images/icon_disk.png) 15px center no-repeat;
        text-align: left;
        padding: 15px 20px 15px 75px;
        border-top: 2px solid #ffd324;
        border-bottom: 2px solid #ffd324;
        min-height:50px;
}

.note_reboot {
        background: #fff6bf url(../images/icon_reboot.png) 15px center no-repeat;
        text-align: left;
        padding: 15px 20px 15px 75px;
        border-top: 2px solid #ffd324;
        border-bottom: 2px solid #ffd324;
        min-height:50px;
}

.note_network {
        background: #fff6bf url(../images/icon_network.png) 15px center no-repeat;
        text-align: left;
        padding: 15px 20px 15px 75px;
        border-top: 2px solid #ffd324;
        border-bottom: 2px solid #ffd324;
        min-height:50px;
}

.note_wizard { 
        background: #fff6bf url(../images/icon_wizard.png) 15px center no-repeat;
        text-align: left;
        padding: 15px 20px 15px 75px;
        border-top: 2px solid #ffd324;
        border-bottom: 2px solid #ffd324;
        min-height:50px;
        font-weight: bold;        
}

.note_other {
        background: #fff6bf url(../images/icon_other.png) 15px center no-repeat;
        text-align: left;
        padding: 15px 20px 15px 75px;
        border-top: 2px solid #ffd324;
        border-bottom: 2px solid #ffd324;
        min-height:50px;
}

.note_logs {
        background: #fff6bf url(../images/icon_logs.png) 15px center no-repeat;
        text-align: left;
        padding: 15px 20px 15px 75px;
        border-top: 2px solid #ffd324;
        border-bottom: 2px solid #ffd324;
        min-height:50px;
}

.note_rescue {
        background: #fff6bf url(../images/icon_assistance.png) 15px center no-repeat;
        text-align: left;
        padding: 15px 20px 15px 75px;
        border-top: 2px solid #ffd324;
        border-bottom: 2px solid #ffd324;
        min-height:50px;
        
}

.note_assistance {
        background: #fff6bf url(../images/icon_assistance.png) 15px center no-repeat;
        text-align: left;
        padding: 15px 20px 15px 75px;
        border-top: 2px solid #ffd324;
        border-bottom: 2px solid #ffd324;
        min-height:50px;
        font-weight: bold;
}

.note_backup {
        background: #fff6bf url(../images/icon_backup.png) 15px center no-repeat;
        text-align: left;
        padding: 15px 20px 15px 75px;
        border-top: 2px solid #ffd324;
        border-bottom: 2px solid #ffd324;
        min-height:50px;
}

.note_test {
        background: #fff6bf url(../images/icon_test.png) 15px center no-repeat;
        text-align: left;
        padding: 15px 20px 15px 75px;
        border-top: 2px solid #ffd324;
        border-bottom: 2px solid #ffd324;
        min-height:50px;
}

.note_audit {
        background: #fff6bf url(../images/icon_audit.png) 15px center no-repeat;
        text-align: left;
        padding: 15px 20px 15px 75px;
        border-top: 2px solid #ffd324;
        border-bottom: 2px solid #ffd324;
        min-height:50px;
}

.note_secuopen {
        background: #fb4646 url(../images/icon_secuopen.png) 15px center no-repeat;
        text-align: left;
        padding: 15px 20px 15px 75px;
        border-top: 2px solid #c10b0b;
        border-bottom: 2px solid #c10b0b;
        min-height:50px;
        color: white;
        font-weight: bold;
}

.note_secuclose {
        background: #fff6bf url(../images/icon_secuclose.png) 15px center no-repeat;
        text-align: left;
        padding: 15px 20px 15px 75px;
        border-top: 2px solid #ffd324;
        border-bottom: 2px solid #ffd324;
        min-height:50px;
}

.note_openrelay {
        background: #fb4646 url(../images/icon_openrelay.png) 15px center no-repeat;
        text-align: left;
        padding: 10px 20px 10px 75px;
        border-top: 2px solid #c10b0b;
        border-bottom: 2px solid #c10b0b;
        min-height: 30px;
        color: white;
        font-weight: bold;
}


.note_closerelay {
        background: #fff6bf url(../images/icon_closerelay.png) 15px center no-repeat;
        text-align: left;
        padding: 15px 20px 15px 75px;
        border-top: 2px solid #ffd324;
        border-bottom: 2px solid #ffd324;
        min-height:50px;
}

.note_keyboard {
        background: #fff6bf url(../images/icon_keyboard.png) 15px center no-repeat;
        text-align: left;
        padding: 15px 20px 15px 75px;
        border-top: 2px solid #ffd324;
        border-bottom: 2px solid #ffd324;
        min-height:50px;
}

.note_firmware {
        background: #fb4646 url(../images/icon_firmware.png) 15px center no-repeat;
        text-align: left;
        padding: 15px 20px 15px 75px;
        border-top: 2px solid #c10b0b;
        border-bottom: 2px solid #c10b0b;
        min-height:50px;
        color: white;
        font-weight: bold;
}

.note_abuse {
        background: #fff6bf url(../images/icon_abuse.png) 15px center no-repeat;
        text-align: left;
        padding: 15px 20px 15px 75px;
        border-top: 2px solid #ffd324;
        border-bottom: 2px solid #ffd324;
        min-height:50px;
}

.note_newabuse {
        background: #fff6bf url(../images/icon_abusenew.png) 15px center no-repeat;
        text-align: left;
        padding: 15px 20px 15px 75px;
        border-top: 2px solid #ffd324;
        border-bottom: 2px solid #ffd324;
        min-height:50px;
}

.note_coordonnees {
        background: #fff6bf url(../images/icon_identity.png) 15px center no-repeat;
        text-align: left;
        padding: 15px 20px 15px 75px;
        border-top: 2px solid #ffd324;
        border-bottom: 2px solid #ffd324;
        min-height:50px;
        font-weight: bold;
}

.note_securite {
        background: #fff6bf url(../images/icon_password.png) 15px center no-repeat;
        text-align: left;
        padding: 15px 20px 15px 75px;
        border-top: 2px solid #ffd324;
        border-bottom: 2px solid #ffd324;
        min-height:50px;
        font-weight: bold;
}

.note_critical {
        background: #fb4646 url(../images/icon_critical.png) 15px center no-repeat;
        text-align: left;
        padding: 10px 20px 10px 75px;
        border-top: 2px solid #c10b0b;
        border-bottom: 2px solid #c10b0b;
        min-height: 50px;
        color: white;
        font-size: 13px;
        font-weight: bold;
}

.note_critical a {
	color: white;
	font-weight: bold;
	text-decoration: underline;
}

.note_critical a.button {
	color: #333;
	background: none repeat scroll 0 0 #eee;
	border: 1px solid #666;
	line-height: 24px;
	padding: 2px 4px;
}


/* nav gauche */
.list_part {
	float: left;
	width: 200px;
	margin: 10px 10px;
}

.list_part .left_block{
	border: 1px solid #cecece;
}

.list_part h3 {
/*	background-image : url(../images/3.png); */
/*	background-repeat: no-repeat;*/
	background-color: #eae4e5;
	border: 1px solid #cecece;
	border-bottom: none;
	width: 185px
	height: 15px;
	line-height: 15px;
	vertical-align: middle;
	padding: 5px 0 0 65px;font-size: 11px;
	font-weight:bolder;
	color: #000;
	margin-top: 15px;
	text-decoration: none;
	font-size: 14px;
	display: block;
}

.list_part h3 a {
	text-decoration: none;
	color: #fff;
}

.list_part ul {
	margin: 0;
	padding: 0;
}

.list_part li {
	list-style: none;
}

.list_part .left_block a, .list_part .left_block p {
	display: block;
	width: 183px;
        padding: 3px 0 3px 15px;
	border-top: 1px dashed #cecece;
	text-decoration: none;
	font-size: 11px;
}

.list_part .left_block a.active {
	font-weight: bold;
}

.list_part .left_block a.disabled {
	color: #ccc;
}

.list_part .left_block a.first {
	border-top: none;
}

.list_part .left_block a:hover {
	background-color: #eae4e5;
}

.list_part .left_block  li ul li a {
	text-align: right;
	padding: 3px 15px 3px 0;
	border: none;
	font-size: 10px;
}

.list_part .left_block  li ul li a:hover {
	background-color: #fff;
	text-decoration: underline;
}


.list_part .left_block  li ul li a.active {
	color:red;
}

.list_part .left_block  li ul li a.disabled {
	color: #ccc;
}

.list_part .left_block  li ul li a.disabled:hover {
	text-decoration: none;
}

.pager {
	text-decoration: none;
	font-size: 11px;
}

/* contenu */

.content_part {
	float: left;
	width: 700px;
	margin-left: 3px;
}

* html .content_part {
	width: 690px;
}

.content_part p {
	text-align:justify;
	font-size: 12px;
	margin-top: 0px;
	top: 0px;
}

.content_part h1 {
	color: #3c5f7c;
	font-weight:bolder;
	font-size: 17px;
	margin-bottom: 15px;
	height: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #3c5f7c;
}

.content_part ul {
	list-style-position: inside;
	margin: 10px 0 10px 0;
}

.content_part li {
	margin: 0 0 3px 0;
	padding: 0;
	list-style-image: url(../images/fleche.png);
	list-style-type: circle;
	text-align:justify;
	font-size: 12px;
}

.content_part a {
	color: #3c5f7c;
	font-weight: bold;
	text-decoration: none;
}

.content_part a:hover {
	text-decoration: underline;
}

/* statut */

table.statut {
	font-size: 12px;
	margin: 10px 0 0 20px;
}

table.statut td{
        font-size: 12px;
        margin: 10px 0 0 20px;
}

.statut .distrib {
	padding: 0 10px 10px 10px;
}

.statut .distrib img {
	margin: 0 0 5px 0;
}

/* monitoring */

table.monitoring th{
        text-align: center;
}

table.monitoring td{
        font-size: 12px;
        margin: 10px 0 0 20px;
}

/* progress */

.progress {
	width: 500px;
	border: 2px solid #3c5f7c;
	margin: 0 auto 0 auto;
}

.progress_status {
	width: 100%;		
	font-size: 12px;
	border-collapse:collapse;
}

.progress_status th {
	background-color: #fff;
	padding: 2px;
}

.progress_status th h2 {
	padding: 3px;
	background-color: #3c5f7c;
	color: white;
	font-size: 12px;
	text-align: center;
}

.progress_status td {
	height: 30px;
	vertical-align: middle;
	border-top: 1px solid #3c5f7c;
}

.progress_status td.label {
	width: 260px;
	padding: 0 0 0 15px;
	color: #cecece;
}

.progress_status td.done {
	width: 260px;
	padding: 0 0 0 25px;
	color: #373737;
}

.progress_status td.encours {
	padding: 0 0 0 25px;
	font-weight: bold;
	background-image: url(/media/images/fleche.png);
	background-repeat: no-repeat;
	background-position: center left;
}

/* Installation */

#type_os {
 margin: 0px 0 10px 65px;
 text-align:center;
}

#type_os a {
  text-decoration: none;
  font-size: 12px;
  display: block;
  float:left;
  margin: 0 5px 0 0;
  width: 150px;
  height: 100px;
}

#type_os a:hover {
	color: #373737;
}

#type_os hr {
  visibility: hidden;
  clear:both;
}

#type_install {
	width: 100%;
	margin: 20px 0 10px 0;
	border: 1px solid #3c5f7c;
	border-collapse: collapse;
}

#type_install th {
	background-color: #fff;
	padding: 2px;
}

#type_install th h2 {
	padding: 3px;
	background-color: #3c5f7c;
	color: white;
	font-size: 12px;
	text-align: center;
}

#type_install td {
	padding: 5px;
	vertical-align: top;
	border-top: 1px solid #3c5f7c;
	text-align: center;
}

#type_install td ul { margin: 10px 0 20px 0; padding:0; }
#type_install td li { margin: 0 0 3px 0; padding:0; text-align: left; font-size: 11px;}

#type_install a { font-size:12px; }

/* partitions */

.disk {
	margin: 20px auto 0 auto;
	padding: 2px 0 2px 0;
	width: 600px;
	height: 40px;
	border: 1px solid black;
	background-image: url(/media/images/pattern.png);
}

.etendue {
	float: left;
	height: 40px;
	border: 4px solid #3a8041;
	padding: 1px 0 1px 0;
	background-image: url(/media/images/pattern_ext.png);
	margin-top: -5px;
	position:relative;
}

.partition {
	float: left;
	height: 40px;
	margin: 0 1px 0 1px;
}

.partitionField {
	width: 95%;
	margin: 10px 0 10px 0;
	padding: 10px;
	font-size: 12px;
	border: 1px solid #3c5f7c;
}

.partitionField legend {
	color: #3c5f7c;
	font-weight: bold;
}

#partitionTable {
	width: 600px;
	margin: 10px auto 10px auto;
	border-collapse: collapse;
}

#partitionTable td, #partitionTable th {
	vertical-align:top;
	padding: 5px;
	margin: 0;
	height: 20px;
	font-size: 11px;
	border-bottom: 1px solid #3c5f7c;
	text-align:center;
	cursor: pointer;
}

#partitionTable td input, #partitionTable td select, #partitionTable td option {
	width: 80px;
	border: 1px solid #3c5f7c;
	font-size: 11px;
	font-weight: bold;
	color: #3c5f7c;
	text-align:center;
}

#partitionTable td select, #partitionTable td option {
	width: 80px;
	border: 1px solid #3c5f7c;
	font-size: 10px;
	font-weight: bold;
	color: #3c5f7c;
	text-align:center;
}

#partitionTable td option {
	border: 0;
	border-bottom: 1px dotted #3c5f7c;
}

/* classes utiles */

ul.list_info li {
	margin-bottom: 15px;
}

.status_success{
	padding: 3px;
	font-size: 12px;
	color: #7ac876;
	text-align: center;
	font-weight: bold;
}

.status_error{
	padding: 3px;
	font-size: 12px;
	color: #ba0000;
	text-align: center;
	font-weight: bold;
}

/* Login */

#login {
	width: 400px;
	padding: 10px;
	font-size: 12px;
	border: 1px solid #3c5f7c;
	margin: 0 0 10px 0;
}

#login td {
	margin: 0;
	padding: 3px;
}

#login input.text {
	color: #3c5f7c;
	border: none;
	border-bottom: 1px solid #3c5f7c;
}

#login input.button {
	margin: 10px 0 0 0;
}

/* Formulaire */

.formulaire {
	width: 98%;
	margin: 0 0 10px 0;
	padding: 10px;
	font-size: 12px;
	border: 1px solid #3c5f7c;
}

.formulaire legend {
	color: #3c5f7c;
	font-weight: bold;
}

.formulaire th,
.formulaire td {
	margin: 0;
	padding: 5px;
}

.formulaire td.error {
	font-size: 11px;
	color: red;
	font-weight: bold;
}

.formulaire input.text {
	color: #3c5f7c;
	border: none;
	border-bottom: 1px solid #3c5f7c;
}

.formulaire p.intro {
	margin: 10px 0 10px 0;
}

.formulaire th p.info,
.formulaire td p.info {
	font-style: italic;
	font-weight: normal;
	font-size: 10px;
	text-align: left;
}

.formulaire td p.error, p.error {
	font-style: italic;
	font-size: 10px;
	text-align: left;
	font-weight: bold;
        color: red;
}

/* test ofredj */
.formulaire select {
	font-size: 12px;
	color: #3c5f7c;
	width: 220px ;
	border: none;
	border-bottom: 1px solid #3c5f7c;
}

/* Liste pour tableaux */

table.listing {
        clear: both;
        border-collapse: collapse;
        border-spacing: 0;
        font-size: 13px;
        margin-top: 1em;
        width: 100%;
}

table.listing th { text-align: left; padding: 0 1em .1em 0; font-size: 12px }
table.listing thead { background: #f7f7f0 }
table.listing thead th {
        border: 1px solid #d7d7d7;
        border-bottom-color: #999;
        font-weight: bold;
        padding: 2px .5em;
        vertical-align: bottom;
}


table.listing thead th :link:hover, table.listing thead th :visited:hover {
        background-color: transparent;
}

table.listing thead th a { border: none; padding-right: 12px }
table.listing th.asc a, table.listing th.desc a { font-weight: bold }
table.listing th.asc a, table.listing th.desc a {
        background-position: 100% 50%;
        background-repeat: no-repeat;
}

table.listing tbody td, table.listing tbody th {
        padding: .33em .5em;
        border: 1px solid #d7d7d7;
}
table.listing tbody td a:hover, table.listing tbody th a:hover {
        background-color: transparent;
}

table.listing tbody tr
table.listing tbody tr.odd { background-color: #fcfcfc }
table.listing tbody tr.even { background-color: #f7f7f7 }
table.listing tbody tr.normal:hover { background-color: #ffffff }
table.listing tbody tr:hover { background: #e6f0ff }
table.listing tbody tr.blank:hover { background: #fff }

table.listing tbody td.start { background: url(../images/dots.gif) 18px 54% no-repeat; padding-left: 26px }
table.listing tbody td.end { background: url(../images/dots2.gif) 18px 54% no-repeat; padding-left: 26px; } 

/* Rubrique Abuse */

#abuse th{
        color: #000;
        background: #fff;
}

#abuse a.new{
        color: #fff;
}

#abuse table tr.old { background-color: #fff6bf; }
#abuse table tr.new { background-color: #fb4646; }
#abuse table td.warning { background-color: #ffd324; }

#abuse a.tooltip em {
        display:none;
        border: 0;        
}

#abuse a.tooltip:hover {
        border: 0;
        position: relative;
        z-index: 500;
        text-decoration:none;
}

#abuse a.tooltip:hover em {
        text-align: left;
        font-style: normal;
        display: block;
        position: absolute;
        top: 35px;
        left: -380px;
        padding: 5px;
        color: #000;
        border: 1px solid #bbb;
        background: #ffc;
        width: 470px;
}

#abuse a.tooltip:hover em span {
        position: absolute;
        top: -7px;
        left: 390px;
        height: 7px;
        width: 11px;
        background: transparent url(../images/infobulle.gif);
        margin:0;
        padding: 0;
        border: 0;
}

/* Support */

#support hr {
        border: 0;
        color: #3c5f7c;
        background-color: #3c5f7c;
        height: 1px;
}

#support th {
        font-size:13px;
}

#support td {
        font-size:13px;
}

#support td.inter { 
        font-size:11px;
        background: #f9a92b;
}

#support td.call { 
        font-size:13px;
        background: #9fbdea;
                   
}

#support td.client {
        font-size:11px;
}

#support td.current {
        font-size:11px;
        background: #e6f0ff;
}

#support td.current_unread {
        font-size:11px;
        background: #e6f0ff;
        font-weight: bold;
}

#support td.client:hover {
        font-size:11px;
        background: #e6f0ff;
}

#support td.client_unread {
        font-size:11px;
        font-weight: bold;
}

#support td.staff {
        font-size:11px;
        background: #ccffcc;
}

#support td.staff_unread {
        font-size:11px;
        font-weight: bold;
        background: #ccffcc;
}

#support td.staff:hover {
        font-size:11px;
        background: #e6f0ff;
}

#pourcentage { 
               position: absolute; 
               width: 200px; 
               height: 15px; 
               border: 1px solid #000000; 
               font-family: Tahoma; 
               font-weight: bold;
               font-size: 13px;
               color:#FF0000;
/*               color:#FFCC00; */
               z-index: 1;
               text-align: center;
               }

#progrbar {  
            position: absolute;
            width: 0px;
            height: 15px;
            background-color:#006699;
            z-index: 0;            
            }   

/* Footer */

table#footer {
               height: 100px;
               width: 100%;
               }

#footer td {
             color: #ffffff;
             font-size: 10px;
             text-align: right;
             padding: 0px 0px 0 0;
             }	

#footer a, #footer a:hover, #footer a:active {
	color: #ffffff !important;
}

/*spacer*/

.spacer {
	clear: both;
	visibility:hidden;
}

/*body*/
#new {
	font-size: 11px;
}

#new th,
#new td {
	padding: 4px;
}

#new th {
	font-weight: bold;
	text-align: center;
}

#new td {
	vertical-align: top;
}

#new ul {
	margin: 0;
}

#new li {
	list-style: none outside none;
}

#new li.title {
	cursor: help;
}

#new li.title:hover {
	text-decoration: underline;
}

#new h2 {
	padding: 0 5px;
	margin: 0 0 5px 0;
}

#new h2.server {
	padding-left: 25px;
	background: url('/media/icons/16x16/server.png') scroll no-repeat 5px center transparent;
}

#new h2.hosting {
	padding-left: 25px;
	background: url('/media/icons/16x16/hosting.png') scroll no-repeat 5px center transparent;
}

#new h2.domain {
	padding-left: 25px;
	background: url('/media/icons/16x16/domain.png') scroll no-repeat 5px center transparent;
}

#new h2.bill {
	padding-left: 25px;
	background: url('/media/icons/16x16/bill.png') scroll no-repeat 5px center transparent;
}

#new table {
	margin: 0 0 10px 0;
	/*border: 1px solid #ffd324;
	background: none repeat scroll 0 0 #fff6e0;*/
	border: 1px solid #3c5f7c;
	background: none repeat scroll 0 0 #eee;
	border-collapse: collapse;
}

#new table tr.alt {
	background: none repeat scroll 0 0 #ddd;
}

#new table td {
	border-left: 1px solid #666;
}

#new table td.actions {
	text-align: center;
	white-space: nowrap;
}

#new a.button {
	display: block;
	color: #333;
	background: none repeat scroll 0 0 #eee;
	border: 1px solid #666;
	padding: 4px;
}

#new .tcenter {
	text-align: center;
}

#new .tleft {
	text-align: left;
}

#new .tright {
	text-align: right;
}

#new .bcenter {
	margin: 0 auto;
}

#new .bleft {
	float: left;
}

#new .bright {
	float: right;
}

#new a.server {
	padding-left: 20px;
	background: url('/media/icons/16x16/server.png') scroll no-repeat 0 center transparent;
}

#new a.server_add {
	padding-left: 20px;
	background: url('/media/icons/16x16/server_add.png') scroll no-repeat 0 center transparent;
}

#new a.hosting {
	padding-left: 20px;
	background: url('/media/icons/16x16/hosting.png') scroll no-repeat 0 center transparent;
}

#new a.hosting_add {
	padding-left: 20px;
	background: url('/media/icons/16x16/hosting_add.png') scroll no-repeat 0 center transparent;
}

#new a.domain {
	padding-left: 20px;
	background: url('/media/icons/16x16/domain.png') scroll no-repeat 0 center transparent;
}

#new a.domain_add {
	padding-left: 20px;
	background: url('/media/icons/16x16/domain_add.png') scroll no-repeat 0 center transparent;
}

#new a.bill {
	padding-left: 20px;
	background: url('/media/icons/16x16/bill.png') scroll no-repeat 0 center transparent;
}

#new a.bill_add {
	padding-left: 20px;
	background: url('/media/icons/16x16/bill_add.png') scroll no-repeat 0 center transparent;
}

