*
{
	margin:0;
	padding:0;
	border:0;
	vertical-align:top;

	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	text-indent:2px;
	font-size:11px;
}

body
{
	background-color:#e3e3e3;
	color:#000000;
	width: 1004px; /* largeur du body < 800 px*/
	margin: auto; /* Pour centrer notre page */
	margin-top:10px;
	margin-bottom:10px;
}

table
{
	border-collapse:separate;
	border-spacing:1px;
	empty-cells:show;
	text-align:left;
}

td
{
	vertical-align:top;
}

td.tabligne2
{
	vertical-align:middle;
}

select, option, input, textarea
{
	vertical-align:middle;
	background-color:transparent;
}

input
{
	width:99%;
}

input[type=checkbox]
{
	width:auto;
	margin:0 2px;
}

input:hover
{
	background-color:#f0f0f0;
}

input:focus
{
	background-color:#ffd7d7;
}

option
{
	background-color:#f0f0f0;
}

select:hover
{
	background-color:#f0f0f0;
}

select:focus
{
	background-color:#ffd7d7;
}

textarea:hover
{
	background-color:#f0f0f0;
}

textarea:focus
{
	background-color:#ffd7d7;
}

fieldset
{
	background-color:transparent;
	border:1px solid #dde9f4;
	margin-bottom:5px;
	padding:2px;
	padding-top:0;
}

legend
{
	background-color:transparent;
	color:#ffffff;
	font-size:109%;
	font-weight:bold;
}

div .tabentet
{
	height:auto;
}

div .tabentet1
{
cursor:pointer;
}


div .popup_close
{
	width:16px;
	background-image: url('../img/ico/ico_close.gif');
	background-repeat:no-repeat;
	cursor:pointer;
	float:right;
}

div .overflow
{
	overflow-y:scroll;
	overflow-x:hidden;
	height:100px;
}

img
{
	vertical-align:middle;
}

.tabtitre , .tabligne1, .tabligne2, .tabligne0, .tabentet , .tabentet1, .tabentet2, .tabtitre1, .tabtitre2, .lien, .lien_clair, .lien_fonce
{
	color:#ffffff;
	font-size:91%;
	font-weight:bold;
	height:16px;
}

.tabligne1 div
{
	height:16px;
	overflow:hidden;
}

.tabentet, .tabentet2, .tabentet1, .lien_clair, .lien_fonce
{
	font-size:109%;
}

.lien_clair {color:#FFFFCC; text-decoration:underline}
.lien_fonce  {color:#003366; text-decoration:underline}

.tabligne1, .tabligne2, .tabligne0
{
	color:#220022;
}

.tabtitre  {background-color:#003366; }
.tabligne1 {background-color:#FFFFCC; }
.tabligne2 {background-color:#FFFCF0;}
.tabligne0 {background-color:#FFCC00; }
.tabentet  {background-color:#003366; }
.tabentet2 {background-color:#6699cc; }
.tabentet1 {background-color:#0066aa}
.tabtitre2 { background-color:#6699cc; }
.tabtitre1 { background-color:#0066aa; }
.lien {color:#ffffff;text-decoration:underline; text-indent:0px;}
.lien_clair, .lien_fonce
{
	background-color:transparent;
	cursor:pointer;
}

a:hover, .lien_clair:hover { color:#ffcc00}
.lien_fonce:hover { color:#0072e4}

.aide_popup
{
	border:1px solid #bbbbff;
	border-top:2px;
	background-color:#fff6d3;
	padding:2px;
	text-align:left;
	width:200px;
	overflow:visible;
}

.div_popup
{
	display:none;
	position:absolute;
	border:1px solid #bbbbff;
	border-bottom-width:2px;
	border-right-width:2px;
	background-color:#6eace9;
	padding:2px;
	padding-bottom:5px;
	text-align:left;
	width:400px;
	z-index : 100;
	height:auto;
}

.menu_popup
{
	display:block;
	visibility:hidden;
	position:absolute;
	border:1px solid #d2a800;
	border-bottom-width:2px;
	border-right-width:2px;
	background-color:#95c2ef;
	padding:2px;
	text-align:left;
	width:200px;
	height:auto;
	z-index : 1000;
}

.pointer
{
	cursor:pointer;
}
