 * {
 #   margin: 0px 2px 0px 2px;
#    padding: 0px 0px 0px 0px;
  }

  body, html {
#    padding: 3px 1px 1px 1px;

    background-color: #000B02;

    font-family: Verdana, sans-serif;
    font-size: 11pt;
    text-align: center;
  }

  div.main_page {
    position: relative;
    display: table;

    width: 92%;
	
	margin-top: 3px;
    margin-bottom: 3px;
    margin-left: auto;
    margin-right: auto;
    padding: 2px;

    border-width: 3px;
    border-color: #213752;
    border-style: ridge;

    background-color: #3F3F4F;

    text-align: center;
  }

/*******deb********* Header et Bottom ***************/

  div.page_header {
   # padding: 12px 0px 12px 0px;
	
    height: 35px;
    width: 100%;
	
  }

  div.page_header span {
    font-size: 180%;
    font-weight: bold;
	color: #8CA	;
  }


  div.page_bottom {
	position: float;
	bottom: 5px;
	padding: 10px 0px 5px 0px;
	
    margin-left: 80px;
    margin-right: 80px;
	
    background-color: #3F3F4F;
	
  #  height: 70px;
  #  width: 600px;	
  }

  div.page_bottom span {
    font-size: 80%;
    font-weight: bold;
	color: #8CA	;
  }

  div.page_bottom span img {
	
#	height: 3%;
    width: 30%;
	}
/*******fin********* Header et Bottom ***************/


  .floating_element {
    position: relative;
    float: left;
  }

  .floating_element img{
	width: 100%;
  }

  .contact {
  
    font-size: 80%;
    font-weight: bold;
	color: #8CA	;
	
	padding: 10px 0px 10px 0px;
	
    margin-left: auto;
    margin-right: auto;
	
  }