html {
	text-align:center;
}

body {
    background-color:#DEE7E8;
    font-size:11px;
    font-family: Verdana,Arial, Helvetica;
    color:#000000;
    margin: 0px 0px 0px 0px;
    text-align:center;
}

#margeHaute {
	background-color:#FFFFFF;
	padding-top: 50px;
}

#conteneur {
    background-color:#DEE7E8;
    background-image: url('../IM/bg_degrade.jpg');
    background-repeat: repeat-x;
}

#contenuBloc
{
	display: block;
	width: 750px;
	height: 450px;
}

#contenuPrincipal {
    text-align:left;
    width:750px;
    overflow:hidden;
}

#contenuPage {
    text-align:left;
    width:750px;
    height:400px;
    overflow:auto;
    overflow-x:hidden;
}

#menuHaut{
    background-color:#D8E2E4;
    padding:2px;
}

#menuHaut a , #menuBas a{
    color: #404040;
    background-color:#D8E2E4;
    padding: 0px 5px 0px 5px;
}

#menuHaut a:hover, #menuBas a:hover{
    color: #CC0000;
    background-color:#FFFFFF;
}

a {color:#CC0000; font-weight: bold; font-family: Verdana,Arial, Helvetica; font-size:11px; border: 0px; outline: none;}
img{border: 0px; outline: none;}
td {font-size:11px;}
h1 {font-size:18px;}
h2 {font-size:14px;}

.clear
{
	clear: both;
}

/* 2010-08 - SCH - PROMO */

#contenuBloc
{
	width: 930px;
}

.promo-left, .promo-right
{
	width: 90px;
	height: 450px;
	float: left;
}

#promo-popup
{
	width: 750px;
	height: 450px;
	
	position: absolute;
	top: 63px;
	left: 50%;
	margin: 0 0 0 -375px;	
	padding: 19px 0 0 0;
}