/*  ----------\
	-----------------------------------------------
	Title 		: FigClothing.com CSS Document
	Author 		: Francis Hogue
	Edition 	: Blank
	Version 	: 1.0
	Created 	: 01-09-2007
	Updated 	: 
	Contact 	: francishogue@francishogue.com
	Copyright 	: FigClothing.com (c) 2007
	-----------------------------------------------
	----------/
	green : 	#aeee02
	
*/


/* --------------------------------------
	
	=layout, structure
	
-------------------------------------- */

body#home #content {
	border: none;
	float: right;
	width: 498px;
}

body#home #main-body {
	clear: both;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	margin-bottom: 16px;
	padding-top: 10px;
	width: 100%;
	
}

/* --------------------------------------
	
	=list
	
-------------------------------------- */
ul#pictoNav {
	float: left;
}
ul#pictoNav li {
	margin-bottom: 8px;
}
ul#pictoNav a {
	color: #000;
	display: block;
	font-size: 85%;
	height: 29px;
	padding-top: 6px;
	text-indent: -9999px;
	width: 220px;
}

/*KARIM*/
/*ul#pictoNav #nav-btn a 
{ 
	background-position: left top;
	background-repeat:no-repeat; 
}

ul#pictoNav #nav-btn a:hover { background-position: left bottom; text-indent: 45px; }*/
/*KARIM*/

ul#pictoNav li#nav-avion a { background: url(../img/btn-avion.gif) no-repeat 0 100%; }
ul#pictoNav li#nav-voile a { background: url(../img/btn-voile.gif) no-repeat 0 100%; }
ul#pictoNav li#nav-chalet a { background: url(../img/btn-chalet.gif) no-repeat 0 100%; }

ul#pictoNav li#nav-avion a:hover { background: url(../img/btn-avion.gif) no-repeat 0 0; text-indent: 45px; }
ul#pictoNav li#nav-voile a:hover { background: url(../img/btn-voile.gif) no-repeat 0 0; text-indent: 45px; }
ul#pictoNav li#nav-chalet a:hover { background: url(../img/btn-chalet.gif) no-repeat 0 0; text-indent: 45px; }


ul#pictoNav a span {
	font-size: 80%;
	display: block;
}

