/*
 * #0000cc
 * #cccccc
 * #e1e1e1
 * #777777
 */

a,a:link,a:visited {
	color: #0000cc;
}

a:hover {
	color: #000099;
}

h1 {
	color: #fff;
}

#fiche.archive h4 {
	text-align: center;
	color: #aaa;
}

form.lstPage a.current {
	color: #cccccc;
}

table#dir td.left {
	width: 250px;
	border-right: 1px solid #cccccc;
}

form div.section h3:hover {
	background-color: #e1e1e1;
}

ul#menu1,
ul#menu1 li {
	background: #eee;
}
ul#menu1 a,
ul#menu1 a:link,
ul#menu1 a:visited,
ul#menu1 span {
	color: black;
}

ul#menu1 li:hover {
	background-color: #ccc;
}

table.listing_type a:link,table.listing_type a:visited,table.listing_type a.modifier,
table.listing_type a:link,table.listing_type a:visited,table.listing_type a.voir
	{
	color: #777777;
}

span.toggle_select_all {
	color: #777777;
}
a.btt3, a.btt3:link, a.btt3:visited {
	background: #cccccc;
	color: white;
}

/*
html.fiche,
html.fiche ul#menu1,
html.fiche ul#menu1 li,
html.createListing,
html.createListing ul#menu1,
html.createListing ul#menu1 li {
	background: #00607a;
}
html.fiche h1,
html.createListing h1 {
	color: #00607a;
}
*/
/*
html.createListingType,
html.createListingType ul#menu1,
html.createListingType ul#menu1 li {
	background: #bbb;
}
html.createListingType h1,
html.createListingType h2 {
	color: #bbb;
}
html.search,
html.search ul#menu1,
html.search ul#menu1 li {
	background: #00918f;
}
html.search h1 {
	color: #00918f;
}

*/
html div#main {
	background: #999;
}
html.fiche div#main,
html.createListing div#main {
	background: #00607a;
}
html.fiche div#main h2,
html.createListing div#main h2{
	color: #fff;
}
html.createListingType div#main {
	background: #a10229;
}
html.search div#main {
	background: #00918f;
}
html.search div#main h2{
	color: #fff;
}
/*
#00607a	(0,96,122)
#00918f	
*/