/* feuille de style Troika
rouge fonc : #AA0000 #AA0000
rose colonne : #FFDDDD #FFDDDD
*/
/* nav vertical ============================================= */
#vertcontainer {
	padding: 0px;
	vertical-align: top;
	width: 170px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	text-align: center;
	background-image: url(http://www.itroika.com/images/boxG-midle.gif);
	border: 0px none;
	background-repeat: repeat-y;
	margin: 0px;
}
#vertcontainer ul
{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	height: auto;
}
#vertcontainer a
{
	display: block;
	color: #AA0000;
	text-align: center;
	padding: 0px;
	height: auto;
	width: 168px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 1px;
	line-height: 25px;
	margin-bottom: 0px;
}
#vertcontainer a:link
{
	text-decoration: none;
}
#vertcontainer a:visited
{
	color: #AA0000;
	text-decoration: none;
}
#vertcontainer a:hover
{
	background-color: #B24C00;
	color: #A5FF05;
}
#vertcontainer img
{
  border: none ;
}
.imgombre
{
  margin-left: 6px
}

/* nav horizontal ====================================== */
#navbar
{
	height: 30px;
	text-align: left;
	margin: 0px;
	padding: 0px;
	border-top: 0px none;
	border-bottom: 0px none;
	width: 950px;
	clear: both;
	border-right-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-left-style: none;
	background-image: url(http://www.itroika.com/images/barre-boutons.gif);
}
#homecontainer
{
	height: 30px;
	width: 170px;
	text-align: center;
	vertical-align: middle;
	border-right: 1px solid #DDCD5E;
	float: left;
}

#homecontainer ul
{
	margin: 0px;
	padding: 0px;
}

#homecontainer ul li { display: inline; }

#homecontainer ul li a
{
	color: #DDCD5E;  
	text-decoration: none;
  display: block;
	padding: 5px 7px;
}

#homecontainer ul li a:hover
{
	border-left: 0px none;
	color: #EEE7B2;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	background-image: url(http://www.itroika.com/images/menuhor-bkgnd.gif);
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	background-repeat: repeat-x;
}

#horcontainer
{
	height: 30px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	float: left;
	width: auto;
}

#horcontainer ul
{
	margin: 0px;
	padding: 0px;
	float: left;
	width: auto;
}

#horcontainer ul li {
	display: inline;
	float: none;
	width: auto;
}

#horcontainer ul li a
{
	color: #DDCD5E;
	text-decoration: none;
	float: left;
	padding: 5px 7px;
	border-right: 1px solid #DDCD5E;
}

#horcontainer ul li a:hover
{
	color: #EEE7B2;
	font-weight: bold;
	background-image: url(http://www.itroika.com/images/menuhor-bkgnd.gif);
	background-repeat: repeat-x;
}

