@charset "UTF-8";
/* CSS Document */

* {
	font-family: "Lucida Grande", Tahoma;
	font-size: 9pt;
}

body { 
	margin: 0;
	padding: 0;
	padding-top: 10px;
  	width: 100%;
  	background: #000;
  	background-image:url(/images/XX/page_background.png);
}

table.tablelayout {
	width: 990px;
	text-align: left; 
}


td#layout_header div.logo {
	position: relative;
	width:990px; 
	height:350px; 
	background-color:#FFF;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	
	-moz-border-radius-topleft:     15px;
	-moz-border-radius-topright:    15px;
}
img.imageMenu {
	cursor: pointer;
}



td#layout_menu {
	height: 50px;
	vertical-align: top;
}

td#layout_menu div.categoryMenu {
	background-image: url(/images/XX/FondMenu_60_100.png);
	height: 40px;
	position: relative;
	overflow: hidden;
	text-align: center;
}

td#layout_menu div.categoryMenu div {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	display: none;
}

td#layout_warn {
	padding-left: 10px;
	background-color:#C00;
	color:#FFF;
	height: 40px;
}

td#layout_warn div {
	margin-left: 10px;
}

	
td.submenu{
	vertical-align: top;
	width: 225px;
	background-color: #0a3b6f;
}
td.submenu div.submenu_elem {
	border: 1px solid #2672d0; 
	background-color: #174e91; 
	padding: 5px; 
	margin: 5px;
	color: white;
}
div#submenu_footer{
	 width:225px; 
	 height:20px; 
	 background-color:#0a3b6f;
	 -webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-bottomleft:     15px;
}

td#layout_content{
	background-color:#174e91;
	background-image:url(/images/XX/content_background.png); background-repeat: no-repeat; background-position: bottom right;
	vertical-align: top;
	padding-top: 10px;
}

td#layout_content.content_with_padding {
	padding-left: 10px;
	padding-right: 10px;
}

div#layout_content {
	min-height: 400px;
	color: #FFF;
}

td#layout_rightmenu{
	background-color:#174e91;
	vertical-align: top;
	padding: 10px;
}

td#layout_horizontal_pub_empty {
	background-color:#174e91;
	text-align: center;
	height: 5px;
}

td#layout_horizontal_pub_fr {
	background-image:url(/images/FR/commercial_title.png);
	background-repeat: no-repeat;
	background-position:center 15px;
	background-color:#174e91;
	text-align: center;
	padding-top: 30px;
	height: 105px;
}

td#layout_horizontal_pub_en {
	background-image:url(/images/EN/commercial_title.png);
	background-repeat: no-repeat;
	background-position:center 15px;
	background-color:#174e91;
	text-align: center;
	padding-top: 30px;
	height: 105px;
}

td#layout_rightmenu {
	width: 200px;
}

td#layout_rightmenu div.submenu_elem {
	border: 1px solid #2672d0; 
	background-color: #174e91; 
	padding: 5px; 
	margin: 5px;
	color: white;
}



#content_footer {
	width:765px; 
	height:20px; 
	background-color:#174e91;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-bottomright:    15px;
}

td#layout_footer {
height: 75px; 
text-align: center;
}

td#layout_footer, td#layout_footer * {
	color: #FFF
}


div.error_msg
{
	width: 100%; 
	background-color:#F30;
	border:1px solid #C30; 
	padding-top: 10px; 
	padding-bottom: 10px; 
	margin-bottom: 10px; 
	text-align: left;
}

div.confirmation_msg
{
	width: 100%; 
	background-color: #390; 
	border: 1px solid #363;
	padding-top: 10px; 
	padding-bottom: 10px; 
	margin-bottom: 10px; 
	text-align: left;
}


input, textarea {
	color: black;
}

img.user_icon_small{
	border: 1px solid white;
	vertical-align: middle;
	width: 20px;
	height: 20px;
}

img.user_icon{
	border: 1px solid white;
	cursor: pointer;
	width: 40px;
	height: 40px;
}

img.user_icon_top{
	border: 1px solid white;
	cursor: pointer;
	width: 50px;
	height: 50px;
}

img.user_thumbnail{
	border: 1px solid white;
	cursor: pointer;
	width: 80px;
	height: 80px;
}

img.user_thumbnail_medium{
	border: 1px solid white;
	cursor: pointer;
	width: 50px;
	height: 50px;
}

img.user_default{
	border: 1px solid white;
	width: 80px;
	height: 80px;
}

img.video_thumbnail{
	border: 1px solid white;
	width: 150px;
	height: 190px;
}

a {color: #FFF}
a:hover {
	color: #F90
}
a:visited {
	color: #FFF
}


.module_chooseMainPic {cursor: pointer}
img.cmd {cursor: pointer}


.module_navigator{
	position: absolute; top: 16px; left:7px; width: 485px; height:215px; background-color:#CCC; 
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-bottomleft:     5px;
	-moz-border-radius-topleft:     5px;
	cursor: pointer;
}

.module_navigator img{
	font-weight: bold;
	 width: 485px; height:215px;
	 position: absolute; top: 0px; left:0px;
	 -webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	
	-moz-border-radius-topleft:     5px;
	-moz-border-radius-bottomleft:    5px;
}

div.addsRollingTitle {color: #000; cursor: pointer}
