/*CSS DES PAGES DE CORPORATION*/

#alliance{
	position: relative;
    padding-top:30px;
	margin-left:10px;
}

/*ACCUEIL MENU*/
#corpo{
    position: relative;
    width: 668px;
}

#corpo-fond{
	background: transparent url(/beta/images/corporation/menu-content-accueil.png) repeat-x;
    position: absolute;
    width: 668px;
    min-height: 255px;	
	margin-left:10px;
}

ul#menu-corpo{
    list-style-type: none;
    list-style-position: outside;
    position: absolute;
    width: 658px;
    height: 36px;
	margin-left:10px;
}

ul#menu-corpo li {
    display: inline;
}

ul#menu-corpo li a{
	display: block;
    float: left;
	line-height: 36px;
    height: 36px;
    text-decoration: none;
    color: #000;
    font-weight: bold;
	text-transform: uppercase;
	opacity:0.8; 
}

ul#menu-corpo li a:hover{
	color:#fff;
	opacity:1;
}

ul#menu-corpo li a.active{
	color:#fff;
	opacity:1;
}

a#menu-corpo-accueil{
	background: transparent url(/beta/images/corporation/menu-bt-accueil.png) no-repeat;
	padding-left: 29px;
    width: 100px;
}
a#menu-corpo-base{
	background: transparent url(/beta/images/corporation/menu-bt-base.png) no-repeat;
	margin-left:10px;
	padding-left: 40px;
    width: 70px;
}
a#menu-corpo-guerre{
	background: transparent url(/beta/images/corporation/menu-bt-guerre.png) no-repeat;
	margin-left:10px;
	padding-left: 50px;
    width: 60px;
}
a#menu-corpo-forum{
	background: transparent url(/beta/images/corporation/menu-bt-forum.png) no-repeat;
	margin-left:10px;
	padding-left: 30px;
    width: 92px;
}
a#menu-corpo-message{
	background: transparent url(/beta/images/corporation/menu-bt-message.png) no-repeat;
	margin-left:10px;
	padding-left: 45px;
    width: 100px;
}

#corpo-content{
	position: absolute;
	top:40px;
    width: 668px;
}

#corpo-image{
	position: absolute;
    width: 510px;
    height: 350px;
	margin-left:10px;
}

#corpo-membre{
	position: absolute;
	top:370px;
   	width: 668px;
}
#corpo-texte{
	position: relative;
   	width: 668px;
}

ul#menu-droite-corpo{
    list-style-type: none;
    list-style-position: outside;
    position: absolute;
	right:0;
    width: 140px;
    height: 200px;
	color: #fff;
	font-weight: bold;
}

ul#menu-droite-corpo li {
    display: inline;
}

#menu-corpo-pts, #menu-corpo-membre, #menu-corpo-rang, #menu-corpo-cand, #menu-corpo-mess{
	display: block;
	padding-left: 42px;
    width: 98px;
	height:30px;
	padding-top:12px;
}
#menu-corpo-pts{
	background: transparent url(/beta/images/corporation/picto-pts.png) no-repeat;
}
#menu-corpo-membre{
	background: transparent url(/beta/images/corporation/picto-membre.png) no-repeat;

}
#menu-corpo-rang{
	background: transparent url(/beta/images/corporation/picto-rang.png) no-repeat;
}
#menu-corpo-cand{
	background: transparent url(/beta/images/corporation/picto-cand.png) no-repeat;
}
#menu-corpo-mess{
	background: transparent url(/beta/images/corporation/picto-message.png) no-repeat;
}

ul#menu-droite-corpo li a{
	display: block;
    float: left;
	width: 140px;
	line-height: 22px;
    height: 22px;
    color: #fff;
    font-weight: bold;
}
/*FIN ACCUEIL MENU*/

/*BASE SPATIALE*/
#base-fond{
	position:relative;
	background: url("/beta/images/corporation/base-fond.png") no-repeat;
	width: 667px;
	height: 142px;
	margin-left:10px;
}

#base-debut{
	position:absolute;
	background: url("/beta/images/corporation/base1.png") no-repeat;
	left: 100px;
	top: 30px;
	width: 110px;
	height: 108px;
}

#base-encours{
	position:absolute;
	background: url("/beta/images/corporation/base2.png") no-repeat;
	left: 40px;
	top: 25px;
	width: 222px;
	height: 142px;
}

#base-fin{
	position:absolute;
	background: url("/beta/images/corporation/base3.png") no-repeat;
	left: 60px;
	top: 0;	
	width: 200px;
	height: 142px;
}

#base{
	position:absolute;
	background: url("/beta/images/corporation/base.png") no-repeat;
	left: 60px;
	top: 0;	
	width: 200px;
	height: 142px;
}

#titreBase{
	position:absolute;
	left: 400px;
	top: 17px;
	width: 230px;
	height: 20px;
	color:#00b5ff;
	font-size:16px;
	font-weight:bold;
}
#texteBase{
	position:absolute;
	left: 400px;
	top: 50px;
	width: 230px;
	height: 80px;
	font-weight:bold;
	font-size: 12px;
}
/*FIN BASE SPATIALE*/

/*TABLEAU DES PAGES CORPORATIONS*/

table.tbl_corpo {
    margin-left:10px;
	width:668px;
}

table.tbl_corpo th {
    background: url(/beta/images/template/th.png) no-repeat;
    background-color: #045d79;
    text-transform: uppercase;
    height: 13px;
    padding-left: 30px;
}

table.tbl_corpo td {
    background: url(/beta/images/template/td.png) repeat-y;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 30px;
}

table.tbl_corpo tr.select td {
    font-weight: bold;
    background-color: #699;
}
/*FIN TABLEAU*/

.st-corpo{
	font-family: Arial;
	margin-left:10px;
	font-size: 16px;
    font-weight: bold;
    color: #fff;
}

#corpo .infos, fieldset{
	margin-left:20px;
}
 */