html, body {
	height: 100%;
	width: 100%;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#d7d9da;
}
body {margin: 0px;text-align: center;}
img {border: 0px;}
.bordure {
	border:#999 1px solid;
}
input.bouton {
    font-family: Arial;
    font-size:8pt;
    color:#7a807d;
    height:16px;
    border:1px solid #dbe5e0;
    background-color:#ffffff;
    font-weight:bold;
	padding-left:3px;
}
#global {
	position:relative;
	width:790px;
	text-align:left;
	margin: 0 auto 0 auto;
}
#haut {
	position:relative;
	margin-top:20px;
	height:136px;
	background-image:url(../design/haut-bas.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}
#hautLogo {
	position:absolute;
	width:137px;
	height:136px;
}
#hautMetiers {
	position:absolute;
	width:634px;
	height:104px;
	top:0px;
	left:153px;
}
#hautMenu {
	position:absolute;
	background-image:url(../design/haut-menu-fond.gif);
	width:634px;
	top:106px;
	left:153px;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
	padding:9px 0 3px 0;
	min-height:15px;
	z-index:5;
}
#hautMenuHaut {
	position:absolute;
	background-image:url(../design/haut-menu.gif);
	background-position:top;
	background-repeat:no-repeat;
	width:634px;
	height:8px;
	left: 0;
	top: 0px;
}
#milieu {
	position:relative;
	padding:3px 15px 3px 15px;
	background-image: url(../design/milieu-fond.gif);
}
#bas {
	background-image:url(../design/bas-filet.gif);
	background-position:top;
	background-repeat:no-repeat;
	padding-top:15px;
	color:#9c9c9c;
	font-size:11px;
	padding-left:10px;
}


/*liens*/
#bas A {
	text-decoration: none;
	color:#9c9c9c;
}
#bas A:hover {
	text-decoration: none;
	color:#585858;
}
#hautMenu A {
	text-decoration: none;
	color:#FFFFFF;
}
#hautMenu A:hover {
	text-decoration: none;
	color:#d7d7d7;
}
.cadreGauche {
	color:#646e76;
	padding-left:15px;
	float:left;

}
.cadreDroite A {
	color:#646e76;
	margin-right:15px;
	float:right;
	text-decoration:none;
	font-size:11px;
}
.cadreDroite A:hover {
	text-decoration:underline;
	font-size:11px;
}
h1 {
	color:#003661;
	font-size:15px;
	font-weight:bold;
	margin-bottom:5px;
}
h2 {
	color:#003661;
	font-size:14px;
	font-weight:bold;
}
A {
	text-decoration:none;
	color:#454545;
}
A:hover {
	text-decoration:underline;
	color:#454545;
}