/* 
    Document   : style
    Created on : 2009-08-17, 15:24:11
    Author     : francis
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

body {
    margin:0px;
    padding:0px;
    font-family:arial;
    color:#ffffff;
     
}

div#conteneur
{
	width: 1000px ;
	margin: 0 auto ;
	text-align: left ;
	padding: 0 ;
	height:auto;
	background-color:#000;
}



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

a:hover{
    color:#cccccc;
}

a img{
    border:0px;
}

.menu{
	float:left;
    background-color:#000;
    padding-right:-4px;
    margin:0px;
  
}



.page{
     min-height:1700px;
     background-color:#000;    
}

.header{
    height:160px;
	width:630px;

}

.logo{
 
  
}

.top_menu{
    float:right;
    text-transform: uppercase;
    font-size:12px;
    margin-top:1px;
    position:absolute;
}

.top_menu li{
    display: inline;
    
}

.top_menu img{
    margin:0 5px 0 5px;
}

.content{
    height:500px;
    padding:50px 0 0 30px;
    float:left;
    width:500px;
	    background-color:#000;
}

.content p{
    color:#ffffff;
    text-align:justify;
}

.content a, .content ul a{
    font-weight:bold;
}

.mini {
    border:1px solid #ffffff;
    margin:5px;
}


