@charset "utf-8";
/* Getting the new tags to behave */
footer, header, colgroup, nav{ display: block; }
 

a, b, blockquote, big, body, center, caption, cite, div, dt, fieldset, font, footer, form, h1, h2, h3, h4, h5, h6, header, colgroup, html, i, iframe, img, label, legend, li, nav,
object, ol, p, pre, section, small, span, sub, sup, table, tbody, tfoot, thead, th, tr, tt, u, ul, var {
    background: transparent;
    border: 0 none;
    font-size: 100%;
    margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
    vertical-align: top; }

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
table, table td { 
	padding:0;
	border:none;
	border-collapse:collapse;
}
img {
	vertical-align:top; 
}
embed { 
	vertical-align:top;
}

html {
	color:#ffffff;
	background-color:#000000;
}
/* Global properties ======================================================== */
body { 
	height:100%;
	background-color:#000000;
	font-family:Arial, sans-serif;
	font-size:12px; 
	line-height:1.25em;
	color:#ffffff;
}

#container {
	position:relative;
	width:980px;
	margin:0 auto;
}
#header{
	position: relative;
	height:130px;
	text-align:center;
	padding:20px 0 20px 0;
}

#banner {
	position:relative;
	width:998px;
	margin:0 0 0 1px;
	background-color:#272727;
}
#banner_text {
	position:absolute;
	top:0;
	text-indent:-9999px;
}

#content {
	position:relative;
	top:0px;
	left:0;
	margin: 0 auto;
	width:980px;
	background:#000000;
	overflow: hidden;
	padding:10px;
}
#hp_blocs {
	position:relative;
	width:962px;
	text-align:center;
}
#hp_bloc1, #hp_bloc2, #hp_bloc3, #hp_bloc4 {
	position:relative;
	width:460px;
	height:460px;
	min-width:460px;
	min-height:237px;
	max-width:460px;
	max-height:237px;
	padding:10px;
}
#hp_bloc1 {
	float:left;
	border-right:1px solid #8C8C8C;
	border-bottom:1px solid #8C8C8C;
}
#hp_bloc2 {
	float:right;
	border-left:1px solid #8C8C8C;
	border-bottom:1px solid #8C8C8C;
}
#hp_bloc3 {
	float:left;
	border-right:1px solid #8C8C8C;
	border-top:1px solid #8C8C8C;
}
#hp_bloc4 {
	float:right;
	border-left:1px solid #8C8C8C;
	border-top:1px solid #8C8C8C;
}

#hp_blocs img.hp_img {
	position:absolute;
	top:10px;
	left:10px;
	z-index:1000;
}
#hp_blocs img.tr {
	position:absolute;
	top:0px;
	left:0px;
	z-index:500;
}
#hp_blocs a {
	position:absolute;
	top:10px;
	left:10px;
	line-height:237px;
	z-index:500;
}
#hp_blocs h2 {
	position:absolute;
	top:30px;
	left:0;
	width:90%;
	margin:20px;
	color:#ffffff;
	font-size:30px;
	text-align:center;
}
#hp_blocs p {
	position:absolute;
	top:60px;
	left:0;
	margin:30px 30px 0 30px;
	color:#949393;
	font-size:18px;
	line-height:25px;
	text-align:left;
}

h1 {
	position:absolute;
	top:0;
	text-indent:-4000px;
	font-size:16px; 
	font-weight:bold;
	margin:40px 0 15px 0;
	color:#E0DDDD;
}
