﻿.body
{
    margin : 0px, Opx, 0px, 0px;
}

.fond{
    position: absolute;
    width: 960px;
    height:600px;
    left: 50%;
    top:0px;
    margin-left:-480px;
    background-image:url(images/fond.jpg);
}

.logo_lien{
    position: absolute;
    width: 276px;
    height:107px;
    left:604px;
    top:36px;
}

.menu{
    position: absolute;
    width:400px;
    height:25px;
    left:500px;
    top:150px;
}

.master{
    position: absolute;
    width: 860px;
    height:450px;
    left:50px;
    top:130px;
    font-size:12px;
    font-family:Verdana;
    overflow:auto;
}

.bas
{
    position: absolute;
    width: 685px;
    height:25px;
    left:50px;
    top:860px;
    text-align:center;
    font-size:12px;
    font-family:Verdana;
}
a:link 
{
    
	color: blue;
	text-decoration: none;
}
a:visited {
	color: blue;
	text-decoration: none;
}
a:hover {
	color: red;
	text-decoration: underline;
}