body {
   color:#000000;
   background-color:#113A56;
   background-image:url(/images/bg_default.jpg);
   background-position:left;
   background-repeat:repeat-y;
   font-family:Arial;
}

input[type=text], input[type=password] {
	height:30px;
	width:90%;
	color:#666;
	line-height:30px;
	font-size:12pt;
	text-indent:5px;
	border: 1px solid #ccc;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-box-shadow:5px 5px 10px #DDD inset;
	-moz-box-shadow:5px 5px 10px #DDD inset;
	box-shadow:5px 5px 10px #DDD inset;
	outline: none;
}

input[type=text]:focus, input[type=password]:focus {
	color:#0062D5;
	box-shadow:	5px 5px 10px #DDD inset,
				0 0 6px #0062D5;
}

div#msgerreur {
	color:white;
	text-align:center;
	background-color:red;
	padding:5px;
	border-style:solid;
	border-width:1px;
	border-color:white;
}
div#msgok {
	color:white;
	text-align:center;
	background-color:#00CC00;
	padding:5px;
	border-style:solid;
	border-width:1px;
	border-color:white;
}
div#msgavertissement {
	color:#000000;
	text-align:center;
	background-color:#FFFF99;
	padding:5px;
	border-style:solid;
	border-width:1px;
	border-color:white;
}
table.defaut {
   width:550px;
   background-color:#FFFFFF;
   background-image:url(/images/bg_content.png);
   background-position:top;
   background-repeat:repeat-x;
   border-width:1px;
   border-color:#FFFFFF;
   border-style:solid;
}
table.cellule {
   background-color:#009DE0;
   background-image:url(/images/theme/deco.jpg);
   background-repeat:repeat-x;
   font-family:Arial;
   border-color:#FFFFFF;
}

td.titre {height:30px;background-image:url(/images/theme/bg_titre.jpg);}
font.titre {color:#FFCC00;font-size:12pt;font-weight:bold;}

a:link   { color:#FFFFFF; text-decoration:none }
a:visited{ color:#FFFFFF; text-decoration:none }
a:hover  { color:#FFE001; text-decoration:none }

H1 {
	height:65px;
	width:100%;
   	font-weight:normal;
	color:#000000;
	font-size:18pt;
	text-decoration:none;
	font-style:italic;
	text-align:center;
	margin:0px;
	padding-top:35px;
	text-shadow: 1px 1px 2px #999;
	background:url(/images/logo_medium.png) 0 0 no-repeat;
	background-position: 10px 10px;
	vertical-align:middle;
}
H2 {
   color:#D3226E;
   font-size:14pt;
   text-decoration:none
}
