/*
#F0F0F0 gris clair (fond)
#90897A gris moyen (fond)
#262632 gris bleu fonce
#3F83B0 bleu (menu)
#564B47 gris marron
#FFA300 orange (lien)
#2B3B8F	R=43 G=59 B=143 (bleu EPS2020)
*/

/*
debug :
  border: 2px red solid;
*/

body {
  /* background-color:#A3D8F2;*/
  background-image: url(motif2.jpg);
  /*background-image: url(Background.gif);*/
  font-family: Helvetica, Verdana, Arial, SunSans-Regular, Sans-Serif;
  color:#564B47;
  font-size : 85%;
  font-size: 12px; /* Valeur Laurent : 1em */
  text-align: center;
  margin:  0px;
  padding: 0px;
}


#header {
  border: 0px;
  margin: 4px; /* */
}

#header img {
  border: 0px black solid;
}


/* ---------------------- Blueslate nav ---------------------- */
.blue #slatenav{
	height:42px; /* Hauteur de la bande du menu */
	width: 1020px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:4px; /* Marge sous le menu */
	background:transparent url(../Images/Menu/blueslate_background.gif) repeat-x top left;
	font-size:11px;
	font-weight:bold;
	font-family:Arial,Verdana,Helvitica,sans-serif;
	text-transform:uppercase;
}
.blue #slatenav ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
	width:100%;
}
.blue #slatenav ul li{
	display:block;
	float:left;
	margin:0px 2px 0 0;
}
.blue #slatenav ul li a{
	display:block;
	float:left;
	color:#D5F1FF;
	text-decoration:none;
	padding:14px 25px 0 25px; /* espacement entre items */
	height:28px;
}
.blue #slatenav ul li a:hover,.blue #slatenav ul li a.current{
	color:#fff;
	background:transparent url(../Images/Menu/blueslate_backgroundOVER.gif) no-repeat top center;
}
/* ---------------------- END Blueslate nav ---------------------- */

/*
ul#menu {
  height:25px;
  margin:0px;
  padding:4px;
  width: 100%;
  list-style-type : none;
}
ul#menu li {
border:1px red solid;
  display : inline;
  padding : 2px 3em 2px 3em;
  margin:0 0px 0 5px;
  background-color: #262632;
  border:1px black solid;
}
ul#menu li:hover,
ul#menu li:hover a {
  color: white;
  background-color: #90897A;
}
ul#menu li.menu_on {
  color: white;
  background-color: #3F83B0;
  border:1px white solid;
}
*/


#layout {
  border: 0px;
}

#content {
	margin-left: auto;
	margin-right: auto;
	width: 1020px;
	padding-left: 0px;
	padding-right: 0px;
	text-align: left;
	/*background-color: #F0F0F0;*/ /* Couleur Gris */
	background-color: #FFFFFF;
	background: #FFFFFF url(Fond_Content_1020.gif) no-repeat;;
	overflow: hidden;
	border: 0px black outset;
	color: #000000;
}

#content-padding {
    padding: 5px;
}

#panes {
  overflow: auto;

	/*background:#5CBDEC url(../Images/Menu/blueslate_background.gif) repeat-x top left;*/
}


div.leftPane {
	float:left;
	width:64%;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
	margin-right: 5px;
	padding-left: 10px;
	padding-right: 10px;
}
/*
#leftPane {
	float:left;
	width:600px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
	margin-right: 5px;
	padding-left: 10px;
	padding-right: 10px;
}*/

div.rightPane {
	float:left;
	width:30%;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
	margin-right: 5px;
}
/*
#rightPane {
	float:left;
	width:300px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
	margin-right: 5px;
}
*/
div.SubRightPane {
	float:left;
	width:100%;
	margin-top: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	margin-right: 0px;
	border-bottom: 1px #2B3B8F solid;
}

/*
#SubRightPane {
	float:left;
	width:350px;
	margin-top: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	margin-right: 0px;
    	border-bottom: 1px #2B3B8F solid;
}
*/

.columns {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
}

.columns .column {
  padding: 4px;
  vertical-align: top;
  float : left;
}

/* vertical alignement while using float : left */
.valign {
  padding-top : 5px;
}

.section {
  padding: 8px;
  margin-left:30px;
}

p, h1, pre {
  margin: 0px;
  margin-top: 10px;
  padding: 5px;
}

.section p {
  padding: 4px;
  margin: 0px;
  margin-left:10px;
}

h1 {
  margin-top: 20px;
	font-size: 16px;
	text-align: center;
	color:white;
	background-color: #2B3B8F; /* Orange / Couleur initiale Laurent : #90897A */
	font-weight: bold;
}

h2 {
  margin-top: 20px;
	font-size: 14px;
	text-align: center;
	color:black;
	background-color: #FAE9C4; /* Saumon pale / Couleur initiale Laurent : #90897A */
	font-weight: bold;
}

h3 {
  margin: 4px;
  font-size: 1em;
  font-weight:bold;
}

h4 {
  text-transform: uppercase;
  text-align: center;
  font-size : 0.95em;
  font-weight: bold;
}

/* Liens */
a {
  color: #2B3B8F;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

hr {

}

img {
  border: 0px;
  vertical-align: middle;
}

#description {
  padding: 3px 0px 0px 40px;
  margin: 0px;
}

#parameters th {
  min-width: 360px;
}

#parameters td {
  width: 132px;
}

.fullsize {
  width: 100%;
}

.table {
  border-style : none;
  border-collapse: collapse;
  text-align : left;
}

table.table_columnHover {
  border-style : none;
  border-collapse: collapse;
  text-align : center;
  margin-left:auto;
  margin-right:auto;
  border: 1px black solid;
  padding:4px;
  background-color : #EAF9FC;
}

/* surlignage lors du survol d'une ligne */
table.table tr:hover>td {
  background-color:#B9CFFF;
}
/* surlignage lors du survol d'une colonne */
table.table_columnHover td:hover {
  background-color:#B9CFFF;
  cursor:pointer;
}

td.angleSelected{
	background-color:#B9CFFF;
}

/* cellules de titre dans les tableaux */
table.table th {
  border: 1px black solid;
  padding:4px;
  /*background-color : #3333CC;*/
  background-color : #CCE7F2;
  color: #000066;
}

table.table th.title{
   background-color : #005B82;
   color : #FFFFFF;
}

/* cellule contenant des donnees */
table.table td {
  border: 1px black solid;
  padding:4px;
  background-color : #EAF9FC;
}

table.table td.values {
  width: 25%;
}

table.table tr.choosable th{
  background-color : #2B3B8F;
  color:#000000;
}

table.table tr.choosable td{
  background-color : #FFCC66;
}

.main {
  text-align: center;
  color: white;
  background-color: #262632;
}

.error {
  color:red;
  font-weight:bold;
}
.center {
  text-align:center;
}

#navigation {
  position: relative;
  height:30px;
  padding:4px;
  text-align: center;
}

#navigation a {
  position: absolute;
  border:1px solid black;
  padding:2px;
  width:60px;
  background-color: #262632;
}

#navigation .first {
  left:20px;
}

#navigation .prev {
  left:100px;
}

#navigation .next {
  right:100px;
}

#navigation .last {
  right: 20px;
}

#navigation .prev:hover, #navigation .next:hover {
  color: white;
  background-color: #3F83B0;
}

#result {
  overflow:auto;
  padding: 1px;
}

.Subtitle {
	font-size: 12px;
	color: #000066;
	font-weight: bold;
}

.SubtitleGrey {
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}

.TextePetit-12 {
	font-size: 12px;
	color: #000000;
}

.TexteMoyen-14 {
	color: #000000;
	font-size: 14px;
}
.TexteGrand-18 {
	font-size: 18px;
	color: #000000;
}

.floatright{
	float : right;
}

.floatleft{
	float : left;
}

.clearBoth {
  clear: both;
}

.size19{
	width : 19%;
}

.size24{
	width: 24%;
}

.size29{
	width : 29%;
}

.size35{
	width : 35%;
}

.size39{
	width : 39%;
}

.size49{
	width : 49%;
}

.size100{
	width : 100%;
}

.unvisible
{
 visibility: hidden;
}
.visible
{
 visibility: visible;
}


div.autocomplete {
  position: absolute;
  width: 500px;
  background-color: white;
  border: 1px solid #888;
  margin: 0px;
  padding: 0px;
}

div.autocomplete ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  max-height: 20em;
  overflow: auto;
}

div.autocomplete ul li.selected {
    background-color: #ffb;
}

div.autocomplete ul li {
  list-style-type:none;
  display: block;
  margin: 0;
  padding: 2px;
  cursor: pointer;
}

#visualizerContainer{
    margin-left : auto;
    margin-right : auto;
    text-align : center;
}

.inputDescriptionZone {
  width: 355px;
}

.displayDescription {
  margin: 3px 0px 0px 85px;
  width: 355px;
  float: left;
}

.displayDescriptionTitle {
  margin: 0px;
  text-align: center;
  font-weight: bold;
}

.displayDescriptionHTML {
  margin-top: 5px;
  border-style: ridge;
  float: left;
  width: 100%;
  min-height: 250px;
}

.displayDescriptionHTMLSmall {
  margin-top: 5px;
  border-style: ridge;
  float: left;
  width: 100%;
  min-height: 150px;
}

#onglets {
  width: 100%;
  margin-top: 15px;
  margin-left: 42px;
}

.onglet {
  border: thin solid;
  float: left;
  width: 300px;
  height: 20px;
  text-transform: uppercase;
  text-align: center;
  font-size : 1em;
  font-weight: bold;
  background-color: #C53;
}

.ongletSelected {
  background-color: #910;
}

.onglet a {
  display: block;
  margin: 2px;
}

.chooseResource {
  margin-top: 20px;
  clear: both;
}

.chooseTable {
  clear: both;
}

#manager table {
  width: 980px;
  margin-left: 15px;
  border-collapse: collapse;
}

.chooseTableBody {
  overflow: auto;
  max-height: 300px;
  border-bottom: thin solid;
}

.chooseResource table {
  text-align: center;
}

.resource {
  margin-top: 20px;
  clear: both;
}

.actions {
  margin: 10px 25px 25px 0px;
  float: right;
  text-align: right;
}

.tableSelect {
  width: 50px;
}

.shortTitle {
  width: 160px;
}

.shortTitle2 {
  width: 100px;
}

.order {
  color: orange;
}

.ordered {
  background-color: #272755;
}

.warning {
  font-weight: bold;
  color: #D22;
}

.plotDescription{
	margin : 15px;
	padding : 10px;
	
}
