/**
 * Couleur pour le style 6 du template Echo : Salle de spectacle marron
 * - 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, form .button_annuler:hover {color:#fff}
form .button:hover, form .button_annuler {background:#fff}
#MB_loading {background: url(../../img/styles/9/spinner.gif) 50% center no-repeat;}

/* --- 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}

/* --- marron --- */
.color_1, .color_1_font, .color_1_ft, #menu li.current a, #menu li:hover a	{color:#B56831}
.color_1_bg, .color_1_back, .color_1_background, .bloc .bouton				{background:#B56831}
.bouton.current, .bouton:hover:not(.partager), .linkPage.current, .linkPage:hover 	{background:#fff;color:#B56831}
.articleBlog .titreArticle, .articleBlog .contenu		{border-left:solid 1px #B56831}
form .button, form .button_annuler:hover {background:#B56831;border:solid 1px #B56831}
form .button:hover, form .button_annuler {border:solid 1px #B56831;color:#B56831}

/* --- images --- */
.bloc, #pageContent	 					{background:url("../../img/blanc_transp.png");box-shadow: 5px 5px 10px #DDDDDD}
.titreRubrique							{background:url('../../img/styles/9/rubrique_start.gif') no-repeat left top}
.elementRubrique .contenu .contexte		{background:url('../../img/styles/9/puce_contexte.gif') no-repeat 6px 6px}
.elementRubrique .contenu .resultats	{background:url('../../img/styles/9/puce_resultats.gif') no-repeat 6px 6px}
.finRubrique							{background:url('../../img/styles/9/rubrique_end.gif') no-repeat right bottom}
.articleBlog							{background:url('../../img/styles/9/rubrique_start.gif') no-repeat left top}
#ajaxIndicator							{background:url('../../img/styles/9/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}
