html, body, #holder {
	min-height: 100%;
	width: 100%;
	height: 100%;
}
html>body, html>body #holder {
	height: auto;
	top: 0;
	left: 0;
}
body {
	margin: 0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	font-size: 9pt;
}
#holder { position: absolute;
}
#header {
	border: none;
	width: 100%;
	height: 122px;
	background-color: #FBFBFB;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-bottom: 16px;
}
#header-int {
	border: none;
	width: 100%;
	height: 82px;
	background-color: #FBFBFB;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-bottom: 0px;
}
#signature {position: absolute; z-index: 2; width:580px; height:106px; top: 0px; left: 0px; background-color: #FBFBFB;}
#sigle {position:absolute; left:16px; top:16px; width:71px; height:46px;}
#titre {position:absolute; left:135px; top:16px; width:421px; height:46px;}
#logo {position:absolute; left:16px; top:66px; width:540px; height:40px;}
#logo-int {position:absolute; left:16px; top:8px; width:540px; height:66px;}
#references {position: relative; z-index: 1; width:94px; height:90px; float: right; top: 16px; padding-right: 16px;}
#nav {
	width: 180px;
	float: left;
	padding-bottom: 3em;
	height: auto;
}
/*
* html #header {
	border: none;
	width: 100%;
	height: 122px;
	background-color: #FBFBFB;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-bottom: 16px;
}
* html p {
height: 1%;
margin-left: 0;
}
*/
#menu {
	font-size: 8pt;
	padding-left: 16px;
}
#menu-ref {
	padding-top: 4px;
	padding-left: 135px;
}
/*
#menu-ref {
	border: none;
	width: 100%;
	height: 18px;
	background-image:url(../images/sh/sep-bleu.gif);
	background-color: #FBFBFB;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-top: 4px;
	padding-left: 135px;
	margin-bottom: 0px;
}
*/
#content {
	margin-left: 20px;
	padding-bottom: 5px;
	margin-right: 20px;
	height: auto;
	width:95%;
}
#footer {
	clear: both;
	bottom: 0;
	left: 0;
	border: none;
	width: 100%;
	background-color: #FBFBFB;
	border-top-color: #CCCCCC;
	border-top-style: solid;
	border-top-width: 1px;
}

/* hide from Mac IE5 */
/* \*/
#footer {position: absolute; }
/* */

.footermenu {
	font-size: 9pt;
	padding-left: 16px;
}

/* Change in Opera 5+ (and some others) */
html>body div#footer {
    position: static;
}

/* Change back in everything except Opera 5 and 6, still hiding from Mac IE5 */
/* \*/
head:first-child+body div#footer {
    position: absolute;
}
/* */

#nav p, #content p {margin: 1em;}
#nav ul {
	margin-left: 0;
	padding-left: 0;
}
#nav li {margin: 0 1em 0 2em;}

p {
	font-size: 9pt
	}
a {	
	color: #0066CC;
	text-decoration: none
	}
a:hover {	
	text-decoration: underline
	}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24pt;
	color: #0066CC;
	font-weight: bold;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #0066CC;
	padding-bottom: 4px;
	}
h2 {
	font-size: 14pt;
	font-style:italic;
	color: #0066CC;
	padding-left: 0.5em;
	}
h3 {	
	font-size: 12pt;
	color: #0066CC
	}
h4 {
	font-size: 9pt;
	color: #0066CC
	}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	}
th {	
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	}
textarea {
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 9pt
	}
ul {	
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 9pt;	
	list-style-type: square;	
	list-style-position: outside
	}
.photo-title {
	padding: 4px;
	background-color: #F8F8F8;
}
.footer { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	line-height: 14pt;
	color: #333333;
	background-color: #CCCCCC;
	}
.dld_pdf {
	font-size: 8pt;
	padding: 0 0 0 20px;
	background: url("/images/ico/ico-pdf.gif") no-repeat 0px 0px;
}
.white_background {
	background-color: #FFFFFF
}
.bleu {
	color: #0066CC;
}
div.float {
	float: left;
	width: 176px;
	height: 120px;
	padding: 4px;
	display: inline;
}
div.float p {
   text-align: center;
}
div.container {
  border: Solid #CCCCCC 1px ;
  background-color: #FBFBFB;
}
div.spacer {
  clear: both;
}

/* Application: Common Code */
.rollover { display: block; } /* Allow setting widths and heights */
.rollover img { width: 100%; height: 100%; border: 0; } /* only set width and height once */
.rollover:hover { visibility: visible; /* for IE */ } /* sets any property for the :hover state */
.rollover:hover img { width: 105%; height: 105%; visibility: visible; border:#003399 1px solid; } /* 'rolls over' the image */
