body{
	width: auto;
	margin: 0 auto;
	display : block;
	font-size : 8px;
}
input[type=text]{
  	font-weight:normal;
	text-align:left;
}
td {font-weight:bold;color:darkblue;text-align:center;}
tr {vertical-align:middle;}
caption {font-weight:bold;color:white;background-color:blue;}
table {background-color:transparent; border:none; }
p {padding : 5px 10px 0 10px;}
img{
	border : none;
}
a{
	text-decoration : none;
	color : #000000;
}
ul{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
li{
	margin : 20px 0;
}
table{
	width : 100%;
}
.title{
	font-size : 16px;
	font-weight : bold;
	text-align : center;
}
.right_title{
	font-size : 10px;
	font-weight : normal;
	padding : 5px 5px 0 0;
	float : right;
}	
.info{
	text-align : justify;
	padding : 20px;
}
.item{
	background-image : url('../../img/button_non_actieve.png');
	background-repeat: repeat-x;
	border-left : 1px solid #446787;
	border-right : 1px solid #446787;
	color : #ffffff;
	font-size : 16px;
	font-weight : bold;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 4px 4px 10px #888; 
	margin : 0px 0px;
	padding : 0px 0px;
}
.item:hover, .actif:hover{
	background-image : url('../../img/button_hover.png');
	background-repeat: repeat-x;
	border : 1px none #446787;
	-moz-box-shadow: 0px 0px 0px #888;
	margin : 5px 0 0 5px;
}
.item a{
color : #ffffff;
}
.actif{
	background-image : url('../../img/button_actieve.png');
	background-repeat: repeat-x;
	border-left : 1px solid #446787;
	border-right : 1px solid #446787;
	color : #ffffff;
	font-size : 16px;
	font-weight : bold;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 4px 4px 10px #888; 
	margin : 0px 0px;
	padding : 0px 0px;	
}

.actif a{
	color : #ffffff;
}
.selected{
	color : #ffffff;
	background-color : #446787;
	border : 1px solid #446787;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
table.previousnext{
	width : 100%;
}
table.detailviewer{
	width : 100%;
	padding:0;
	margin:0;
	border-spacing : 5px 10px;
}
.detail-property{
	text-align : left;
	font-weight : bold;
	font-size : 12px;
	padding : 0 5px;
}
.detail-value{
	width : auto;
	text-align:left;
	font-size : 12px;
	padding : 0 5px;
}
#page{
	position : absolute;
	left: 50%;
	width: 960px;
	margin-left: -480px; /* moitié de la largeur */
}
#gauche{
	left : 0%;
	top : 0%;
	width : 24%;
	position : absolute;
}
#logo{
	display : block;
	width : 138px;
	position : relative;
}
#menu{
	display : block;
	text-align : left;
	width : 138px;
	position : relative;
}
#item{
	width : 125px;
	height : 23px;
	position : relative;
}
#main_admin{
	left : 25%;
	top : 0px;
	width : 74%;
	text-align : center;
	border : 1px solid #446787;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 4px 4px 10px #888; 
	font-size : 16px;
	color : #456789;
	position : absolute;
}
#main_top{
	display : block;
	text-align : left;
	color : #ffffff;
	padding-left : 0px;
	width : 100%;
	height : 28px;
	background-image : url('../../img/top_windows.png');
	background-repeat : repeat-x;
	-moz-border-radius: 3px 3px 0 0;
	position : relative;
}
#main_bottom{
	display : inline-block;
	top : 10px;
	Width : 100%;
	padding:10px 0;
	text-align : center;
	border : 1px solid #446787;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 4px 4px 10px #888; 
	font-size : 16px;
	color : #456789;
	position : relative;
}
#main_observation{
	display : block;
	width : 100%;
	padding:10px 0;
	text-align : center;
	border : 1px solid #446787;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 4px 4px 10px #888; 
	font-size : 16px;
	color : #456789;
	position : relative;
}
.tblval{
	padding:0px 20px;
	text-align : left;
}
.tbltitle{
	padding:0px 20px;
}
#mesure{
	display : block;
	position : relative;
}
.mesure{
	font-size : 12px;
	color : #456789;
}
#valid{
	display : block;
	position : relative;
	padding-top : 25px;
}
.valid{
	font-size : 12px;
	color : #456789;
}
#calcontainer {
	position:relative;
	top:0px;
	left:0px;
	font-size : 8px;
	z-index :100;
}
table.rapport{
	width :75%;
	margin-left : 12%;
	text-align : center;
}
.rapport{
	font-size : 12px;
	color : blue;
	text-align : left;
}
.tblright{
	text-align : right;
}
.right{
	font-size : 12px;
	font-weight : normal;
	margin : 0 0 20px 0;
	background-color : #badcf4;
	border-radius: 3px;
	-moz-box-shadow: 4px 4px 10px #888; 
	float : right;
}


