/* CSS : Jean Luc PAUL  - 2011 */
/* fr Style Boites Ombrées */
/* en Style Boites Ombrées */
/* es Style Boites ombrées */
/* de Style Boites Ombrées */



/* Main body font choice : */
body {
background:none repeat scroll 0 0 white; 
color:black;
font-family:Arial,Helvetiva,Sans-Serif;
font-size:12px;
}



/* Big title (on top of each page) choice : */
h1 {
	margin-left:33%;
	margin-right:33%;
	text-align: center;
	background-color:white;
	-moz-opacity:0.7;
	opacity: 0.7;
	filter:alpha(opacity=70);
	border-color:black;
	border-style:solid;
	border-top-width : 1px;
	border-top-color:black;
	border-top-style:solid;
	border-left-width : 1px;
	border-left-color:black;
	border-left-style:solid;
	border-right-width : 1px;
	border-right-color:black;
	border-right-style:solid;
	border-bottom-width : 1px;
	border-bottom-color:black;
	border-bottom-style:solid;
}
h1 {
	font-size: 22px;
	font-weight: bold;
	color:black;
	-moz-box-shadow: 5px 5px 9px #000;  
  	-webkit-box-shadow: 5px 5px 9px #000;  
    	box-shadow: 5px 5px 9px #000;  
	-moz-opacity:0.9;
	opacity: 0.9;
	filter:alpha(opacity=90);
}

table {
	border-color:black;
	border-style:solid;
	border-top-width : 1px;
	border-top-color:black;
	border-top-style:solid;
	border-left-width : 1px;
	border-left-color:black;
	border-left-style:solid;
	border-right-width : 1px;
	border-right-color:black;
	border-right-style:solid;
	border-bottom-width : 1px;
	border-bottom-color:black;
	border-bottom-style:solid;
	-moz-box-shadow: 5px 5px 9px #000;  
  	-webkit-box-shadow: 5px 5px 9px #000;  
    	box-shadow: 5px 5px 9px #000;  
	-moz-opacity:0.9;
	opacity: 0.9;
	filter:alpha(opacity=90);
}


/* Cell (almost every texts) */
td {
	font-size: 12px;
	background: #F4F8FF;
	
}


/* Cells headings */
th {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	color: #FFFFFF;
	background: #003399;
}

/* Links on cells headings */
th a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Rollover links on cells headings */
th a:hover {
	text-decoration: underline;
	color: #F0F5FF;
}

/* Links on cells */
td a {
	text-decoration: none;
	color: #003399;
}

/* Rollover links on cells */
td a:hover {
	text-decoration: none;
	color:#FF4500;
	-moz-opacity:1.0;
	opacity: 1.0;
	filter:alpha(opacity=100);
}

/* Document comments */
.comments {
	font-size: 10px;
}

/* Error messages */
.error {
	margin-left:33%;
	margin-right:33%;
	color: red;
	text-align: center;
	background-color:white;
	-moz-opacity:0.7;
	opacity: 0.7;
	filter:alpha(opacity=70);
}

/* Input text : */
.int {
	font-size: 12px;
	text-align: left;
	background: #DDE8FF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;
	font-size: 12px;
	border-width: 1px;
	border-color: black;
	border-style: solid;
}

.int:hover {
	background: #FFFCBD;
}

/* Input buttons : */
.inb {
	background-color: #F0F5FF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	text-align: left;
}

/* Check boxes */
.inc {
	background-color: #F0F5FF;
	color: black;
	border-style: none;
}

/* AJOUT */

td {
	padding: 1px;
	text-align: left;
}

.flag {
	width: 30px;
	height: 20px;
	border: 0px;
}

.center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.right {
	text-align: right;
}

.noborder {
	border: 0px;
}

input {
	padding-left: 2px;
}

.vmiddle {
	vertical-align: middle;
}

.legende {
	vertical-align: middle;
	border: 0px;
	margin-bottom: 5px;
}

.online_user {
	margin-left:40%;
	margin-right:40%;
	text-align: center;
	background-color:#C6D9FF;
	-moz-opacity:0.7;
	opacity: 0.7;
	filter:alpha(opacity=70);
	border-color:black;
	border-style:solid;
	border-top-width : 1px;
	border-top-color:black;
	border-top-style:solid;
	border-left-width : 1px;
	border-left-color:black;
	border-left-style:solid;
	border-right-width : 1px;
	border-right-color:black;
	border-right-style:solid;
	border-bottom-width : 1px;
	border-bottom-color:black;
	border-bottom-style:solid;
	font-size: 14px;
	color:black;
}

#listUsers td, #formUser td, #listRights td, #formRights td, #formConfig td, #formPass td {
	padding: 3px;
}

tr.rowhover:hover, tr.rowhover:hover td.colhover {
	background-color: #C6D9FF;
}
