@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS framework
 * (en) central stylesheet
 * (de) zentrales Stylesheet
 *
 * @creator     YAML Builder V1.0 beta1 (http://builder.yaml.de)
 * @file        my_layout.css
 */

/* import core styles | Basis-Stylesheets einbinden */
@import url(screen/slim_base.css);

/* import screen layout | Screen-Layout einbinden */
@import url(screen/navigation.css);
@import url(screen/basemod.css);
@import url(screen/content.css);

/* import print layout | Druck-Layout einbinden */
/* @import url(../yaml/print/print_003_draft.css); */

/* - Portion pour le module user3 --> contenant le flash */

#flash_MSP {
  background-position: right;
  float: left;
  height: 130px;
  width: 230px;
  background-color: transparent;
}
/* - debut news MSP TA */
#news_mspTop {
  background-color: transparent;
  width: 630px;
  background-image: url(../images/div_news_msp_Background.png);
  background-repeat: no-repeat;
}
#news_mspContent {
    width: 630px;
    background-color: transparent;
	background-image: url(../images/fondactualite.png);
	background-repeat:repeat-y;
	padding-left:5px;
    float: center;
}
#news_mspContent ul{
  background-color: transparent ;
  font-family: Verdana,sans-serif;
}
#news_mspBottom {
  background-color: transparent;
  background-image: url(../images/piedactualite.png);
  background-repeat: no-repeat;
  width: 630px;
  margin-left: 2px;
}
#news_msp {
  margin-left: 10px;
  width: 630px;
  background-color: transparent;
    z-index: 3;
}
/* - FIN news MSP TA */




