/*
========================================================================================
				 KONEKTING - 2008 - Chris Claverie
========================================================================================
*/

* { 
	margin: 0; 
	padding: 0; 
}

body {
	background-color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #57360e;
	background-image: url(../images/bg-up.png);
	background-repeat: repeat-x;
}

#container {
	width: 900px;
	margin: 0 auto;
}

/* Particularité pour l'éditeur pour avoir un fond blanc
=====================================================================
*/
.mceContentBody {
	background-color: #fff;
	background-image: none;
	color:#000;
}
/* 
======================================================================
Structure du header
====================================================================== 
*/

#header {
	width: 900px;
	height: 183px;
	background-image: url(../images/bg-header.png);
	background-repeat: no-repeat;
}

#menu{
	height: 19px;
	width: 702px;
	position: relative;
	top:90px;
	left:268px;
}

/*  === Structure du l'arrondi du menu de gauche === */
#middle_t {
	background-image: url(../images/box1_top.png);
	background-repeat: repeat-x;
}

#middle_tl {
	background: url(../images/box1_tl.png) 0 0 no-repeat;
	height: 25px;
}

#middle_tr {
	height: 25px;
	overflow: hidden;
	background: url(../images/box1_tr.png) 100% 0 no-repeat;
}

#middle_m {
	border-left: 1px solid #f3d5e5;
	border-right: 1px solid #f3d5e5;
	background-color:#d76da6;
	width: auto;
	color:#FFFFFF;
	padding: 1px 10px;
}

#middle_b {
	margin-top: 0px;
	background: url(../images/box1_down.png) 0 100% repeat-x;
	height: 25px;
}

#middle_bl {
	background: url(../images/box1_bl.png) 0 100% no-repeat;
}

#middle_br {
	height: 25px;
	background: url(../images/box1_br.png) 100% 100% no-repeat;
}
/*  === Fin Structure du l'arrondi du menu de gauche === */


/*---- Bouton du menu ---------- */
.btnlelab {
	background-image: url(../images/btn01-lelab.png);
	background-repeat: no-repeat;
	display: block;
	width:81px;
	height:19px;
	float:left;
	margin-left:-25px;
}
.btnresa {
	background-image: url(../images/btn02-resa.png);
	background-repeat: no-repeat;
	display: block;
	width:75px;
	height:19px;
	float:left;
	margin-left:-5px;
}
.btncosmeticacc {
	background-image: url(../images/btn03-cosmeticacc.png);
	background-repeat: no-repeat;
	display: block;
	width:173px;
	height:19px;
	float:left;
	margin-left:-5px;
}
.btncosmeticadd {
	background-image: url(../images/btn04-cosmeticadd.png);
	background-repeat: no-repeat;
	display: block;
	width:166px;
	height:19px;
	float:left;
	margin-left:-5px;
}
.btncontact{
	background-image: url(../images/btn05-contact.png);
	background-repeat: no-repeat;
	display: block;
	width:104px;
	height:19px;
	float:left;
	margin-left:-5px;
}

.btnleblog{
	background-image: url(../images/leblog.png);
	background-repeat: no-repeat;
	display: block;
	width:104px;
	height:19px;
	float:left;
	margin-left:-5px;
}

.btnlabshop{
	background-image: url(../images/labshop.png);
	background-repeat: no-repeat;
	display: block;
	width:102px;
	height:19px;
	float:left;
	margin-left:-5px;
}

.btnlelab:hover, .btnresa:hover, .btncosmeticacc:hover, .btncosmeticadd:hover, .btncontact:hover, .btnleblog:hover, .btnlabshop:hover{
	background-position: 0px -19px;
}

.logohome{
	display: block;
	height: 69px;
	width: 233px;
	top:8px;
	left:155px;
	position:relative;
}
/* 
======================================================================
Structure  du contenu central
====================================================================== 
*/
#container-content {
	width: 900px;
	background-image: url(../images/bg-content.jpg);
	background-repeat: no-repeat;
	background-position: 0 -183px;
	min-height:420px;
}

/*  === Structure du left ====================================== */

#left {
	position:relative;
	width: 194px;
	float:left;
	top: 10px;
	min-height:10px;
}
/*  === Structure du left menu === */
#left-menu {
	position:relative;
	width: 180px;
	float:left;
	top: 120px;
	background-color:#FFFFFF;
}
#middle_m ul{
  margin: 0;
  padding: 0;
  list-style:none;
}

#middle_m a, #middle_m a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	display:block;
	height: 20px;
	line-height: 20px;
	padding: 0;
	color: #ffffff;
	text-decoration: none;
	padding: 0 10px;
}
#middle_m a:hover{
	color: #d56ea4;
	background-color: #FFFFFF;
}
#current a, #current a:visited {
	color: #FFFFFF;
	background-color: #E7ABCA;
}
/*  === Fin Structure du left menu === */

/*  === Structure du middle ==================================== */
#middle {
	position:relative;
	width: 698px;
	float:left;
	top: 10px;
}

#middle-left {
	position:relative;
	width: 474px;
	float:left;
	padding: 0 0 0 14px;
}

/*  === Structure du l'arrondi === */
#middle-left_t {
	background-image: url(../images/box_top.png);
	background-repeat: repeat-x;
}

#middle-left_tl {
	background: url(../images/box_tl.png) 0 0 no-repeat;
	height: 25px;
}

#middle-left_tr {
	height: 25px;
	overflow: hidden;
	background: url(../images/box_tr.png) 100% 0 no-repeat;
}

#middle-left_m {
	border-left: 1px solid #f3d5e5;
	border-right: 1px solid #f3d5e5;
	width: auto;
	padding: 1px 10px;
}

#middle-left_b {
	margin-top: 0px;
	background: url(../images/box_down.png) 0 100% repeat-x;
	height: 25px;
}

#middle-left_bl {
	background: url(../images/box_bl.png) 0 100% no-repeat;
}

#middle-left_br {
	height: 25px;
	background: url(../images/box_br.png) 100% 100% no-repeat;
}
/*  === Fin Structure du l'arrondi === */

/*  === Contenu middle-left === */
.contentheading-topinfo, .contentheading-home {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #4590cc;
	text-decoration: none;
}

#newsletter {
	padding: 15px 20px 0 20px;
	background-image: url(../images/labnewsletter.png);
	background-repeat: no-repeat;
	background-position:20px 0;
} 
input#cm_email {
	border: 1px solid #f5ddea;
	height: 18px;
	width:110px;
}

#buttonemail {
	width: 42px;
	height:22px;
	float:right;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent url(../images/buttonemail.png) no-repeat center top;
	text-indent: -1000em;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
}
#idee {

}
/*  === Fin du Contenu middle-left === */


#middle-right {
	position:relative;
	width: 200px;
	float:left;
}
.clr {
	clear:both;
}
#middle-left-full {
	position:relative;
	width: 698px;
	top: 10px;
	padding:0 ;
}

#middle-left-full div {
	text-align: left;
}

#middle-left_m .article_separator {
	height: 25px;
	display:block;
}

/*  === Structure du down ==================================== */
#down {
	position:relative;
	width: 698px;
	background-image: url(../images/labnews-center.png);
	background-repeat: repeat-y;
	top: 15px;
}
#downup {
	width: 698px;
	background-image: url(../images/labnews-top.png);
	background-repeat: no-repeat;
	height: 48px;
}
#downdown {
	width: 698px;
	background-image: url(../images/labnews-down.png);
	background-repeat: no-repeat;
	height: 22px;
}
/* 
======================================================================
Structure globale du FOOTER - pied de page
====================================================================== 
*/
#footer {
	position:relative;
	width: 880px;
	top:25px;
}

#copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #b7b7b7;
	text-align: right;
}

#copyright a, #copyright a:visited {
	color: #b7b7b7;
	text-decoration: none;
}
#copyright a:hover {
	color: #d56ea4;
}

.pagenavbar {
	text-align: center;
	width: 100%;
}

.pagenav {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	margin: 0;
	padding: 0 2px;
	border: 0;
	color:#FFFFFF
}

a.pagenav:link, a.pagenav:visited  {
	font-weight: bold;
	color:#FFFFFF
}

a.pagenav:hover {
	color:#000
}


/* 
======================================================================
Paramètres généraux divers
====================================================================== 
*/

/* 
======================================================================
Liens divers
====================================================================== 
*/
.readon, .readon:visited, .readon-slider, .readon-slider:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #a13b71;
	text-decoration: none;
}
.readon:hover, .readon-slider:hover {
	color: #58213E;
}
.smallgrey {
	display: none;
}
/* 
======================================================================
News Slider
====================================================================== 
*/
.twoj_news_slide_class0 {
	padding: 0 30px;
	position:relative;
}
.contentpagetitle-slider, .contentpagetitle-slider:visited, .contentheading{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #d56ea4;
	text-decoration: none;
}
.contentpagetitle-slider:hover{
	color: #A5306D;
}
.contentpaneopen-slider {
	text-align: justify;
}


/* 
======================================================================
NEWS SHOW - promotion
====================================================================== 
*/
