﻿.fond{
    position: absolute;
    width: 960px;
    height:580px;
    left: 50%;
    top:0px;
    margin-left: -480px;
    background-image: url(images/fond.jpg);
}

.logo_lien{
    position: absolute;
    width: 340px;
    height:79px;
    left: 0px;
    top:0px;
}

.menu{
    position: absolute;
    width:620px;
    height:28px;
    left:20px;
    top:82px;
}

.body
{
    margin : 0px, Opx, 0px, 0px;
}

.master{
    position: absolute;
    width: 940px;
    height:460px;
    left:10px;
    top:120px;
    font-size:14px;
    overflow:auto;
}
a:link {
	color: blue;
	text-decoration: none;
}
a:visited {
	color: blue;
	text-decoration: none;
}
a:hover {
	color: Teal;
	text-decoration: underline;
}

.titre
{
    font-family:Comics;
    font-size:18px;
    font-weight:bold;
    color:Blue;
    text-align:center;
}