.TabbedPanels {
	margin: 0px auto 0px auto;
	padding: 0px;
	clear: right;
	width: 800px; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}
.tablePokedex {
	background: #FFF;
	border: 1px solid #666;
}
.tablePokedex td {
	margin: 0px;
	padding: 5px;
	border: 1px solid #036;
}
.tablePokedexHead {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background: #036;
}

.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
}

.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	padding: 4px 10px;
	margin: 0px 1px 0px 0px;
	font: bold 12px sans-serif;
	list-style: none;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #999;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	background: #09F;
}

.TabbedPanelsTabHover {
	background-color: #CCC;
}


.TabbedPanelsTabSelected {
	background-color: #EEE;
	border-bottom: 1px solid #EEE;
}

.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}

.TabbedPanelsContentGroup {
	clear: both;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	background: #F1FAFD;
}

.TabbedPanelsContent {
	padding: 4px;
}

.TabbedPanelsContentVisible {
}

.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	width: 10em;
	height: 20em;
	background-color: #EEE;
	position: relative;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
}

.VTabbedPanels .TabbedPanelsTab {
	float: none;
	margin: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
}

.VTabbedPanels .TabbedPanelsTabSelected {
	background-color: #EEE;
	border-bottom: solid 1px #999;
}

.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
	padding: 0px;
	width: 30em;
	height: 20em;
}














#PokemonIdentity {
	background-color: #58A3D3;
	padding: 3px;
	height: 250px;
	width: 900px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
#PokemonIdentity_P1 {
	margin: 5px;
	width: 230px;
}
#PokemonIdentity_P2 {
	padding: 0px;
	float: right;
	margin: 15px;
	width: 625px;
}
#PokemonIdentityPhoto {
	background-color: #FFFFFF;
	background-image: url(images/pokedex/construct/fbg.png);
	background-repeat: repeat-x;
	background-position: top;
	padding: 5px;
	/*height: 220px;*/
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #333333;
	text-align: center;
}
#PokemonIdentityPhoto .numero {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #666666;
	text-align: right;
	margin-bottom: 0;
}
#PokemonIdentityDesc {
	background-color: #FFFFFF;
	padding: 5px;
	width: 100%;
	height: 140px;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#PokemonIdentityDesc_P1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: left;
	width: 115px;
	color: #000000;
	text-align: center;
	padding: 3px;
	border: 1px solid #006699;
}
#PokemonType {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	background-color: #FFFFFF;
	padding: 5px;
	width: 100%;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	height: auto;
}
.PokemonTypeBox {
	width: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-transform:uppercase;
	margin: 5px;
	padding: 3px;
	float: left;
	height: auto;
	text-align: center;
}


#PokemonIdentityDesc_P2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 13px;
	color: #000000;
	width: 190px;
	margin-left: 130px;
}
#PokemonIdentityAbout {
	background-image: url(images/pokedex/construct/about_frame.png);
	background-repeat: no-repeat;
	float: right;
	height: 79px;
	width: 265px;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
}

#PokemonIdentityAbout h5 {
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 3px;
	font-style: normal;
	color:#666666;
}
.PokemonTypeTitle {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	margin: 5px;
	padding: 3px;
	float: left;
	height: 20px;
}
.LinkOut {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	padding: 5px;
	width: 400px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
}
#PokemonIdentityName {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #333333;
	padding: 3px;
	height: 25px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
	vertical-align: middle;
	width: 90%;
}
#PokemonIdentityBubble {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	height: 15px;
	width: 90%;
	font-size: 9px;
}

/* Partie des onglets */

.mootabs_title {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 24px;
}

.mootabs_title li {
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
	color:#FFFFFF;
	background-color: #5062EC;
	padding: 2px 8px 2px 8px;
	margin-right: 2px;
	cursor: pointer;
	height: 24px;
	
}

.mootabs_title li.active {
	background-color: #58A3D3;
}

.mootabs_panel {
	display: none;
	background-color: #58A3D3;
	position: relative;
	width: 100%;
	top: -1px;
	clear: both;
	overflow: auto;
	
}

.mootabs_panel.active {
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color: #58A3D3;
	border: solid 1px #58A3D3;
	display: block;
	padding: 10px;
}

#Onglets {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}#dexMore {
	width: 900px;
	background: #58A3D3;
	padding: 3px;
	margin-right: auto;
	margin-left: auto;
}
.dexMoreLeft {
	float: left;
	width: 440px;
}
.dexMoreRight {
	float: left;
	width: 440px;
	margin-left: 20px;
}
.dexMoreElement {
	padding: 5px;
	width: 90%;
	background: #FFFFFF;
	margin: 10px auto;
}
.dexTable {
	border: 3px solid #0099CC;
	margin: 5px auto;
}
.dexTable td {
	border: 1px solid #0066CC;
}
.dexTable_Head {
	background-color: #13569b !important; color: #ffffff !important;	
}

.dexForm { margin: 20px;float: left;height: 30px;width: 120px;}
.dexSelector {margin-right: auto;margin-left: auto;width: 700px;}


.type-normal { background-color: #d2d2d2; color: #000000; }
.type-plante { background-color: #48aa13; color: #ffffff; }
.type-eau { background-color: #4abcf1; color: #ffffff; }
.type-combat { background-color: #891b20; color: #ffffff; }
.type-dragon { background-color: #42046d; color: #ffffff; }
.type-insecte { background-color: #74c281; color: #000000; }
.type-tenebres { background-color: #000000; color: #ffffff; }
.type-poison { background-color: #ae7fc4; color: #ffffff; }
.type-psy { background-color: #f000ff; color: #000000; }
.type-acier { background-color: #7f7f7f; color: #ffffff; }
.type-roche { background-color: #92510a; color: #ffffff; }
.type-feu { background-color: #ff8400; color: #ffffff; }
.type-electrique { background-color: #ffcc00; color: #000000; }
.type-sol { background-color: #d8ad71; color: #ffffff; }
.type-vol { background-color: #5daebf; color: #ffffff; }
.type-spectre { background-color: #c6a2c8; color: #000000; }

