@import url("/navigation/css/style.css");

h1 {
	color: #99CCFF;
}
input.formtext{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	width:200px;
	border:1px solid #F4A100;
}

input.formsubmit{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #F4A100;
	text-decoration: none;
	background-color: #336699;
	border:1px solid #99CCFF;
	font-weight: bold;
	padding:1px;
}

textarea.formtext{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	width:400px;
	height:40px;
	border:1px solid #F4A100;
}

input.formtext_s{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	width:100px;
	border:1px solid #F4A100;
}

input.formtext_ss{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	width:50px;
	border:1px solid #F4A100;
}

td.item{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #F4A100;
	font-weight: bold;
	text-align:left;
	font-size: 11px;
	vertical-align:top;
	padding-bottom:5px;
}

td.value{
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #99CCFF;
	text-align:left;
	font-weight: normal;
	vertical-align:top;
	padding-bottom:5px;
}

.precisions{
	font-size:10px;
}

.mandatory{
	font-size:10px;
	color: #A6151D;
}

.warning {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #A6151D;
	text-align:center;
}

.feuvert {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #A9D413;
	text-align:center;
}

#content{	min-height:450px;}

img.imageactu{
	border: 1px solid #ffffff;
}
img.contenuimage{
	margin:10px 5px 10px 5px;
	border: 1px solid #F4A100;
	float:none;
}
td.actusimages{
	border: 1px solid #F4A100;
	padding: 10px;
}

td.ctablevalue{
	color:#99CCFF;
	font-weight: bold;
	font-size:11px;
}

td.ctablevalue2{
	color:#F4A100;
	font-weight: normal;
	font-size:10px;
}

td.actutitre{
	font-weight: bold;
	color:#F4A100;
	font-size:14px;
}
td.actutitre .actudate{
	color:#ffffff;

}
td.acturesume{
	color:#99CCFF;
	font-weight: bold;
	font-style:normal;
	font-size:10px;
	text-align:center;
}
td.actudescriptif{
	color:#F4A100;
	font-weight: normal;
	font-size:10px;
}
a.small:link, a.small:active, a.small:visited{
	font-size:11px;
}

a.small:hover{
	font-size:11px;
}

.highlight{
	color:#F4A100;
	font-weight: bold;

}
li.none{
	list-style-type:none;
	margin-left:-15px;
}

div.toppage {
	padding: 0px;
	margin: 40px 0px 0px;
	text-align: right;
	border-bottom: 1px dotted #99CCFF;
	height: 20px;
	}

div.overpage {
	vertical-align:bottom;
	margin-bottom: 0px;
	width:100%;
}

a.toppage:link, a.toppage:active, a.toppage:visited {
	background:   url(/img/navigation/toppage.gif) no-repeat right center;
	padding-right: 11px;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #F4A100;
	text-decoration: none;
	font-weight:bold;
}
a.toppage:hover  {
	background:   url(/img/navigation/toppagehover.gif) no-repeat right center;
	padding-right: 11px;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	font-weight:bold;
}

#footer a.active:link, #footer a.active:active, #footer a.active:visited{
color:#99CCFF;
}

ul.programme{
	margin-top:0px;
}


.firstday .title{
	background-color:#4B7DBE;
}
.firstday {
	background-color:#C9D8EB;
	color:#000000;
	border-bottom:5px solid #4B7DBE;
	margin-bottom:10px;
}
.firstday .highlight{
	color:#000000;
}
.firstday .time{
	font-weight:bold;
	color:#4B7DBE;
}


.secondday .title{
	background-color:#B73710;
}
.secondday {
	background-color:#E9C3B7;
	color:#000000;
	border-bottom:5px solid #B73710;
	margin-bottom:10px;
}
.secondday .highlight{
	color:#000000;
}
.secondday .time{
	font-weight:bold;
	color:#B73710;
}

.thirdday .title{
	background-color:#DE7E00;
}
.thirdday {
	background-color:#F5D8B2;
	color:#000000;
	border-bottom:5px solid #DE7E00;
	margin-bottom:10px;
}
.thirdday .highlight{
	color:#000000;
}
.thirdday .time{
	font-weight:bold;
	color:#DE7E00;
}

a.pdf:link,
a.pdf:active,
a.pdf:visited {
	color: #99CCFF;
	text-decoration: underline;
}
a.pdf:hover {
	color: #FFF;
}
