
.home
{
	float:left;
	height:26px;
	height:19px;
	*height:24px;
	background-color : #808080;
	border:1px solid gray;
	margin-right:4px;
	padding-top:3px;
	*margin-right:0px;
	width:23px;
	*width:25px;
	
}

.home:hover
{
	background-color : #FF8000;
	
}


#menumotonet
{
/*border:1px solid brown;*/
}

.orangetabs{
/*border-bottom: 1px solid #FF8000;*
/*border-top:1px solid gray;*/
float:left;

}

.orangetabs ul{
padding: 0px 0px;
margin-left: 0px;
margin-right:0px;
margin-top: 0px;
margin-bottom: 0px;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
}

.orangetabs li{
display: inline-block;
*display: inline;
background-color : #808080;
margin-left: -2px;  /* ecartement entre les onglets */
*margin-left: 2px;

}






.orangetabs li a{
	text-decoration: none;
	/*padding: 1px 0;*/
	margin-right: 0px;
	margin-left: 0px;
	font: 17px Arial;
	font-weight : bold;
	margin-top:0;
	margin-bottom:0;
	border: 1px solid gray;
	color: white;
	/*background-color : #FF8000;*/
	display:block;
	height:22px;
	*height:24px;
	padding-top:0px;
	*padding-top:2px;

}


.orangetabs li a:hover{
text-decoration: underline;
color: white;
}

.orangetabs li.selected{
	color:white;
}

.orangetabs li.selected a{ /*selected main tab style */
	background-color : #FF8000;
/*	background-image: url(media/bluetabactive.gif); */
	border-bottom-color: #FF8000;
	color: white;
}

.orangetabs li.selected a:hover{ /*selected main tab style */
	text-decoration: none;
	border-bottom-color: #ff8000;

}

.soustabs{
/*border-bottom: 1px solid #FF8000;*
/*border-top:1px solid gray;*/
}

.soushome
{
	float:left;
	height:22px;
	*height:25px;
	background-color : #E5E4E2;
	margin-right:3px;
	*margin-right:-3px;
	width:25px;
	vertical-align:center;
	background-image: url('../images/decosite/fond_menu_degrade.gif');
	padding-top:3px;
}


.soustabs ul{
	padding: 0px 0px;
	margin-left: 0px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom: 0px;
	font: 11px Arial;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.soustabs li{
	display: inline-block;
	*display: inline;
	background-color : #E5E4E2;
	background-image: url('../images/decosite/fond_menu_degrade.gif');
	height:20px;
	*height:25px;
	padding-top:5px;
	margin-left: -1px;  /* ecartement entre les onglets */
	*margin-left: 2px;
	text-align:center;
}

.soustabs li a{
	text-decoration: none;
	padding: 1px 3px;
	margin-right: 0px;
	margin-left: 0px;
	color: black;
	/*background: white url(media/orangetab.gif) top left repeat-x; *//*THEME CHANGE HERE*/
}


.soustabs li a:hover{
	text-decoration: underline;
	color: black;
}

.soustabs li.selected{
	color:black;
}

.soustabs li.selected a{ /*selected main tab style */
	border-bottom-color: #FF8000;
	color: black;
}

.soustabs li.selected a:hover{ /*selected main tab style */
	text-decoration: none;
	border-bottom-color: #fff5ec;

}




/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b{
position:absolute;
top:0;
border: 1px solid #FF8000; /*THEME CHANGE HERE*/
border-top-width:0px;
border-width: 0 1px;
border-bottom :  1px solid #FF8000;
font : normal 12px Verdana;
line-height : 18px;
z-index:100;
background-color: #fff5ec;
width: 237px;
*width: 239px;
visibility: hidden;
text-align: left;
}


.dropmenudiv_b a{
width: auto;
display: block;
text-indent: 5px;
/*border: 0 solid #FF8000; /*THEME CHANGE HERE*/
/*border-bottom-width: 1px;*/
padding: 2px 0;
text-decoration: none;
color: black;
}

* html .dropmenudiv_b a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
background: #FF8000;
color : white;
}

