#contenu .news .bleu h2, #contenu .news .bleu h3{ color: #047CC4 }

#contenu .news .bleu table, #contenu .news .bleu tbody th, #contenu .news .bleu tbody td{ 
						border-color: #047CC4;
						background-color: #C2DFEF;
					}

#contenu .news .vert h2, #contenu .news .vert h3{ color: #57A33E }

#contenu .news .vert table, #contenu .news .vert tbody th, #contenu .news .vert tbody td{ 
						border-color: #57A33E;
						background-color: #DCFFCF;
					}

#contenu .news .orange h2, #contenu .news .orange h3{ color: #F58C1D }

#contenu .news .orange table, #contenu .news .orange tbody th, #contenu .news .orange tbody td{ 
						border-color: #F58C1D;
						background-color: #FFE8CF;
					}

#contenu .news .mauve h2, #contenu .news .mauve h3{ color: #685585 }

#contenu .news .mauve table, #contenu .news .mauve tbody th, #contenu .news .mauve tbody td{ 
						border-color: #685585;
						background-color: #EBDFFF;
					}

#contenu .news .bleu h3,#contenu .news .vert h3,#contenu .news .orange h3,#contenu .news .mauve h3{
			display: list-item;
			list-style-type: square;
			position:relative;
			left:-10px;
			font-size: 1.2em;
			font-weight: bold;
			margin: 30px 0 10px 0;
			}

#contenu .news .bleu ul,#contenu .news .vert ul,#contenu .news .orange ul,#contenu .news .mauve ul{
			margin:10px 0 0 15px;
			padding:0;
			}

#contenu .news .bleu li,#contenu .news .vert li,#contenu .news .orange li,#contenu .news .mauve li{
			margin:0;
			padding:0;
			}

#contenu .news .bleu,#contenu .news .vert,#contenu .news .orange,#contenu .news .mauve{
			padding: 0 25px 0 25px;
			}

