
/*-----------------
Feuille de style pour MeltingPhot
------------------*/

body {
	background-color: #000000;
	position: relative;
	margin: auto;
	scrollbar-face-color: #000000; 
	scrollbar-shadow-color: #4C4C4C; 
	scrollbar-arrow-color: #00e7ff; /*#6D6D6D*/ 
	scrollbar-track-color: #000000; 
	scrollbar-3dlight-color: #6D6D6D;
	text-align: center;
	color: white;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*---------------
DIVS
----------------*/

#container {
            width: 950px;
            margin: auto;
          }

#anim {
       width: 600px;
       float: left;
      }
          
#banner_right {
        background: transparent url(images/bg_tx_index.png) no-repeat top;
        float: right;
        width: 230px;
        height: 700px;
      }
      
/*-------------
Mise en forme banner_right
---------------
#title {
        font-weight: bold;
        font-size: 12pt;
        font-variant: small-caps;
        margin-top: 100px;
      }*/

#texte {
      margin-top: 300px;
      text-align: justify;
      font-size: 10pt;
      }

.alinea {
        padding-left: 20px;
        }

#deadline {
          margin-top: 70px;
          font-size: 15pt;
          /*font-weight: bold;*/
          font-variant: small-caps;
          
          }
          
      #deadline a {
              text-decoration: none;
              color: #555555;
              }
          
       #deadline a:link,
       #deadline a:visited {
                        color: #555555; /*;#6aeDFF*/
                      }
       
       #deadline a:hover {
                      text-decoration: none;
                      color: #999999;
                      }    

#enter {
        margin-top: 70px;
        margin-bottom: 30px;
        color: #666666;
        font-weight: bold;
        font-size: 30pt;
        font-family: Times, Arial, Helvetica, sans-serif;
       }
       
       #enter a {
              text-decoration: none;
              }
          
       #enter a:link,
       #enter a:visited {
                        color: #666666;
                      }
       
       #enter a:hover{
                      margin-top: 70px;
                      color: white;
                      font-weight: bold;
                      font-size: 30pt;
                    }
                    
.enter_right {
              color: #333333;
            }
            
            .enter_right a{
              color: #333333;
            }
            
            
/*--------------
FOOTER
----------------*/
#footer {
        width: 100%;
        float: left;
        margin-top: 15px;
        margin-bottom: 20px;
        font-size: 8pt;
        }
        
      #footer a:visited,
      #footer a:link {
                     color:white;
                  }
          