img{
	padding: 0;
	margin: 0;
	border: 0;
}

a{
	color: #fa8b2a;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	font-size: large;
}
a:hover{
	text-decoration: underline;
}
a:active{
	position: relative;
	top: 1px;
}

strong{
	color: black;
}

.msg_ok{
	font-weight: bold;
	color: green;
}
.msg_err{
	font-weight: bold;
	color: red;
}
.txt_grayed{
	color: gray;
}

.float_left{
	float: left;
}
.float_right{
	float: right;
}
.clear_float{
	clear: both;
}

.cloud_tag{
	line-height: 32px;
}

html{
	color: black;
	
	font-family: verdana;
	font-size: medium;
	
	padding: 0;
	margin: 0;
	border: 0;
	
	height: 100%;
	
	background: black;
}
body{
	padding: 0;
	margin: 0;
	border: 0;
	
	height: 100%;
}
#container{
	position: relative;
	
	width: 1022px;
	padding: 0 1px;
	margin: 0 auto;
	border: 0;
	
	height: auto;
	min-height: 100%;
}
#container_mobile{
	position: relative;
	
	width: 1022px;
	padding: 0 1px;
	margin: 0 auto;
	border: 0;
	
	height: auto;
	min-height: 100%;
}

#body_1{
	background: white;
}
#body_2{
	background: white;
}
#body_3{
	background: white;
}

#header{
	padding: 0;
	margin: 0;
	border: 0;
	line-height: 0;
	position: relative;
}
#tagline{
	position: absolute;
	top: 182px;
	left: 24px;
	width: 512px;
	text-align: left;
	font-weight: bold;
	color: #fa8b2a;
}

#footer{
	background: white;

	width: 1022px;
}
#footer_mobile{
	background: white;

	width: 1022px;
}

#footer_ad{
	background: black;

	width: 1022px;
	
	border-top: 1px solid black;
	
	padding-top: 8px;
	padding-bottom: 3px;
}
#footer_ad_mobile{
	background: black;

	width: 1022px;
	
	border-top: 1px solid black;
	
	padding-top: 8px;
	padding-bottom: 3px;
}

#menu{
	width: 1022px;
	background: black;
	border: 1px solid black;
	border-left: 0;
	border-right: 0;
	padding: 0;
	font-size: large;
}
#menu_mobile{
	width: 1022px;
	background: black;
	border: 1px solid black;
	border-left: 0;
	border-right: 0;
	padding: 0;
	font-size: large;
}

#menu_headline, #menu_headline_mobile{
	width: 1022px;
	background: white;
	border: 1px solid black;
	border-left: 0;
	border-right: 0;
	padding: 0;
	font-size: large;
}

.menu_bt{
	color: white;
	font-weight: bold;
	padding: 6px 10px;
}
.menu_bt:hover{
	color: black;
	background: white;
}
.menu_bt:active{
	position: relative;
	top: 1px;
}

.menu_bt_grayed{
	color: gray;
	font-weight: bold;
	padding: 6px 10px;
}

.menu_bt_selected{
	color: #fa8b2a;
	font-weight: bold;
	padding: 6px 10px;
}
.menu_bt_selected:hover{
	color: #fa8b2a;
	background: white;
}
.menu_bt_selected:active{
	position: relative;
	top: 1px;
}

.menu_bt_red{
	color: red;
	font-weight: bold;
	padding: 6px 10px;
}
.menu_bt_red:hover{
	color: red;
	background: white;
}
.menu_bt_red:active{
	position: relative;
	top: 1px;
}

.menu_bt_blue{
	width: 720px;
	color: black;
	font-weight: bold;
	padding: 6px 6px;
}
.menu_bt_blue:hover{
	color: #fa8b2a;
	background: white;
}
.menu_bt_blue:active{
	position: relative;
	top: 1px;
}

.menu_bt_orange{
	color: #fa8b2a;
	font-weight: bold;
	padding: 6px 10px;
}
.menu_bt_orange:hover{
	color: #fa8b2a;
	background: white;
}
.menu_bt_orange:active{
	position: relative;
	top: 1px;
}

.menu_bt_black{
	color: black;
	font-weight: bold;
	padding: 6px 10px;
}
.menu_bt_black:hover{
	color: #fa8b2a;
	background: white;
}
.menu_bt_black:active{
	position: relative;
	top: 1px;
}

.paging{
	width: 100%;
	background: black;
	padding: 0;
}

#body_left{
	width: 678px;
	padding: 0;
}
#body_right{
	width: 344px;
	float: right;
	padding: 2px;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
	margin: 0;
}

.blog_title{
	color: black;
	font-weight: bold;
}
.blog_title_x2{
	color: black;
	font-weight: bold;
	font-size: large;
}
.blog_item{
	padding: 6px 18px;
	border-bottom: 1px solid black;
	text-align: justify;
}
.blog_item_noborder{
	padding: 6px 18px;
	text-align: justify;
}
.home_content{
	padding: 6px 15px;
	text-align: justify;
}

.img_subtitle{
	text-align: justify;
	position: relative;
	top: -40px;
	background: url('window_bg.png') repeat;
	width: 628px;
	height: 40px;
	padding: 0 6px;
	color: #fa8b2a;
}
.img_subtitle_v2{
	text-align: justify;
	background: url('window_bg.png') repeat;
	width: 628px;
	padding: 0 6px;
	color: #fa8b2a;
}

.img_bloc{
	height: 128px;
}

.link_title_x2{
	font-size: large;
}