/**
 * Couleur pour le style 6 du template Echo : Lotus rose
 * - textes noir sur fond blanc -
 */

/* --- blanc --- */
#menu li.current, #menu li:hover	{background:#fff}
#menu li a							{border-left:solid 1px #fff}
.bloc, table.niveauxLangue .selected	{color:#000}
.temoignage .bulle					{border:dotted 1px #000}
form .button {color:#fff}
form .button:hover, form .button_annuler {background:#fff}
form .button_annuler:hover {color:#fff}
#UMB_loading {background: #fff url(../../img/styles/2/spinner.gif) 50% center no-repeat;color:#000}

/* --- noir --- */
body, .contenuRubrique, .temoignage .bulle {background:#fff;color:#000}
table.niveauxLangue .bord_r		{border-right:solid 5px #fff}
table.niveauxLangue .bord_b		{border-bottom:solid 3px #fff}

/* --- rose --- */
.color_1, .color_1_font, .color_1_ft, #menu li.current a, #menu li:hover a	{color:#c557a6}
.color_1_bg, .color_1_back, .color_1_background, .bloc .bouton				{background:#c557a6}
.bouton.current, .bouton:hover:not(.partager), .linkPage.current, .linkPage:hover 		{background:#fff;color:#c557a6}
.articleBlog .titreArticle, .articleBlog .contenu		{border-left:solid 1px #c557a6}
form .button, form .button_annuler:hover {background:#c557a6;border:solid 1px #c557a6}
form .button:hover, form .button_annuler {border:solid 1px #c557a6;color:#c557a6}

/* --- images --- */
.bloc, #pageContent	 					{background:url("../../img/blanc_transp.png")}
.titreRubrique							{background:url('../../img/styles/2/rubrique_start.gif') no-repeat left top}
.elementRubrique .contenu .contexte		{background:url('../../img/styles/2/puce_contexte.gif') no-repeat 6px 6px}
.elementRubrique .contenu .resultats	{background:url('../../img/styles/2/puce_resultats.gif') no-repeat 6px 6px}
.finRubrique							{background:url('../../img/styles/2/rubrique_end.gif') no-repeat right bottom}
.articleBlog							{background:url('../../img/styles/2/rubrique_start.gif') no-repeat left top}
#ajaxIndicator							{background:url('../../img/styles/2/ajax-loader.gif') no-repeat center center #fff}

/* --- gris --- */
.titreRubrique h3	{border-bottom:solid 2px #999}
.elementRubrique	{border-top:dotted 1px #999}
.sousTitreRubrique h5, .elementRubrique .contenu, .articleBlog .contenu, table.niveauxLangue .evaluations 	{color:#999}
table.niveauxLangue th	{background:transparent;color:#666}
table.niveauxLangue td	{background:#eee;color:#666}
.gris {color:#555}

/* liens */
a					{color:#000}
a:hover				{text-decoration:none}
