@charset "UTF-8";

/* BODY */
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	color:#FFF;
	background-color:#000;
	background-image:url(../img/bg_glow.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	margin:0;
}

/* LINK */
a:link {
	color: #FFF;
	text-decoration:none;
}
a:visited {
	text-decoration:none;
	color: #FFF;
}
a:hover {
	text-decoration:none;
	color: #2ebe48;
}
a:active {
	text-decoration:none;
	color: #2ebe48;
}

/* LINK - MAIN WRAP */
#main_wrap a:link {
	color: #FFF;
	font-size:14px;
	text-decoration:none;
}
#main_wrap a:visited {
	text-decoration:none;
	font-size:14px;
	color: #FFF;
}
#main_wrap a:hover {
	text-decoration:none;
	font-size:14px;
	color: #1e8441;
}
#main_wrap a:active {
	text-decoration:none;
	font-size:14px;
	color: #1e8441;
}

/* LINK - BLOC 1B */
#bloc_1b a:link {
	color: #464646;
	font-size:13px;
	text-decoration:none;
}
#bloc_1b a:visited {
	text-decoration:none;
	font-size:13px;
	color: #464646;
}
#bloc_1b a:hover {
	text-decoration:none;
	font-size:13px;
	color: #2bb144;
}
#bloc_1b a:active {
	text-decoration:none;
	font-size:13px;
	color: #2bb144;
}

	
/* TEXT */
h1 {
	font-size:13px;
	color: #FFF;
	margin:0 0 2px 0;
	font-weight:lighter;
	padding:0;
	display:inline;
	text-align: center;
}
h2 {
	font-size:25px;
	color: #c70404;
	margin:0 0 2px 0;
	font-weight:normal;
	padding:0;
	display:inline;
	text-transform:uppercase;
}

/* GLOBAL */
#global {
	position:relative;
	width:100%;
	height:100%;
}

/* LOGO */
#logo {
	position:relative;
	width:141px;
	height:141px;
	background-image:url(../img/logo.png);
	background-repeat:no-repeat;
	margin:auto;
	top:30px;
}

/* MENU */
#main_bg {
	position:relative;
	width:925px;
	height:26px;
	margin:auto;
	top:50px;
	background-image:url(../img/main_bg.png);
	background-repeat:no-repeat;
}
#main_wrap {
	position:relative;
	width:925px;
	height:auto;
	left:27%;
}

/* CONTENU */
#contain {
	position:relative;
	width:925px;
	height:650px;
	margin:auto;
	top:100px;
}
#title {
	position:relative;
	width:auto;
	height:20px;
	margin:auto;
	top:15px;
}
#bloc_01 {
	position:relative;
	width:auto;
	height:auto;
}
#bloc_01b {
	position:relative;
	width:auto;
	height:auto;
}
#bloc_01c {
	position:relative;
	width:auto;
	height:auto;
	background-color:#FFF;
}
#bloc_02 {
	position:relative;
	width:auto;
	height:auto;
	padding:5px 0 5px 0;
	background-color:#09090a;
	top:25px;
	color: #CCC;
}
#bloc_02b {
	position:relative;
	width:auto;
	height:auto;
	padding:5px 0 5px 0;
	top:25px;
}
#bloc_03 {
	position:relative;
	width:auto;
	height:auto;
	padding:5px 0 5px 0;
	background-color:#09090a;
	top:40px;
}
#bloc_03b {
	position:relative;
	width:auto;
	height:auto;
	padding:5px 0 5px 0;
	top:40px;
}
#bloc_04 {
	position:relative;
	width:auto;
	height:auto;
	top:60px;
}
#bloc_05 {
	position:relative;
	width:920px;
	height:215px;
	top:100px;
	background-image:url(../img/alex.jpg);
}
#bloc_05b {
	position:relative;
	width:920px;
	height:100px;
	top:100px;
}
#bloc_06 {
	position:relative;
	width:920px;
	height:215px;
	top:100px;
	background-image:url(../img/alex.jpg);
}
#bloc_06b {
	position:relative;
	width:920px;
	height:100px;
	top:100px;
}
#contact_nom {
	position:absolute;
	width:150px;
	height:auto;
}
#contact_nom_champ {
	position:absolute;
	width:200px;
	height:auto;
	left:153px;
	top:0px;
}


#dktdesign {
	position:relative;
	width:auto;
	height:auto;
	top:140px;
	float:right;
}
#contain #title #bloc_1c h1 strong {
	text-align: left;
}
