@CHARSET "ISO-8859-1";
.box {
    background-image: url(../img/bg_box_game.gif);
    background-repeat: no-repeat;
    background-position: top;
    width: 245px;
    height: 100px;
    margin: 0px 10px 10px 5px;
    padding: 0px 0px 0px 0px;
    float: left;
}
.box h4{
    font-size: 1.2em;
    margin: 0px;
    padding: 5px;
    font-weight: bold;
}
.box p{
    font-weight: normal;
    font-size: 1em;
    padding: 5px;
    margin: 0px;
}
#gamesList ul{
    padding: 0px;
    margin: 0px;
    list-style: none;
}
#gamesList li{
    padding: 0px;
    margin: 0px 0px 10px 0px;
    list-style: none;
}
#gamesList h4{
    font-size: 1.2em;
    margin: 0px 0px 5px 0px;
    padding: 0;
    font-weight: bold;
}
/* links */
a.external {
    background: url(../img/external.gif) center right no-repeat;
    padding-right: 13px;
}

a.mail {
    background: url(../img/mail.gif) center right no-repeat;
    padding-right: 13px;
}

a.top {
    font-variant: small-caps;
    background: url(../img/top.gif) center right no-repeat;
    padding-right: 13px;
}


/* externe links */
#externalLinks ul {
    padding: 5px;
    margin: 0px;
    list-style: none;
}

#externalLinks li{
    padding: 5px;
}


/* partner links */
#partnerLinks ul {
    padding: 0px;
    margin: 8px;
    list-style: none;
}

#partnerLinks li{
	margin: 0;
	padding: 0;
    float: left;
	background-color: #fff;
	border-left: 1px solid #F4F4F4;
	border-bottom: 1px solid #F4F4F4;
}
#partnerLinks li a,#partnerLinks li a:hover {
    width: 169px;
	text-decoration: none;
	border: 0;
	padding: 7px 0px 7px 0px;
	margin:0;
	display: block;
}

/* LAYOUT */
 
hr.line {
    border: 0;
    background-color: #e5e5e5;
    color: #e5e5e5;
    clear: both;
    
    height:1px;
    
    display: block;
    
    width: 80%;
}


/* GAMESPART */

#games .images {
    width: 140px;
    float: left;
}
#games img {
    padding-bottom: 5px;
}
#games .text {
    margin-left: 155px;
}


/* ROUNDED BOXES */

/* blue */
.roundedBoxBlue { background: url(../img/box_blue_bg.png) repeat; }
.roundedBoxBlueTop div { background: url(../img/box_blue_top_left.png) no-repeat top left; }
.roundedBoxBlueTop { background: url(../img/box_blue_top_right.png) no-repeat top right; }
.roundedBoxBlueBottom div { background: url(../img/box_blue_bottom_left.png) no-repeat bottom left; }
.roundedBoxBlueBottom { background: url(../img/box_blue_bottom_right.png) no-repeat bottom right; }

.roundedBoxBlueTop div, .roundedBoxBlueTop, .roundedBoxBlueBottom div, .roundedBoxBlueBottom {
width: 100%;
height: 5px;
font-size: 1px;
}
.roundedBoxBlueContent { margin: 0 5px; }
.roundedBoxBlue { width: 100%; margin: 0; }


/* grey */
.roundedBoxGrey { background: url(../img/box_grey_bg.png) repeat; }
.roundedBoxGreyTop div { background: url(../img/box_grey_top_left.png) no-repeat top left; }
.roundedBoxGreyTop { background: url(../img/box_grey_top_right.png) no-repeat top right; }
.roundedBoxGreyBottom div { background: url(../img/box_grey_bottom_left.png) no-repeat bottom left; }
.roundedBoxGreyBottom { background: url(../img/box_grey_bottom_right.png) no-repeat bottom right; }

.roundedBoxGreyTop div, .roundedBoxGreyTop, .roundedBoxGreyBottom div, .roundedBoxGreyBottom {
width: 100%;
height: 5px;
font-size: 1px;
}
.roundedBoxGreyContent { margin: 0 5px; }
.roundedBoxGrey { width: 100%; margin: 0; }

