body
{
text-align: center;
width: 90%;
margin: auto;
margin-top: 5px;
margin-bottom: 5px;
background-color: #000000;
background-repeat: no-repeat;
background-attachment: fixed;
background-position: 1px 200px;
font-family: palatino linotype, georgia, arial, serif;
}




#corps
{
margin-top: 1px;
   width: 450px; 
   height: 200px;
   margin: auto; /* Ca c'est pour éviter que le corps colle trop au pied de page en-dessous */
   padding: 100px; /* Pour éviter que le texte à l'intérieur du corps ne colle trop à la bordure */
   padding-top: 10px;
   border: double 4px white;
   overflow: auto;
   -moz-border-radius: 5px;

   background-color: #000000;
   background-repeat: repeat-x; /* Une petite image de fond qui se répètera horizontalement en haut */
   
   color: white;
   font-family: palatino linotype, georgia, arial, serif;
   font-size: 12px;
   text-align: left;
   
  
   }
   
#twitter_div
{
border: dashed 1px #B82A2A;
padding: 25px;
}   

a
{
text-decoration:none;  
color: #B82A2A;
}

a:hover
{
text-decoration:none;  
color: #FFFFFF;
}

.txt
{
text-align: left;
width: 400px ;
}

.pics
{
text-align: right;
line-height: 75%;
}

.pics a
{
color: #ffffff;
}

#back
{
color: white;
width: 30%;
margin-top: 15%;
margin: auto; 
height: 10%;
text-align: justify;
line-height: 1;
}

#top
{
text-align: center;
}

#port
{
   width: 630px; 

   border: double 4px white;
   overflow: auto;
   -moz-border-radius: 15px;

   background-color: #000000;
}

#facebox .b {
  background:url(b.png);
}

#facebox .tl {
  background:url(tl.png);
}

#facebox .tr {
  background:url(tr.png);
}

#facebox .bl {
  background:url(bl.png);
}

#facebox .br {
  background:url(br.png);
}

#facebox {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}

#facebox .popup {
  position: relative;
}

#facebox table {
  margin: auto;
  border-collapse: collapse;
}

#facebox .body {
  padding: 10px;
  background: #fff;
  width: 370px;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
}

#facebox .footer {
  border-top: 1px solid #DDDDDD;
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}

