/* @override http://www.hypernovae.be/assets/templates/hypernovae/style.css */

* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
body {
	background: #eee;
	text-align: center;
}
a {
	color: #c00;
	text-decoration: none;
	border-bottom: #c00 1px solid;
}
a:visited {
	color: #900;
	border-bottom-color: #900;
}
a:active, a:hover {
	color: #f60;
	border-bottom-color: #f60;
}
#site {
	background: #fff;
}
h1 {
	text-align: right;
}
h1 a {
	border: none;
	background: #fff url(/assets/templates/hypernovae/images/hypernovaecartouche.gif) no-repeat center center;
}
#page {
	color: #666;
}
#illu {
	text-align: center;
	overflow: hidden;
}
#contenu {
	text-align: justify;
}
#contenu h2 {
	color: #666;
	font-size: 1.3em;
	text-align: left;
}
#activite {
	background: #fff;
}
#footer {
	background: #ddd;
	text-align: center;
}
.invisibletext {
	display: none;
}

blockquote {
overflow: hidden;
margin: .5em 0 1.5em 0;
}
pre {
overflow: scroll;
font-family: Courrier New, Courrier, sans-serif;
font-size: 1em;
}
input {
border: #333 1px solid;
}

p {
	line-height: 150%;
}

p input, p textarea {
	border: #666 1px solid;
	text-align: left;
	margin-bottom: .5em;
	/*width: 336px;*/
}
p label {
	display: block;
	margin-bottom: 1em;
}


#activite ul {
	list-style-type: none;
}
#activite li {
	text-align: center;
	margin-top: 0;
}
#activite li div {
	font-weight: bold;
}
#activite li.a1 {
	background: #aaa;
}
#activite li.a2 {
	background: #ccc;
}
#activite li.a3 {
	background: #fff;
}
#activite li.a1 div {
	background: #999;
}
#activite li.a2 div {
	background: #bbb;
}
#activite li.a3 div {
	background: #ddd;
}

p.improveitem {
	text-align: left;
	margin-top: 2ex;
	background-color: #ffe0c3;
	padding: 1ex 1ex 1ex 2ex;
	border-left: 4px solid #ffc78b;
}

.improvewhat {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 220%;
}

p.recommandation {
	display: block;
	background-color: #b0ffc1;
	padding: 1ex 1ex 1ex 2ex;
	border-left: 4px solid #7fcb90;
	margin-top: -0.8em;
	text-align: left;
}

.recommandationtitle {
	text-transform: uppercase;
	font-weight: bold;
	color: #5f9664;
}

p.actionby {
	display: block;
	background-color: #b0c8ff;
	padding: 1ex 1ex 1ex 2ex;
	border-left: 4px solid #7fcb90;
	margin-top: -0.8em;
	text-align: left;
}

.actionbytitle {
	text-transform: uppercase;
	font-weight: bold;
	color: #5f64ff;
}

.alertePositive {
	color: #0f0;
}
.alerteNegative {
	color: #f00;
}

.announce {
	background-color: rgba(255,225,0,0.50);
	border-left: 10px solid rgba(255,225,0,0.75);
	padding: 2.5ex;
}
