@charset "utf-8";

/* --------------------------------------------------------------------------------------------------- */
/*                         Bliss communication :: general CSS document                                 */
/* --------------------------------------------------------------------------------------------------- */


/* -------------------- */
/* GLOBAL LAYOUT STYLES */
/* -------------------- */
* {
	margin:0;
	padding:0;
	border:0;
}


html {
	font-size:62.5%;	
}

body {
	background-color:#fff;
	background-image:url(../img/bg.gif);
	background-repeat:repeat-y;
	background-position:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	line-height:1.2em;
	color:#000;
}

h1 {
	font-size:2.7em;
	font-weight:normal;
	margin-top:3px;
}
	h1 strong {
		color:#f0351e;
	}

h2 {
	margin-bottom:0.6em;
	font-size:2.3em;
	line-height:0.8em;	
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
}
	h2 em {
		font-style:normal;
		color:#f0351e;
	}

h3 {
}

h4 {
	color:#f0351e;
}

h5 {
	font-size:1.2em;
	margin-bottom:0.2em;
}

h6 {
	font-size:1.1em;
	margin-bottom:0.2em;
}

p {
	margin-bottom:1em;
}

a {
	color:#000;
	text-decoration:none;
}
	a:hover, a:active {
		color:#f0351e;
		text-decoration:none;	
	}

em {
	font-style:normal;
	color:#f0351e;
}

strong {
}

img {
}

.clearBoth {
	clear:both;
}


/* ------------------------ */
/* GLOBAL CONTENT CONTAINER */
/* ------------------------ */
#container {
	position:absolute;
	left:50%;
	width:900px;
	margin-left:-450px;
}

#pictoBliss {
	position:absolute;
	bottom:0;
	left:-4px;
	width:132px;
	height:180px;
	background-image:url(../img/bliss_picto.gif);
	background-repeat:no-repeat;
}


/* ------ */
/* HEADER */
/* ------ */
#branding {
	position:relative;
	overflow:hidden;
	|overflow:auto;
	height:57px;
	margin-left:220px;
}
	#branding span {
		position:absolute;
		left:0;
		top:0;
		width:100%;
		height:100%;	
		background-image:url(../img/logo.gif);
		background-repeat:no-repeat;
	}
	#branding span.blog {
		position:absolute;
		left:0;
		top:0;
		width:100%;
		height:100%;	
		background-image:url(../img/logo_blog.gif);
		background-repeat:no-repeat;
	}	


/* --------------- */
/* MAIN NAVIGATION */
/* --------------- */
#content_left {
	position:relative;
	float:left;
	width:220px;
	height:450px;
}

#nav_main {
	position:relative;
	width:220px;
}
	#nav_main ul {
		list-style-type:none;	
	}
		#nav_main li {
			width:220px;
			height:44px;
			overflow:hidden;
			font-size:1.8em;
			color:#f0351e;
		}
			#nav_main li a {
				display:block;
				width:220px;
				height:44px;
				position:relative;
				overflow:hidden;
				cursor:pointer;
			}
			#nav_main li a span {
				position:absolute;
				left:0;
				top:0;
				width:100%;
				height:100%;	
				background-repeat:no-repeat;
			}	
			#nav_main li a .active {
				background-position:bottom;
				cursor:default !important;
			}
				#nav_main li a:hover span, #nav_main li .active {
					background-position:bottom;
				}
				#home_fr {
					background-image:url(../img/nav_main_home_fr.gif);
				}
				#creations_fr {
					background-image:url(../img/nav_main_creations_fr.gif);
				}
				#about_fr {
					background-image:url(../img/nav_main_about_fr.gif);
				}
				#contact_fr {
					background-image:url(../img/nav_main_contact_fr.gif);
				}
				#home_en {
					background-image:url(../img/nav_main_home_en.gif);
				}
				#creations_en {
					background-image:url(../img/nav_main_creations_en.gif);
				}
				#about_en {
					background-image:url(../img/nav_main_about_en.gif);
				}
				#contact_en {
					background-image:url(../img/nav_main_contact_en.gif);
				}	
				#blog {
					background-image:url(../img/nav_main_blog.gif);
				}
			
		
/* -------------------- */
/* SECONDARY NAVIGATION */
/* -------------------- */
/* see menu.css and menuIE.css		 */

			
/* ------------ */
/* MAIN CONTENT */
/* ------------ */
#picker {
	height:35px;
	padding-top:20px;
	font-size:1.4em;
}
	#picker a {
		color:#7f7f7f;
		margin-right:2em;
	}
		#picker a:hover {
			color:#f0351e;
		}
	#picker .active {
		margin-right:2em;
		color:#f0351e;
		cursor:default;
	}

#content_main {
	float:right;
	width:680px;
}
	#content_main #text {
		position:relative;
		float:left;
		width:450px;
		font-size:1.2em;
		line-height:1.5em;
		text-align:justify;	
	}

#visualContent {
	position:relative;
	width:680px;
	height:450px;
	background-color:rgb(98%,98%,98%);
}
#flashContent {
	position:absolute;
}
#downloadFlash {
	position:absolute;
	width:640px;
	margin-top:-80px;
	margin-left:20px;
}
	#downloadFlash #background {
		position:relative;
		height:59px;
		background-color:#fff;
		filter:alpha(opacity=95);   
		-moz-opacity: 0.95;   
		opacity: 0.95;	
	}
	#downloadFlash #content {
		position:absolute;
		top:10px;
		left:10px;
	}
		#downloadFlash #content img {
			display:block;
			float:left;
			margin-right:10px;
		}
		#downloadFlash #content p {
			float:left;
			margin-top:3px;
			font-size:1.2em;
			line-height:1.4em;
		}
			#downloadFlash #content a {
				color:#f0351e;
			}
				#downloadFlash #content a:hover {
					color:#000;
				}
		

/* ------------------ */
/* ADDITIONAL CONTENT */
/* ------------------ */
#content_supp {
	float:right;
	width:194px;
	font-size:1.2em;
	line-height:1.5em;
	text-align:justify;	
}
	#content_supp ul {
		list-style-type:none;
	}
	#content_supp li {
		width:194px;
		height:66px;
		margin-bottom:5px;
	}
	#content_supp img {
		width:194px;
		height:66px;
		_margin-bottom:-3px;
	}
	#content_supp a:hover img {
		filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
		-moz-opacity: 0.5;
	}
	

/* HOME */
#news {
	position:absolute;
	bottom:0;
	font-size:1.4em;
	width:200px;
}	
	#news ul {
		list-style-type:none;
	}
	#news li {
		color:#f0351e;
		margin-top:1em;
		line-height:1.4em;
	}
	#news a {
		color:#f0351e;
	}
		#news a:hover {
			color:#000;
		}
.inactiveNews {
	cursor:default;
	color:#f0351e;
}		

/* CONTACT */
#contact_left, #contact_right {
	margin-top:1.6em;
	margin-bottom:1.6em;
}
#contact_left {
	float:left;
	width:230px;
}

/* BLOG */
.blogArticle {
	margin-bottom:6em;
}
	.blogArticle h2 {
		font-size:1.8em;
		margin-bottom:0.5em;
		margin-top:10px;
	}
	.blogArticle a {
		color:#f0351e;
	}
		.blogArticle a:hover {
			color:#000;
		}
		

/* --------------------- */
/* ADDITIONAL NAVIGATION */
/* --------------------- */
#nav_supp {
	height:30px;
	margin-top:30px;
	text-align:right;
	color:#f0351e;
	font-size:1.1em;
}
	#nav_supp a {
		color:#000;
	}
		#nav_supp a:hover {
			color:#f0351e;
		}


/* ----------*/
/* SITE INFO */
/* --------- */
#site_info {
	clear:both;
	margin-left:220px;
	padding:40px 0 40px 0;
	font-size:1.2em;
	color:#7f7f7f;	
}
	#site_info a {
		color:#7f7f7f;
	}
		#site_info a:hover {
			color:#000;
		}
	#site_info .phone, #site_info .address {
		margin-right:20px;
	}