@import url('layout.css');

body {
	color:#5D663D;
	background:white ;
}

#header h1.titrounet span {
	color:black;
	vertical-align:middle;
}
#header h1.titrounet span a
{
	display :block;
	position:absolute;
	top:60px;
	height:40px;
	left:7px;
/*	background:#FF9900;*/
	text-decoration : none;
	color:#FF9900;
}

#menu dt {
	font-weight: bold;
	border: 1px solid gray;
	background: #FFCC99;
	text-align: center;
}
#menu dd {
	font-weight:bold;
}

#menu li a {
	color: #000;
	text-decoration: none;
	background: #FF9900;
	border:2px solid #FF9900;
}

#menu li a:hover, #menu dt a:hover {
	background: #FFCC33;
	color : #808010;
	border:2px solid #FFCC99;
}

div#footer
{
	text-align: right ;
	color: #8a0 ;
}

div#pub {
	text-align:left;
}

table#google tr td{
	text-align : left;
	color:#000000;
}

table#google_pub tr td{
	text-align : left;
	color:#000000;
}

pre
{
	max-height:500px;
	overflow: auto ;
	background: #dea ;
	border: 2px solid #9b2 ;
	padding: 5px 0 0 5px ;
	font-size: 1.1em ;
}


pre span
{
	color: #560 ;
}

pre span.comment
{
	color: #b30000 ;
}

div#content span.remarque
{
	font-weight:bold;
	text-decoration : underline;
}

div#prec_suiv {
	color:#8a0;
	font-size:1.3em;
}
div#prec_suiv span.prec {
	text-align : center;
}

div#prec_suiv span.prec a{
	text-decoration:none;
	color : blue;
}
div#prec_suiv span.prec a:visited{
	text-decoration:none;
	color:#FF9900;
}
div#prec_suiv span.prec a:hover{
	text-decoration:none;
	color:#FF9900;
}


div#prec_suiv span.suiv {
	text-align : center;
}
div#prec_suiv span.suiv a{
	text-decoration:none;
	color : blue;
}
div#prec_suiv span.suiv a:visited{
	text-decoration:none;
	color:#FF9900;
}
div#prec_suiv span.suiv a:hover{
	text-decoration:none;
	color:#FF9900;
}

