body
{
	background-color:#FFFFFF;
}

#header
{
	background-image:url(../lyon/img/theme/header_background.png);
	background-position:top left;
	background-repeat:repeat-x;
}

#logo
{
	background-image:url(../lyon/img/theme/header.png);
	background-position:top left;
	background-repeat:no-repeat;
}


#page
{
	background-image:url(../lyon/img/theme/body_background.png);
	background-position:top;
	background-repeat:repeat-x;
}

#content
{
}

#pagecontent
{
}


#text
{
	/*border-left:1px solid #009;
	border:1px solid #330099;*/
}

#text h1
{
  text-align:left;
  font-size:120%;
  padding:20px 20px 20px 50px;
  background:url(../lyon/img/pad_default.png) top left no-repeat;
}

#text h2
{
  text-align:left;
  font-size:110%;
  border-bottom:1px dotted #000;
}

#text h3
{
  text-align:left;
  font-size:100%;
  text-decoration:underline;
}

.nok, .ok, .information
{
	background-position:center left;
	background-repeat:no-repeat;
	margin:1em 2em 1em 1em;
	padding:1em 1em 1em 40px;
}

.nok /* ROUGE */
{
	background-color:#FDDBCC;
	background-image:url(../img/32/important.png);
	border:1px solid #FF0000;
	color:#F00;
}

.ok /* VERT */
{
	background-color:#DEA;
	background-image:url(../img/32/ok.png);
	border:1px solid #090;
	color:#090;
}

.information /* BLEU */
{
	background-color:#D2E5FD;
	background-image:url(../img/32/information.png);
	border:1px solid #009;
	color:#009;
}



.calendar
{
	width: 100%;
	border: solid 1px #000000;
	padding: 0px;
	font-size: 10px;
}

.calendar ul, .calendar li
{
	list-style-type:none;
	padding:0;
}

.calendar td
{
	height: 65px;
	vertical-align: top;
	text-align: left;
	padding: 0px;
}

.calendar thead tr th, .calendar .date
{
	font-size: 13px;
	height: 30px;
	color : #FFFFFF;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	background: #316C98;
}

.calendar td .date
{
	min-width: 80px;
	height: 14px;
	padding-bottom: 2px;
	margin-bottom: 4px;
	border: 1px solid #351EA2;
}

.calendar .cal_td1
{
	background-color: #dfebf4;
}

.calendar .cal_td2
{
	background-color: #eff4fa;
}

.calendar .cal_td_today
{
	background-color:#090;
}













.formhead
{
	margin:0;
	padding:.3em;
	background-image:url(../lyon/img/theme/form_top_background.png);
	background-position:top left;
	background-repeat:repeat-x;
	color:#000;
	font-weight:bold;
	border-left:1px solid #000;
	border-right:1px solid #000;
	border-top:1px solid #000;
	height:25px;
}

.formbody
{
	margin:0;
	padding:1em;
	background-color:#FFF;
	border-left:1px solid #000;
	border-right:1px solid #000;
}

.formfoot
{
	margin:0 0 2em 0;
	padding:.2em;
	/*padding:1em;
	background-color:#73A9D7;*/
	text-align:right;
	background-image:url(../lyon/img/theme/form_bottom_background.png);
	background-position:top left;
	background-repeat:repeat-x;
	border-left:1px solid #000;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
}

fieldset
{
	border:1px dotted #73A9D7;
	/*border-left:1px dotted #78A4BE;
	border-bottom:1px dotted #78A4BE;
	border-right:1px dotted #78A4BE;*/
}

fieldset legend
{
	color:#73A9D7;
	font-weight:bold;
}

.focus
{
	background-color:#FFFDDC;
	color:#000000;
}

.normal
{
	background-color:#FFFFFF;
	color:#000000;
}

input[type="text"]
{
	width:40%;
}

input[type="submit"]
{
	color:#FF0000;
}


fieldset label, .radio_legend
{
	float:left;
	width:40%;
	text-align:right;
	margin:0;
	padding:0 .5em 0 0;
	line-height:1.8;
}

.pseudolabel
{
	padding-left:20%;
	width:40%;
	margin:0;
	line-height:1.8;
}































