﻿body
{
	background-color:#06A;
}

.box {
  position: relative;
  padding: 5px 5px 5px 5px;
  *padding-top: 10px;
  background-color :#f6f6f6;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
         border-radius: 4px;
  overflow:auto;
}


.obligatoire {
    font-weight:bold;
}

.table-striped tbody > tr:nth-child(odd) > td.selected{
	background-color : blue;
	color : White;
}

.table-hover tbody tr:hover td.selected {
	background-color : blue;
	color : White;
}

.table tbody tr td.selected,.table tbody tr.selected, a.selected{
	background-color : blue;
	color : White;
}

.paddingControl
{
	padding:20px 30px 20px 30px;
}

.cFlashWindow
{ 
	width:99.4%;
	height:99.4%;
	border:2px solid red;
	position:absolute;
	left:0;
	top:0;
	z-index:1000;
	background-color:#AAAAAA;
}
.cPauseWindow
{ 
	width:99.6%;
	height:99.6%;
	border:0px solid red;
	position:absolute;
	left:0;
	top:0;
	z-index:1001;
	background-color:#AAAAAA transparent;
}
.cFlashWindow iframe
{ 
	width:100%;
	height:100%;
}
.cFileUpload
{ 
	width:600px;
	height:350px;
}
.cFileUpload iframe
{ 
	width:100%;
	height:100%;
}
#myWindowFileUpload
{
	width:640px;
	height:520px;
}
table#fileUploadTable tbody tr td
{
	/* border:1px solid red; */
	padding-bottom:2px;
	padding-top:2px;
}
table#fileUploadTable thead tr th
{
	/* border:1px solid red; */
	background-color:#006dcc;
	color:White;
}
#fileUploadZone:first-child
{
	font-size:0.92em;
	font-weight:bold;
}

#dTrier ul li
{
	display:block;
	width:50%;
}

div#navigationSubs,div#navigationPi
{
	background-color:#fdfdfd;
}
div#navigationAdresse
{
	background-color:#fdfdfd;
	border:0px solid black;
}
div#PlanControls
{
	margin-top:5px;
}
div#PlanInfos
{
	/* background-color:#fdfdfd; */
	border:0px;
	margin-top:20px;
}
div#PlanInfosTabContent
{
	background-color:#ffffff;
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
	padding-top:10px;
	padding-bottom:0px;
}

#PlanInfosUL
{
	margin-bottom:0px;
}
.btn.disabled,
.btn[disabled] {
  color: #333333;
  background-color: #a6a6a6;
  *background-color: #999999;
}

/*  APERCU */
#wFondPlanApercu 
{
	min-height:800px;
	height:800px;
	width:800px;
	min-width:800px;
	/*border:1px solid blue;*/
}
#wFondPlanApercu div.modal-body
{
	min-height:710px;
	width:700px;
	/*border:1px solid red;*/
}

#wFondPlanApercu div.modal-footer
{
	max-height:80px;
	/*border:1px solid green;*/
}
#wFondPlanApercu div.cFondPlanApercu
{
	min-height:640px;
	width:700px;
	/*border:1px solid red;*/
}
#wFondPlanApercu div.cFondPlanApercu iframe
{
	min-height:640px;
	width:700px;
}


