/* ************************** CLEARFIX  ************************** */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}
/**************************** PAGE *******************************/
body {
	margin: 0px 0px 10px 0px;
	background-color: #000000;
	font-family: Arial;
	font-size: 11px;
	color: #b3b3b3;
}
#global {
	width: 1000px;
}
/*TOP ZONE*/
#top_zone {
	width: inherit;
	height: 230px;
	background: url(../images/top_design.jpg) no-repeat;
	text-align: right;
}
.flag_lg {
	float: right;
	padding: 0px 5px 0px 3px;
}
.flag_lg img {
	border: 0px;
}
/*TOP MENU*/
#top_menu_zone {
	width: 957px;
	height: 30px;
	padding-left: 43px;
	background-color: #171717;
}
.top_menu_spacer {
	float: left;
	width: 1px;
	height: 22px;
	margin-top: 4px;
	background: url(../images/top_menu_space.gif) repeat-y;
}
.top_menu_item, .top_menu_item_act {
	float: left;
	padding: 7px 19px 0px 19px;
	font-weight: bold;
	letter-spacing: 0.05em;
	color: #ff004e;
}
.top_menu_item a {
	text-decoration: none;
	color: #16ffff;
}
.top_menu_item a:hover {
	color: #ffffff;
}
.top_menu_item_act a {
	text-decoration: none;
	color: #ff004e;
}
/*RIGHT COLUMN*/
#right_column {
	float: right;
	width: 293px;
}
/*RIGHT MENU*/
#right_menu_zone {
	width: inherit;
	background-color: #171717;
}
#sup_part {
	margin-left: 16px;
	height: 28px;
}
#sup_part img {
	border: 0px;
}
#sup_part a {
	margin-right: 20px;
}
.right_menu_line {
	padding-top: 15px;
}
.right_menu_margin {
	margin: 0px 5px 0px 20px;
}
.right_menu_item, .right_menu_item_act {
	margin-top: 15px;
}
.right_menu_item a {
	display: block;
	padding: 3px 0px 0px 24px;
	text-decoration: none;
	font-weight: bold;
	line-height: 12px;
	color: #16ffff;
	background: url(../images/menu_button.gif) no-repeat;
}
.right_menu_item a:hover {
	color: #ffffff;
	background: url(../images/menu_button_on.gif) no-repeat;
}
.right_menu_item_act a {
	display: block;
	padding: 3px 0px 0px 24px;
	text-decoration: none;
	font-weight: bold;
	line-height: 12px;
	color: #ff004e;
	background: url(../images/menu_button_act.gif) no-repeat;
}
.right_menu_decalage {
	margin: 0px 0px 5px 15px;
}
.right_menu_ssitem a {
	display: block;
	padding: 4px 0px 0px 24px;
	text-decoration: none;
	line-height: 12px;
	color: #16ffff;
	background: url(../images/ssmenu_button.gif) no-repeat;
}
.right_menu_ssitem a:hover {
	color: #ffffff;
	background: url(../images/ssmenu_button_on.gif) no-repeat;
}
.right_menu_ssitem_act a {
	display: block;
	padding: 4px 0px 0px 24px;
	text-decoration: none;
	line-height: 12px;
	color: #ff004e;
	background: url(../images/ssmenu_button_act.gif) no-repeat;
}
/*ADSENSE*/
.adsense {
	padding: 10px 0px 10px 21px;
}
/*PAGE CONTENT*/
#content_zone {
	float: right;
	width: 707px;
}
#content_pg {
	width: 581px;
	min-height: 270px;
	margin: 0px 45px 0px 43px;
	padding: 0px 18px 0px 20px;
	background-color: #333333;
}
#env_message {
	padding-bottom: 20px;
	color: #FF9900;
}
#bottom_pg_zone {
	clear: both;
	width: 707px;
	height: 116px;
	background: url(../images/page_bottom.gif) no-repeat;
}
#back_top_pg {
	float: right;
}
#back_top_pg img {
	border: 0px;
}
/*FOOTER*/
#footer {
	width: inherit;
	text-align: center;
	padding-top: 20px;
	font-size: 9px;
}
#footer a {
	color: #b3b3b3;
	text-decoration: none;
}
/*KEYWORDS*/
.add_keywords h1 {
	font-weight: normal;
	font-size: 11px;
	color: #666666;
	text-align: center;
	margin: 0px;
}
/*RECHERCHE GOOGLE*/
#recherche_google {
	margin: 0px 0px 10px 15px;
}
#recherche_google input {
	font-size: 11px;
}