/*******************************************************************************
**		REDEFINITIONS BALISES
*******************************************************************************/

img{
	border:0;
}
/*
body{
	font-family:Arial, sans-serif;
	font-size: 11px;
	margin:0;
	padding:0;
}

input, textarea, select{
	border:1px solid #CCCCCC;
}
*/
h1{
	margin:10px 0 5px 23px;
}

#conteneur {
	width:607px;
	background:#FFFFFF;
	text-align:left;
	margin:0 auto;
}


#header{
	width:569px;
	height:auto;
	margin:0;
	color:#0A2D82;
}

#contenu{
	width:569px;
	margin:0 auto;
	height:auto;
	color:#0A2D82;
}

.t_vert{
	color:#B7CD05;
	font-size:19px;
}

.t_bleu{
	color:#0A2D82;
	font-size:19px;
}

/*******************************************************************************
**		MENU
*******************************************************************************/
#conteneur  #menu,
#contenu_pages #menu{
  list-style-type:none;
  z-index: 100;
  position: relative;
  margin:0 auto 0 auto;
  padding:0;
  width:569px;
	font-family:Arial, sans-serif;
	font-size: 11px;

}

#conteneur  #menu li,
#contenu_pages #menu li{
  float: left;
  padding: 0;
  position: relative;
}
#conteneur #menu li a,
#contenu_pages #menu li a{
  padding:0;
  color: #000000;
  display: block;
}
#conteneur  #menu ul,
#contenu_pages #menu ul{
  background:#7A8DBA;
  list-style-type:none;
  margin:0 0 0px 2px;
  padding:2px 0 2px 0;
  position: absolute;
  display:none;
  min-width:145px;
}

#conteneur  #menu ul li,
#contenu_pages #menu ul li{
  border: 0;
  float: none;
  height:auto;
}

#conteneur  #menu ul a:visited,
#contenu_pages #menu ul a:visited,
#conteneur  #menu ul a:active,
#contenu_pages #menu ul a:active,
#conteneur  #menu ul a:focus,
#contenu_pages #menu ul a:focus,
#conteneur  #menu ul a,
#contenu_pages #menu ul a{
  border-bottom: 0;
  padding:2px 5px;
  white-space: nowrap;
  display:block;
  text-decoration:none;
  font-weight:bold;
  color:#FFFFFF;
}

#conteneur  #menu ul a:hover,
#contenu_pages #menu ul a:hover{
  border-bottom: 0;
  padding:2px 5px;
  white-space: nowrap;
  display:block;
  background:#9AA8CA;
}

/*
#menu li:hover ul,
#menu li.sfHover ul {
  top: 40px;
}*/


#conteneur  #menu .ombre,
#contenu_pages #menu .ombre{
  background:url('https://www.mutavie.fr/mutavie/foto-general/menu_ombre.gif') bottom left repeat-x #FFFFFF;
  border:0;
  width:10px;
  height:40px;
}
/*******************************************************************************
*******************************************************************************/



/*******************************************************************************
**		PIED
*******************************************************************************/

/*******************************************************************************
*******************************************************************************/


/*******************************************************************************
**		RUBRIQUE
*******************************************************************************/
#titre_rub{
	color:#0A2D82;
	text-transform:uppercase;
	font-size:15px;
	background:url('https://www.mutavie.fr/mutavie/foto-general/puce_titre.gif') no-repeat right center;
	padding:0 26px 0 0;
	margin:20px 0 0px 0px;
	float:left;
}

/*******************************************************************************
*******************************************************************************/


/*******************************************************************************
**		ARTICLE
*******************************************************************************/
div.article{
	font-family:verdana;
	margin:0 0 10px 0px;
	width:569px;
	color:#0A2D82;
	line-height:14px;
}


#contenu_pages a.lien_suite, #contenu_pages a.lien_suite:hover, #contenu_pages a.lien_suite:visited{
	background:url('https://www.mutavie.fr/mutavie/foto-general/puce_suite.gif') no-repeat left 1px;
	display:block;
	padding:0 0 2px 16px;
	margin-top:3px;

	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:#A6BF16;
}

/* titre */
.article h2{
	margin:0px;
	padding:3px 50px 5px 8px;
	color:#FFFFFF;
	background:url('https://www.mutavie.fr/mutavie/foto-general/article_titre.jpg') no-repeat top right #333875;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	margin-bottom:0px;
	float:left;
}

.article .article_contenu{
	font-family:verdana;
	font-size:11px;
	clear:both;
	margin:0;
	padding:5px 10px 5px 12px;
	background:url('https://www.mutavie.fr/mutavie/foto-general/article_fond.jpg') no-repeat top left;
}

.article p, article li, .article table{
	font-family:verdana;
	font-size:11px;
	line-height:14px;
}

/* chapeau */
.article .chapeau{
	margin:0px;
	color:#0A2D82;
	font-family:bold;
	font-size:11px;
	font-weight:bold;
	margin-bottom:5px;
}

.article .chapeau p{
	margin:0px;
	padding:0px;
}

#contenu_pages .article .chapeau a,
#contenu_pages .article .chapeau a:visited,
#contenu_pages .article .chapeau a:active,
#contenu_pages .article .chapeau a:hover {
	color:#253D87;
	font-weight:bold;
	text-decoration:none;
}

/* description */
.article .description{
	font-family:verdana;
	font-size:11px;
}

.article p {
	font-family:verdana;
	font-size:11px;
	margin:0px;
	padding:0px;
}

.article ul{
	margin:0 0 0 2px;
	padding:0;
}

.article ul li{
	/*list-style-type:none;*/
	list-style-image:url('https://www.mutavie.fr/mutavie/foto-general/puce_verte.gif');
	list-style-position:inside;
	font-family:verdana;
	font-size:11px;
	padding:0;
	margin:2px 0 2px 0;
}

.article table{
	border:1px solid #ADB9D6;
	border-spacing:0px;
	padding:0;
	margin:0;
}

.article table td{
	border:1px solid #FFFFFF;
	padding:3px 5px;
}


#contenu_pages .article .description a:link,
#contenu_pages .article .description a:active,
#contenu_pages .article .description a:visited,
#contenu_pages .article .description a:hover {
	text-decoration:underline;
	color:#0A2D82;
}

/* image */
.article .divArticleImgGauche{
	float:left;
	margin:0px 5px 0 0;
}
.article .divArticleImgDroite{
	float:right;
	margin:0px 0 0px 5px;
}
.article .divArticleImgHaut{
	text-align:left;
	margin-bottom:10px;
}
.article .divArticleImgBas{
	text-align:left;
	margin-top:10px;
}
.article .divArticleImgGauche .imagelegende{
	color:#C5AE56;
	font-size:10px;
}
.article .divArticleImgDroite .imagelegende{
	color:#C5AE56;
	font-size:10px;
}
.article .divArticleImgHaut .imagelegende{
	color:#FFFFFF;
	font-size:10px;
}
.article .divArticleImgBas .imagelegende{
	color:#C5AE56;
	font-size:10px;
}

.article .fichierlie{
	background:url('https://www.mutavie.fr/mutavie/foto-general/btn_dl.png') no-repeat top left;
	padding:1px 0 8px 20px;
	margin:5px 0 0 0;

}

.select_dossier{
	font-family:Verdana;
	font-size:11px;
}
/*******************************************************************************
*******************************************************************************/

/*******************************************************************************
**			INDEX SUPPORTS ACTIONS
*******************************************************************************/


#liste_supports, #liste_supportsQ {
	width:551px;
	margin:0;
	padding:0 0 2px 0;
	font-size: 11px;
}
#liste_supportsQ {
	display: none;
}
#liste_supports .trTop, #liste_supportsQ .trTop {
    height: 35px;
    /*background: #FFFFFF url('https://www.mutavie.fr/mutavie/foto-general/fondTrTop.png') no-repeat;*/
}
#liste_supports .categorie, #liste_supportsQ .categorie {
	width:102px;
	text-align:center;
	border-right:1px dotted #333875;
	background:#7A8DBA;
	color:#FFFFFF;
}
#liste_supports thead, #liste_supportsQ thead {
	height:30px;
	padding:0;
	margin:0;
}
#liste_supports th.categorie, #liste_supportsQ th.categorie {
	width:102px;
	text-align:center;
	border-right:1px dotted #FFFFFF;
	background:url('https://www.mutavie.fr/mutavie/foto-general/indexsupports_arrondisThg.jpg') no-repeat top left #333875;
	color:#FFFFFF;
}
#liste_supports .form_recap_perf #bloc, #liste_supportsQ .form_recap_perf #bloc {
	background: #333875;
	width: 215px;
	height: 35px;
	float: left;
}
#liste_supports .form_recap_perf #perf_semaine, #liste_supportsQ .form_recap_perf #perf_semaine {
	background: url('https://www.mutavie.fr/mutavie/foto-general/indexsupports_arrondisThd.jpg') no-repeat top right;
	padding: 3px 10px 0 217px;
	color:#FFFFFF;
	height: 32px;
	text-align: center;
}
#liste_supports .form_recap_perf #perf_quot, #liste_supportsQ .form_recap_perf #perf_quot {
	background: url('https://www.mutavie.fr/mutavie/foto-general/indexsupports_arrondisThd_Q.jpg') no-repeat top right;
	padding: 3px 10px 0 217px;
	color: #FFFFFF;
	display :none;
	height: 32px;
	text-align: center;
}
#liste_supports .form_recap_perf form, #liste_supportsQ .form_recap_perf form {
	margin:0;
	padding:0;
}
#liste_supports #isr {
	height:140px;
	background:url('https://www.mutavie.fr/mutavie/foto-general/indexsupports_categ1.jpg') no-repeat top left;
}
#liste_supports #gnd {
	height:56px;
	background:url('https://www.mutavie.fr/mutavie/foto-general/indexsupports_categ2.jpg') no-repeat top left;
}
#liste_supports #gnc {
	height:123px;
	background:url('https://www.mutavie.fr/mutavie/foto-general/indexsupports_categ3.jpg') no-repeat top left;
}
#liste_supports h3 {
    background: transparent url('https://www.mutavie.fr/mutavie/foto-general/puceH3.jpg') no-repeat 0 19px;
    clear:both;
    color:#7A8DBA;
    float:left;
    font-size:11px;
    font-weight:bold;
    margin:-5px 0 9px 20px;
    padding:15px 0 0 15px;
    width:231px;
}
#liste_supports h4 {
	color: #7A8DBA;
	font-size: 10px;
	font-weight: normal;
	padding: 0px 0 0px 35px;
	float: left;
	clear: both;
	width: 231px;
	margin: 0;
}
#liste_supports .txtPerf {
    float: left;
    margin: 5px 0 0 50px;
    color: #B7CD05;
    text-align: center;
    font-weight: bold;
}
#liste_supports .txtPerfQ {
    float: left;
    margin: 5px 0 0 80px;
    color: #4AAABB;
    text-align: center;
    font-weight: bold;
}
#liste_supports .support {
	height: 42px;
	padding: 0 0 0 15px;
}
#liste_supports .nom_support {
	text-transform: uppercase;
	background: url('https://www.mutavie.fr/mutavie/foto-general/supportGauche.png') no-repeat;
	font-weight: bold;
	padding: 13px 0 0 30px;
	color: #FFFFFF;
	text-align: left;
	width: 244px;
	display: block;
	height: 30px;
	float: left;
}
#liste_supports .nom_support2 {
	text-transform: uppercase;
	background: url('https://www.mutavie.fr/mutavie/foto-general/supportGauche2.png') no-repeat;
	font-weight: bold;
	padding: 13px 0 0 30px;
	color: #FFFFFF;
	text-align: left;
	width: 244px;
	display: block;
	height: 30px;
	float: left;
}
#liste_supports .lienplus {
	font-family:verdana;
	font-weight:bold;
	font-size:10px;
	float:left;
	text-align:right;
	margin:7px 0px 0 15px;
	padding:0 0 0 13px;
	background:url('https://www.mutavie.fr/mutavie/foto-general/puce_plus.gif') no-repeat left 1px;
	text-decoration:underline;
}
#liste_supports .chiffre_perf {
    background: url('https://www.mutavie.fr/mutavie/foto-general/supportDroite.jpg') no-repeat;
	width: 180px;
	text-align: left;
	padding: 8px 0 0 60px;
	margin: 1 0 0 12px;
	height: 33px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 19px;
	float: left;
}
#liste_supports .chiffre_perfQ {
	background: url('https://www.mutavie.fr/mutavie/foto-general/supportDroiteQ.jpg') no-repeat;
	width: 180px;
	text-align: left;
	padding: 8px 0 0 60px;
	margin: 0;
	height: 33px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 19px;
	float: left;
}
#liste_supports .chiffre_perf span.plus, #liste_supports .chiffre_perfQ span.plus {
    background: transparent url('https://www.mutavie.fr/mutavie/foto-general/plus.png') no-repeat;
    width: 19px;
    height: 19px;
    float: right;
    margin: 3px 70px 0 0;
}
#liste_supports .chiffre_perfQ span.plus {
    background: transparent url('https://www.mutavie.fr/mutavie/foto-general/plusQ.png') no-repeat;
}
#contenu_pages a.lien_ext_rub, #contenu_pages a.lien_ext_rub:hover, #contenu_pages a.lien_ext_rub:visited{
	background:url('https://www.mutavie.fr/mutavie/foto-general/fs_perf_puce.gif') no-repeat left 1px;
	padding:0 0 0 17px;
	display:block;
	font-family:verdana;
	font-weight:bold;
	font-size:11px;
	color:#333875;
	text-decoration:none;
}

#liste_supports .chiffre_perfQ, #liste_supports .form_recap_perfQ {
    display: none;
}

/*******************************************************************************
*******************************************************************************/
/*******************************************************************************
**			FICHES SUPPORTS ACTIONS
*******************************************************************************/


/****		ETAGE 1		*******************************************************/
#contenu_pages a.lien_retour, #contenu_pages a.lien_retour:hover, #contenu_pages a.lien_retour:visited{
	background:url('https://www.mutavie.fr/mutavie/foto-general/fs_perf_puce.gif') no-repeat left 1px;
	padding:0 0 5px 17px;
	font-family:verdana;
	font-size:11px;
	font-weight:bold;
	color:#0A2D82;
}

#carac_tech{
	width:225px;
	float:left;
	text-align:left;
	margin:0 0 0 10px;
	font-family:verdana;
	font-size:11px;
}

#contenu_pages #carac_tech a{
	text-decoration:none;
	color:#666666;
	font-weight:bold;
}

#carac_tech h3{
	margin:0 0 5px 0;
	padding:0;
	text-transform:uppercase;
	font-size:12px;
}

.gras{
	font-weight:bold;
}

.docs_pdf{
	border:1px solid #CFD6E7;
	margin-top:10px;
	font-family:Arial;
	font-size:11px;
}


#contenu_pages .docs_pdf a,
#contenu_pages .docs_pdf a:hover,
#contenu_pages .docs_pdf a:visited,
#contenu_pages .docs_pdf a:active{
	background:url('https://www.mutavie.fr/mutavie/foto-general/pdficon_small.gif') no-repeat 5px center;
	padding:5px 0 2px 27px;
	height:17px;
	display:block;
	font-weight:bold;
	color:#666666;
	text-decoration:none;
}

#contenu_pages #onglets_gestion{
	width:324px;
	float:left;
	padding:0;
	margin:0 10px 0 0;
}

#objectif_gestion{
	background:url('https://www.mutavie.fr/mutavie/foto-general/fs_ig_degradeG.jpg') no-repeat top left;
	padding:5px 10px;
}


#societe_gestion{
	background:url('https://www.mutavie.fr/mutavie/foto-general/fs_ig_degradeD.jpg') no-repeat top left;
	padding:5px 10px;
	display:none;
}

.bloc_gestion h3{
	padding:0;
	margin:0 0 5px 0;
	font-size:13px;
}

.bloc_gestion p{
	font-family:verdana;
	font-size:11px;
	margin:0 0 3px 0;
	padding:0;
}

/****		TABS HAUT		***************************************************/
#onglets_gestion ul{
    list-style: none;
    padding:0;
    margin:0;
    width:100%;
}
#onglets_gestion ul:after{
    display:block;
    clear: both;
    content: " ";
}
#onglets_gestion li{
	list-style-type:none;
	float:left;
	border:0;
	width:162px;
	height:37px;
	background:url('https://www.mutavie.fr/mutavie/foto-general/fs_ig.gif') no-repeat top left;
}

#contenu_pages #onglets_gestion li a{
    display:block;
    padding:9px 0 0 0;
    z-index: 2;
	height:27px;
	color: #FFFFFF;
    text-transform:uppercase;
    font-weight:bold;
    white-space: nowrap; /* required in IE 6 */
    outline: 0; /* prevent dotted border in Firefox */
    text-decoration:none;
    font-size:11px;
}


#onglets_gestion #btn_objectif{
	background:url('https://www.mutavie.fr/mutavie/foto-general/fs_ig_ongletG.gif') no-repeat top left;
	padding:0;
}
#contenu_pages #onglets_gestion #btn_objectif a{
	padding-left:18px;
}

#onglets_gestion #btn_societe{
	background:url('https://www.mutavie.fr/mutavie/foto-general/fs_ig_ongletD.gif') no-repeat top left;
	padding:0;
}
#contenu_pages #onglets_gestion #btn_societe a{
	padding-left:22px;
}


#onglets_gestion #btn_objectif.selected{
	background:url('https://www.mutavie.fr/mutavie/foto-general/fs_ig_gauche.gif') no-repeat top left;
}

#onglets_gestion #btn_societe.selected{
	background:url('https://www.mutavie.fr/mutavie/foto-general/fs_ig_droite.gif') no-repeat top left;
}

* html #onglets_gestion ul { /* auto clear, @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html #onglets_gestion ul  { /* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}

/******************************************************************************/
/******************************************************************************/

/****		ETAGE 2		*******************************************************/

#performances{
	margin:10px 0 10px 0;
}


.bloc_performances{
	border:1px solid #CCCCCC;
	padding:5px;
}

#evolution {
	padding: 0 30px 0 0;
	background:url('https://www.mutavie.fr/mutavie/foto-general/fs_commentairedegrade.jpg') no-repeat top left;
	margin: 0;
	float: left;
}
#commentaire{
	padding:5px;
	margin:0;
	background:url('https://www.mutavie.fr/mutavie/foto-general/fs_commentairedegrade.jpg') no-repeat top left;
	font-family:verdana;
	font-size:11px;
}

#commentaire p{
	font-family:verdana;
	font-size:11px;
	margin:0 0 5px 0;
	padding:0;
}

#commentaire h3{
	font-family:Arial;
	font-weight:bold;
	font-size:14px;
	margin:0 0 8px 0;
	padding:0;
}
#commentaire .chapeau{
	font-weight:bold;
}

div.texteIntro {
    margin: 15px 0 0 20px;
}

#perf_periode {
	float: left;
	margin: 5px 0 0 20px;
}
#performances #perf_periode li {
    width: 160px;
    padding: 0;
}
#perf_periode #tabsPeriode a.tab_hebdo {
    background: transparent;
    padding: 0;
    width: 161px;
    height: 34px;
    float: left;
	cursor: pointer;
}
#perf_periode #tabsPeriode a.tab_quot {
    background: transparent;
    padding: 0;
    width: 165px;
    height: 34px;
    float: left;
	cursor: pointer;
}
#form_periode {
    float: left;
	font-weight: bold;
	padding: 0;
    /*width: 500px;*/
    font-weight: normal;
	display: none;
}
#form_periode #form_graph {
    border-top: 2px solid #B7CD05;
    background: #FFFFFF;
    padding: 10px 0 10px 10px;
    width: 316px;
    float: left;
}
#form_periodeQ #form_graphQ {
    border-top: 2px solid #4AA9BB;
    background: #FFFFFF;
    padding: 10px 0 10px 10px;
    width: 316px;
    float: left;
}
#form_periode select, #form_periodeQ select {
    margin: 0 2px;
}
#form_periodeQ {
    float: left;
	font-weight: bold;
	padding: 0;
    /*width: 500px;*/
    font-weight: normal;
	display: none;
}
#form_periodeQ .inputT, #form_periode .inputT {
    width: 65px;
    float: left;
    text-align: center;
    height: 13px;
    margin-left: 5px;
    border: 1px solid #CFD6E7;
}
#form_periodeQ p, #form_periode p {
    float: left;
    margin: 0;
    padding: 0;
}
#form_periodeQ img, #form_periode img {
    margin: 0 5px 0 0;
    cursor: pointer;
    float: left;
}
#lien_dl {
	margin: 10px 15px 10px 0;
	float: right;
}
#contenu_pages a.dlvaleurs{
	background:url('https://www.mutavie.fr/mutavie/foto-general/btn_dl.png') no-repeat top left;
	padding:1px 0 8px 20px;
}
.perf_chiffres{
	width: 142px;
	height: 72px;
	color: #333873;
	font-size: 10px;
	font-family: Arial;
	float: right;
	float: left;
	text-align: center;
	margin: -30px 0 0 25px;
}
#form_periodeQ .perf_chiffres p, #form_periode .perf_chiffres p {
	margin: 0 0 0 15px;
	padding: 0;
	font-size: 12px;
}
* html #form_periodeQ .perf_chiffres p, * html #form_periode .perf_chiffres p {
    margin-left: 7px;
}
#form_periode .perf_chiffres table{
	background:url('https://www.mutavie.fr/mutavie/foto-general/fs_perf_tab.jpg') no-repeat;
	width:160px;
	height:49px;
	margin:6px auto 0 auto;
	padding:0;
}
#form_periode .perf_chiffres table.mini {
	background:url('https://www.mutavie.fr/mutavie/foto-general/fs_perf_tabMini.jpg') no-repeat;
	width:121px;
	height:49px;
	margin:6px 0 0 18px;
	padding:0;
}

#form_periodeQ .perf_chiffres table{
	background:url('https://www.mutavie.fr/mutavie/foto-general/fs_perf_tabQ.jpg') no-repeat;
	width:160px;
	height:49px;
	margin:6px auto 0 auto;
	padding:0;
}
#form_periodeQ .perf_chiffres table.mini {
	background:url('https://www.mutavie.fr/mutavie/foto-general/fs_perf_tabMiniQ.jpg') no-repeat;
	width:121px;
	height:49px;
	margin:6px 0 0 18px;
	padding:0;
}

.perf_chiffres table td {
	text-align: center;
	font-size: 10px;
	width: 80px;
	color: #FFFFFF;
	vertical-align: top;
	padding-top: 5px;
}

.perf_chiffres table td.indice {
	text-align: center;
	font-size: 10px;
	width: 80px;
	color: #333875;
	vertical-align: top;
	padding-top: 5px;
}

.perf_chiffres .pourcentage{
	font-size: 15px;
	font-weight: bold;
}

/****		TABS MILIEU		***************************************************/
#performances {
	float: left;
	background: #FFFFFF;
}
#performances ul{
    list-style:none;
    /*float: left;*/
    padding:0;
    margin:0;
}
#performances ul:after{
    display:block;
    clear: both;
    content: " ";
}

#performances li {
	list-style-type:none;
	float:left;
	border:0;
	margin:0 1px 0 0px;
	text-align:left;
	width:278px;
	padding-left:4px;
	height: 23px;
	background: #FFFFFF;
}

#performances ul#tabsPeriode li.onglet {
    height: 34px;
}

#contenu_pages #performances li a{
	color:#333875;
	background:url('https://www.mutavie.fr/mutavie/foto-general/fs_perf_puce.gif') no-repeat left 4px;
	padding:4px 0 0 17px;
	text-transform:uppercase;
	font-weight:bold;
	text-decoration:none;
	display:block;
    white-space: nowrap; /* required in IE 6 */
    outline: 0; /* prevent dotted border in Firefox */
    font-size:11px;
}

#contenu_pages #performances #btn_commentaire a{
	padding-left:17px;
	margin-left:20px;
}

#performances li#btn_tab_hebdo {
    width: 161px;
}
#performances li#btn_tab_quot {
    width: 164px;
}

#performances #btn_perf.selected{
	background:url('https://www.mutavie.fr/mutavie/foto-general/fs_perf_arrondis.gif') no-repeat top right #333875;
	height:23px;
}

#performances #btn_commentaire.selected{
	background:url('https://www.mutavie.fr/mutavie/foto-general/fs_perf_arrondisD.gif') no-repeat top left #333875;
	height:23px;
	float:right;
}

#contenu_pages #performances #btn_perf.selected a{
	color:#FFFFFF;
	font-weight:bold;
	display:block;
	text-transform:uppercase;
	padding:4px 0 0 17px;
	background:none;
	text-decoration:none;
	background:url('https://www.mutavie.fr/mutavie/foto-general/puce_blanche.gif') no-repeat left 4px;
}

#contenu_pages #performances #btn_commentaire.selected a{
	color:#FFFFFF;
	font-weight:bold;
	display:block;
	text-transform:uppercase;
	padding:4px 0 0 17px;
	text-align:left;
	background:none;
	text-decoration:none;
	background:url('https://www.mutavie.fr/mutavie/foto-general/puce_blanche.gif') no-repeat 0px 4px;
}

* html #performances ul { /* auto clear, @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html #performances ul  { /* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}
/******************************************************************************/
/******************************************************************************/

/****		ETAGE 3		*******************************************************/
#infos_supp{
	margin: 10px 0 0 0;
	width: 567px;
	float: left;
}

.bloc_supp{
	background:url('https://www.mutavie.fr/mutavie/foto-general/fs_is_degradeG.jpg') no-repeat top left;
	padding:5px 10px;
	width:567px;
	text-align:left;
}

#infosplus{
	background:url('https://www.mutavie.fr/mutavie/foto-general/fs_is_degradeD.jpg') no-repeat top left;
	padding:0px;
}
#infosplus div{
	padding:5px 10px;
}

#infosplus h3{
	font-family:Arial;
	font-size:15px;
	margin:0 0 5px 0;
	padding:0;
}


#valeurs{
	background:url('https://www.mutavie.fr/mutavie/foto-general/fs_is_degradeC.jpg') no-repeat top left;
}

.bloc_supp p{
	padding:0 0 5px 0;
	margin:0;
	font-family:verdana;
	font-size:11px;
}

.bloc_supp h3{
	padding:0 0 5px 0;
	margin:0;
}

.image_supp{
	float:left;
	margin-right:10px;
}

/****		TABS DU BAS		***************************************************/
#infos_supp ul{
    list-style: none;
    padding:0;
    margin:0;
}

#infos_supp ul:after{
    display:block;
    clear: both;
    content: " ";
}
#infos_supp li{
	list-style-type:none;
	float:left;
	width:189px;
	height:38px;
	background:url('https://www.mutavie.fr/mutavie/foto-general/fs_is_onglet.gif') no-repeat top left;
}

#contenu_pages #infos_supp .onglet a{
	display:block;
    padding-top:5px;
    margin:0;
	height:33px;
    white-space: nowrap;
    outline: 0;
	text-decoration:none;
    text-transform:uppercase;
    line-height:12px;
    color:#FFFFFF;
    font-weight:bold;
    text-align:center;
    font-size:11px;
}

#contenu_pages #infos_supp #btn_plus a{
	padding:11px 0 0 70px;
	text-align:left;
	height:27px;
}
#contenu_pages #infos_supp #btn_repartition a{
	padding:11px 0 0 16px;
	text-align:left;
	height:27px;
}


#infos_supp #btn_repartition{
	background:url('https://www.mutavie.fr/mutavie/foto-general/fs_is_onglet1.gif') no-repeat top left;
}
#infos_supp #btn_repartition.selected{
	background:url('https://www.mutavie.fr/mutavie/foto-general/fs_is_gauche.gif') no-repeat top left;
}

#infos_supp #btn_valeurs.selected{
	background:url('https://www.mutavie.fr/mutavie/foto-general/fs_is_centre.gif') no-repeat top left;
}
#infos_supp #btn_plus{
	background:url('https://www.mutavie.fr/mutavie/foto-general/fs_is_onglet3.gif') no-repeat top left;
}

#infos_supp #btn_plus.selected{
	background:url('https://www.mutavie.fr/mutavie/foto-general/fs_is_droite.gif') no-repeat top left;
}

* html #infos_supp ul { /* auto clear, @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html #infos_supp ul  { /* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}
/******************************************************************************/


/*******************************************************************************
**			LEXIQUE
*******************************************************************************/
#lettres{
	margin:0;
	padding:0;
	width:100%;
}


#lettres li{
	margin:0 3px;
	padding:7px 0 0 0;
	list-style-type:none;
	float:left;
	font-weight:bold;
	background:url('https://www.mutavie.fr/mutavie/foto-general/lx_lettre.jpg') no-repeat top left;
	width:25px;
	height:24px;
	text-align:center;
}


#contenu_pages #lettres li a{
	text-decoration:none;
	display:block;
}


#lettres .selected{
	margin:0 -3px;
	background:url('https://www.mutavie.fr/mutavie/foto-general/lx_lettre-over.jpg') no-repeat top left;
	width:41px;
}


#lettres .deb_selected{
	margin:0 -2px 0 0;
	background:url('https://www.mutavie.fr/mutavie/foto-general/lx_AB-over.jpg') no-repeat top left;
	width:28px;
	text-align:left;
	padding-left:9px;
}

#lettres .lettre_ss_def{
	color:#7A8DBA;
}

#contenu_pages #lettres .selected a,
#contenu_pages #lettres .deb_selected a{
	text-decoration:none;
	display:block;
	color:#FFFFFF;
}



#lexique_contenu{
	margin:0;
	clear:both;
	padding:13px 5px 5px 5px;
	width:545px;
	background:url('https://www.mutavie.fr/mutavie/foto-general/degrade_lexique.jpg') no-repeat top left;
}
#lexique_contenu p{
	margin:0;
	padding:0;
}

#lexique_contenu div{
	margin-bottom:15px;
}

#lexique_contenu .mot{
	background:#B7CD05;
	padding:1px 5px;
	color:#FFFFFF;
	margin:0;
	font-weight:bold;
}


#lexique_contenu .definition{
	padding:0;
	margin:5px 0 0 0;
}
/*******************************************************************************
*******************************************************************************/

/*******************************************************************************
**			ACCUEIL
*******************************************************************************/
.titre_accueil{
	color:#0A2D82;
	font-size:15px;
	background:url('https://www.mutavie.fr/mutavie/foto-general/puce_titre.gif') no-repeat right 7px;
	padding:0 26px 0 0;
	margin:0;
	float:left;
}

.cadre_accueil{
	margin:0;
	padding:0;
}

.cadre_accueil h2{
	margin:0px;
	padding:3px 50px 5px 8px;
	color:#FFFFFF;
	background:url('https://www.mutavie.fr/mutavie/foto-general/article_titre.jpg') no-repeat top right #333875;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	margin-bottom:0px;
	float:left;
	text-transform:uppercase;
}


#actu{
	margin-bottom:25px;
}

.cadre_actu{
	font-family:verdana;
	font-size:11px;
	/*clear:both;*/
	margin:0;
	border:1px solid #CCCCCC;
	background:url('https://www.mutavie.fr/mutavie/foto-general/accueil_fond_actu.jpg') no-repeat bottom right;
}

.actu_accueil{
	width:350px;
	padding:10px 15px 0 15px;
	margin:0;
}

.actu_accueil p{
	font-family:verdana;
	font-size:11px;
	padding:0;
	margin:0 0 3px 0;
}

.actu_accueil .chapeau{
	font-family:verdana;
	font-size:11px;
	font-weight:bold;
}
.actu_accueil .description, .snippet_accueil .description{
	font-family:verdana;
	font-size:11px;
}

.actu_accueil h2{
	color:#333875;
	background:none;
	font-weight:bold;
	margin:0 0 5px 0;
	padding:0;
}

.actu_accueil p{

}

#supports{
	margin:0 0 20px;
}

.cadre_accueil .cadre_supports{
	/*clear:left;*/
	margin:0;
	background:#7A8DBA;
	color:#FFFFFF;
}
.cadre_accueil .cadre_supports .intro_support{
	float:left;
	width:370px;
}

.intro_support p{
	font-family:verdana;
	font-size:11px;
	margin:0 0 3px 15px;
	padding:0 0 0 0;
}

.intro_support #titre_supports{
	padding:12px 0 0 15px;
}

.intro_support .titre_perf{
	margin:0 0 0 15px;
	padding:5px 0 0 0;
	font-size:16px;
	text-transform:uppercase;
}

.intro_support .ss_titre_perf{
	margin:0 0 3px 15px;
	padding:0 0 0 0;
	font-size:12px;
	text-transform:uppercase;
}


#recap_perfs{
	float:right;
	width:161px;
	margin:0 5px 0 0;
	border-left:1px dotted #FFFFFF;
	padding-top:16px;
}
#recap_perfs #perf_date{
	background:url('https://www.mutavie.fr/mutavie/foto-general/accueil_fond_perf_blanc.gif') no-repeat top left #FFFFFF;
	color:#333875;
	font-family:Arial;
	font-size:11px;
	padding:0 0 0 5px;
}

#recap_perfs ul{
	margin:0;
	padding:0;
	width:161px;
	list-style-type:none;
	background:url('https://www.mutavie.fr/mutavie/foto-general/accueil_fond_perf_vert.gif') no-repeat bottom left #B7CD05;
	height:62px;
	overflow:hidden;
}
#recap_perfs li{
	margin:0;
	padding:5px;
	width:161px;
}

#recap_perfs li .nom_support{
	margin:0;
	padding:0;
	color:#FFFFFF;
	font-weight:bold;
	line-height:12px;
	text-transform:uppercase;
}

#recap_perfs li .chiffre_perf{
	margin:0;
	padding:5px 5px 0px 5px;
	color:#FFFFFF;
	font-weight:bold;
	font-size:17px;
	text-decoration:none;
}

#contenu_pages #recap_perfs li a{
	text-decoration:none;
}

.lien_clic{
	background:#333875;
	color:#FFFFFF;
	margin:5px 0 10px 0;
	float:left;
	height:16px;
	padding:2px 20px 0 0;
	background:url('https://www.mutavie.fr/mutavie/foto-general/accueil_arrondis_blanc.jpg') no-repeat top right #333875;
}

.intro_support .lien_clic{
	background:url('https://www.mutavie.fr/mutavie/foto-general/accueil_arrondis_violet.jpg') no-repeat top right #333875;
	margin:15px 0 0 0;
}

#contenu_pages .lien_clic a,#contenu_pages .lien_clic a:hover,#contenu_pages .lien_clic a:visited{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	padding:0px 0 0 31px;
	background:url('https://www.mutavie.fr/mutavie/foto-general/puce_blanche.gif') no-repeat 13px 0px;
	display:block;
}

#titre_lumiere{
	margin-bottom:5px;
}
#titre_bienvenue{
	margin:10px 0 5px 0;
}
.snippet_accueil{
	background:url('https://www.mutavie.fr/mutavie/foto-general/accueil_degrade_bas.jpg') no-repeat top left;
	padding:5px 5px 5px 10px;
	font-size:11px;
	font-family:verdana;
}

.snippet_accueil h3{
	margin:0 0 5px 0;
	padding:0;
	font-size:11px;
}
.snippet_accueil .description, .snippet_accueil .chapeau{
	padding:0 10px 0 0;
}
/*******************************************************************************
*******************************************************************************/
#liste_supports td a.lien_fs, #liste_supportsQ td a.lien_fs {
	color:#333875;
	text-decoration:none;
}

#liste_supports td a.lien_fs:hover, #liste_supportsQ td a.lien_fs:hover {
	color:#333875;
}

#conteneur #contenu #novethic {
	position:relative;
	top:-36px;
	left: 497px;
	z-index:5;
	height:1px;
	width:50px;
}

