/* 
================================
 Container Styles for DotNetNuke
================================
*/   

/* Citation container */
.citationZone
{
  padding-left:2px;
  text-align:justify;
  background-image:url("citation2.png");
  background-repeat:no-repeat;
  height:107px;  
}

*html .citationZone
{
  background-image:url("citation2ie6.png");
}

.citationText
{ 
  padding:0;
  margin:0;
  height:107px;
}



.citationText p
{ 
  width:500px;
  font-weight:bold;
  font-family:Arial;
  color:#833e68;
}

/* Edito container */
.editoZone
{
  padding-left:19px;
  padding-top:15px;
}
/*
*html .editoZone
{
  
  float:left;
  display:inline;
  padding-left:9px;
  padding-top:15px;
}
*/
.editoTitle
{
  background-image:url("editoTopBorder2.png");
  background-repeat:no-repeat;
  width:220px;
  height:31px;
  padding-left:13px;
  padding-top:2px;
}

.editoBottomBorder
{
  background-image:url("editoBottomBorder.png");
  background-repeat:no-repeat;
  width:220px;
  height:15px;
}

.editoText
{
  background-image:url("editoCenterBorder.png");
  background-repeat:repeat-y;
  width:216px;
  padding-left:15px;
  padding-top:10px;
  padding-right:15px;
}

.editoText p
{
    margin-right: 20px;
    margin-bottom: 0;
}

/* Actu / A voir aussi containers */
.heading
{
  padding-left:18px;
}
/*
*html .heading
{
  padding-left:8px;
}
*/
.topHeading
{ 
  width:216px;
  height:80px;
}

.topHeading img
{ 
  border: 3px solid #853f6a ;
}

.headingTitle
{ 
  width:135px;
  height:35px;
  background-color:#e1e1e1;
  padding-left:2px;
  padding-top:4px;
  position:relative;
  top:-62px;
  left:68px;
}

.headingTitle img
{ 
  /*margin-top:-5px;*/
  border:0px;
}

.subTitle
{
  font-family:"Bradley Hand ITC";
  font-size:22px;
  color:#50253F;
}

.textHeading
{ 
  width:210px;
}

.headingPoint
{ 
  width:195px;
  padding-left:10px;
  padding-top:7px;
  position:relative;
  top:-22px;
  left:5px;
  text-align:justify;
}

.headingPoint a 
{
   text-decoration: underline;
   color:#000000;
}

.headingPointAlireAussi
{

}

/* Dernier echo container */
.paragraph
{
   background-image:url("separator.png")!important;
   background-repeat:repeat-x;
   padding-top:15px;
   padding-bottom:25px;
}




.paragraphTitle
{
   color:#484848;
   font-size:18px;
}

.paragraphText
{
   padding-top:5px;
   text-align:justify;
}

.paragraphText a
{ 
  color:#572945;
}

.divRatingBefore
{
  float:left;
  width:729px;
  height:20px;
  color:#833E68;
  font-weight:bold;
  font-size:13px;  
}


