body
{
	width: 1100px;
	margin: auto;
	margin-top: 0px;
	margin-bottom: 10px;
	background-image: url('images/body.png');
}

#footer
{
    font-size: 12px;
    font-family: Verdana, Geneva, sans-serif;
    color: #fff;
    background-color: #0066CC;
	border: thin #006 solid;
    height: 50px;
    line-height: 50px;
    vertical-align: middle;
    width: 100%;

}
input
{
	font-size: small;
 	color : #006;
}

select
{
	font-size: small;
	color : #006;
}

a
{
	color: #006;
}

a:hover
{
	color: #06C;
	background-color: #CCC;
}



#bandeau
{
	width: 1100px;
	height: 100px;
	background-color: #06C;
	background-image: url('images/title.png');
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 5px;
	border: thin #006 solid;
}

#qui
{
	width: 150px;
	height: 40px;
	margin-top: 20px;
	margin-left: 10px;
	font-size: small;
	font-weight: bold;
	color: #006;
}

#left
{
   float: left;
   width: 190px;
}

.menuh
{
	background-color: #006;
	padding: 1px;
	margin-bottom: 5px;
	border: thin #006 solid;
	background-image: url('images/menuhback.png');
}

.menuh h4
{
	color: #006;
	text-align: center;
 	font-size: small;
}

.menu
{
	background-color: #006;
	border: thin rgb(20,20,90) solid;
	padding: 2px;
	margin-bottom: 5px;
	font-size: small;
	background-image: url('images/menuback.png');
}

.menu h4
{
	color: #006;
	text-align: center;
	padding: 10px;
    background-image: url('images/menutitleback.png');
	line-height: 0.4;
}

.menu p
{
	color: #006;
}

.menu ul
{
   list-style-image: url('images/puce.png');
   padding: 0px;
   padding-left: 20px;
   margin: 0px;
   margin-bottom: 5px;
}

.menu a
{
	color: #006;
}

.menu a:hover
{
	background-color: #CCC;
	color: #06C;
}

.auth
{
	font-size: small;
	color: #06C;
}

.centrer{
  text-align: center;
}

#corps
{
	margin-left: 200px;
	margin-bottom: 20px;
	padding: 5px;
	color: #404040;
	background-attachment: scroll;
	background-image: url('images/bodyback.png');
}

#corps h1
{
   color: #888888;
   text-align: center;
}

#corps h2
{
   font-size: large;
   padding-left: 30px;
   color: #B0B0B0;
   text-align: left;
}

#corps h3
{
   font-size: medium;
   padding-left: 50px;
   color: #B0B0B0;
   text-align: left;
}


#descr
{
   font-size: medium;
   padding-left: 60px;
   color: #840400;
   text-align: left;
}

.entete
{
  font-weight: bold;
}

#corps table
{
  font-size: small;
  margin: auto;
  table-layout: auto;
  width: 80%;
}

#corps table.pilote
{
  font-size: small;
  margin-left: 80px;
  table-layout: auto;
  width: auto;
}

#corps table.pilote td
{
  border: 1px rgb(123,123,123) solid
}

#corps table.pilote a
{
  text-decoration: none;
}

#messavert p
{
	font-size: x-small;
	text-align: center;
	color: Red;
}

#situtete
{
 
  font-size: small;
  color: Red;
}

#situtexte
{
  font-size: small;
  color: Red;
  font-weight: bold;
}

#corps p
{
   font-size : small;
}

#navlist
{
padding: 3px 0;
margin-left: 0;
border-bottom: 1px solid #778;
font: bold 12px;
}

#navlist li
{
list-style: none;
margin: 0;
display: inline;
}

#navlist li a
{
padding: 3px 0.5em;
margin-left: 3px;
border: 1px solid #778;
border-bottom: none;
background: #f0f0f0;
text-decoration: none;
}

#navlist li a:link { color: #448; }
#navlist li a:visited { color: #667; }

#navlist li a:hover
{
color: #000;
background: #9A8F92;
border-color: #227;
}

#navlist li a#current
{
background: white;
border-bottom: 1px solid white;
}

.obl
{
  font-style: italic;
  color: rgb(0,0,200);
}

.bleudroit{
  font-style: italic;
  color: rgb(0,0,200);
  text-align: right;
}

.ouinote{
  color: rgb(65,200,0);
  font-weight: bold;
}

.trp0
{
 background-color: rgb(240,255,255);
}

.tri0
{
 background-color: rgb(255,240,255);
}

.trp1
{
 background-color: rgb(225,255,255);
}

.tri1
{
 background-color: rgb(255,225,255);
}

.oblig
{
  color: rgb(255,0,0);
}

.td1
{
 background-color: rgb(210,210,210);
}

.td2
{
 background-color: rgb(230,230,230);
}

.td3
{
 background-color: rgb(250,250,250);
}

.itd1
{
 background-color: rgb(219,219,219);
 font-style: italic;
}

.itd2
{
  font-style: italic;
  background-color: rgb(240,240,240);
}

.rouge
{
  color: rgb(255,0,0);
}

.vert
{
	color: #0F0;
}

.popref{
  position:absolute;
  visibility:hidden;
  z-index:2;
  background-color: rgb(237,177,123);
 
  font-size:8pt;
  padding:3px;
  text-align:left;
  border:1px solid black;
}

.nbevalR{
  color: rgb(237,0,0);
}

.nbevalV{
  color: rgb(0,153,0);
}

.nbevalO{
  color: rgb(237,153,0);
}

.descr{
  margin-left: 5px;
 
  font-size:10pt;
}

.part{
  margin-left: 30px;
 
  font-size:8pt;
}

.tache{
  margin-left: 30px;
 
  font-size:8pt;
}

.haut10{
position:relative; top:-30px; left:0px;
}

.bas10{
position:relative; top:-20px; left:0px;
}


.titre
{
	font-size:small;
	margin-left: 40px;
	margin-top: 10px
}

.libelle
{
	font-size:small;
	margin-left: 10px;
	margin-top: 50px;
	width: 150px;
}

.listeder
{
	margin-left: 160px;
	margin-top: -60px;
}

.libellebas
{
	font-size:small;
	margin-left: 10px;
	margin-top: 20px;
	width: 150px;
}

.champtexte
{
	margin-left: 160px;
	margin-top: -20px;
}

.champtexteb
{
	margin-left: 160px;
	margin-top: -35px;
}

.btnsuppr
{
	margin-left: 250px;
}
.activ
{
	font-size:medium;
	margin-left: 10px;
	margin-top: 10px;
	width: 800px;
}

.comp
{
	font-size:small;
	margin-left: 40px;
	margin-top: 5px;
	width: 770px;
}

.libder
{
	font-size:small;
	margin-left: 20px;
	width: 90px;
}
.libdersb
{
	font-size:small;
	margin-left: 0px;
	width: 90px;
}
.dtes
{
	font-size:small;
	margin-top:10px;
	margin-left: 160px;
	margin-bottom:10px;
	width: 700px;
}