@charset "iso-8859-1";


.total
{
	font-weight:bold; 
	color:#1C6290; 
	text-align:right;
}

div.cadre {
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	border:solid 1px #616969;
	width:100%;
	height:30px;
	padding-top:10px;
	padding-bottom:5px;
	font-weight:bold;
	text-align:center;
	background-color:#8799A7;
	display:block;
}

.headertable  {
	border:0px none #CCCCCC;
	padding: 0px;
}

.headertable td {
	border:0px none #CCCCCC;
	width:118px;
	vertical-align : top;
}

.titleColonne{
	background-color:#899caa; 
	color:#fff; 
	font-weight:bold;
}

.dataColonne{
	font-weight:bold; 
	color:#416A81; 
	font-size:11px;'
}

.lignepaire{ 
	background-color:#fafafc;
}

.ligneImpaire{ 
	background-color:#ededed;
}

.structure
{
	background-color:#c0d0dc; 
	color:#416A81; 
	font-weight:bold; 
	font-size:16px;
}

.titreTableau
{
	font-variant: small-caps; 
	font-weight: 
	bold; font-size: 18px; 
	color : #4b6c75; 
	text-align:center;
	text-decoration : underline;
}

.cercle {
	width: 25px;
	position: relative;
	top:-17px;
	left:135px;
	height: 25px;
	background-color: #4196ae;
	color:#fff;
	border: 1px solid #fff;
	-webkit-border-radius: 25px;
	-khtml-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px 25px 25px 6px;
}

.header {
	background-image:url('../images/header.jpg');
	background-repeat: no-repeat;
	z-index: 9999;
	width: 1151px;
	height: 115px;
	text-align: left;
	vertical-align : top;
	padding-left:180px;
	padding-top:7px;
	margin-left: -20px;
}

.hide{
	display:none;
	visibility:hidden;
	height:0px;
}

body 
{
	font-family:Arial,Helvetica,sans-serif;
	margin-bottom : 0;
	margin-top : 0;
	font-size:13px;
}
img {
	text-decoration:none;
	border:none;

}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	width:940px;
	border-bottom:1px solid #CCCCCC;
	color:#1C6290;
	font-size:28px;
	font-weight:normal;
	letter-spacing:3px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	width:500px;
	border-bottom:1px solid #CCCCCC;
	color:#1C6290;
	font-size:18px;
	font-weight:normal;
	letter-spacing:2px;
}

table {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;
	border:1px solid #CCCCCC;
	border-collapse:collapse;
}

td {
	border:1px solid #CCCCCC;
	padding: 5px;
}

tr.hvr_tr:hover {
	background-color:#cfddef !important;
}

tr.selectLine
{
	background-color:#c8d4dd !important;
}

tr.selectLinepossibility
{
	background-color:#ecefbe !important;
}

.table4ts {
	padding: 0px;
	text-align: center;
}

.table4tslabel {
	/*width:600px;*/
}


a {
	font-family: Arial, Helvetica, sans-serif;
	color:#1C6290;
	font-size:13px;
	font-weight:normal;
	text-decoration:none;
}

input {
	border:1px solid #1C6290;
	font-size:13px;
	height:25px;
}

.inputWithoutBorder {
	border:0px;
	font-size:13px;
	height:25px;
}

.CheckboxBlank {
	border:0px ;
	height:18px;
}

select 
{
	font-size:13px;
	height:27px;
}


.mybutton {
	background:#E7B306 none repeat scroll 0 0;
	border:1px solid #1C6290;
	color:#000000;
	height:23px;
	margin:0 0 0 5px;
	padding:0;
}

.selectCir {
	width:40px;
}

.table4Total {
	border:1px solid #CCCCCC;
	background:#7BA5BE none repeat scroll 0 0;
	color:#FFFFFF;
	text-align: right;
}

th {
	text-align: left;
	border:1px solid #CCCCCC;
	padding: 5px;
	background:#7BA5BE none repeat scroll 0 0;
	color:#FFFFFF;
	width: 120px;	
}

th a {
	color:#FFFFFF;
	font-weight : bold;
}

.th4intranet {
	width: 200px;
}
.td4intranet {
	width: 300px;
}

.th4intranet_nav {
	background:#1E628F none repeat scroll 0 0;
	color:#FFFFFF;
	border:1px solid #CCCCCC;
	text-align: center;
}

/* td pour les lignes de regroupement */
.td4intranet_label {
	background: #CCCCCC none repeat scroll 0 0;
	font-weight: bold;
}

.td4intranet_label_large {
	background:#1E628F none repeat scroll 0 0;
	color:#FFFFFF;
	font-weight: bold;
	padding: 0px;
	Vertical-Align : Middle;
}

.td_same_th {
	text-align: left;
	border:1px solid #CCCCCC;
	padding: 5px;
	background:#7BA5BE none repeat scroll 0 0;
	color:#FFFFFF;
	font-weight: bold;
}

.td_for_entete_ts {
	width: 200px;
	background:#7BA5BE none repeat scroll 0 0;
}
/*STYLE FAIT PAR GAALOUL WAEL LE 01OUT 2011 : INFOBULE */
a.tooltip em {
    display:none;
}
a.tooltip:hover {
    border: 0;
    position: relative;
    z-index: 500;
    text-decoration:none;
}
a.tooltip:hover em {
    font-style: normal;
    display: block;
    position: absolute;
    top: 20px;
    left: -10px;
    padding: 5px;
    color: #000;
    border: 1px solid #bbb;
    background: #ffc;
    width:170px;
}
a.tooltip:hover em span {
    position: absolute;
    top: -7px;
    left: 15px;
    height: 7px;
    width: 11px;
    background: transparent url(images/infobulletop00.gif);
    margin:0;
    padding: 0;
    border: 0;
}

img { 
	border:none;
	text-decoration:none;
}



/*#################################*/
/*###########  CORPS  ############*/
/*#################################*/
#corps
{
	width:1280px;
	height:100%;
	background:url(../images/corp.jpg) repeat-y;
	overflow: hidden;
}
#contenu {
	float: left;
	margin-top: 25px;
	margin-bottom:25px;
	width: 80%;		
}
.container {
	width: 1027px; 
	margin-left: 75px;
	margin-top: 2px;

}
-->
