/* @override http://www.hpnv.net/assets/templates/hpnv/style.css */

* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
body {
	background: #eec;
	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(/hpnvnet-cartouche.gif) no-repeat center center;
}
#page {
	color: #664;
}
#illu {
	text-align: center;
	overflow: hidden;
}
#contenu {
	text-align: justify;
}
#contenu h2 {
	color: #664;
	font-size: 1.3em;
}
#activite {
	background: #fff;
}
#activite ul {
	list-style-type: none;
}
#activite li {
	text-align: center;
}
#activite li div {
	font-weight: bold;
}
#activite li.a1 {
	background: #aa8;
}
#activite li.a2 {
	background: #cca;
}
#activite li.a3 {
	background: #fff;
}
#activite li.a1 div {
	background: #997;
}
#activite li.a2 div {
	background: #bb9;
}
#activite li.a3 div {
	background: #ddb;
}
#footer {
	background: #ddb;
	text-align: center;
}
.invisibletext {
	display: none;
}
li {
	margin-bottom: .4em;
	text-align: left;
}

p input[type=text],
p input[type=password],
p textarea {
	border: #999 1px solid;
	text-align: left;
	margin-bottom: .5em;
	padding: 2px;
}

input {
	width: 50%;
	vertical-align: middle;
}

input[type=submit] {
	width: 10em;
	text-align: center;
	padding: 0.5em;
}

input.checkbox {
	width: 2em;
}
textarea {
	width: 100%;
}

label {
	display: block;
	margin-bottom: 0.5em;
	font-weight: bold;
}

label.sameline {
	display: inline-block;
}

#contenu ul {
	margin: 0;
	padding: 0;
	padding-left: 25px;
}

/* styles de l'éditeur */

.alignLeft {
	text-align: left;
}
.miseEnEvidence {
	font-weight: bold;
}



.announceok {
	background-color: rgba(0,143,42,0.5);
	border-left: 10px solid rgba(0,143,42,0.75);
	padding: 2.5ex;
}

.announceinfo {
	background-color: rgba(26,56,244,0.25);
	border-left: 10px solid rgba(26,56,244,0.5);
	padding: 2.5ex;
}

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

.announcewarning {
	background-color: rgba(255,177,59,0.50);
	border-left: 10px solid rgba(255,177,59,0.75);
	padding: 2.5ex;
}

.announceerror {
	background-color: rgba(255,23,19,0.25);
	border-left: 10px solid rgba(255,23,19,0.5);
	padding: 2.5ex;
}

img.ui-datepicker-trigger {
	display: inline-block;
	vertical-align: middle;
	margin: 5px;
}