@charset "iso-8859-1";


#global {
     position: relative;
     margin-left: auto;
     margin-right: auto;

     }

.conteneur {
  width:800px;
  height:800px;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -400px;
  background: #F2EFE8;
}

.Corps {
  position: absolute;
  width:590px;
  height:710px;
  top: 90px;
  left: 200px;
  background: #F2EFE8;
}


.titre_video {
  position:absolute;
  display: block;
  border: 0 none;
  background-image: url(./images/video.gif);
  background-repeat: no-repeat;
  padding: 0;
  width: 120px;
  height: 80px;
  left:5px;
  top:10px;
}

.titre {
  position:absolute;
  background-image: url(./images/logo.jpg);
  background-repeat: no-repeat;
  padding: 0;
  width: 375px;
  height: 75px;
  top:0px;
  left:212px;
}

.titre_barre {
  position:absolute;
  background-image: url(./images/grisfonce.jpg);
  background-repeat: repeat;
  padding: 0;
  width: 800px;
  height: 25px;
  left:0px;
  top:75px;
}

.cat1 {
 font: 12px Arial, Helvetica, sans-serif;     
 color: #000000;
 font-size : 12;
 text-decoration: none;
}

.table {
	background-color: #FFFFFF;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #223361;
	border-right-color: #223361;
	border-bottom-color: #223361;
	border-left-color: #223361;

}

.gr {
	background-image: url('./images/gr.jpg');
	background-repeat: no-repeat;
        background-position: middle left;        
    }


