﻿body {
		font-family: Helvetica, sans-serif;
		font-size:12px;
	}
.entet02 {
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFF,endColorstr=#eaeaea)";
			background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#eaeaea));
		}	
		.modalBackground
		{
			background-color: Gray;
			filter: alpha(opacity=80);
			opacity: 0.8;
			z-index: 10000;
		}
		.modal-inner-wrapper
		{
			width: 380px;
			height: 250px;
			background-color: #747474;
		}
		.modal-inner-wrapper .content
		{
			width: 359px;
			height: 230px;
			background-color: #FFFFFF;
			border: solid 1px #D0D09B;
			z-index: 9999;
			float: right;
			margin-top: 10px;
			margin-right: 10px;
		}
		.modal-inner-wrapper .content .close
		{
			float: right;
		}
		.modal-inner-wrapper .content .body
		{
			margin-top: 20px;
		}
		.rounded-corners
		{
			/*FOR OTHER MAJOR BROWSERS*/
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			-khtml-border-radius: 5px;
			border-radius: 5px; /*FOR IE*/
			behavior: url(border-radius.htc);
		}
		.rel
		{
			position: relative;
			z-index: inherit;
			zoom: 1; /* For IE6 */
		}
		.modal-bg
		{
			background-color: #D0D09B;
			filter: alpha(opacity=50);
			opacity: 0.6;
			z-index: 999;
		}
		.modal
		{
			position: absolute;
		}
		.rnd1
		{
			background-color: #D0D09B;
			border: 0px none;
			padding: 10px;
			border-radius: 10px;
		}
		
		.gv1
		{
			width: 100%;
			border: 0px none;
			border-collapse: collapse;
		}
		
.altrow{
	background-color: #ebebeb !important;
}

.gd{
	border-collapse:0px;
	border:0px;
	border-spacing:0px;
	color:#6b6b6b;
	font-weight:bold;
}
.gd td {
	height:30px;
	padding-left:10px;
	
}
.gd tr {
	background-color:#f7f7f7;
}
.largeur140 {
	width:180px;
}