@import "./commun.css";

body {
	background: url("../images/f_bleu.jpg") #ADD8E6 repeat;
	color: #000099 ;
}
#ours {
	margin-left: 100px;
}

h1 {
	color: #C71585;
}
h2 {
	color: #C71585;
}
p.warning {
	color: #000099;
	background-color: transparent;
    border-color: #0000CC;
}
p.song {
	color: #990099;
}
p.sig {
	color: #990099;
}
dt {
	color: #C71585;
}
dd {
	color: #000099;
}
ul {
	color: #C71585;
	list-style: disc;
}
a.small {
	color: #0000CC;
}
a {
	color: #C71585;
}
a.in{
	color: #C71585;
}
a.out {
	color: #0000CC;
}

