p {
	margin: 0px;
	padding: 0px;
}
#home {
  color: #FF006F;
}

.home_about {
  width: 1000px;
  height: 220px;
}

.home_about .title {
  float:left;
  width: 215px;
  height: 220px;
  /* background: url(../images/home_about.gif) no-repeat right 60px; */
}

.text {
  font-family: Arial;
  font-size: 13px;
  margin:20px; 
  color: #67807C; 
  text-align: justify; 
}

.home_focus {
  width: 1000px;
  height: 390px;
}

.home_focus .title {
  float:left;
  width: 348px;
  height: 390px;
  background: url(../images/home_focus.gif) no-repeat right top; 
}

.home_focus .list {
  height: 390px;
  overflow-x: auto;
}

.about {
	float:left;
	width:724px;
}

.about_header {
  /* width: 1000px; */
  background:transparent url(../images/fond_home_top.png) no-repeat scroll right top;
  height: 7px;
  width: 725px;
}

.about_bord {
  /* width: 1000px; */
  background:transparent url(../images/fond_news_bord.png) repeat-y scroll right top;
  float:left;
  width: 725px;
}

.about_content {
  float:left;
  background:#C8DAD7 url(../images/fond_home_f.png) repeat-x scroll left top;
  overflow-x: auto;
  width: 717px;
}

.about_bottom {
  /* width: 1000px; */
  background:transparent url(../images/fond_home_bottom.png) no-repeat scroll right bottom;
  height: 7px;
  float:left;
  width: 725px;
}


.home_focus .video{
  clear: both;
  /*float:left;*/
  margin: 0 0 15px 25px;
  height: 115px;
}

.home_focus .video .thumbnail{
  float:left;
  width: 156px;
  height: 115px;
}

.home_focus .video .thumbnail img{
  border: 0;
}

.home_focus .video .description{
  float:left;
  /* margin: 30px 0 0 60px;*/
  margin-left: 30px;
  margin-top: 10px;
  font-family: Arial;
  font-size: 12px;  
}

.home_focus .video .description a{
  text-decoration: none;
  color: #000000;
}

.home_focus .video .description a:hover{
  text-decoration: underline;
}

/* Liste news */
ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0pt;
	padding:0pt;
}

ul li {
	margin:0pt;
	padding:0pt;
}

.video{
  clear: both;
  background-color: #FFFFFF;
  /* margin: 0 0 15px 25px; */
  margin: 20px;
  padding: 10px;
  min-height: 115px;
  border:1px solid #40C6AC;
}

.video .thumbnail{
  float:left;
  width: 156px;
}

.video .content {
	/*margin: 10px;*/
}

.video .thumbnail img{
  border: 0;
  margin:10px;
}

.video .description{
  float:left;
  /* margin: 30px 0 0 60px; */
  margin-left: 30px;
  margin-top: 10px;
  font: 13px Arial;
  /* font-weight: bold; */
  color: #67807C;
  width: 445px;
}

.video .description a{
  text-decoration: none;
  color: #67807C;
}

.video .description a:hover{
  text-decoration: underline;
}
