body {
	text-align:center;
	background-color:#333333;
	font-family:Trebuchet MS, arial, Lucida Console, verdana;
	font-size:14px;
	color:#FCFAE1;
}

#example {
	z-index:99;
	visibility:hidden;
	position:absolute;
	top:50px;
	left:50px;
	width:80%;
	height:80%;
	margin:auto;
	text-align:center;
	color:#444444;
	background-color: #DDDDDD;
	border:3px solid #AAAAAA;
	border-radius:10px;
	padding:15px;
	text-align:center;
	font-weight:bold;
	font-size:1.3em;
}



.entete {
	width:100%;
	height:80px;
}
a {
	color:#AEEE00;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	color:orange;
	font-weight:bold;
	text-decoration:none;
}
.msg_erreur {
	font-weight:bold;
	color:#E7F00D;
	margin-top:10px;
}
.abandonner {
	margin-top:20px;
}
.abandonner a {
	color:#999999;
}
.abandonner a:hover {
	color:#DDDDDD;
}
hr {
	color:blue;
	height:2px;
	margin-bottom:20px;
}
h1 {
	color:orange;
	font-size:2em;
	font-weight:bold;
}
.titre {
	font-size:1.1em;
	font-weight:bold;
	text-decoration:underline;
	color:yellow;
}
ul {
	list-style-image: url("puce.gif");
	line-height:180%
}
.submit {
	background-color: #719fee;
	border-radius: 10px;
	border: 4px double #1f69ec;
	color: #ffffff;
	text-align:center;
	font-size:1.4em;
	padding:8px 20px 8px 20px;
	margin-top:40px;
	cursor: pointer;
}
.submit:hover {
	box-shadow:0px 0px 30px grey;
	color:#FEFEE0;
}
.fieldset {
  background-color:#222222;
  margin-bottom:40px;
  padding-bottom:40px;
}
.fieldset legend {
  font-size:1.6em;
  color:#FFFF00;
  padding-left:20px;
  padding-right:20px;
}
.textfieldset {
  margin-top:40px;
}
.consult_cpt {
  background-color:white;
  margin-right:8px;
  padding:0px 3px 0px 3px;
  font-size:0.8em;
  color:green;
  border:2px solid gray;
  border-radius:10px;
}
.consult_cpt:hover {
  background-color:green;
}
.consult_cpt_inactif {
  background-color:grey;
  margin-right:8px;
  padding:0px 3px 0px 3px;
  font-size:0.8em;
  color:black;
  border:2px solid gray;
  border-radius:10px;
}
.ajouter_cpt {
  background-color:white;
  margin-left:10px;
  margin-right:10px;
  padding:0px 8px 0px 8px;
  font-size:0.8em;
  color:green;
  border:2px solid gray;
  border-radius:10px;
}
.ajouter_cpt:hover {
  background-color:green;
}