﻿
TABLE#menuList,
TABLE#menuList A{
	position:relative;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	font-family:Verdana,Arial;
	z-index: 10000;
	border-collapse:collapse;
}

TABLE#menuList TD{
	border-right: 4px solid #FFFFFF; 
	margin: 0px;
	padding: 0px;
}

TABLE#menuList TD .menu{
	position:relative;
	top: 0px;
	left: 0px;
}

TABLE#menuList DIV.menuBlock{
	padding: 0px;
}
TABLE#menuList DIV#block1{
	z-index:19999;
}

TABLE#menuList DIV#block2{
	z-index:19998;
}
TABLE#menuList DIV#block3{
	z-index:19997;
}
TABLE#menuList DIV#block4{
	z-index:19996;
}
TABLE#menuList DIV#block5{
	z-index:19995;
}
TABLE#menuList DIV#block6{
	z-index:19994;
}
TABLE#menuList DIV#block7{
	z-index:19993;
}

TABLE#menuList DIV.items{
	position: absolute;
	top: 27px;
	left: 0px;
	margin: 0px;
	padding: 3px 0px 5px 0px;
	border: none;
	display: none;
	background-color: #F3F3F3;
	z-index: 11000;
	overflow: visible;
}

TABLE#menuList DIV.menuTitle{
	text-align: center;
	position: relative;
	margin: 1px;
	padding: 5px 0px 4px 0px;
	text-indent: 4px;
	width: 125px;
	border: none;
	font-size: 16px;
	color: #FFFFFF;
	background-color: #a11e23;
	background-position: 0px -25px;
	background-repeat: no-repeat;
}

TABLE#menuList DIV.fixWidth{
	position: relative;
	width: 125px;
	height: 1px;
	font-size: 1px;
}


TABLE#menuList DIV.menuTitleSelected{
	color: #FFFFFF;
	background-color: #a11e23;
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

TABLE#menuList DIV.menuTitle1{
	background-image: url("../images/menu/particules125.png");
}

TABLE#menuList DIV.menuTitle2{
	background-image: url("../images/menu/vie125.png");
}

TABLE#menuList DIV.menuTitle3{
	background-image: url("../images/menu/terre125.png");
}

TABLE#menuList DIV.menuTitle4{
	background-image: url("../images/menu/etoiles125.png");
}

TABLE#menuList DIV.menuTitle5{
	background-image: url("../images/menu/galaxies125.png");
}

TABLE#menuList DIV.menuTitle6{
	background-image: url("../images/menu/univers125.png");
}

TABLE#menuList DIV.menuTitle7{
	background-image: url("../images/menu/autres125.png");
}

TABLE#menuList DIV.menuItem{
	position: relative;
	margin: 0px;
	padding: 2px 6px 2px 0px;
	text-indent: 6px;
	border: none;
	font-size: 12px;
	white-space: nowrap;
	color: #a11e23;
	z-index:2;
}

TABLE#menuList DIV.menuItem A{
	font-size: 12px;
	white-space: nowrap;
	color: #a11e23;
}


TABLE#menuList DIV.menuItemSelected,
TABLE#menuList DIV.menuItemSelected A{
	color: #FFFFFF;
	background-color: #a11e23;
}



DIV.paragraph{
	position: relative;
	float: left;
	text-align: left;
	left: 0px;
}
DIV.paragraphRight{
	position: relative;
	float: right;
	text-align: left;
	right: 0px;
}
DIV.bigNoWrap{
	width: 1200px;
	white-space: nowrap;
	clear: both;
}
DIV.lineReturn{
	clear: both;
}
DIV.colonneEdition{
	padding-right: 20px;
}

