/****************************************************************************************
DOCUMENT
*****************************************************************************************/
#document{
	margin-bottom:10px;
	color:#7f7f7f;
	text-align:justify;
}

#document h1{
	color:#A1C712;
	font:normal 1.8em verdana;
	margin:0;
	padding:0 7px 0 7px;
	border-left:5px solid #A1C712;
	display:inline;
}

#document h2{
	color:#A1C712;
	font:normal 1.5em verdana;
	border:0;
	margin:0;
	padding:0;
}

#document h3{
	color:#A1C712;
	font:normal 1.25em verdana;
	border:0;
	margin:0;
	padding:0;
}

#document h4, #document h5, #document h6{
	color:#A1C712;
	font:normal 1.25em verdana;
	border:0;
	margin:0;
	padding:0;
}

#document ul {
	/*list-style-type:none;*/
	position:relative;
	left:10px;
	padding-right:10px;
	padding-left:20px;
}

#document ul li {
	/*list-style-image:url(img/li.gif);*/
	color:#7f7f7f;
}

#document a{
	color:#4C8052 !important;
	border-bottom:1px dotted #4C8052;
	text-decoration:none !important;
}

#document a:hover{
	border-bottom:1px solid #4C8052;	
	text-decoration:none !important;	
}

#document .date{
	color:#9CAF08;
	float:right;
	border-bottom:1px dotted #9CAF08;
}

#document .ddescription{
	color:#9CAF08;
	padding:10px 0;
}

#document .author{
	float:right;
	font-size:0.8em;
}

/****************************************************************************************
BILLET
*****************************************************************************************/
.billet{
	margin-bottom:20px;
}

.list{
	padding-top:10px;

}

.list .date{
	float:right;
	color:#9CAF08;
}

.list a{
	font:bold 1.1em verdana;
	color:#A1C712;
}


/****************************************************************************************
COMMENTAIRES
*****************************************************************************************/
.comment h1, .addComment h1 {
	border:0;
	padding:0;
	border-top:1px dotted #9CAF08;
	border-bottom:1px dotted #9CAF08;	
	margin:20px 0;
	display:block;
}

.comment h2{
	font:bold 1em verdana;
}

.comment .author{
	font-size:0.8em;
}

/****************************************************************************************
BLOCS DES DOCUMENTS
*****************************************************************************************/

/*texte et image
*****************************************************************************************/
#widget__textimage_widget img{
	border:2px solid white;
}

/*en savoir plus
*****************************************************************************************/
#widget__more_about_1_widget .readMore{
	padding:10px 0;
	width:100%;
}

#widget__more_about_1_widget  .readMore .content ul{
	color:#744872;
	width:30%;
}

#widget__more_about_1_widget  .readMore .content ul a:hover{
	text-decoration:underline;
}


#widget__more_about_1_widget  .readMore .content ul.readCol1{
	float:left;
	margin-left: 30px;
}

#widget__more_about_1_widget  .readMore .content ul.readCol2{
	float:right;
	margin-right: 10px;
}

#widget__more_about_1_widget  .readMore .flush{
	clear:both;
}

/*rechercher
*****************************************************************************************/
#widget__search_widget li{
	padding-bottom:10px;
}

#widget__search_widget h2{
	margin:0;
	padding:0;
	color:#7F7F7F;
	font:bold 1em verdana;
}

#widget__search_widget p{
	padding:0;
	margin:0;
	font-size:0.9em;
}

#widget__search_widget .moreInfo{
	color:#A1CFE2;
	font-size:0.9em;	
}


/****************************************************************************************
CSS par defaut de CPS
*****************************************************************************************/

div.popup {
  background-color: white;
  border: 1px solid #336699;
  padding-top: 2px;
  padding-bottom: 2px;
}

div.popup ul {
  margin: 0;
  padding: 0;
  line-height: normal;
  list-style-type: none;
  display: inline;
}

div.popup ul li {
  padding-left: 4px;
}

div.popup ul li.selected {
  background: #e7e7e7 url(buttonbg_bc.png) bottom left repeat-x;
}

fieldset.widget {
  border: none;
  margin: 0;
  padding: 0;
  padding-bottom: 0.5em;
}

.documentFields {
  border: 0px none transparent;
  margin: 0em 0 1em 0;
  padding: 0em;
}

.dright {
  float: right;
  text-align: right;
  padding-left: 1em;
  padding-bottom: 1em;
}

.dleft {
  float: left;
  padding-right: 1em;
  padding-bottom: 1em;
}

.dcenter {
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  padding-bottom: 1em;
}

.ddefault {
  padding-bottom: 1em;
}


div.dflush {
  clear: both;
}

div.dcolleft {
  width: 48%;
  padding-bottom: 1em;
}

div.dcolright {
  clear: both;
  float: right;
  width: 48%;
  padding-bottom: 1em;
}


div.dtitle, div.dtitle2, div.dtitle3, div.dtitle4, div.dtitle5, div.dtitle6 {
  color: black;
  background-color: transparent;
  font: 100% Arial, sans-serif, Verdana, Helvetica;
  margin: 0;
  padding-top: 0.5em;
}

div.dtitle {
  font-size: 140%;
  border-bottom: 1px solid #838183;
  margin-bottom: 0.5em;
}
div.dtitle2 {
  font-size: 130%;
  border-bottom: 1px solid #838183;
  margin-bottom: 0.5em;
}
div.dtitle3 {
  font-size: 120%;
  border-bottom: 1px solid #838183;
}
div.dtitle4 {
  font-size: 110%;
  border-bottom: 1px solid #838183;
  font-weight: bold;
}
div.dtitle5 {
  font-size: 105%;
  border-bottom: 1px solid #838183;
  font-weight: bold;
}
div.dtitle6 {
  font-size: 100%;
  border-bottom: 1px solid #838183;
  font-weight: bold;
}

div.dcontent {
  font-size: 100%;
}
div.dcontent p {
  text-align: left;
}

div.ddescription {
  font-style: italic;
  font-size: 105%;
}

.dlabel {
  font-weight: bold;
  font-size: 100%;
}

.dbold {
  font-weight: bold;
}

.publicationDate {
  color: #777777;
  font-weight: bold;
  font-size: 105%;
}

.photoWidget {
  text-align: center;
  padding: 0.5em;
}

.photoWidget p {
  display: inline;
  text-align: left;
}

.photoWidget span {
  vertical-align: top;
  display: table-cell;
  display: inline-table;
  display: inline-block;
  font-size: 95%;
}

#ajax_psm {
  background: #ffac0b;
  color: white;
  position: absolute;
  z-index:500;
  padding: 8px;
  border: 1px solid black;
}

hr.faqBorder {
  border:#999999 1px dotted
}

div.faqResponse {
  padding-top:1em;
}

.faqResponseElement {
  padding-left: 0px! important;
}

/* hack for IE6 bugs */
/* Hides from IE5-mac \*/
* html div.dcolleft {height: 1%}
* html div.dcolright {height: 1%}
/* End hide from IE-mac */


