/* nouveau graphisme */

#wrapper { 
  width : 950px;
  font-size:12px;
}

#content { 
  width:680px;
}

#left-col {
  width: 680px;
}

.post { 
  border:#00adcf dashed 1px;
  padding:5px;
  margin-bottom:10px;
}

.post .title { 
  width:610px;
 }

.entry { 
  padding-left:50px;
}


div.searchform {
  height:40px;
  width:100px;
}

.post-nav .home a { 
/*  margin-left:80px;*/
  padding-left: 20px;
  background-color: transparent;
  background-image: url(images/post-nav-home.gif);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: left center;
}

.post-nav .next a { 
/*  margin-left:80px;*/
  margin-right:0px;
}

.post-nav .previous { 
  width:33%;
  text-align:left;
  float:left;
}
.post-nav .home { 
  width:33%;
  float:left;
  text-align:center;
}
.post-nav .next { 
  width:33%;
  float:left;
  text-align:right;
}

.postdata { 
  color:#666666;
}
.postdata a, .postdata a:visited {
  color: #666666;
  text-decoration: none;
}




#sidebar { 
  float:left;
}

#searchformMFC { 
/*  background-color: transparent;
  background-image: url(images/searchform-bg.png);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: right bottom;
*/
 /* height: 37px; */
}


div.mfcBox { 
  width:210px;
  border-width:0px;
  border-color:#00adcf;
  border-style:solid;
  float:left;
  padding-bottom:5px;
  margin-bottom:15px;
}

div.mfcBoxTitle { 
  background:#00adcf;
  color:#ffffff;
  font-weight:bold;
  font-size:12px;
  padding-left:10px;
  height:25px;
}

div.mfcBoxContent {
  border:#00adcf solid 1px;
  padding:5px;
 }

a.whiteLink { 
  color:white;
  text-decoration:none;
}

div.mfcBoxContent li { 
  border-bottom:1px #00adcf dashed;
  margin-left:5px;
  font-size:10px;
}


