body {
	margin:0px;
	font-family:Verdana;
	font-size:12px;
	color:#3a3a3a;
}

#main_panel {
	left:200px;
	top:100px;
	position:absolute;
	border-style:dashed;
	border-color:gray;
	border-width:1px;
	width:610px;
	height:530px;
	background-color:#e6e7ef;
	z-index:0;
	overflow:auto;
	padding-left:10px;
	padding-right:10px;
	padding-top:50px;
}

#main_panel_print {
	position:absolute;
	left:10px;
	top:10px;
	border-style:dashed;
	border-color:gray;
	border-width:1px;
	width:610px;
	background-color:#e6e7ef;
	z-index:0;
	overflow:auto;
	padding-left:10px;
	padding-right:10px;
	padding-top:50px;
}

#banner {
	position:absolute;
	border-style:dashed;
	border-color:gray;
	border-width:1px;
	left:10px;
	top:10px;
	width:800px;
	height:100px;
	z-index:3;
        background-image:url('/img/banner.png');
	background-repeat:no-repeat;
}

#second_panel {
	position:absolute;
	left:30px;
	top:100px;
	width:150px;
	height:500px;
	border-style:dashed;
	border-color:gray;
	border-width:1px;
	background:#f3f3f3;
	z-index:1;
	overflow:auto;
	padding-left:10px;
	padding-right:10px;
	padding-top:50px;
	padding-bottom:30px;
}

#footer {
	border-style:dashed;
	border-color:gray;
	border-width:1px;
	text-align:center;
	vertical-align:middle;
	position:absolute;
	display:table-cell;
	top:670px;
	left:10px;
	width:800px;
	height:40px;
	background-color:#b1b7d7;
	color:black;
	z-index:1;
}

#menu {
	position:absolute;
	left:30px;
	top:105px;
	width:800px;
	padding:0px;
	margin:0px;
	z-index:3;
}

a:link {text-decoration:none;color: black}     /* unvisited link */
a:visited {text-decoration:none;color: black;}  /* visited link */
a:hover {text-decoration:none;color: black;}   /* mouse over link */
a:active {text-decoration:none;color: black;}   /* selected link */

#w3c_xhtml {
	border-width:0px;
	position:absolute;
	left:850px;
	top:50px;
}
#w3c_css {
	border-width:0px;
	position:absolute;
	left:850px;
	top:90px;
}


h1 {
        border-bottom:solid 1px black;
        border-top:solid 1px black;
        border-left:dotted 1px gray;
        border-right:dotted 1px gray;
        font-size:12px;
        text-align:center;
        text-transform:uppercase;
        text-decoration:none;
        padding:3px;
	background:white;
	font-weight:normal;
	color:black;
	margin:0px;
}

fieldset {
	border:solid #da7500 1px;
	background:#fff4b4;
}

legend {
	text-transform:uppercase;
	color:#733e00;
}

.attribut {
	float:left;
	display:inline;
	width:60px;
}

.valeur {
	display:inline;
}

.champ {
	border:gray 1px solid;
}

.date {
	position:relative;
	top:-1px;
	float:right;
	display:inline;
	text-align:right;
	font-weight:bold;
	font-family:courier;
        border-bottom:solid 1px black;
        border-left:solid 1px black;
        border-right:dotted 1px gray;
        border-top:solid 1px white;
	padding:2px;
	background:white;
	margin-left:10px;
}

.texte {
	font-size:12px;
	font-family:verdana;
	color:#3a3a3a;
	padding-left:20px;
	text-align:justify;
	margin-bottom:20px;
}

.information {
        font-size:10px;
        font-family:verdana;
        color:#3a3a3a;
        text-align:justify;
	text-align:right;
	margin-bottom:20px;
	font-style:italic;
}


.poste {
	font-weight:bold;
}

.societe {
}

.sousmenu {
        float:left;
        list-style-type: none;
        display:inline;
        border-bottom:solid 1px black;
        border-top:solid 1px black;
        border-left:dotted 1px white;
        border-right:dotted 1px white;
        font-size:12px;
        text-align:center;
        visibility:hidden;
        text-transform:uppercase;
        text-decoration:none;
        padding:3px;
        width:125px;
        background:#b1b7d7;
}

