#contentArticle {
  padding-top: 20px;
  min-height:500px;
  display:block;
  padding-bottom:20px;
}
#contentArticleLeft {
 /*background-color: yellow;*/
 float:left;
 width: 640px;
}
#contentArticleRight {
  /*position:relative;*/
  /*background-color: red;*/
  float:right;
  width: 310px;
}
#boxArticle {
 width: 310px;
}
#titreArticle {
   width:310px;
   font-size:26px;
   font-weight: 600;
   color : #99CC00 ;
   border-bottom: 1px solid #ccc;
   padding-bottom: 5px;
   text-shadow: 1px 1px 2px #ccc; 
   letter-spacing: 1px;
   line-height: 26px;
}
#client{
   width:280px;
   font-size:14px;
   font-weight: 600;
   color : #99CC00 ;
}
#texteArticle {
   color: #666;
   font-size: 13px;
   float:left;
   width: 280px;
   border-left:solid 1px #ccc;
   /*border-right:solid 1px #444;*/
   padding-left: 10px;
   padding-right: 10px;
   letter-spacing: 0.1em;
}
#extraSWF ul {
    list-style: none;
}
#extraSWF li {
    float:left; 
    margin:0 ;
    padding: 0;
}
#myPrettyPhotoThumbs ul  {
	list-style: none;
}
#myPrettyPhotoThumbs li  {
	float:left; 
        margin:0px 0px 10px 10px;
}
.myThumb {
    display: block;
    border: 10px solid #fff;
    opacity : 0.7;
    -webkit-box-shadow: 0px 0px 8px #ccc;
    -moz-box-shadow: 0px 0px 8px #ccc;
    box-shadow: 0px 0px 8px #ccc;
}
.myThumb:hover {
    opacity : 1;
}
.lien {
  background-color: #9c0;
  color: #222;
  padding: 5px 10px;
  -moz-border-radius: 0px 0px 8px 0px;
  -webkit-border-radius: 0px 0px 8px 0px;
  border-radius: 0px 0px 8px 0px;
}
.lien:hover {
  background-color: #222;
  color: #fff;
}
.prevNext {
  color: #9c0;
  width: 940px;
  font-size: 14px;
  text-align: right;
  border-bottom: 1px solid #ccc;
  padding-right:10px; 
  padding-left:10px; 
  letter-spacing: 1px;
}
