/* Start of CMSMS style sheet 'css_PageInterieur' */
div#content {
    border-left:dotted 1px #999;
    border-right:dotted 1px #999;
    width:928px;
    padding-left:10px;
   padding-top:10px;
  padding-bottom:5px;
  float:left;
}


div#main {
padding-top:30px;
padding-right:10px;
padding-left:10px;
float:left;
width:532px;
text-align:justify;
border:none;
}


div#sidebar {
   float: left;  /* set sidebar on the left side. Change to right to float it right instead. */
   display: inline;  /* FIX ie doublemargin bug */
   margin-left: 0;
   width:378px;
   padding-left:10px;
   margin-top:88px;
   background-color:#FF00;

}

div#sidebar.hascontent {
   width:340px;
}
#texte{
text-align:justify;
padding-right:20px;
border-right:1px dotted #CCC;
}

#main h2{
font-size:18px;
padding-bottom:30px;
color:#686666;
}

#content a{
color:#387588;
font-size:10px;
text-decoration:none;
}
#main a{
color:#005c9a;
font-size:12px;
text-decoration:none;
}

.lastitem{
color:#a0a0a0;
font-size:10px;
}

#newsletter{
color:#666;
}
#newsletter input{
width:200px;
float:left;
background-color:#CCC;
border:none;
margin:5px;
height:20px;
}
#newsletter label{
width:280px;
clear:left;
float:left;
margin:5px;
text-align:left;
}
#newsletter .test{
width:400px;
}

/* End of 'css_PageInterieur' */

