@charset "utf-8";
/* CSS Document */
html {
	height: 101%;/* To prevent short pages jumping to the left on Firefox */
	overflow-x: hidden; overflow-y: auto; /* To remove the unwanted horizontal scrollbar appearing in IE7 */
	}
body {
	font: 11px Arial, "MS Sans Serif", Helvetica;
	background: #303949;
	line-height: 14px;
	color: #fff;
	}
* {
	margin: 0;
	padding: 0;
	}
.clear {
	clear:both;
	}
img, acronym {
	border: 0;
	}
	img.imgContent {
		padding-left: 15px;
		}
h1 {
	display: none;
	}
h2 {
	line-height: 23px;
	font-size: 19px;
	color: #000;
	margin-bottom: 7px;
	}
h3 {
	line-height: 14px;
	font-size: 11px;
	}
p {
	margin-bottom: 10px;
	}
a {
	font-weight: bold;
	text-decoration: none;
	/*color: #fff;*/
	color: #2d365a;
	}
a:hover {
	color: #fff;
	text-decoration: underline;
	}
hr, hr.hrOfferte {
	width: 730px;
	height: 1px;
	border: 0;
	border-bottom: 1px solid #325D89;
	color: #325D89;
	background: #7d87a0;
	padding: 10px 0 0 0;
	/*margin-left: 5px;*/
	text-align: center;
	}
	hr.hrOfferte {
		width: 323px;
		margin: 0;
		padding: 0;
		background: #909AB6;
		}
#frameWrapper {
	margin: 8px auto 0 auto;
    width: 758px;
    height: auto;
	}
#frameHeader {
	width: 758px;
	height: 130px;
	}
#frameContent {
	position: absolute;
	top: 135px;
	margin-right: 20px;
	width: 758px;
	height: auto;
	}
	#frameHeaderContent {
		position: absolute;
		width: 758px;
		height: 99px;
		}
	.frameContentInner {
		width: 758px;
		height: auto;
		background: #7d87a0;
		border-bottom: 1px solid #303949;
		}
	.contentSmall, .contentWide {
		padding: 10px 20px 0 15px;
		width: 385px;
		height: auto;
		overflow: hidden;
		}
	.contentWide {
		width: 718px;
		}
	.contentTop {
		height: 16px;
		width: 758px;
		padding-top: 10px;
		}
	.contentFooter {
		height: 16px;
		width: 758px;
		margin-top: 20px;
		}
	p.sitemap {
		text-align: center;
		margin-top: 5px;
		}
		.sitemap a {
			font-weight: normal;
			color: #fff;
			}
		.sitemap a:hover {
			text-decoration: underline;
			}
		p.question {
			color: #2d365a;
			font-weight: bold;
			}
		p.answer {
			font-style: italic;
			}
#frameOfferte {
	position: absolute;
	top: 50px;
	right: 5px;
	background: url(../images/bgFrameOfferte2.png) repeat-y top right;
	width: 330px;
	}   
#frameOfferte .frameOfferteContent {
	margin: 0 20px;
	padding: 20px 0 0 0;
	overflow: hidden;
	}
.formelement {
	background-color: #336699;
	color: #ffffff;
	border-left-style: solid;
	border-left-color: #303949;
	border-right-style: solid;
	border-right-color: #303949;
	border-top-style: solid;
	border-top-color: #303949;
	border-bottom-style: solid;
	border-bottom-color: #303949;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px;}

input.inputOfferte {
	margin-right: 10px;
	}


/* Styles for IE6 */
* html .contentSmall {
	padding: 0;
	margin-left: 20px;
	margin-top: 10px;
	}
* html #frameOfferte .frameOfferteContent {
	margin: 0;
	padding: 0;
	}
* hr.hrOfferte {
	width: 300px;
	}
