/*** Global ***/
body {
	font-size: 10pt;
	font-family: "Arial", sans serif;
	background-color:white;
	color: #AAA;
	margin:0px;
	padding:3px;
	height:100%;
	overflow-y:auto;
}

form {
	display: block;
	margin: 0 0 0 0;
	font-size: 10pt;
	font-family: "Arial", sans serif;
}
blockquote {
	display: block;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	font-size: 10pt;
	font-family: "Arial", sans serif;
}
p {
	margin-top: 2px;
	margin-bottom: 2px;
	font-size: 10pt;
	font-family: "Arial", sans serif;
}

h1 {
	font-weight:bold;
	margin:0;
	padding:0;
	font-size:10pt;
	font-family: "Arial", sans serif;
	display: inline;
}

h2, h3, h4, h5, h6 {
	font-weight:normal;
	margin:0;
	padding:0;
	font-size:10pt;
	font-family: "Arial", sans serif;
	display: inline;
}

/*** Liens ***/
a,.link {
	color:#003399;
	text-decoration: none;
	font-size:10pt;
	font-family:"Arial", sans serif;
}

a:hover {
	color: #F87628;
	font-size:10pt;
	font-family:"Arial", sans serif;
}

/*** Tableau Main ***/
.table_main_angle {
	border-left: 1px solid #33629a;
	border-right: 1px solid #33629a;
	border-bottom: 1px solid #33629a;
	background: white;
	color: #333;
	padding-right:-10px;
}
.table_main {
	background: white;
	color: #333;
	font-size: 10pt;
	font-family: "Arial", sans serif;
	text-align: left;
}
.table_main_bckg {
	border: 0px;
	background: white;
	color: #333;
	padding-left: 5px;
	padding-right: 5px;
	text-align: left;
	font-size: 10pt;
	font-family: "Arial", sans serif;
}
.main_bckg {
	background: white;
	color: #333;
	font-size: 10pt;
	font-family: "Arial", sans serif;
	text-align: left;
}
.header_main_bckg {
	background: #5f90cb;
	color: white;
	font-size: 10pt;
	font-family: "Arial", sans serif;
	font-weight: bold;
	height: 21px;
	padding-left: 5px;
	vertical-align: middle;
	text-align: left;
}
.table_main_round {
	background: #5f90cb;
}

.header_main_bckg a {
	color:white;
	text-decoration: none;
	font-size:10pt;
	font-family:"Arial", sans serif;
}

.header_main_bckg a:hover {
	color: white;
	font-size:10pt;
	font-family:"Arial", sans serif;
}

/*** Tableau second ***/
.table_second_angle {
	border-left: 1px solid #dfa312;
	border-right: 1px solid #dfa312;
	border-bottom: 1px solid #dfa312;
	background: white;
	color: #333;
	padding-right:-10px;
}
.table_second {
	background: white;
	color: #333;
	font-size: 10pt;
	font-family: "Arial", sans serif;
	text-align: left;
}
.table_second_bckg {
	border: 0px;
	background: white;
	color: #333;
	text-align: left;
	padding-left: 5px;
	font-size: 10pt;
	font-family: "Arial", sans serif;
}
.second_bckg {
	background: white;
	color: #333;
	font-size: 10pt;
	font-family: "Arial", sans serif;
	text-align: left;
}
.header_second_bckg {
	background: #fdc641;
	color: white;
	font-size: 10pt;
	font-family: "Arial", sans serif;
	font-weight: bold;
	height: 21px;
	text-align: left;
	border: 0px;
}
.table_second_round {
	background: #fdc641;
}

.header_second_bckg a {
	color:white;
	text-decoration: none;
	font-size:10pt;
	font-family:"Arial", sans serif;
}

.header_second_bckg a:hover {
	color: white;
	font-size: 10pt;
	font-family:"Arial", sans serif;
}

td {
	font-size: 10pt;
	font-family: "Arial", sans serif;
	color: #AAA;
	text-align: left;
}

/*** Button ***/
.button_main {
	color: white; 
	background-color: #5f90cb; 
	border-width: 2px;
	border-style: solid;
	border-color: #808080 #33629a #33629a #808080;
	text-align: center;
	height: 28px;
}

.button_second {
	color: white; 
	background-color: #fdc641; 
	border-width: 2px;
	border-style: solid;
	border-color: #808080 #dfa312 #dfa312 #808080;
	text-align: center;
	height: 28px;
}

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
    background: transparent url('../img/bg_button_a.png') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('../img/bg_button_span.png') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
} 

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
} 

.draggable {
  cursor: move;
  position: absolute;
  z-index:2;
}
.droppable_box {
  background: #fff;
  border: none;
  position: relative;
  z-index:1;
  width: 100%;
  height: 30px;
}
.droppable_box.hover {
  border: 2px dashed #aaa;
  background:#efefef; 
}
