/* Stylesheet file */

/***************** BODY *****************/
body {
	background-image:url('../pictures/background.png');
	background-repeat:no-repeat;
	background-position:center center;
	background-attachment:fixed;
}
#container {
	width:980px;
	margin:0 auto;
	font-family:Arial;
}
.separator_grey {
	width:980px;
	height:10px;
	background:url('../pictures/separator-grey.png') no-repeat;
}
.separator_grey_2{
	width:980px;
	height:20px;
	background:url('../pictures/separator-grey-2.png') no-repeat;
}
.separator_grey_2 a {
	color:#FFFFFF;
	text-decoration:none;
}
.separator_grey_3{
	width:730px;
	height:10px;
	background:url('../pictures/separator-grey-3.png') no-repeat;
}
.separator_dotted {
	height:1px;
	background:url('../pictures/separator-dotted.png') repeat-x;
}
.img_link a img{
	cursor:pointer;
	border:none;
}

/***************** HEADER *****************/
#header {
	position:relative;
	display:block;
	width:980px;
	height:90px;
	background:url('../pictures/header-background.png') no-repeat;
}
#logo {
	width:250px;
	height:90px;
	background:url('../pictures/logo.png') no-repeat;
	cursor:pointer;
}

/***************** MENU *****************/
#menu {
	position:absolute;
	top:57px;
	left:250px;
	color:#FFF;
}
#menu a {
	color:#FFF;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
}
#menu a:hover {
	text-decoration:underline;
}

/***************** HOME *****************/
#bloc1 {
	width:980px;
	height:365px;
	position:relative;
	display:block;
}
.bloc1_col_left {
	float:left;
	width:730px;
	height:365px;
}
.bloc1_col_center {
	float:left;
	width:10px;
	height:365px;
}
.bloc1_col_right {
	float:left;
	width:240px;
	height:365px;
	background:#edeeee;
}
#bloc2 {
	width:980px;
	height:165px;
	position:relative;
	display:block;
	background:#edeeee;
}
.bloc2_col1 {
	float:left;
	width:20px;
	height:165px;
}
.bloc2_col2 {
	float:left;
	width:290px;
	height:165px;
}
.bloc2_col3 {
	float:left;
	width:183px;
	height:165px;
}
.bloc2_col3 img{
	position:relative;
	top:55px;
}
.bloc2_col4 {
	float:left;
	width:240px;
	height:165px;
}
.bloc2_col5{
	float:left;
	text-align:center;
	width:247px;
	height:165px;
}
.bloc2_col5 img{
	position:relative;
	top:20px;
}
#bloc2 {
	width:980px;
	height:165px;
	position:relative;
	display:block;
	background:#edeeee;
}
#bloc3 {
	width:980px;
	height:180px;
	position:relative;
	display:block;
}
.bloc3_col1 {
	float:left;
	width:730px;
	height:180px;
}
.bloc3_col2 {
	float:left;
	width:10px;
	height:180px;
}
.bloc3_col3 {
	float:left;
	width:240px;
	height:180px;
}

/***************** PRODUCT *****************/
#product_bloc1 {
	width:980px;
	height:380px;
	position:relative;
	display:block;
}
#product_bloc2 {
	width:980px;
	height:660px;
	position:relative;
	display:block;
}
.product_bloc2_col1 {
	float:left;
	width:240px;
	height:195px;
}
.product_bloc2_col2 {
	float:left;
	width:10px;
	height:195px;
}
.product_bloc2_col3 {
	float:left;
	width:480px;
	height:500px;
}
.product_bloc2_col4 {
	float:left;
	width:220px;
	padding:0px 10px;
}

/***************** PRODUCT *****************/
.retailer_line {
	color:#595959;
	width:730px;
	height:24px;
	border-bottom:1px solid #FFF;
}
.retailer_country {
	height:20px;
	float:left;
	width:193px;
	border-right:1px solid #FFF;
	border-left:1px solid #FFF;
	font-size:12px;
	padding-left:5px;
	padding-top:4px;
}
.retailer_name {
	height:20px;
	float:left;
	width:194px;
	border-right:1px solid #FFF;
	padding-left:5px;
	font-size:12px;
	padding-top:4px;
}
.retailer_type {
	height:20px;
	float:left;
	width:144px;
	border-right:1px solid #FFF;
	font-size:12px;
	padding-left:5px;
	padding-top:4px;
}
.retailer_link {
	height:22px;
	float:left;
	width:179px;
	border-right:1px solid #FFF;
	font-size:12px;
	text-align:center;
	padding-top:2px;
}
.retailer_link a img {
	border:none;
	width:70px;
	height:19px;
	cursor:pointer;
	position:relative;
	top:1px;
}

#contact_bloc1 {
	width:980px;
	height:480px;
	position:relative;
	display:block;
}

/***************** NEWS *****************/
.newsTitle {
	color:#03558d;
	font-size:23px;
}
.newsDate {
	color:#4a4a4a;
	font-size:14px;
	margin-bottom:20px;
}
#news_bloc1 {
	width:980px;
	height:440px;
	position:relative;
	display:block;
}
.newsContent {
	width:710px;
	text-align:justify;
	color:#4a4a4a;
	font-size:12px;
}
