
body {
    margin: 0px;
    color: FFFFFF;
    width:100%;
    height:100%;
    margin: 0px;
}
		
#tout {
    background-color : 0F0F0F; 
    margin: 0px;
    color: FFFFFF;
    background-image : url(../img/fond.jpg);
    background-repeat:repeat-x;
    background-position:0% 0%;    
    background-color : 0F0F0F;
    overflow: auto; 
    width:100%;
    height:100%;
    margin: 0px;
    background-attachment:fixed;
}    

#cont {
    background-color : black;
    width: 790px;

}				
#site {
    width: 790px;

    border-left-style : solid;
    border-left-color : #6A1111;
    border-left-width: 2px; 
    border-right-style : solid;
    border-right-color : #6A1111;
    border-right-width: 2px; 

}

#login {
    background-color : #6a1111;
    width: 790px;
    height : 40px;
    color: #ffffff;
}
    
#footer {
    background-color : #6a1111;
    position:relative;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:0px;
    width : 790px;
    height: 40px;
    text : #ffffff;
}



.tableau {
    margin: auto;
    background-position:0% 0%;
    background-image:url(../img/droite.jpg);
    background-repeat:no-repeat;
    width:790px;
    height:500px;
    border:0px;
}


.texte {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
    margin:20px;
    color:000000;
    background-color:#ffe6e6;
    margin:20px;
    border:0px;
    -moz-opacity: 0.75;
    filter: alpha(opacity=75);	
}

.normal {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
    margin:20px;
    color:FFFFFF;
    background-color:#000000;
    margin:20px;
    border:0px;
}


.textea:link, .textea:visited, .textea:hover, .textea:active {
    color:black; 
    text-decoration: underline;
	}


.titre {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:30px;
    color: #b16565;
    margin-left: 20px;
    border:0px;
    
}

.motsclefs {
	color: #b16565;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

.description {
	color: #b16565;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

a:link {
    font-family: verdana,times, serif ;
    font-size: 10pt ;
    color: white ;
    font-style: bold;
    text-decoration : none;
}


a:visited {
    font-family: verdana,times, serif ;
    font-size: 10pt ;
    color: white ;
    font-style: bold;
    text-decoration : none;
}

a:hover {
    font-family: verdana,times, serif ;
    font-size: 10pt ;
    color: white ;
    font-style: bold;
    text-decoration : underline;
}

a:active {
    font-family: verdana,times, serif ;
    font-size: 10pt ;
    color: white ;
    font-style: bold;
    text-decoration : none;
}