	@import url('common.css');
	/***********************
	*	Father & Sons
	***********************/
	html,body
	{
		margin:0px;
		padding:0px;
		height:510px;
		background-image:url('../images/bg_father.gif');
		background-repeat:repeat-x;
		background-color:#d7d8da;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	}
	/**************************************************************************
	*	LE LAYOUT PRINCIPAL
	***************************************************************************/
	div#container
	{
		position:relative;
		width:990px;
		height:800px;
		left: 50%;
		top: 50%;
		margin-left:-495px;
		margin-top:-260px;
		padding:0px;
		text-align:left;
	}
	body.popup div#container
	{
		top:0px;
	}
	/**************************************************************************
	*	LE TOP MENU
	***************************************************************************/
	div#container div#top_menu
	{
		position:relative;
		top:0px;
		left:0px;
		width:990px;
		height:39px;
		background-image:url('../images/content_box_top.jpg');
		background-repeat:no-repeat;
	}
	/**************************************************************************
	*	LE CONTENEUR A HAUTEUR DYNAMIQUE
	***************************************************************************/
	div#container div#content
	{
		position:relative;
		top:0px;
		left:0px;
		width:979px;
		height:auto;
		min-height:600px;
		padding-left:11px;
		/*padding-bottom:16px;*/
		background-image:url('../images/content_box_line.png');
		background-repeat:repeat-y;
	}
	/**************************************************************************
	*	LE BIG TITLE FATHER
	***************************************************************************/
	div#eshop_title
	{
		position:relative;
		display:block;
		top:0px;
		left:20px;
		width:938px;
		height:96px;
		background-image:url('../images/father_eshop_title.png');
		background-repeat: no-repeat;
		margin-bottom:20px;
	}
	/**************************************************************************
	*	LE PIED DU LAYOUT PRINCIPAL
	***************************************************************************/
	div#container div#box_bottom
	{
		position:relative;
		top:0px;
		left:0px;
		width:990px;
		height:11px;
		background-image:url('../images/content_box_bottom.png');
		background-repeat:no-repeat;
		z-index:2;
	}
	/**************************************************************************
	*	LE PIED DE PAGE
	***************************************************************************/
	div#container div#footer
	{
		font-size:7pt;
		position:relative;
		top:0px;
		left:0px;
		width:990px;
		text-align:center;
		margin-top:10px;
	}
	div#footer a
	{
		color:#595959;
		text-decoration:none;
	}
	div#profileo a
	{
		color:#313131;
		text-decoration:none;
	}
	div#profileo
	{
		position:relative;
		top:0px;
		left:0px;
		width:990px;
		text-align:center;
		margin-top:10px;
		margin-bottom:20px;
		font-size:9px;
		text-decoration:none;
	}
	/**************************************************************************
	*	LE TOPLINK COLLECTIONS
	***************************************************************************/
	a#toplink_collections:visited,
	a#toplink_collections:link
	{
		position:relative;
		top:12px;
		float:left;
		margin-left:20px;
		display:block;
		background-image:url('../images/toplink_collections.gif');
		width:88px;
		height:28px;
		background-position:0px -30px;
	}
	a#toplink_collections:active,
	a#toplink_collections:hover,
	a#toplink_collections:focus
	{
		background-position:0px -2px;
	}
	/**************************************************************************
	*	LE TOPLINK BOUTIQUES
	***************************************************************************/
	a#toplink_boutiques:visited,
	a#toplink_boutiques:link
	{
		position:relative;
		top:12px;
		float:left;
		margin-left:200px;
		display:block;
		background-image:url('../images/toplink_boutiques.gif');
		width:88px;
		height:28px;
		background-position:0px -31px;
	}
	a#toplink_boutiques:active,
	a#toplink_boutiques:hover,
	a#toplink_boutiques:focus
	{
		background-position:0px -2px;
	}
	/**************************************************************************
	*	LE TOPLINK ESHOP
	***************************************************************************/
	a#toplink_eshop:visited,
	a#toplink_eshop:link
	{
		position:relative;
		top:12px;
		float:left;
		margin-left:200px;
		display:block;
		background-image:url('../images/toplink_eshop.gif');
		width:88px;
		height:28px;
		background-position:0px -29px;
	}
	a#toplink_eshop:active,
	a#toplink_eshop:hover,
	a#toplink_eshop:focus
	{
		background-position:0px -2px;
	}
	/**************************************************************************
	*	LE TOPLINK CONTACT
	***************************************************************************/
	a#toplink_contact:visited,
	a#toplink_contact:link
	{
		position:relative;
		top:12px;
		float:left;
		margin-left:190px;
		display:block;
		background-image:url('../images/toplink_contact.gif');
		width:88px;
		height:28px;
		background-position:0px -29px;
	}
	a#toplink_contact:active,
	a#toplink_contact:hover,
	a#toplink_contact:focus
	{
		background-position:0px -2px;
	}
	.dotted_line
	{
		height:1px;
		background-image: url('../images/gray_dot.gif');
		background-repeat:repeat-x;
	}