body
{
   background-color: black;
  }

 div
{
  position: relative;
  margin: 0 auto; 
}
 
 
 
 .container
{  
   width:1000px;
   margin: 0 auto;
   background: url(../ressources/design/AGSO_22.jpg) repeat-y;
   color:white;
}

 .design
{  
   width:1000px;
   margin: 0 auto;
   color:white;
}

 .bottom
{ 
    bottom:0px;
    width:1000px;
}



 .cadretext
{
  position: relative;
  text-align:left;
  top:100px;
  padding-bottom:100px;
  padding-top:30px;
   padding-right:260px;
   left:208px;
}

   html>body .cadretext  
   {
   height: auto;
   min-height: 559px;
  } 
  
  .text
{
  color: white;
  }
  
  a
  {
  text-decoration:none;
  color: white;
  }
  
   a:hover
  {
  text-decoration:underline;
  color: red;
  }
  
  a:visited 
{
   color: blue;
}
  
  
    .title
  {
   text-transform: uppercase;
   top:15px;
   text-align:center;
   color:white;
   font-size: 1.6em;

   font-weight : bold;
   border: 1px dashed #839ffe;
  }
  
    .rien {background-color : #0b2c9a;}
  
  p
  {
	font-weight:bold;
  }
  
  ul.sans_marge
{
   padding-left: 10px;
   margin-left: 10px;
   line-height: 2.5em;
}
  
  .flottant_left
{
   float: left;
   margin-right:15px;
}

  .flottant_right
{
   float: right;
    margin-left:15px;
	margin-top:10px;
}

.dessous
{
   clear: both;
   
}

table
{
  margin:0;
  padding:0;
}



table.bis
{
  font-size: 0.8em;
}


.test
{
   alpha(opacity=50);
   -moz-opacity:0.5;
}

