*
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
/*	background-image:url(/img/ampoule.jpg); */

}
@media (max-width:1024px) 
{
	*
	{
	font-size:12px;
	}
}

.texte {
}

.titre-site {
	font-weight: bold;
	text-align: left;
	font-size: 25px;
	text-align: center;
}
.titre-page {
	font-weight: bold;
	text-align: center;
	font-size: medium;
	margin-top:2em;
	margin-bottom:1em;
}
.lieu {
	font-size: small;
	text-align: center;
}
.actif {
	color: #0C0;
	font-weight: bold;
}
.attente {
	color: #F60;
	font-weight: bold;
}
.soustitre {
	font-size: 28px;
	text-align: center;
	font-weight: bold;
}
a
{
	text-decoration:none;
	color:black;
	font-weight: normal;
}
a.menu
{
	border:1px #CCC solid;
	border-radius:5px;
	-moz-border-radius:5px;
	opacity:0.8;
	-moz-opacity:0.8;
	color:#000;
	padding:8px;
	margin:2px;
	margin-top:5px;
	background-color:#EEE;
	text-decoration:none;
	text-shadow: 0px 2px 5px #AAA;
	font-size: 16px;
}
a.menuactif
{
	border:0px #00F solid;
	border-radius:5px;
	-moz-border-radius:5px;
	opacity:0.8;
	-moz-opacity:0.8;
	color:#FFF;
	padding:8px;
	margin:2px;
	margin-top:5px;
	background-color:grey;
	text-decoration:none;
	text-shadow: 0px 2px 5px #AAA;
	font-size: 16px;
}
a:actif
{
	background-color:#CCC;
	font-weight: bold;
}
a:hover
{
	background-color:orange;
	color:#000;
}

form {
	width: 500px;
	padding: 10px 20px;
	background-color: #EEE;
	color: midnightblue;
	border:1px #EEE solid;
	box-shadow: 4px 4px 15px 0px #656565;
	margin:2em;
	background-image:url("../img/bgform.png");
	background-repeat:no-repeat;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
form p {
	margin: 1em 0;
}
form p.double {
	/* Empêcher le dépassement des flottants */
	overflow: hidden;
	/* Idem pour IE6 */
	width: 100%;
}
form p.double label {
	float: left;
	width: 200px;
	text-align: right;
	font-weight: bold;
	cursor: pointer;
	vertical-align:top;
	padding-right:1em;
}
form p.double label span.info {
	display: block;
	margin-top: .2em;
	font-size: .8em;
	font-weight: normal;
	cursor: default;
	padding-right:1em;
}
form p.double input,
form p.double textarea {
	width: 250px;
	margin-left: 12px;
	border: solid 1px midnightblue;
	padding: 2px 4px;
	vertical-align:bottom;
}
form p.double textarea {
	padding: 2px 0 0 4px;
	width: 320px;
	height: 6em;
}
form p.simple {
	margin-left: 160px;
}
.menu
{
	width:100%;
	height:auto; 
	/* border:1px solid #000;*/
	padding:1em;
	margin-bottom:2em;
	text-align:center;
}
.menuitem
{
	width:150px;
	height:auto;
	/* border:1px solid black; */
	display:inline;
	text-align:center;
	/* background-color:#DFF; */
	padding:0.5em;
	margin-bottom:2em;
}
table 
{
	border-collapse: collapse;
	font-size:0.8em;
}

table, th, td 
{
	border: 1px solid #CCC;
	font-weight:normal;
}
th
{
	background-color:#EEE;
	text-decoration:none;
	padding:0.25em;
	padding-left:1em;
	padding-right:1em;
	font-size:12px;
	
}
td
{
	padding:0.5em;
	font-size:12px;
}
.statut0
{
	color:#900;
	font-weight:bold;
}
.statut1
{
	color:#F60;
	font-weight:bold;
}
.statut2
{
	color:green;
	font-weight:bold;
}
.compteurs
{
	margin-top:1em;
	color:#AAA;
	font-weight:bold;
	font-size:12px;

}
li
{
	margin-bottom:0.5em;
}
.footer
{
	display:block;
	width:100%;
	text-align:right;
}
