/* CSS Document */
html,body{
height:100%;
text-align:center; /* Hack for IE5/Win */
margin: 0px;
background: #CBCBCB url(img/common/header.gif) no-repeat top;
}

/* CONTAINER */
#container{
width:760px;
margin:0px auto; /* Right and left margin widths set to "auto" */
text-align:left; /* Counteract to IE5/Win Hack */
height:100%;
}
#content{
margin-top:130px;
height:100%;
background: #CBCBCB url(img/common/mainbkg.gif) repeat-y; 
}

/* MENU */
#navcontainer ul
{
padding: .2em 0;
margin: 0 0 0 10px;
list-style-type: none;
background-color: #036;
color: #FFF;
width: 741px;
font: bold 90% arial, helvetica, sans-serif;
text-align: center;
}

li { display: inline; }

li a
{
text-decoration: none;
background-color: #036;
color: #FFF;
padding: .2em 1em;
}

li a:hover
{
background-color: #369;
color: #fff;
}

/* TEXT CONTAINER */

#blkTop{
margin: 28px 0 0 51px;
padding:0;
width: 652px;
height: 77px;
background: #CBCBCB url(img/titres/uk/news.png) no-repeat top;
}
#blkBottom{
margin: 0 0 0 51px;
padding:0;
width: 652px;
height: 18px;
background: #CBCBCB url(img/common/txtbtm.png) no-repeat bottom;
}
#txtContainer{
width: 652px;
margin: 0 0 0 51px;
}
#txtContainer p{
margin:0;
padding: 14px 25px 0 25px;
font:normal 12px Verdana, Arial, Helvetica, sans-serif;
text-align:justify;
background: #CBCBCB url(img/common/txtbkg.png) ; 
}
