@CHARSET "UTF-8";

#zoneContenu {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4c4d4e;
}
#zoneContenu h1 {
	margin: 30px 0 20px;
	padding: 0;
	padding-bottom: 2px;
	border-bottom: 1px solid #D6D6D6;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #005584;
}
#zoneContenu h2 {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #9c9c9c;
	margin: 10px 0;
}
#zoneContenu h3 {
   font-size: 14px;
   font-weight: bold;
	background-image: url(images/arrow_grey.jpg);
	background-position: left;
	background-repeat: no-repeat;
	text-indent: 10px;
	margin: 14px 0;
	color: #696969;
}
#zoneContenu p {
	margin: 8px 0;
}
#zoneContenu img {
	border: none;
}
#zoneContenu a:link, #zoneContenu a:visited {
	color: #005584;
	text-decoration: underline;
}
#zoneContenu a:hover {
	color: #408080;
	text-decoration: underline;
}
#zoneContenu a.active {
	color: #408080;
	text-decoration: underline;
}
#globalDisruption {
	margin: 5px 0 0;
}
#globalDisruption p {
	padding: 3px 3px 3px 50px;
}
.disTitle {
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
}
.disMess {
	font-weight: bold;
	color: black;
}
.disDate {
    background-color: white;
    border: 1px solid #DDDDDD;
    color: #005584;
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 0 3px;
    padding: 1px 5px 1px 2px;
    text-transform: uppercase;
}
.disMajor{
	background-color: #F7F7F7;
	background-image: url(images/major.png);
	background-position: 10px center;
	background-repeat: no-repeat;
	border-bottom: 4px solid red;
   border-top: 4px solid red;
}

.disMinimal{
	background-color: #F7F7F7;
	background-image: url(images/minimal.png);
	background-position: 10px center;
	background-repeat: no-repeat;
	border-bottom: 4px solid orange;
   border-top: 4px solid orange;
}

.disInfo{
	background-color: #F7F7F7;
	background-image: url(images/info.png);
	background-position: 10px center;
	background-repeat: no-repeat;
	border-bottom: 4px solid #005584;
   border-top: 4px solid #005584;
}
#maintenance {
	background-color: #F7F7F7;
	background-image: url(images/minimal.png);
	background-position: 10px center;
	background-repeat: no-repeat;
	border-bottom: 4px solid orange;
   border-top: 4px solid orange;
	margin-top: 20px;
	padding: 5px 0;
}
#maintenance p {
	font-weight: bold;
	font-size: 13px;
	color: #FF8800;
	padding-left: 45px;
}

#apiKeyDiv {
	margin-top: 30px;
}