﻿body
{
    margin: 0px 0px 0px 0px;
    font-family: Arial, Verdana;
    font-size: small;
    background-color: black;
}
a
{
    color: White;
}
/*element només*/
#BannerCell
{
    background-image: url('/Themes/Default/Images/Yellow-skin-banner.jpg');
    background-position: top left;
    background-repeat: no-repeat; /*background-color:White;*/
    height: 240px;
    width: 970px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
#BannerCell h1
{
    margin-right:10px;
    color:Black;
    font-size:large;
}
#BannerRow
{
    position: relative;
    top: -100px;
    left: 0px;
    background-color: #f0bf0b;
    background-image: url('/Themes/Default/Images/BG-skin-banner.jpg');
    background-position: left top;
    background-repeat: repeat-x;
    height: 240px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
#PageTable
{
    width: 970px;
    border: solid 0px red;
    background-color: Black;
    color: White;
    margin-left: auto;
    margin-right: auto;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
#menu
{
    margin: 0;
    padding: 0;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background-color: #f0bf0b;
    width:150px;
}
#menu li
{
    display:inherit; /* affichage horizontal */
    list-style: none;
    white-space:nowrap;
    margin-left:-30px;
}
#menu li a
{
    margin:2px 0px 2px 2px;
    color:black;
}
#menu li a:hover, #menu li a:focus
{
    font-weight:bolder;
}
#footer img
{
    text-decoration:none;
    border:solid 0px black;
}
/*Class*/
.ItemHeader
{
    background-color: #f0bf0b;
    background-image: url('/Themes/Default/Images/BG-skin-banner.jpg');
    background-position: left top;
    background-repeat: repeat-x;
    text-decoration: none;
    font-weight: bolder;
    -moz-border-radius: 10px 10px 0 0;         
    -webkit-border-radius: 10px 10px 0 0;         
    -webkit-border-top-left-radius: 10px; /* pour Chrome */
    -webkit-border-top-right-radius: 10px; /* pour Chrome */
}
.ItemHeader a
{
    color:Black;
    margin-left:4px;
}
.ItemStyle
{
    height:140px;
    background-color: #044559;
    margin: 2px 0px 8px 2px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    width:100%;
}
.AlternateItemStyle
{
    height:140px;
    background-color: #0f755f;
    margin: 2px 0px 8px 2px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    width:100%;
}
.Review
{
    font-size:smaller;
}