
/* ------------------------------------------------------------------ */
/* -                     MODELE MISE EN PAGE 1                        */
/* ------------------------------------------------------------------ */
#page_top{
	width: 100%;
	border-bottom: 1px #E8E8E7 solid;
	padding-bottom:15px;
	margin-bottom:15px;
}

#page_left{
	width: 190px;
	float: left;
}

#page_right{
	width: 460px;
	float: left;
	padding-left: 15px;
	border-left: 1px #E8E8E7 solid;
	text-align:justify;
}


/* ------------------------------------------------------------------ */
/* -                     MENUPRODUCT                                  */
/* ------------------------------------------------------------------ */

#menuProduct{
	margin-top:15px;
}

	#menuProduct .parent{
		display:block;
		border-left: 4px #58AADC solid;
		border-bottom: 1px #898989 dotted;
		width:170px;
		padding-top:5px;
		padding-left:5px;
		padding-bottom:5px;
		text-transform:uppercase;
		text-decoration:none;
		margin-bottom:5px;
	}

	#menuProduct .parent:hover{
		display:block;
		border-left: 4px #58AADC solid;
		border-bottom: 1px #898989 dotted;
		width:170px;
		padding-top:5px;
		padding-left:5px;
		padding-bottom:5px;
		text-transform:uppercase;
		text-decoration:none;
		margin-bottom:5px;
		background-color:#f0f0f0;
		color:#9a9a9a;
	}

	#menuProduct .active{
		border-left: 4px #898989 solid;
		border-bottom: 1px #898989 dotted;
		width:170px;
		padding-top:5px;
		padding-left:5px;
		padding-bottom:5px;
		text-transform:uppercase;
		text-decoration:none;
		margin-bottom:5px;
		color:#9a9a9a;
	}

	#menuProduct .enfant{		
		padding-top:2px;
		padding-left:15px;
		padding-bottom:2px;
		text-decoration:none;
		margin-bottom:5px;
		display:block;
		font-size:10px;
		letter-spacing:-0.5px;
	}
	
	#menuProduct .enfant_active{		
		padding-top:2px;
		padding-left:15px;
		padding-bottom:2px;
		text-decoration:none;
		margin-bottom:5px;
		display:block;
		font-size:10px;
		letter-spacing:-0.5px;
		color:#9A9A9A;
	}
	
/*---------------------------*/
	
.postit {
 width:244px;
 height:181px;
 margin-right:6px;
 margin-left:10px;
 text-align:center;
 text-decoration:none;
}

.postit:hover{
 text-decoration:none;
}

.postit_2 {
 width:124px;
 height:92px;	
 margin-right:6px;
 margin-left:10px;
 text-align:center;
 text-decoration:none;
}

.postit_2:hover{
 text-decoration:none;
}