/* =============================== GENERIC CSS =============================== */

html, body {
	width: 100%;
	position: relative;
	text-align: center;
	color: #46626d;
	background-color: #46626d;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 14px;
	margin: 0px;
	padding: 0px;
	height: 100%;
}

img {
	text-decoration: none;
	border-style: none;
	border-width: 0px;
	margin: 0px;
	padding: 0px;
}

a:link, a:visited, a:active {
	text-decoration: none;
	color: black;
}

a:hover {
	text-decoration: underline;
	color: black;
}

p {
	padding: 0px;
	margin: 0px;
}

#bloc_positionnement {
	background-repeat: repeat-y;
	background-image: url(../images/background_middle.jpg);
	text-align: left;
	left: 50%;
	position: absolute;
	margin-right: auto;
	margin-left: -395px;
	width: 790px;
}

#background_top {
	left: 0px;
	top: 0px;
	position: relative;
	background-repeat: no-repeat;
	background-image: url(../images/index_background_top.jpg);
	height: 526px;
	width: 790px;
}

#background_bottom {
	padding-right: 20px;
	padding-top: 30px;
	line-height: 12px;
	font-style: italic;
	font-size: 12px;
	color: white;
	text-align: right;
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	background-position: 0 top;
	position: relative;
	background-repeat: no-repeat;
	background-image: url(../images/index_background_bottom.jpg);
	height: 31px;
	width: 770px;
}

#background_bottom a:link, #background_bottom a:visited, #background_bottom a:active {
	text-decoration: none;
	line-height: 12px;
	font-style: italic;
	font-size: 12px;
	color: white;
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
}

#background_bottom a:hover {
	text-decoration: underline;
	color: black;
}

#contenu {
	height: expression( this.scrollHeight < 375 ? "374px" : "auto" ); /* sets min-height for IE */
	min-height: 374px; /* sets min-height value for all standards-compliant browsers */
	left: 262px;
	margin-top: -374px;
	width: 470px;
	position: relative;
	line-height: 20px;
	color: #46626d;
	text-align: left;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

#position_links {
	margin-top: -15px;
	margin-left: 120px;
	font-style: normal;
	font-weight: normal;
	margin-bottom: 60px;
	text-transform: none;
	position: relative;
	text-align: left;
	color: white;
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 14px;
}

#position_links a {
	margin-right: 70px;
	color: white;
}

#position_links a:hover {
	font-weight: bold;
	text-decoration: none;
	color: white;
}

#site_bottom {
	padding-left: 10px;
	padding-bottom: 0px;
	padding-right: 10px;
	padding-top: 0px;
	margin: 0px;
	text-align: right;
	line-height: 12px;
	font-size: 11px;
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	height: 80px;
	width: 770px;
	color: white;
	position: relative;
	background-color: #46626d;
}

#legal {
	text-align: left;
	font-style: italic;
	font-size: 9px;
	height: 80px;
	width: 290px;
	float: left;
}

#legal a {
	display: block;
	cursor: pointer;
}

/* Bloc Div class: titrePage */
div.titrePage {
	line-height: 20px;
	color: white;
	text-align: left;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

/* Bloc Img class: imgGauchePage */
img.imgGauchePage {
}

/* Bloc Img class: imgDroitePage */
img.imgDroitePage {
}

/* Bloc Div class: chapoPage */
div.chapoPage {
}

/* Bloc Div class: textePage */
div.textePage {
}

/* Bloc Div class: attachPage */
div.attachPage {
}

/* Bloc Div class: attachInterPage */
div.attachInterPage {
}

/* Bloc A class: lnkAttachInterPage */
a.lnkAttachInterPage:link,
a.lnkAttachInterPage:visited,
a.lnkAttachInterPage:active {
}

a.lnkAttachInterPage:hover {
}

/* Bloc Div class: attachExterPage */
div.attachExterPage {
}

/* Bloc A class: lnkAttachExterPage */
a.lnkAttachExterPage:link,
a.lnkAttachExterPage:visited,
a.lnkAttachExterPage:active {
}

a.lnkAttachExterPage:hover {
}

/* Bloc Div class: attachFilePage */
div.attachFilePage {
}

/* Bloc A class: lnkAttachFilePage */
a.lnkAttachFilePage:link,
a.lnkAttachFilePage:visited,
a.lnkAttachFilePage:active {
}

a.lnkAttachFilePage:hover {
}