html, body 
{
    width:100%;
    background-image: url(Images/fond2.jpg);
    width:1449px;
    height:741px;
	margin:0 auto 0 auto;
}


.page
{
    font: 11px Verdana;
    background-image: url(Images/fond.jpg);
    background-repeat: no-repeat;
    width:1449px;
    height:741px;
	margin:0 auto 0 auto;
}

a 
{
    font:11px Verdana;
    color:#315686;
    text-decoration:none;
}

.slideMenu
{
    float: left;
    left: 320px;
    top: 110px;
    position: relative;
}
.contenu
{
	width: 540px;
	height: 500px;
	left: 580px;
	top:150px;
	position: absolute;
}



.identification
{
    position:absolute;
   left : 580px; 
   top : 110px;
}

/*
Partie de la CSS Reservée aux éléments communs avec la CSS de l'editeur d'Obout.
SI MODIFICATION NECESSAIRE, COPIER CES MODIFICATION DANS LES FICHIERS STYLES QUICKFORMAT.CSS ET EDITOR  .CSS DU REPERTOIRE SPECIAL DANS OBOUT
*/

.Title {
    font-size: 18px;
    font-weight: bold;
    color: #6C0000;
}

.SubTitle {
    font-weight: bold;
	color: #6C0000;
	margin: 0px;
	font-size: 14px;
}
