a
{
   color: ff9933;
   text-decoration: none;
}
a:hover
{
   color: cc6633;
}
a:link
{
   color: ff9900;
}
a:visited
{
   color: ff6600;
}
body
{
   background-color: #6666ff;
   color: 000033;
}
#container
{
   font-family: arial, sans-serif;
   float: left;
   width: 100%;
   color: 000033;
   /* background-color: white; */
   /* background: url(../images/innovatis1.gif) top left */;
}
#header
{
   background: url(../images/innovatis2.gif) top left no-repeat;
   height: 120px;
   background-color: white;
   float: left;
   width: 90%;
   padding: 5px;
   /*
   position: relative;
   top: 10px;
   left: 10px;
   width: 260px;
   height: 120px;
   */
   /* background-color: red; */
   /* border: 2px dotted red; */
   /* height: 300px; */
}
#main
{
   float: left;
   width: 100%;
}
#footer
{
   float: left;
   color: white;
   width: 90%;
   background-color: #003366;
   padding: 5px;
}
#nav
{
   text-align: center;
   padding: 3px;
   float: left;
   width: 90%;
}
#nav li
{
   display: inline;
}
.right
{
   float: right;
}
.left
{
   float: left;
}
.adresse
{
   font-size: 10pt;
}
.projet
{   
   float: left;
   /* width: 700px; */
   width: 80%;
}
.projet .dessin
{
   float: right
   width: 30%;
}
.projet .description
{
   float: left;
   width: 50%;
   padding: 3px;
}

.projet h1
{
   font-size: 0.95em;
   color: white;
}

