body
{
    background-color : #fff;
	border:0px;
	padding:0px;
	margin:0px;
}


#containerPage
{
    z-index: 0;
    background-color : #fff;
    margin-left: auto;
    margin-right: auto;
    width: 1126px;
    margin-top : 15px;
    font-family : arial, sans-serif;
}



#containerHeader
{
    background-color : #fff;
    margin-left: auto;
    margin-right: auto;
    width: 1126px;
	height: 376px;
}



#containerBody
{
    background-color : white;
    margin-left: auto;
    margin-right: auto;
    margin-top : 0px;
    width: 1126px;
    height: 533px;
}



#containerBodyMenuTop
{
	background-color: #99CCFF;
	BACKGROUND: url(../images/images_menu/menu_background.jpg) white repeat-x 0px 0px;
	font-family : arial, sans-serif;
	font-size: 1.2em;
	

	padding-left:0px;

	padding-top:8px;
	padding-bottom:0px;

	margin-top:18px;	
	margin-bottom:18px;

	width: 1126px;
	height: 76px;
}


/*Hack pour les bordures de focus d'internet explirer et firefox*/   
#containerBodyMenuTop a:active, a:focus{
      outline:none;
}




#containerBodyContent
{
    background-color : #fff;

    margin-left: auto;
    margin-right: auto;

    margin-top : 0px;
	margin-bottom:0px;
	
    width: 1110px;
	height:442px;
}



#containerBodyContentTemp
{
    background-color : #fff;


	visibility:hidden;
	
    margin-left: auto;
    margin-right: auto;

    margin-top : 0px;
	margin-bottom:0px;

    width: 1110px;

}



#containerFooter
{
    background-color : #fff;

    margin-left: auto;
    margin-right: auto;

    margin-top : 18px;
	
	padding:0px;
	
	width: 1110px;
	height:140px;
}



.clearfix 
{
  clear: both;
  font-size:0px;
  line-height:0px;
  border: 0px;
}



.paragraphe
{
	font-family : arial, sans-serif;
	font-size: 0.9em;
    line-height: 170%;
	text-align:justify;
}



.titre
{
	font-family : arial, sans-serif;
	font-size: 0.9em;
    font-weight:normal;
    color:rgb(85,148,255);
}



#console {
    clear: both;
    width: auto;
    height: 250px;
    overflow: scroll;
    border: 1px solid #666;
    background-color: #fcfcfc;
    padding: 10px;
}
