/************************************
 * initialisation des balises       *
 ************************************/

* {
    margin: 0px;
    padding: 0px;
}

html
{
	font-size: 100%;
}

p
{
	margin: 5px 0px;
}

body
{
	font-family: Arial,Verdana,Geneva,Helvetica,sans-serif;
	font-size: 0.8em;
	background: #97ac60 url(/image/killbase/common/layout/bg_stadium.jpg) no-repeat fixed top center;
}

img
{
	border: none;
} 

ul
{
	list-style-type: none;
}

hr
{
	clear: both;
	visibility: hidden;
}

em
{
	font-style: normal;
	font-weight:bold; 
	color: #824242;
}

a
{
	color: #8c260b;
	text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

a.discretLink
{
	text-decoration: none;
	color: gray;
}

.nobr
{
  white-space: nowrap;
}

em, h4
{
	font-style: normal;
	font-weight: bold; 
	color: #643939;
}

blockquote
{
	font-style: italic;	
}

/************************************
 * squelette de la page             *
 ************************************/

#page
{
  border-radius: 15px;
  -webkit-border-bottom-left-radius: 15px;
  -webkit-border-bottom-right-radius: 15px;
  -webkit-border-top-left-radius: 15px;
  -webkit-border-top-right-radius: 15px;
  -moz-border-radius-bottomleft: 15px;
  -moz-border-radius-bottomright: 15px;
  -moz-border-radius-topleft: 15px;
  -moz-border-radius-topright: 15px;
	width: 1023px;
	margin: 20px auto 10px auto;
  border: 10px solid white;
  background: #630303 url(/image/killbase/common/layout/pageBg.png) no-repeat top center;
}

#header
{
  height: 150px;
	/*background-image: url("/image/killbase/common/layout/newHeader.png");
  background-position:center;*/
	text-align: center;
	position: relative;
}

#infoBar
{
	color: #AAA;
  position: absolute;
  left: 680px;
  top: 130px;
}

#body
{
    width: 1023px;
	float: left;
	/*background-image: url(/image/killbase/common/layout/body.png);
	background-repeat: repeat-y;*/
}

#bodyLayer
{
	/*position: relative;*/
	/*background-image: url("/image/killbase/common/layout/bg.jpg");*/
  background-color: /*#f2f8dd*/white;
	padding-top: 10px;
  /*border: 1px solid #CCC;*/
  -moz-border-radius: 15px 0px 15px 15px;
  -khtml-border-radius: 15px 0px 15px 15px;
	width: 990px;
  margin-left: auto;
  margin-right: auto;
}

#main
{  
	padding: 1px 10px 20px 10px;
    /*background: white url(/image/killbase/common/layout/centerBoxHeader.png) no-repeat;*/
	float: left;
    width: 600px;
    /*border: 1px solid #700;*/
    min-height: 500px;
}

#content
{
    /*min-height: 42em;*/
    /*opacity: 0.9;   
	-moz-opacity: 0.9;
	filter : alpha(opacity=9);*/ 
	 
}

#content h1
{
	
    text-align: center;
    text-transform: uppercase;
    color: #6D0C0A;
    padding: 3px;
    margin-bottom: 30px;
    margin-top: 0px;
    font-size: 1.2em;
    /*-moz-border-radius: 15px 15px 15px 15px;
    -khtml-border-radius: 15px 15px 15px 15px;
    background-color: #6D0C0A;*/
}

#footer
{
	text-align: center;
	color: #DDD;
	padding-bottom: 5px;
	padding-top: 15px;
	font-size: 0.8em;
	height: 30px;
	clear: both;
	/*background: transparent url(/image/killbase/common/layout/footer.png) no-repeat scroll left bottom;*/
}

#footer a
{
  color: white;
}
/************************************
 *         Menu de gauche           *
 ************************************/

#leftMenu
{
    float: left;
    width: 175px;
    margin-left: 5px;
    margin-right: 5px;
}

#leftMenu div ul li.menuImage > a
{
    padding-left: 20px;
    text-decoration: none;
    color: #555;
    display: inline-block;
    width: 140px;
    height: 140px;
    background-repeat: no-repeat;
}

#leftMenu div ul li a#club
{
  background-image: url("/image/killbase/common/building/clubOff.png");
}

#leftMenu div ul li a#club:hover
{
  background-image: url("/image/killbase/common/building/clubOn.png");
}

#leftMenu div ul li a#center
{
  background-image: url("/image/killbase/common/building/centerOff.png");
}

#leftMenu div ul li a#center:hover
{
  background-image: url("/image/killbase/common/building/centerOn.png");
}

#leftMenu div ul li a#infirmary
{
  background-image: url("/image/killbase/common/building/infirmaryOff.png");
}

#leftMenu div ul li a#infirmary:hover
{
  background-image: url("/image/killbase/common/building/infirmaryOn.png");
}

#leftMenu div ul li a#laboratory
{
  background-image: url("/image/killbase/common/building/laboratoryOff.png");
}

#leftMenu div ul li a#laboratory:hover
{
  background-image: url("/image/killbase/common/building/laboratoryOn.png");
}

#leftMenu div ul li a#stadium
{
  background-image: url("/image/killbase/common/building/stadiumOff.png");
}

#leftMenu div ul li a#stadium:hover
{
  background-image: url("/image/killbase/common/building/stadiumOn.png");
}

#leftMenu div ul li a#armory
{
  background-image: url("/image/killbase/common/building/armoryOff.png");
}

#leftMenu div ul li a#armory:hover
{
  background-image: url("/image/killbase/common/building/armoryOn.png");
}

#leftMenu div ul li.hover
{
    padding-left: 10px;
}

#leftMenu ul.subMenu a
{
    text-decoration: none;
    display: inline-block;
}

#leftMenu ul.subMenu a:hover
{
    color: #643939;
}

#leftMenu ul.subMenu li:hover
{
    background-color: #F9F3F3;
}

#leftMenu ul.subMenu
{
  border-radius: 15px;
  -webkit-border-bottom-left-radius: 15px;
  -webkit-border-bottom-right-radius: 15px;
  -webkit-border-top-left-radius: 15px;
  -webkit-border-top-right-radius: 15px;
  -moz-border-radius-bottomleft: 15px;
  -moz-border-radius-bottomright: 15px;
  -moz-border-radius-topleft: 15px;
  -moz-border-radius-topright: 15px;
  background-color: #643939;
  width: 120px;
  padding: 10px;
}

#leftMenu ul.subMenu li a
{
  color: white;
  width: 100%;
}

/************************************
 *         Menu de droite           *
 ************************************/

#rightMenu
{
    float: right;
    width: 172px;
    margin-right: 5px;
    margin-left: 5px;
}

#rightMenu div
{
    /*background-color: white;*/
    margin-bottom: 5px;
    -moz-border-radius: 15px 15px 15px 15px;
    -khtml-border-radius: 15px 15px 15px 15px;
    /*background-color: #6D0C0A;*/
    padding: 5px;
}

#rightMenu div h4
{
	  color: white;
    font-family: Helvetica, Geneva, Verdana, Arial, sans-serif;
    font-size: 1em;
    margin: 0px;
    text-align: center;
    background-color: #643939;
    height: 20px;
    cursor: pointer;
}

/*#rightMenu div h4
{
	  color: white;
    font-family: Helvetica, Geneva, Verdana, Arial, sans-serif;
    font-size: 1em;
    margin: 0px;
    text-align: center;
    background-image: url("/image/killbase/common/layout/boxBg.gif");
    background-repeat: no-repeat;
    background-color: transparent;
    height: 20px;
}*/

#rightMenu div ul
{
    /*background-color: white;*/
    padding: 5px 5px 10px 5px;
    -moz-border-radius: 15px 15px 15px 15px;
    -khtml-border-radius: 15px 15px 15px 15px;
    margin-left: 5px;
    /*border-left: 1px solid #700;
    border-right: 1px solid #700;*/
}

#rightMenu div ul li#cupLeader
{
    background-image: url("/image/killbase/club/cupLeader.png"); 
    background-repeat: no-repeat; 
    background-position: left;
    padding-left: 20px;
}

#rightMenu div ul li#championshipLeader
{
    background-image: url("/image/killbase/club/championshipLeader.png"); 
    background-repeat: no-repeat; 
    background-position: left;
    padding-left: 20px;
}

#rightMenu div ul li#historyLeader
{
    background-image: url("/image/killbase/club/historyLeader.png"); 
    background-repeat: no-repeat; 
    background-position: left;
    padding-left: 20px;
}

#rightMenu div ul li#historyLeader a
{
	color: gray;
}

#rightMenu a
{
    text-decoration: none;
    color: #643939;
}

#rightMenu a:hover
{
    text-decoration: underline;
}

.discret
{
    color: #666!important;
}

/************************************
 *             infoBox              *
 ************************************/
div#infoBox
{
   display: inline;  
}

div#infoBoxContent
{
    display: inline;
    color: gray;
}

div.infoBoxError
{
	color: #777;
}

div.infoBoxInfo
{
	color: #666;
}

/************************************
 *           confirmBox             *
 ************************************/
 
div#confirmBoxContent
{
    position: absolute;
    visibility: hidden;
    color: gray;
    margin-top: 5px;
}

div#confirmBoxContent a
{
    background-color: #880C2C;
    /*border: 2px solid #DDDDDD;*/
    color: white!important;
    padding: 2px 7px;
    margin-left: 5px!important; 
    font-weight: bold;
    text-decoration:none;
    width: 25px;
}

/************************************
 * classes de positionnement        *
 ************************************/
 
.centerAlign
{
    text-align: center!important; 
}

.leftAlign
{
    text-align: left!important; 
}

.rightAlign
{
    text-align: right!important; 
}

.justifyAlign
{
    text-align: justify!important; 
}

/************************************
 * classe des textes longs          *
 ************************************/
 
div.text p, div.text li
{
	margin-bottom: 1em;
	text-align: justify;
}

/************************************
 * formulaire standard              *
 ************************************/
 
form.commonForm
{
    padding: 1em;
    -moz-border-radius: 15px 15px 15px 15px;
    -khtml-border-radius: 15px 15px 15px 15px;
    margin: 0 auto 0 auto;
    color: black;
	
}

form.commonForm p
{
	margin-bottom: 0.5em;
}

form.commonForm input
{
	border: 1px outset #1E3A73;
}

form.commonForm input.checkbox
{
	border: none;
}

form.commonForm div
{
	text-align: center;
	margin-top: 1em;
}

input.submit
{
    background-color: #5E3535;
    border: 1px outset black;
    color: white;
}

.button
{
    background-color: #5E3535;
    color: white;
    padding: 3px 8px;
    margin: 5px;
    -moz-border-radius: 15px 15px 15px 15px;
    -khtml-border-radius: 15px 15px 15px 15px;
}

/************************************
 * Tableau de présentation          *
 * du graphe de santé des kaz       *
 ************************************/
 
div#healthScan
{
    width: 45px;
    margin-left: auto;
    margin-right: auto;
}

div#healthScan div
{
    margin: 0px;
}

div#healthScan div#headZone
{
    text-align: center;
    height: 14px;
} 

div#healthScan div#leftArmZone, 
div#healthScan div#rightArmZone, 
div#healthScan div#bodyZone, 
div#healthScan div#leftLegZone, 
div#healthScan div#rightLegZone
{
    float: left;
} 

div#healthScan div#leftArmZone,
div#healthScan div#rightArmZone, 
div#healthScan div#bodyZone
{
    height: 30px;
}

div#healthScan hr
{
    clear: both;
}

/***************************************
 * message d'absence de données        *
 ***************************************/

div.empty
{
    text-align: center;
    font-size: 3em;
    color: #BBB;
}

/************************************
 *           history table          *
 ************************************/
 
table.history
{
  border-radius: 15px;
  -webkit-border-bottom-left-radius: 15px;
  -webkit-border-bottom-right-radius: 15px;
  -webkit-border-top-left-radius: 15px;
  -webkit-border-top-right-radius: 15px;
  -moz-border-radius-bottomleft: 15px;
  -moz-border-radius-bottomright: 15px;
  -moz-border-radius-topleft: 15px;
  -moz-border-radius-topright: 15px;
	background-color: white;
	margin-left: auto;
	margin-right: auto;
	border: 3px solid #643939;
  border-spacing: 0px;
  background-color: #643939;
}

table.history thead
{
	
	/*background-image: url(/image/killbase/common/layout/centerBoxHeader.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center;*/
	/*background: #770000 url(/image/killbase/common/layout/centerBoxHeader.png) no-repeat scroll center center;*/
}

table.history caption
{
	color: gray;
	padding-bottom: 10px;
	font-size: medium;
}

table.history th
{ 
	/*background-color: #700823;*/ 
	padding-bottom: 0.3em;
	color: white;
	padding: 3px 5px;
}

table.history td
{
	white-space: nowrap;
	vertical-align: middle;
	padding: 4px;
}

table.history td.name
{
	text-align: center;	
}

tr.even
{
    background-color: white;
}

tr.odd
{
  /*background-color: #eaedfd;*/
  background-color: #F9F3F3;
}
/************************************
 *               block              *
 ************************************/

.entityBlock
{
  margin-top: 30px;
  padding: 20px!important;
}

.entityBlock h2
{
  background-color: #5E3535;
  color: white;
  text-align: center;
  font-size: 16px;
  margin: 10px 0;
  padding: 2px;
}

.entityBlock #attribute
{
  float: left;
  width: 200px;
  margin-right: 50px;
  color: #5E684A;
  font-size: 18px;
}

.entityBlock #attribute li
{
  color: black;
  font-size: 16px;
}

.entityBlock #actionList
{
  width: 200px;
}

.entityBlock #historyList
{
  float: left;
  width: 300px;
  color: #5E684A;
}
/*.block
{
    border: 1px solid #CCC;
    border-bottom: 1px solid #888;
    border-right: 1px solid #888;
    padding: 0px 10px 10px 10px;
    margin-top: 17px;
    background: white url(/image/killbase/common/layout/bg_box.jpeg) repeat-x;
    -moz-border-radius: 15px 15px 15px 15px;
    -khtml-border-radius: 15px 15px 15px 15px;
}

.block h4
{
	margin-bottom: 10px;
	color: white;
    font-size: 0.92em;
    font-weight: bold;
    line-height: 1;
    padding: 5px 10px 6px;
    text-transform: uppercase;
}*/

.block
{
  border: 3px solid #5E3535;
  padding: 0px 10px 10px 10px;
  margin-top: 17px;
  -webkit-border-bottom-left-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
  -webkit-border-top-left-radius: 20px;
  -webkit-border-top-right-radius: 20px;
  -moz-border-radius-bottomleft: 20px;
  -moz-border-radius-bottomright: 20px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-topright: 20px;
  background-color: #f9f3f3;
}

.subBlock
{
  background-color: white!important;
  border: 1px solid #ead9d9!important;
  padding: 10px;
  -webkit-border-bottom-left-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
  -webkit-border-top-left-radius: 20px;
  -webkit-border-top-right-radius: 20px;
  -moz-border-radius-bottomleft: 20px;
  -moz-border-radius-bottomright: 20px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-topright: 20px;
}

.subBlock .odd
{
  background-color: #eaedfd;
}

.block h4
{
	margin-bottom: 10px;
	color: #5E3535;
  font-size: 0.92em;
  font-weight: bold;
  line-height: 1;
  padding: 5px 10px 6px;
  text-transform: uppercase;
}


/************************************
 * invite d'inscription             *
 ************************************/
 
.play
{
    background-image: url(/image/killbase/common/layout/step.jpg);
	background-repeat: no-repeat;
	height: 62px;
	width: 160px;
	margin: 40px auto 0px auto;
	padding-top: 15px;   
} 

.play a
{
  color: #111;
	font-size: 20px;
} 

/************************************
 * liste d'éléments                 *
 ************************************/

table.elementList
{
    float: left;
    width: 250px;    
    background-color: white;
    margin: 2px;
    border: 3px solid #CCC;
}

table.centerElementList
{
    width: 300px;    
    background-color: white;
    margin: 2px;
    border: 5px outset #1E3A73;
    margin-left: auto;
	margin-right: auto;
    -moz-border-radius: 15px 15px 15px 15px;
    -khtml-border-radius: 15px 15px 15px 15px;
}

table.elementList caption
{
	color: gray; 
	font-size: large;
}

table.elementList th, table.centerElementList caption, table.centerElementList th
{
    display: none;
}

table.elementList h5, table.centerElementList h5
{
    margin: 0px;
    color: black;
    font-weight: normal;
    font-size: small;
}

/************************************
 * page de maintenance              *
 ************************************/
 
div#siteCare
{
	width: 400px;
	background-color: white;	
	border: 3px solid #BBB;
	text-align: center;
	font-size: large;
	color: #555;
	padding: 2em;
	margin-left: auto;
	margin-right: auto;
} 

/************************************
 * dopage                           *
 ************************************/
 
span.doping
{
	color: red;
}

/************************************
 * tableau de statistique           *
 ************************************/

div.statistic table th
{
	font-weight: normal;
	background-color: white;
}

div.statistic table td
{
	text-align: center;
}

div.statistic table col#championshipCol
{
	background-color: #d4e5e4;
}

div.statistic table col#cupCol
{
	background-color: #edebd8;
}

div.statistic table col#careerCol
{
	background-color: #ece3ef;
}

div.statistic table col#totalCol
{
	background-color: #ffe4e4;
}

div.statistic table col#seasonCol
{
	background-color: #e5ffe4;
}

div.statistic table
{
	width: 100%;
	border-collapse: separate;
	/*border: 1px solid #ead9d9;*/
	margin-top: 10px;
	margin-bottom: 10px;
  background-color: white;
}

/************************************
 * fiches kaz et stoppeur           *
 ************************************/
 
div.playerDescription
{
    background-color: #F9F3F3;
    padding: 10px;
    border: 3px solid #5E3535;
    width: 520px;
    margin-left: auto;
    margin-right: auto;
    /*background: white url(/image/killbase/common/layout/bg_box.jpeg) repeat-x;*/
    -moz-border-radius: 15px 15px 15px 15px;
    -khtml-border-radius: 15px 15px 15px 15px;
}

div.playerDescription h4
{
    font-size: xx-large;
    text-align: center;
    margin-bottom: 20px;
}

div.playerDescription h5
{
    padding-left: 5px;
    font-size: large;
    margin-top: 10px;
    color: white;
    background-color: #5E3535;
    text-align: center;
}

div.playerDescription div.face, div.playerDescription div.scan, div.playerDescription div.identity, div.playerDescription div.characteristic, div.playerDescription div.health
{
	float: left;
}

div.playerDescription div.scan
{
	width: 60px;
	margin-top: 5px;
}

div.playerDescription div.face
{
	width: 120px;
	margin-top: 5px;
  background-color: white;
  -moz-border-radius: 15px 15px 15px 15px;
  -khtml-border-radius: 15px 15px 15px 15px;
  border: 1px solid #EAD9D9;
  padding: 10px;
  text-align: center;
  margin-right: 20px;
}

div.playerDescription div.identity
{
	width: 125px;
}

div.playerDescription div.characteristic
{
	width: 160px;
}

div.playerDescription div.health
{
	text-align: right;
}

/************************************
 * Barre de vie et d'xp             *
 ************************************/
 
.bar
{
	margin: 0px;
    padding: 0px;
    font-size: 8px;
} 
 
.redBar
{
    background-color: #d66; 
    text-align: left;
}

.greenBar
{
    background-color: #467b2c; 
    color: #467b2c;
}

.yellowBar
{
    background-color: #CFB714; 
    text-align: left;
    border-right: 2px solid #EACF18;
    color: #CFB714;
}

.blueBar
{
    background-color: #4c6383; 
    color: #467b2c;
    border: 1px solid #4c6383;
}

.purpuleBar
{
    background-color: purple; 
    color: purple;
    width: 15px;
    display: block;
    border: 1px solid black;
}

.grayBar
{
    background-color: #AAA; 
    width: 15px;
    display: block;
    border-bottom: 2px solid #a700de;
}

div#nbPlayer
{
	margin-bottom: 10px;
}

div#nbPlayer span
{
	/*border:2px solid gray;*/
	padding: 2px;
	margin-top: 5px;
}

.inputError
{
	background-color: #ff7878;
}

.checkboxError
{
	color: #ff7878;
}

/************************************
 * tooltip                          *
 ************************************/
 
div.tooltip
{
	border: 3px solid #222!important;
	/*background-color: #555!important;*/
	background:#555 url(/image/killbase/common/layout/afraid.jpeg) no-repeat scroll left top!important;
	color: white;
	width: 300px!important;
	text-align: left!important;
	padding: 3px!important;
  font-size: 12px;
}

.tooltip_title
{
	background-color: #555;
	border: 3px solid #222;
	color: white;
	padding: 3px;
}

.hide
{
	position: absolute!important;
	visibility: hidden;
}

.hidden
{
  display: none;
}

span#application_env
{
	color: white;
	position: absolute;
	top: 30px;
	left: 475px;
	font-size: 2em;
	font-style: italic;
}

/************************************
 * menu d'icones                    *
 ************************************/

.icon-menu a
{
	text-decoration: none;
}

.icon-menu
{
	margin-bottom: 5px;
	text-align: center;
}

/************************************
 * zone d'administration en jeu     *
 ************************************/
 
div.administer
{
	background-color: #700;
	color: white;
	border: 2px solid black;
	padding: 5px;
	margin: 20px;
} 

div.administer ul li a
{
	color: white;
}

/************************************
 * pub                              *
 ************************************/

div#idea
{
	margin-bottom: 5px;
	font-size: 11px;
} 
 
div#idea, div#idea a
{
	color: #444;
} 

/************************************
 * liste d'actions                  *
 ************************************/

ul#actionList
{
	margin-bottom: -15px;
}
 
ul#actionList li
{
	display: inline;
}

/************************************
 * terrain                          *
 ************************************/
 
#stoppeur-color
{
	color: #002b83;
}

#kaz-color
{
	color: #770000;
}


/************************************
 * surlignage des classements       *
 ************************************/
.highlight
{
	background-color: yellow!important;
}

/************************************
 * liens MK                         *
 ************************************/

a.mk
{
    color: #955d9d;
}

/************************************
 * Barre d'xp réelle                *
 ************************************/

.realBar
{
    height: 30px;
}

.realBarOut
{
    width: 300px;
    background-color: #4c6383;
    color: #467b2c;
    border: 1px solid #4c6383;
    margin: 0px auto 0px auto;
}

.realBarValue
{
    font-size: x-large;
}

.realBarIn
{
    
}

/************************************
 * affichage de l'effectif          *
 ************************************/

div.manpowerBox
{
	/*border: 2px solid gray;*/
  border: 1px solid #5E3535;
	margin-bottom: 5px;
	padding: 3px;
	background-color: #F9F3F3;
  /*background: white url(/image/killbase/common/layout/bg_box.jpeg) repeat-x;*/
  -moz-border-radius: 15px 15px 15px 15px;
  -khtml-border-radius: 15px 15px 15px 15px;
}

div.kazBox div.scan, div.kazBox div.identity, div.kazBox div.feature, div.kazBox div.health,
div.stoppeurBox div.face, div.stoppeurBox div.identity, div.stoppeurBox div.feature
{
	float: left;
}

div.kazBox div.scan
{
	width: 80px;
	margin-top: 5px;
}

div.kazBox div.identity
{
    margin-top: 10px;
	width: 150px;
}

div.kazBox div.feature
{
    margin-top: 10px;
	width: 150px;
}

div.kazBox div.health
{
    margin-top: 10px;
	width: 200px;
	text-align: right;
}

div.stoppeurBox div.face
{
	margin-left: auto;
	margin-right: auto;
}

div.stoppeurBox div.face
{
	width: 140px;
	margin-top: 5px;
    text-align: center;
}

div.stoppeurBox div.identity
{
	width: 150px;
	margin-top: 5px;
}

div.stoppeurBox div.feature
{
	width: 150px;
	margin-top: 5px;
}

table.manpowerTable th
{
	padding: 0px 10px 5px 0px;
	font-weight: normal;
}

/******************************************************
 * affichage des caractéristiques des infrastructures *
 ******************************************************/

div.attribute
{
    width: 250px;
    height: 93px;
    float: left;
}

div.attribute span
{
    color: #8E9DB9;
    font-size: 1.2em;
}

ul.structureActionList
{
    float: left;
    width: 250px;
}

img#polaroid
{
    float: left;
}

img.equipment
{
  border: 1px solid #EAD9D9;
  background-color: white;
  -moz-border-radius: 15px 15px 15px 15px;
  -khtml-border-radius: 15px 15px 15px 15px;
  padding: 5px;
}

/* top menu */

#topMenu
{
  width: 600px;
  float: right;
  text-align: right;
  font-size: 18px;
  margin-right: 20px;
}

#topMenu li
{
  display: inline-block;
  text-decoration: none;
  font-family: Trebuchet_MS, Verdana, Arial, sans-serif;
  font-size: 13px;
  text-align: center;
  padding: 0 5px;
}

#topMenu li a
{
  text-decoration: none;
  color: white;
  font-weight: bold;
  display: inline-block;
}

#topMenu li a:hover
{
  text-decoration: none;
  font-weight: bold;
  border-bottom: 5px solid white;
}

#topMenu li:hover
{
  
}

/* adsenseHeader */

#adsenseHeader
{
  position: relative;
  left: 620px;
  top: 40px;
}

#adsenseFirstPage
{
  float: left;
  width: 336px;
}

#marge
{
  color: white;
  width: 100px;
  float: left;
}

/* common box */

.commonBox
{
  border-radius: 15px;
  -webkit-border-bottom-left-radius: 15px;
  -webkit-border-bottom-right-radius: 15px;
  -webkit-border-top-left-radius: 15px;
  -webkit-border-top-right-radius: 15px;
  -moz-border-radius-bottomleft: 15px;
  -moz-border-radius-bottomright: 15px;
  -moz-border-radius-topleft: 15px;
  -moz-border-radius-topright: 15px;
  background-color:#F9F3F3;
  border:3px solid #5E3535;
  margin-top:17px;
  padding: 10px;
}

.commonBox h3
{
  margin-bottom: 10px;
	color: #643939;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  font-size: 12px;
}

.commonBox h4
{
  text-align: center;
  margin-bottom: 10px;
}

.commonSubBox
{
  border-radius: 15px;
  -webkit-border-bottom-left-radius: 15px;
  -webkit-border-bottom-right-radius: 15px;
  -webkit-border-top-left-radius: 15px;
  -webkit-border-top-right-radius: 15px;
  -moz-border-radius-bottomleft: 15px;
  -moz-border-radius-bottomright: 15px;
  -moz-border-radius-topleft: 15px;
  -moz-border-radius-topright: 15px;
  border: 1px solid #EAD9D9;
  background-color: white;
  padding: 5px;
}

/* END */
