/* 
================================
 Container Styles for DotNetNuke
================================
*/ 

/* Container Turquoise Accueil */ 

.containermaster_Turquoise {
	width: 100%;
	/*background-color: #FFFFFF;*/
}
.containerrow1_Turquoise {
}
.containerrow2_Turquoise {
	/*background-color: #FFFFFF;*/
}

.ModuleTitleTurquoise
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 24px;
    COLOR: #67969A;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    LETTER-SPACING: 1px;
	
}
/* ================================ */

/* Container Bleu Fonce Accueil */

.containermaster_Bleu_Fonce {
	width: 100%;
	/*background-color: #A4AE3E;*/
}
.containerrow1_Bleu_Fonce {
}
.containerrow2_Bleu_Fonce {
	/*background-color: #DCE5EC;*/
}
.ModuleTitleBleuFonce
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 20px;
    COLOR: #1D2758;
    FONT-FAMILY: Arial,Sans Serif;
    LETTER-SPACING: 1px;
	
}

/* ================================ */

/* Container Bleu Fonce Small */

.containermaster_Bleu_Fonce_Small {
	width: 100%;
	/*background-color: #dfe5f2;*/
}
.containerrow1_Bleu_Fonce_Small {
background-image:url(bg_left_bottom_pane.gif);
background-repeat:repeat-y;	
}
.containerrow2_Bleu_Fonce_Small {
	/*background-color: #ffffff;*/
}

.ModuleTitleBleuFonceSmall
{
    FONT-WEIGHT: bolder;
    FONT-SIZE: 16px;
    COLOR: #1C2657;
    FONT-FAMILY: Arial,Sans Serif;
    LETTER-SPACING: 1px;
	
}
/* ================================ */

/* Container Tuquoise Small */
.containermaster_Tuquoise_Small {
	width: 100%;
	/*background-color: #181818;*/
}
.containerrow1_Tuquoise_Small {
}
.containerrow2_Tuquoise_Small {
	/*background-color: #181818;*/
}

.ModuleTitleTuquoiseSmall
{
    FONT-WEIGHT: bolder;
    FONT-SIZE: 16px;
    COLOR: #67969A;
    FONT-FAMILY: Arial,Sans Serif;
    LETTER-SPACING: 1px;
}

