/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   
/*
.SkinObject,a.SkinObject,a.SkinObject:link,a.SkinObject:visited,a.SkinObject:active,a.SkinObject:hover { 
color:white;
font-size:0.00000001em;
}
*/

/* ============================================
    STYLES POUR LES TEXTES
    ============================================
    vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
*/

.Magenta10, A.Magenta10, a.Magenta10, a.Magenta10:link, a.Magenta10:visited, a.Magenta10:active {
	font-family	:	Verdana;
	font-size	:	10px;
	color		:	#EF018B;
	font-weight	:	normal;
	text-decoration:none;
}
.Magenta11, A.Magenta11, a.Magenta11, a.Magenta11:link, a.Magenta11:visited, a.Magenta11:active {
	font-family	:	Verdana;
	font-size	:	11px;
	color		:	#EF018B;
	font-weight	:	normal;
	text-decoration:none;
}
.Magenta12, A.Magenta12, a.Magenta12, a.Magenta12:link, a.Magenta12:visited, a.Magenta12:active {
	font-family	:	Verdana;
	font-size	:	12px;
	color		:	#EF018B;
	font-weight	:	normal;
	text-decoration:none;
}
a.Magenta10:hover, a.Magenta11:hover, a.Magenta12:hover { text-decoration:underline; }


.Noir10, A.Noir10, a.Noir10, a.Noir10:link, a.Noir10:visited, a.Noir10:active {
	font-family	:	Verdana;
	font-size	:	10px;
	color		:	#000000;
	font-weight	:	normal;
	text-decoration:none;
}
.Noir11, A.Noir11, a.Noir11, a.Noir11:link, a.Noir11:visited, a.Noir11:active {
	font-family	:	Verdana;
	font-size	:	11px;
	color		:	#000000;
	font-weight	:	normal;
	text-decoration:none;
}
.Noir12, A.Noir12, a.Noir12, a.Noir12:link, a.Noir12:visited, a.Noir12:active {
	font-family	:	Verdana;
	font-size	:	12px;
	color		:	#000000;
	font-weight	:	normal;
	text-decoration:none;
}
a.Noir10:hover, a.Noir11:hover, a.Noir12:hover { text-decoration:underline; }


.Gris10, A.Gris10, a.Gris10, a.Gris10:link, a.Gris10:visited, a.Gris10:active {
	font-family	:	Verdana;
	font-size	:	10px;
	color		:	#666666;
	font-weight	:	normal;
	text-decoration:none;
}
.Gris11, A.Gris11, a.Gris11, a.Gris11:link, a.Gris11:visited, a.Gris11:active {
	font-family	:	Verdana;
	font-size	:	11px;
	color		:	#666666;
	font-weight	:	normal;
	text-decoration:none;
}
.Gris12, A.Gris12, a.Gris12, a.Gris12:link, a.Gris12:visited, a.Gris12:active {
	font-family	:	Verdana;
	font-size	:	12px;
	color		:	#666666;
	font-weight	:	normal;
	text-decoration:none;
}
a.Gris10:hover, a.Gris11:hover, a.Gris12:hover { text-decoration:underline; }

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 
    ============================================
*/





/* Styles pour le bandeau du bas */
/*============================*/
.lienBandeauBas, a.lienBandeauBas, a.lienBandeauBas:link, a.lienBandeauBas:visited, a.lienBandeauBas:active {
font-family : Verdana;
font-size : 11;
color : black;
font-weight : normal;
padding-left : 10px;
padding-right : 10px;
}

a.lienBandeauBas:hover {
font-family : Verdana;
font-size : 11;
color : black;
font-weight : normal;
padding-left : 10px;
padding-right : 10px;
}
/*============================*/




.lienAddon1, a.lienAddon1, a.lienAddon1:link, a.lienAddon1:visited, a.lienAddon1:active {
font-family : Verdana;
font-size : 11;
color : rgb(13, 96, 86);
font-weight : bold;
text-decoration : none;
}
a.lienAddon1:hover {
font-family : Verdana;
font-size : 11;
color : #EE593B;
font-weight : bold;
text-decoration : none;
}

.lienAddon2, a.lienAddon2, a.lienAddon2:link, a.lienAddon2:visited, a.lienAddon2:active {
font-family : Verdana;
font-size : 11;
color : rgb(13, 96, 86);
font-weight : normal;
text-decoration : none;
}
a.lienAddon2:hover {
font-family : Verdana;
font-size : 11;
color : #EE593B;
font-weight : normal;
text-decoration : none;
}

.lienHautDePage, a.lienHautDePage, a.lienHautDePage:link, a.lienHautDePage:visited, a.lienHautDePage:active {
font-family : Verdana;
font-size : 10;
color : rgb(13, 96, 86);
font-weight : normal;
text-decoration : underline;
}
a.lienHautDePage:hover {
font-family : Verdana;
font-size : 10;
color : #EE593B;
font-weight : normal;
text-decoration : underline;
}



/* background color for the content part of the pages */
Body
{
}


/* GENERIC */

A:link, A:visited, A:active {
	font-size	:	11px;
	font-family	:	Verdana;
	color	:	#EF583B;
	font-weight	:	normal;
	text-decoration	:	none;
}

A:hover {
	text-decoration	:	underline;
}
























