div#wrapper
{
	border: solid 1px #B3C7D5;
	margin: 10px auto;
	width: 960px;
	background-color: #FFF;
	background-repeat: repeat-y;
	background-position: 0 0;
}

div#top
{
	height: 4px;
	width: 950px;
	font-size:0; /*ARNAUD : bug IE6*/
}

div#bottom
{
    background: #FFF ;
    height: 4px;
    width: 950px;
}

div#header
{
	float: left;
	height: 100px;
	width: auto;
	background-repeat: no-repeat;
	background-position: 0 0;
}

div#header a#minaus
{
	display: block;
	float: left;
	height: 80px;
	width: 200px;
	background-image: url(../logo/it_logo_minaus.png);
}

div#header a#widgets
{
    display: block;
    float: left;
    height: 43px;
    width: 140px;
}

div#tagline
{
	color: #66CCFF;
	font-size: 125%;
	font-weight: bold;
	letter-spacing: -1px;
	margin: 6px 0 0 55px;
}

div#topright
{
    float: right;
    margin: 14px 12px 0 0;
    width: 260px;
}

div#content
{
    padding: 5px 12px;
}

div#footer
{
    text-align: center;
    padding: 5px 0;
}
