/* Eléments standards */
html { margin: 0px;	padding: 0px; }
body {
	background: #81899B;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size:11px;
	color: #333333;
	background-image:url(../img/mainBg.gif);
	background-repeat:repeat-x;
}
a:link, a:visited { font-weight: normal; text-decoration: underline; color: #5A71AB;}
a:hover, a:active { text-decoration:none; color: #5A71AB;}
select, textarea, input { font-size:11px; }

table {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size:11px;
	color: #333333;
}

/* Zones spécifiques */
#container {
	background-color:#FFFFFF;
	position:absolute;
	left: 50%;
	top: 10px;
	width: 760px;
	margin-left: -380px;
	border: 0px;
	z-index: 1;
}


#imageBox {
	position:absolute;
	width:245px;
	height:500px;
	top:80px;
	left:0px;
	background-image:url(../images/kw2_contact.gif);
	background-repeat:no-repeat;
	z-index: 5;
	background-color: #FFFFFF;
}
#nameBox {
	position:absolute;
	width:245px;
	height:80px;
	top:0px;
	left:0px;
	background-color:#F4A5F6;
	z-index: 4;
}



#mainMenu {
	position:relative;
	height:50px;
	width:460px;
	left:250px;
	background-color: #FFFFFF;
	z-index: 7;
}
#textZone {
	width:470px;
	position:relative;
	left:250px;
	/*top:30px;*/
	padding:30px 20px 30px 20px;
	letter-spacing:1px;
	color:#A7B3D2;
	font-size:12px;
	font-weight:bold;
	background-color: #FFFFFF;
}


h1 {
	letter-spacing:1px;
	color:#48AAA5;
	font-size:13px;
	text-transform:uppercase;
	font-weight:bold;
}
h2 {
	font-variant:small-caps;
	letter-spacing:1px;
	color:#5A71AB;
	font-size:12px;
}
h3 {
	color:#333333;
	font-size:11px;
	font-weight:100;
	line-height:16px;
	text-align:justify;
}
h4 {
	color:#666666;
	font-size:9px;
	font-weight:normal;
}
h5 {
	color:#333333;
	font-size:10px;
	font-weight:normal;
	text-align:justify;
	line-height:14px;
}


#footer {
	background-repeat:no-repeat;
	background-color:#EFEFEF;
	width:auto;
	height:100px;
	position:relative;
	top:0px;
	font-size:10px;
	text-align:center;
	z-index: 8;
}
#footer a {
	color: #9AA4C0;
	margin: 0 5px;
	border: 1px solid #9AA4C0;
	text-decoration: none;
	padding: 2px 3px;
}
#footer a:hover {
	background: #9AA4C0;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
}


.whitestyle {color: #FFFFFF}
