/* CSS Document */
/* onglets horizontaux menu principal */
#menu {
	clear:both;
	position:relative;
	width:75%;
	margin:5px auto 0 auto;
	height:29px;
	border-bottom: 3px solid #006666;
	}
#onglets {
	position : absolute;
	padding : 0 0 0 4%;
	list-style-type : none;
	margin: 0 auto;
	width : 675px;
	}
#onglets li {
	float : left;
	width:110px;
	/*width:auto;
	min-width:80px;*/
	margin : 2px 0 0 2px; /* Pour les navigateurs autre que IE */
	margin : 1px 0 0 2px;  /* Pour IE  */
	padding : 0;
	text-align:center;
	}
#onglets li a {
	display : block;
	width:110px;
	color : #000;
	text-decoration : none;
	height : 27px;
	font-size : 11px;
	font-weight:800;
	line-height:27px;
	}
#onglets li a:hover {
  color : #fff;
	}
#onglets #sousonglet
{
	display: none;
	list-style-type: none;
	margin: 0px 0 0 0; 
	padding: 0;
	width:108px;
	height:auto;
	border: 1px dotted #999900;
	/*border-top: 0;*/
}
#onglets #sousonglet li
{
	float: none;
	margin: 0;
	width:108px;
	padding: 0;
	text-align:center;
}
#onglets #sousonglet li a
{
	display: block;
	width:108px;
	margin: 0;
	border: 0;
	text-decoration: none;
	line-height:15px;
	height:auto;
	font-size : 11px;
	font-weight:600;
}
#onglets #sousonglet li#fond1a a:hover, #onglets #sousonglet li#fond2a a:hover, #onglets #sousonglet li#fond3a a:hover, #onglets #sousonglet li#fond4a a:hover, #onglets #sousonglet li#fond5a a:hover, #onglets #sousonglet li#fond6a a:hover
{
	background-color:#996666;
	color:#FFFFFF;
}
#onglets li:hover > #sousonglet { 
	display: block; 
	}
#onglets li#fond1 a {
	background-image:url(/images/menu/radiocommandes.gif) ;
	color:#000000;
	}
#onglets #sousonglet li#fond1a a {
	background-color:#FFFFCC;
	background-image: none;
	color:#000000;
	}
#onglets li#fond2 a {
	background-image:url(/images/menu/construire.gif);
	color:#000000;
	}
#onglets #sousonglet li#fond2a a {
	background-color:#E2E2E2;
	background-image: none;
	color:#000000;
	}
#onglets li#fond3 a {
	background-image:url(/images/menu/montes.gif);
	color:#fff;
	}
#onglets #sousonglet li#fond3a a {
	background-color:#FEE4E5;
	background-image: none;
	color:#000000;
	}
#onglets li#fond4 a {
	background-image:url(/images/menu/miniatures.gif);
	color:#FFFFFF;
	}
#onglets #sousonglet li#fond4a a {
	background-color:#656565;
	background-image: none;
	}
#onglets li#fond5 a {
	background-image:url(/images/menu/jouets.gif);
	color:#fff;
	}
#onglets #sousonglet li#fond5a a {
	background-color:#EDFDFF;
	background-image: none;
	color:#000000;
	}
#onglets li#fond6 a {
	background-image:url(/images/menu/pieces.gif);
	color:#FFFFFF;
	}
#onglets #sousonglet li#fond6a a {
	background-color:#8D8D8D;
	background-image: none;
	}

/* Menus verticaux*/

/*Menus et sous-menus des onglets horizontaux*/
#nav a.daddy {
	width:128px;
	text-align:left;
	color:#3E537E;
	}
#nav li a {
	display : block;
	text-decoration : none;
	font-size:12px;
	}
#nav li a:hover {
	color : #FFFFFF;
	background: #9C5754;
	} 
#nav, #nav ul { /* toutes les listes */ 
	padding-left: 2px;
	margin: 0 auto 5px 0;
	list-style: none;
	float : left;
	text-align:left;
	}
#nav ul li a { /* toutes les listes 1er niveau*/
	/*margin-left:5px;*/
	padding-left:0px;
	width: 128px;
	}
#nav li { /* tous les items de liste */
	list-style: none;
	width: 128px;
	/*background-color : #F2E6EF;*/
	}
#nav li ul, #nav li ul ul { /* listes de deuxième niveau */
	position : absolute;
	left: -999em;
	margin-left : 132px;
	margin-top : -1.8em;
	background-color:transparent;
	}
#nav li:hover ul ul, #nav li.sfhover ul ul {
	background-color : transparent;
	color : #DFE4EF;
	left: -999em;
	}
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* listes imbriquées sous les items de listes survolés */
	margin-left:134px;
	color : #DFE4EF;
	left: 0;
	width:128px;
	}
#nav li:hover, #nav li.sfhover {
	background: #996666;
}
#nav li a:hover.daddy {
	width:128px;
	background: #996666 url(/images/menu/droite_hover.gif) center right no-repeat;
}
/*Menus arrondis
*******************************************/
.centrearrondi {
	width:128px;
	border-left:1px solid #8E8858;
	border-right:1px solid #8E8858;
	padding-left:2px;
	min-height:15px;/* avec eventuellement une hauteur mini */
	height:auto!important;
	background-color:transparent;
	}
.un, .deux, .trois, .quatre, .cinq {
	overflow:hidden;/*necssaire pour IE */
	border:1px solid #8E8858;
	border-top:0;
	border-bottom:0;
	}

.un {
	margin:0 4px;
	width:122px;
	height:1px;
	background-color:#8E8858;
	}

.deux {
	margin:0 3px;
	width:124px;
	height:1px;
	}

.trois{
	margin:0 2px;
	width:126px;
	height:2px;
	}

.quatre {
	margin:0 1px;
	width:128px;
	height:2px;
	}		
.cinq {
	margin:0 4px 5px 4px;
	width:122px;
	height:1px;
	background-color:#8E8858;
	}
/*.centrearrondi li .un, .deux, .trois, .quatre, .cinq .centrearrondi {
	margin-left:5px;
	/*width:120px;
	}*/
/*Menus et sous-menus communs à colonne gauche
*******************************************/
#nav1, #nav1 ul { /* toutes les listes */ 
	padding-left: 0px;
	margin: 1px 0 1px 1px;
	list-style: none;
	float : left;
	text-align:left;
	font-weight:900;
	font-size:14px;
	width: 132px;
	cursor:pointer;
	}
#nav1 ul li a { /* toutes les listes 1er niveau*/
	width: 132px;
	w\idth : 134px;
	padding-left:5px;
	line-height:29px;
	display : block;
	text-decoration : none;
	background: url(/images/menu/barre.jpg) center left no-repeat;
	text-align:left;
	color:#FFFFFF;
	margin-bottom:5px;
	}
#nav1 ul li a:hover {
	background: url(/images/menu/barre1.jpg) center left no-repeat;
	} 
#nav1 a.daddy {
	background: url(/images/menu/barre_daddy.jpg) center left no-repeat;
	text-align:left;
	}
#nav1 a:hover.daddy {
	background: url(/images/menu/barre1_daddy.jpg) center left no-repeat;
	text-align:left;
	}
#nav1 li ul { /* listes de deuxième niveau */
	position : absolute;
	left: -999em;
	margin-left : 131px;
	margin-top : -2.30em;
	}
#nav1 li ul a {
	width: 124px;
	padding-left:2px;
	display : block;
	text-decoration : none;
	color : #3E537E;
	background:#FFE9ED;
	font-weight:500;
	font-size:12px;
	line-height : 13px;
	}
#nav1 li ul a:hover {
	color : #FFFFFF;
	background: #3E537E;
	} 
#nav1 li:hover ul { /* listes imbriquées sous les items de listes survolés */
	color : #8A491E;
	left: auto;
	padding-top:0px;
	}
.six {
	margin:-6px 0 0 0;
	width:130px;
	height:3px;
	}		
#nav1 .deux, #nav1 .trois, #nav1 .quatre, #nav1 .six, #nav1 .centrearrondi {
	background-color:#FFE9ED;
	}

