﻿.fond{
    position: absolute;
    width: 958px;
    height:589px;
    left: 50%;
    top:0px;
    margin-left: -480px;
    background-image: url(images/fond.jpg);
    font-family:Comic Sans MS;
}

.logo_lien{
    position: absolute;
    width: 298px;
    height:55px;
    left:0px;
    top:39px;
}

.menu{
    position: absolute;
    width:627px;
    height:95px;
    left:331px;
    top:0px;
    color:Yellow;
    font-size:20px;
    font-family:Comic Sans MS;
}

.contenu{
    position:absolute;
    left: 351px; 
    width: 593px; 
    top: 100px; 
    height: 433px;
    font-family:Comic Sans MS;
}

a.lienmenu:link {
	color: yellow;
	text-decoration: none;
}
a.lienmenu:visited {
	color: yellow;
	text-decoration: none;
}
a.lienmenu:hover {
	color: red;
	text-decoration: underline;
}

a:link 
{
	color: green;
	text-decoration: none;
}
a:visited 
{
	color: green;
	text-decoration: none;
}
a:hover 
{
	color: red;
	text-decoration: underline;
}

a.lien2:link 
{
    font-size:12px;
	color: blue;
	text-decoration: none;
}
a.lien2:visited 
{
    font-size:12px;
	color: blue;
	text-decoration: none;
}
a.lien2:hover 
{
    font-size:12px;
	color: red;
	text-decoration: underline;
}


.titre
{
    position:absolute;
    left: 351px; 
    width: 593px; 
    top: 100px; 
    height: 433px;
    text-align:center;
    font-family:Comic Sans MS;
    font-size:36px;
    font-weight:bold;
    color:Yellow;
}

.descriptif
{
    position:absolute;
    font-weight:normal;
    text-align:justify;
    overflow:auto;
    left: 3px; 
    width: 704px; 
    top: 116px; 
    height: 441px;
}