
body
{
   /* background-color: black;*/
    background-image: url('images/backgrnd.gif');
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
}
.headFull
{
    height:230px;
    background-image: url('images/headerBkr.jpg');
    background-repeat:repeat-x;
    width:100%;
    text-align: center;
}

.menuFlash
{
    background-color: transparent;
    background-image: url('images/Titre.jpg');
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 998px;
    height : 200px;   
}

.contenuHaut
{
    background-color: transparent;
    background-image: url('Images/BannerTop.gif');
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
    height : 30px;  
    border-width:0px; 
}


.main {
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	width:1000px;
	border:0px solid white;
	position:relative;
	background-color:white;
	}

.leftCol{
	width:1000px;
	float:left;
	background-color:white;
	height:auto;

	}

.rightCol {
	float:right;
	width:120px;
	background-color:transparent;
    text-align: right;
	background-color:white;
	height:100%;
}

.footer
{
    height:35px;
    width:1000px;
    margin-left: auto;
    margin-right: auto;
    background-image: url('images/Footer.gif');
    background-repeat:no-repeat;
}


.copyright
{
    height:185px;
    width:100%;
    margin-left: auto;
    margin-right: auto;
    text-align:center;
    /*background-image: url('images/headerBkr.gif');*/
}


.contenu
    {
    padding-left:10px;
    padding-right:10px;
    padding-top:10px;
    padding-bottom:10px;
    text-align: left;
}
    
.contenuB
    {
    padding-left:10px;
    padding-right:10px;
    padding-top:10px;
    padding-bottom:10px;
    text-align: center;
}
    
 