html {
	color: #EFEFEF;
	font-family: Arial,Helvetica,sans-serif;
}

/* Structural zone */
body {
	background: url(http://hrmnight.be/img/bg2017.jpg) no-repeat top center;
	font-size: 10pt;
	line-height: 1.3;
	text-align: center;
	background-color: #000000;
}


div#wrapper{
	text-align: left;
	background-color: #000000;
	padding: 0px 10px 0px 10px;
	z-index: 1;
	position: relative;
}



#habillage {
	margin:auto;
	width:100%;	
	height:720px;
	/*background-image:url(../img/adtest.jpg);*/
	position:absolute;
	z-index:0;
	background-repeat:no-repeat;
	background-position:center;
	text-align:center;
}



/* Content */

/*
div#vids{
	margin: -262px 18px 0px;
	position: absolute;
}
*/

div#content-wrapper div#c-footer-wrapper div	{
	color: #fff;
	font-size: 9pt;
}
div#content-wrapper div#c-footer-wrapper h3{
	font-size: 14pt;
	margin: 2px auto 5px auto;
	padding: 0px;
}
div#content-wrapper div#c-footer-wrapper div a{
	color: #fff;
	text-decoration: none;
}
div#content-wrapper div#c-footer-wrapper div a:hover{
	text-decoration: underline;
}

div#content-wrapper div#c-body-wrapper div#content p,
div#content-wrapper div#c-body-wrapper div#content h1,
div#content-wrapper div#c-body-wrapper div#content h2,
div#content-wrapper div#c-body-wrapper div#content h3,
div#content-wrapper div#c-body-wrapper div#content ul{
	margin-left: 15px;
}





#logo {
	background-image:url(http://www.hrmnight.be/img/logo-28hrmnight.png);
	background-size:373px;
	width:373px;
	height:120px;
	margin-top:2px;
	margin-left:-14px;
	position:absolute;
	background-repeat:no-repeat;
}




h1 {
	font-size: 24pt;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 12px;
}
h2{
	margin-bottom: -10px;
	color: #A83471;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 25px
}
h2 a{
	color: #252526;
	text-decoration: none;
}
h3{
	margin: -8px;
	color: #EFEFEF;
	font-size: 16pt;
	font-weight: lighter;
	padding: 16px 0px 0px 0px;
}
h4{
	margin-bottom: -10px;
	color: #0089C3;
	text-transform: uppercase;
	font-weight: lighter;
	font-size: 27px;
	margin-bottom: -17px;
	margin-top: 10px;
	margin-left: 18px;
}
address{
	color: #EFEFEF;
	font-size: 13pt;
	margin: 13px 0px 0px 16px;
}
a{
	color: #FF6600;
}
a img	{
	border: 0;
}
code {
	font-size: 1.3em;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}



/* lang_switcher */
ul#lang_switcher li a,
ul#lang_switcher li a:hover{
	color: #ffffff;
	text-decoration: none;
	font-size: 11.5pt;
	border-bottom: 1px solid #ffffff;
}
ul#lang_switcher li a.selected{
	border-bottom: 0;
}

/* bouton */
p.bt_blue,
p.bt_grey{
	padding-left: 25px;
	background: url(../img/template/bts_bleu_gauche.gif) top left no-repeat;
	height: 27px;
}
p.bt_grey{
	background: url(../img/template/bts_gris_gauche.gif) top left no-repeat;
}
p.bt_blue a,
p.bt_grey a{
	line-height: 26px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;

	padding-bottom:4px;
	padding-right:10px;
	padding-top:5px;
	background: url(../img/template/bts_bleu_droit.gif) top right no-repeat;

}
p.bt_grey a{
	background: url(../img/template/bts_gris_droit.gif) top right no-repeat;

}

/* txt_color */
.txt_red{
	color: #FF6600;
	font-weight: lighter;
	
}
