html,body
{
	margin:0px;
	padding:0px;
	height:510px;
	background-image:url('../images/bg_father_summer.gif');
	background-repeat:repeat-x;
	background-color:#d5d5d7;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#header
{
	width:990px;
	height:640px;
	/*background-image:url('../images/homeSummer_ter_old.jpg');*/
	background-image:url('../images/homeSpring2010-2.jpg');
	background-repeat: no-repeat;
}
div#container
{
	position:relative;
	display:block;
	width:990px;
	height:800px;
	margin:10px auto;
	padding:0px;
	text-align:left;
}
/**************************************************************************
*	LE CONTENEUR A HAUTEUR DYNAMIQUE
***************************************************************************/
div#container div#content
{
	position:relative;
	top:0px;
	left:0px;
	width:979px;
	height:auto;
	min-height:560px;
	padding-bottom:16px;
	padding-left:11px;
	background-image:url('../images/summer_2009/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/summer_2009/father_eshop_title.png');
		background-repeat: no-repeat;
		margin-bottom:20px;
	}
div#container div#footer
{
	font-size:7pt;
	position:relative;
	top:0px;
	left:0px;
	width:990px;
	text-align:center;
	margin-top:20px;
	color:#595959;
	padding-left: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 TOP MENU
***************************************************************************/
div#container div#top_menu
{
	position:relative;
	top:0px;
	left:0px;
	width:990px;
	height:39px;
	background-image:url('../images/summer_2009/content_box_top.jpg');
	background-repeat:no-repeat;
}
/**************************************************************************
*	LE PIED DU LAYOUT PRINCIPAL
***************************************************************************/
div#container div#box_bottom
{
	position:relative;
	top:0px;
	left:0px;
	width:990px;
	height:9px;
	background-image:url('../images/summer_2009/content_box_bottom.png');
	background-repeat:no-repeat;
	z-index:2;
}
/**************************************************************************
	*	LE TOPLINK COLLECTIONS
	***************************************************************************/
	a#toplink_collections:visited,
	a#toplink_collections:link
	{
		position:relative;
		top:12px;
		float:left;
		margin-left:15px;
		display:block;
		background-image:url('../images/summer_2009/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:175px;
		display:block;
		background-image:url('../images/summer_2009/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:175px;
		display:block;
		background-image:url('../images/summer_2009/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:175px;
		display:block;
		background-image:url('../images/summer_2009/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;
	}
	
	.ligneOn
	{
		background-color:#ffffff;
	}
	
	.ligneOff
	{
		background-color:transparent;
	}
	
	input[type=button],
	input[type=submit],
	input[type=radio],
	input[type=checkbox]
	{
		cursor: pointer;
	}	
	input,
	select
	{
		clear:both;
		border:1px solid #91959a;
		background-color:#d9dcde;
		color:#3d3d3d;
		font-size: 8pt;
		outline:none;
	}	
	select:disabled
	select:disabled option
	select:disabled option:hover
	{
		background-color:#F3F3F3;
	}
	option:hover
	{
		background-color: #F4F4F4;
	}
	input[type=radio],
	input[type=checkbox]
	{
		clear:both;
		border:none;
		background-color:transparent;
		color:#BBB;
	}	
	input[type=hidden]
	{
		display:none;
		width:0px;
		height:0px;
	}
	
	textarea
	{
		background-color: #d9dcde;
		border:none;
	}
	.white_dotted
	{
		height:1px;
		background-image:url('../images/white_dot_over_black.gif');
		background-repeat:repeat-x;
	}
	
	h1
	{
		 margin-top:0px;
		 margin-left:0px;
		 margin-right:0px;
		 margin-bottom:8px;
		 color:#333435;
		 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		 font-size:12px;
		 font-weight:bolder;
	}
	
	h3
	{
		 margin-top:0px;
		 margin-left:0px;
		 margin-right:0px;
		 margin-bottom:8px;
		 color:#333435;
		 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		 font-size:10px;
		 font-weight:bolder;
	}
	
	.desc
	{
		 width:630px;
		 color:#ffffff;
		 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		 font-size:11px;
		 padding-left:20px;
		 text-align:justify;
	}
	
	.desc a
	{
		color:#333435;
	}
	
	.dotted_line
	{
		height:1px;
		background-image: url('../images/gray_dot.gif');
		background-repeat:repeat-x;
	}