table.tbl-theme {
  border: none;
  margin: 0px;
  padding: 0px;
  width: 100%;
}
.col-bloc {
  vertical-align: top;
  border: none;
}
.col  {
  padding: 0px 5px;
}

/* hack IE permettant d'avoir un texte de taille inférieur à une image
   provocant un décalage du bloc */
.cms_hack_height_ie {
  border:none;
  width:0px;
  float:left;
  position:relative;
}

.cms_titre {
  margin-left: 5px;
  margin-right: 5px;
  font-weight: bold;
  font-size: 9pt;
  font-family:Arial,sans-serif;
}

.cms_titre a, .cms_titre a:hover {
  text-decoration: none;
  color: black;
  font-weight: bold;
}

.cms_titre_enlarge {
  font-size: 10pt;
}

#titre .test {
  font-size: 8pt;
}

.cms_liste {
  margin-left: 20px;
}

.cms_news_img {
  margin: 3px 5px;
  border:1px solid #000000;
  float: right;
}

.cms_news_texte {
  margin-top: 5px;
  margin-left: 5px;
  text-align: left;
  font-size: 8pt;
  font-family:Arial,sans-serif;
}

.cms_chapo {
  font-size:9pt;
  font-style: italic;
  margin-left: 5px;
  margin-right: 5px;
}

.cms_spacer {
  clear:both;
  height:1px;
}

.cms_footer {
  margin-top: 3px;
  margin-bottom: 5px;
  margin-left: 2px;
  margin-right: 10px;
  background-image: url("../../../images/default/portail/pointilles.gif");
	background-repeat: repeat-x;
	background-position: 0 50%;
  text-align: right;
  height: 15px;
}

.cms_footer img {
  margin-bottom: -2px;
  padding-left: 5px;
  background: #fff;
}

.cms_footer a, .cms_footer a:hover {
  color: #8C000B;
  text-decoration: none;
  font-weight: normal;
  font-size:9pt;
  background: #fff;
}

.cms_titre_fiche {
  background-image: url("../../../images/default/portail/box_default.gif");
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding-left: 25px;
	margin: 0px 0px 10px 0px;
}

.cms_document {
  margin: 5px 5px 0 5px;
}

.cms_titre_document {
  font-size: 9pt;
  font-style: italic;
}

.cms_logo_document {
  font-size: 10pt;
}

.cms_desc_document {
  font-size: 8pt;
}

.cms_desc_document a, .cms_desc_document a:hover {
  color: black;
  text-decoration: none;
}

.cms_sous_rub {
  font-size: 8pt;
}

.cms_sous_rub li {
  margin-left: 20px;
}

.cms_sous_rub_titre {
  font-weight: bold;
}

.cms_sous_rub a, .cms_sous_rub a:hover {
  text-decoration: none;
  color: black;
}

.col-bloc {
  vertical-align: top;
  border: none;
}

/*--- formulaire du forum ---*/
.cms_selector_collapsed,
.cms_selector_expanded
{
  background-image: url("../../../images/default/extjs/grid/group-expand-sprite.gif");
  background-position: 0px 0px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  cursor: pointer;
}
.cms_selector_expanded
{
  background-position: 0px -50px;
}

div.cms_forum_form
{
  margin: 0px;
  padding: 20px 0px 0px 0px;
}

div.cms_forum_form .cms_forum_note
{
  background-color: #e1ffe1;
  color: #000;
  border: 1px solid #0f0;
  font-family: arial, sans-serif;
  font-size: 10pt;
  text-align: center;
  padding: 5px 10px;
  margin: 5px 0px;
}
div.cms_forum_form .cms_forum_note:hover
{
  background-color: #a1ffa1;
  color: #000;
}

div.cms_forum_form_titre
{
  background-color: inherit;
  color: #000;
  font-family: arial, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  font-style: normal;
  text-align: left;
  margin: 0px;
  padding: 0px;
  padding-left: 11px;
}

div.cms_forum_form table,
div.cms_forum_form td
{
  margin: 0px;
  padding: 0px;
  border-spacing: 0px;
  border-collapse: collapse;
  border: 0px none;
  vertical-align: middle;
}
div.cms_forum_form table
{
  width: 400px;
}
div.cms_forum_form td
{
  padding-top: 10px;
}

div.cms_forum_form td.cms_forum_form_label
{
  background-color: inherit;
  color: #000;
  font-family: arial, sans-serif;
  font-size: 8pt;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  padding-right: 10px;
  width: 100px;
}

div.cms_forum_form td.cms_forum_form_field
{
  padding-top: 0px;
  padding-right: 2px;
}

div.cms_forum_form td.cms_forum_form_action
{
  text-align: right;
  padding-top: 0px;
}

#cms_forum_form
{
  margin: 0px;
  padding: 0px 0px 0px 30px;
}

#cms_forum_form_author,
#cms_forum_form_mail
{
  width: 288px;
}
#cms_forum_form_text
{
  width: 100%;
}

#cms_forum_form_action
{
}

/*--- messages de forum ---*/
div.cms_forum_message
{
  border-bottom: 1px solid #eee;
  margin: 5px 10px 0px 10px;
  padding: 5px 0px 0px 0px;
}
div.cms_forum_reponse
{
  background-color: #f9f9f9;
  color: #000;
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
  margin: 10px 20px;
  padding: 0px 10px;
}

div.cm_forum_message_titre,
div.cms_forum_reponse_titre
{
  background-color: inherit;
  color: #000;
  font-family: arial, sans-serif;
  font-size: 8pt;
  font-weight: bold;
  font-style: normal;
  text-align: left;
}
div.cms_forum_reponse_titre
{
  background-color: inherit;
  color: #777;
  font-size: 9pt;
  font-weight: normal;
  padding-left: 11px;
}

div.cm_forum_message_titre span.cms_forum_date,
div.cms_forum_reponse_titre span.cms_forum_date
{
}

div.cm_forum_message_titre span.cms_forum_time,
div.cms_forum_reponse_titre span.cms_forum_time
{
}

div.cm_forum_message_titre span.cms_forum_author,
div.cms_forum_reponse_titre span.cms_forum_author
{
}

div.cms_forum_message div.cms_forum_text,
div.cms_forum_reponse div.cms_forum_text
{
  background-color: inherit;
  color: #000;
  font-family: arial, sans-serif;
  font-size: 8pt;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  margin: 5px 0px 5px 20px;
}

div.cms_forum_reponse div.cms_forum_text
{
  background-color: inherit;
  color: #555;
  font-family: arial, sans-serif;
  font-size: 9pt;
  margin-bottom: 10px;
}

span.cms_forum_private
{
  background-color: inherit;
  color: #f00;
  font-weight: bold;
}


div.bloc_liste_article
{
}

li.bloc-article
{
}

li.bloc-article a, li.bloc-article a:hover
{
  text-decoration: none;
  color: black;
}
