﻿body {
	font-family: Verdana;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	font-size: 10pt;
	background-color: #FFFFFF;
}

p {
	margin-top: 0px;	
}



#divAppli
{
	position: relative;
	width: 980px;
	margin: 0 auto;
	background-color: #FFFFCC;
	border-style: solid;
	border-right: #C0C0C0 1px solid;
	border-top: #C0C0C0 1px solid;
	border-left: #C0C0C0 1px solid;
	border-bottom: #C0C0C0 1px solid;
}
#divEntete {
	background-color: #FFFFFF;
	height: 120px;
}


#divLogo
{
    float: left;
    width: 420px;
    height: 60px;
    padding-top: 10px;
}

#divEnteteAdresse
{
    float: left;
    width: 372px;
    height: 50px;
    padding-top: 45px;
    font-family: "Times New Roman" , Times, serif;
    font-size: 9pt;
    color: #808080;
}


#divLangue {
	float: left;
	width: 170px;
	height: 50px;
	padding-top: 40px;
	text-align: right;
	font-weight: bold;
}


#divMenuHaut {
	height: 25px;
	padding-top: 5px;
	padding-left: 242px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 12pt;
}





#divPage {
	background-color: #1A5494;
	padding-top: 8px;
}
#divMenuGauche {
	float: left;
	width: 176px;
	padding-top: 16px;
	padding-left: 10px;
	color: #FFFFFF;
	font-weight: bold;
}
#divContenu{
	float: left;
	padding-top: 16px;
	padding-left: 56px;
	padding-right: 16px;
	width: 710px;
	padding-bottom: 16px;
	background-color: #FFFFFF;
}



.lienMenu
{
    text-decoration: none;
    font-weight: bold;
    color: white;
}

.lienMenuActif
{
    text-decoration: none;
    font-weight: bold;
    color: #FFCC00;
}
    

.jaune
{
    background-color: #ffffcc;
}


.divseparateur
{
	padding: 0px;
	clear: both;
}

