/*** Patch les éléments pour les pages de "MON PROJET" ***/

#cadreContenu3 {
	background-image:url(../images/tissu5.jpg);
	color: #333333;
}

#cadreContenu h3 {
	border-bottom:1px solid #669900;
	color:#669900;
}

#cadreContenu h1{
	background-color:#A2CB09;
	background-image:url(../images/monprojet3.png);
	background-repeat:no-repeat;
	color:white;
	margin:3px;
	padding:20px 5px 20px 20px;

} 

#cadreContenu a:link, #cadreContenu a:visited {
	color:#669900;
	font-weight:bold;
	text-decoration:underline;
}

#cadreContenu a:hover {
	color:#669900;
}


/* Menu ARTICLES */

#menuArticles {
	background-image:url(../images/tissu6.jpg);
	padding:5px;
}

#menuArticles ul {
	color:red;
	margin:5px; 

	list-style-image:url(../images/puce_projet.gif);
	list-style-position:outside;
	list-style-type:disc;
}

#menuArticles ul li {
	padding-bottom:5px;
}

#menuArticles ul li a:link, #menuArticles ul li a:visited {
	color:#65707F;
	font-size:12px;
	font-weight:normal;
	padding:2px;
	text-decoration:none;
}

#menuArticles ul li a:hover {
	background-color:#FFFFFF;
	color: #669900;
	
}

#menuArticles ul li a.selected {
	font-weight:bold;
	color: #669900;
}

#menuArticles h2 {
	font-weight:bold;
	font-size:12px;
	padding:0px 0px 2px 0px;
	margin:0px;
	color: #669900;
}

/* Tableaux */
table.spip {
	margin: auto;
	margin-bottom: 1em;
	border: 1px solid;
	border-collapse: collapse; }
table.spip caption {
	caption-side: top; /* bottom pas pris en compte par IE */
	text-align: center;
	margin: auto;
	padding: 3px;
	font-weight: bold;
}
table.spip tr.row_first {
	color: #568200;
	background-color: #B1DD58;
}
table.spip tr.row_odd {
	background: #DDD;
}
table.spip tr.row_even {
	background-color: #E6FFC2;
}
table.spip th, table.spip td {
	padding: 3px; text-align: left; vertical-align: middle; }
