/* CSS Document */

/* -------------------------RESET------------------------- */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote {margin:0; padding:0;}
table {border:0 none; border-collapse: collapse; border-spacing:0;}
fieldset,img {border:0;}
address,caption,cite,code,dfn,em,th,var {font-style:normal; font-weight: normal;}
caption,th {text-align: left;}
h1,h2,h3,h4,h5,h6 {font-size: 100%; font-weight: normal;}
q:before,q:after {content:'';}
abbr,acronym {border:0;}

/* -------------------------------------------------------  */

BODY, TABLE, TD, TH, P, FORM {font-family: Arial, Helvetica, sans-serif;}

BODY {
	overflow: -moz-scrollbars-vertical;
	overflow-x: auto;
	font-family: Arial;
	background-color: #55565d;
}


/* ==============================================
CONTAINER
============================================== */
#all {
	background: url(../design/bgr.jpg) top repeat-x #55565d !important;
}
#container {
	position: relative;
	margin: 0 auto;
	width: 950px;

}

a.logo, a.logo:visited {
	display: block;
	float: left;
	background: url(../design/logo.jpg) no-repeat;
	width: 950px;
	height: 180px;
	margin-top: 7px;
}

/* Right block */
.right_block {
	position: relative;
	float: right;
	top: -88px;
	left: 3px;
	width: 303px;
	z-index: 50 !important;
}
.right_block .phone {
	font-family: 'Myriad Pro';
	font-size: 30px;
	color: #c2c2c2;
	margin-bottom: 5px;
}

.right_block .yellow_menu {
	background: url(../design/yellow_menu.jpg) no-repeat;
	width: 301px;
	height: 21px;
}
.right_block .yellow_menu a, .right_block .yellow_menu a:visited {
	display: block;
	float: left;
	font: normal 11px Arial;
	color: #010000;
	text-transform: uppercase;
	text-decoration: none;
	padding: 3px 8px 0px 15px;
}
.right_block .yellow_menu a:hover {
	text-decoration: underline;
}
.for_inner {
	margin: 70px 50px 0 35px;
	color: #bbb;
	font-size: 11px;
	line-height: 1.4;
}
.for_inner p {
	margin-bottom: 10px;
}
.for_inner img.scs_ddimage1 {
	border: 3px solid #fecb03;
	margin-bottom: 15px;
}

/* News */
.news {
	width: 183px;
	margin-top: 2px;
	background: url(../design/news_bgr.jpg) top no-repeat;
	padding: 10px 0 0 0;
	position: relative;
	left: 83px;
}
.news a, .news a:visited {
	display: block;
	color: #bbb;
	font: normal 11px Arial;
	text-decoration: none;
	margin: 0px 11px 15px 25px;
}
.news a:hover {
	text-decoration: underline;
}
.news div.bottom {
	background: url(../design/news_bottom.jpg) bottom no-repeat;
	padding-bottom: 100px;
}
.news .title {
	background: url(../design/news_title.jpg) no-repeat;
	width: 159px;
	height: 33px;
	margin: 0px 0 30px 14px;
	font-family: 'Myriad Pro';
	font-size: 28px;
	text-align: center;
}
a.yellow, a.yellow:visited {
	color: #dab303;
	text-decoration: underline;
}
a.yellow:hover {
	text-decoration: none;
}
a.news_item, a.news_item:visited {
	text-decoration: none;
	color: #bbb !important;
}
a.news_item:hover {
	text-decoration: underline !important;
}

/* Blocks on homepage */
table.blocks {
	float: left;
	width: 463px;
	margin-top: 30px;
	position: relative;
	left: 120px;
}
.grey_block_1,
.grey_block_2 {
	width: 225px;
	margin: 0 0 10px 0;
	font: normal 12px Arial;
}
.grey_block_1 {
	background: url(../design/grey_block_1_top.gif) top no-repeat #d3d3d3;
}
.grey_block_2 {
	background: url(../design/grey_block_2_top.gif) top no-repeat #acacac;
}
.grey_block_1 .bottom {	background: url(../design/grey_block_1_bottom.gif) bottom no-repeat;}
.grey_block_2 .bottom {	background: url(../design/grey_block_2_bottom.gif) bottom no-repeat;}

.grey_block_1 .title,
.grey_block_2 .title {
	font: normal 12px Arial;
	color: #000;
	border-bottom: 1px solid #000;
	padding: 3px 7px;
}
.grey_block_1 a, .grey_block_1 a:visited,
.grey_block_2 a, .grey_block_2 a:visited {
	display: block;
	color: #b90101;
	font: normal 12px Arial;
	font-style: italic;
	text-decoration: none;
}
.grey_block_1 a:hover, .grey_block_2 a:hover {text-decoration: underline;}
.grey_block_1 .text,
.grey_block_2 .text {
	padding: 10px;
}

/* ==============================================
MENU
============================================== */
#main_menu {
	float: right !important;
	background: url(../design/main_menu_left.jpg) left no-repeat;
	margin: 0;
	height: 34px;
	padding: 0px 30px 0px 10px;
}
#main_menu div {
	background: url(../design/main_menu.jpg) right no-repeat;
	height: 34px;
	float: left;
}
#main_menu a, #main_menu a:visited {
	display: block;
	float: left;
	font: bold 11px Arial;
	color: #fecb04;
	text-decoration: none;
	margin: 4px 5px 0 0;
	text-transform: uppercase;
	background: url(../design/main_menu_selector.gif) top right no-repeat;
	padding: 5px 12px 0 5px;
	height: 25px;
}
#main_menu a.last {
	background: none !important;
}
#main_menu a:hover {
	color: #fecb04;
	text-decoration: underline;
}

#top_menu {
	width: 920px;
	float: left;
	text-align: right;
	height: 26px;
	margin-top: 10px;
	padding-right: 30px;
}
#top_menu a, #top_menu a:visited {
	font: normal 11px Arial;
	color: #b9b8b8;
	text-decoration: none;
	padding: 0px 5px;
}
#top_menu a:hover {
	text-decoration: underline;
}

/* ==============================================
CONTENT
============================================== */
.content {
	float: left;
	width: 640px;
	color: #bbb;
	font: normal 11px Arial;
	padding: 35px 0 0 0;
	line-height: 1.4;
	min-height:250px;
}
table.blocks td a, table.blocks td a:visited {
	color: #b90101;
}
table.blocks td {color: #000;}

.content P {margin: 0 0 15px 0; padding:0;}

.content A, .content A:visited {color: #dab303;}
.content A:hover, .content A:active {text-decoration: none;}

h1.title {
	color: #deb603;
	font-size: 24px;
}
h2.header {
	color: #f8f5f5;
	font-size: 24px;
}
h3.intertitle {
	color: #7dbfd3;
	font-size: 14px;
	font-weight: bold;
}

/* ==============================================
COPYRIGHT
============================================== */
#footer {
	background: url(../design/footer.gif) no-repeat;
	height: 60px;
	width: 947px;
	float: left;
	text-align: right;
	padding: 164px 0px 0 0;
	margin: 0px;
	position: relative;
	top: -35px;
}
#footer .yellow_text {
	color: #f4bd17;
	font-family: 'Myriad Pro';
	font-size: 18px;
	margin-right: 5px;
}
#footer .black_text {
	color: #121212;
	font-family: 'Myriad Pro';
	font-size: 14px;
	margin-right: 5px;
}

#copyright {
	color: #000;
	text-align: left;
	margin-left: 4px;
}
#copyright A, #copyright A:visited {
	color: #000;
	font-size: 10px;
	text-decoration: none;
}
#copyright A:hover {
	text-decoration: underline;
}


/* VIDEOSGALLERY */


.video_gallery_item {
	float:left;
	border:1px solid #CCCCCC;
	margin:2px;
	padding:10px;
	background:#F6F6F6;
	text-align:center;
}

.video_gallery_item_inner {
	font-weight:bold;
}

.video_gallery_item_inner IMG {
	border:2px solid #000000;
	cursor:pointer;
}


#vidbox {
	height:460px;
	width:555px;
	position:absolute;
	left:76px;
	top:45px;
	display:none;
	border:1px solid #666666;
	z-index:9999999;
}

#backbox {
	background:#000000;
	opacity:0.8;
	filter: alpha(opacity = 80);
	height:460px;
	width:555px;
	position:absolute;
	left:0px;
	top:0px;
	text-align:center;
	z-index:2;
}

#closebox {
	position:absolute;
	right:8px;
	z-index:9;
	top:8px;
}

#closebox IMG {
	cursor:pointer;
}	

#inbox {
	height:350px;
	width:465px;
	position:absolute;
	left:40px;
	padding:0px;
	top:40px;
	z-index:5;
}

.video_gallery_vote {
	padding-top:4px;

	display:none;
}


#inbox EMBED, #inbox OBJECT {
	width:472px !important;
	height:378px !important;
}


/* ***** Spécial all black *****  */
#allBlack{
	background:black;
}

.espaceClient{
	padding:10px 37px;
	text-align:right;
}
#language_selector {
	height: 30px;
	line-height: 30px;
	text-align: right;
	vertical-align: middle;
}
#language_selector a {
	font: bold 11px Arial;
	color: #FECB04;
}



#body_nl .news , #body_nl .espaceClient , #body_nl #main_menu{
	display:none;
}

#body_nl  #top_menu {height:60px;}

