@charset "utf-8";
body {
  margin: 0px 0px 0px 0px;
  color: #1e5799;
  font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
  background-color: #fefefe;
  font-size: 16px;
}
/* CONTAINER*/
div#container {
  margin: 50px auto 30px;
  width: 960px;
  background-color: #6eaae7;
  display: table;
  border-radius: 60px 20px 60px 20px;
}
/* HEADER*/
div#container header {
  width: 960px;
  height: 190px;
  background-image: url(../images/template/orages_background_header.png);
  border-radius: 60px 20px 0px 0px;
  /*display: table;*/
}
div#container header table {
  width: 960px;
  height: 10px;
  font-size: 2em;
  font-weight: bold;
  color: #6eaae7;
}
#titre {
  text-align: right;
}
div#container header img {
  margin: 0px 0px 0px 10px;
  display: inline-block;
}
div#container header div#header_titre {
  font-size: 1.5em;
  font-weight: bold;
  margin: 0px;
  padding: 0px 0px 0px 760px;
  color: #6eaae7;
  display: inline-block;
}
/* NAVIGATION*/
div#container nav {
  width: 960px;
  height: 40px;
  margin: 50px 0px 0px 0px;
  background-color: #e2eefa;
}
div#container nav ul {
  margin: 0px 10px 0px 0px;
  padding: 5px 0px 0px 0px;
  height: 30px;
  list-style-image: none;
  float: right;
}
div#container nav ul li {
  font-size: 1.5em;
  height: 30px;
  list-style-type: none;
  float: left;
  border-right: 1px dotted #1e5799;
  padding: 5px 20px 0px 20px;
  margin: 0px;
  font-weight: bold;
}
div#container nav ul li:last-child {
  border-right: 0px dotted #1e5799;
}
div#container nav ul li:hover {
  background-color: #ffffff;
  border-radius: 10px;
}
div#container nav ul li.selected {
  background-color: #277687;
  border-radius: 35px;
}
div#container nav ul li a:visited{
	color: #00232b;
}
/* SOUS MENU*/
div#container div#smenu {
  width: 220px;
  min-height: 190px;
  padding: 50px 0px 0px 0px;
  float: left;
}
div#container div#smenu ul {
  padding: 0px;
  margin: 0px 10px;
  list-style-type: none;
  width: 200px;
  list-style-image: none;
}
div#container div#smenu ul li {
  border-top: 1px dotted #1e5799;
  padding: 5px 10px 5px 10px;
  margin: 0px;
}
div#container div#smenu ul li:first-child {
  border-top: 0px;
}

div#container div#smenu ul li a:link {
  text-decoration: none;
  color: #1e5799;
  width: 100%;
  height: 100%;
  display: inline-block;
}
div#container div#smenu ul li:hover{
  background-color: #ffffff;
  border-radius: 10px;
}
div#container div#smenu ul li.selected{
  background-color: #277687;
  border-radius: 35px;
}

div#container div#smenu ul li a:visited{
	color: #00232b;
}

/* Contenu*/
main {
  width: 690px;
  margin: 30px 0px 20px 0px;
  padding: 0px 20px 20px 20px;
  float: left;
  min-height: 400px;
  background-color: #ffffff;
  border-radius: 20px 60px 20px 60px;
}

main .index_article{
  width: 634px;
  margin: 20px 15px 10px 10px;
  font-size: 1em;
  padding: 10px 10px 10px 15px;
  border: 3px solid #faa51b;
  border-radius: 35px 100px 20px 15px;
  box-shadow: 0px 2px 5px #1c1a19;
}
main section article {
  display: inline-block;
  vertical-align: top;
  text-align: justify;
  width: 350px;
  margin-right: 15px;
  font-size: 1em;
  padding: 10px;
}
main section aside {
  display: inline-block;
  vertical-align: top;
  text-align: justify;
  position: relative;
  width: 280px;
  background-color: #faa51b;
  box-shadow: 0px 2px 5px #1c1a19;
  border-radius: 5px;
  padding: 10px;
  color: white;
  font-size: 1em;
}
main section aside a:link {
  text-decoration: none;
  color: white;
}
main section aside h1 {
  text-align: center;
  /*font-size: 1.5em;*/
}
main textarea {
  width: 500px;
  height: 180px;
  float: left;
}
main textarea :required {
  background-color: red;
}
main #btn_bug_report_send {
  background-color: #faa51b;
  border: none;
  color: white;
  padding: 16px 32px;
  text-decoration: none;
  margin: 60px 2px 20px 20px;
  cursor: pointer;
  float: left;
  font-size: 1em;
}

main .table_info_event td{
  width: 100px;
}
main #table_info_tech td{
  width: 170px;
  margin: 0px;
  padding: 5px 0px 0px 10px;
  background-color: #faa51b;
  border: none;
}
main form .btn_form {
  background-color: #faa51b;
  border: none;
  color: white;
  padding: 16px 32px;
  text-decoration: none;
  margin: 20px 20px 20px 80px;
  cursor: pointer;
  float: left;
  font-size: 1em;
}

main #tempspresent label {
  font-size: 1em;
  font-weight: bold;
}

main table{
width:650px;
}

main #tableau_descriptif_ww tr:nth-child(even)
{
	background-color: #fff0d9;

}
.metar_input {
  background-color: #6eaae7;
  width: 60px;
}

main .btn_ts_guide{
  font-size: 1.5em;
  margin: 10px 10px 10px 10px;
  padding: 10px 10px 10px 10px;
}
main #btn_previous_page{
  margin: 10px 10px 10px 250px;
}

main #event_list th {
  background-color: #faa51b;
}

main #event_list td{
  padding: 10px 5px 10px 10px;
}
main #event_list tr:nth-child(even){
  background-color: #fff0d9;
}
main div#map {
  display: inline-block;
  height: 500px;
  width: 500px;
  position: static;
}

main div#mapsounding{
  display: inline-block;
  height: 500px;
  width: 500px;
  position: static;
}
main #radar_control{
  margin: 0px 0px 0px 5px;
  display: inline-block;
  vertical-align: top;
  text-align: justify;
  position: relative;
  width: 180px;
  background-color: #faa51b;
  box-shadow: 0px 2px 5px #1c1a19;
  border-radius: 5px;
  padding: 5px 0px 5px 0px;
  color: white;
  font-size: 1em;
}

main .btn_radar{
  margin: 25px 10px 0px 10px;
  padding: 0px 0px 0px 0px;
  border-radius: 5px;
  width: 65px;
}

main #radars_source_logo{
  display: block;
  margin: 50px auto 50px auto;
  border-radius: 5px;
}

main #pictures_buttons{
  width: 690px;
  padding-left: 10px;
}
main .pictures_dot{
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: rgb(187, 187, 187);
  border-radius: 50%;
  display: inline-block; 
}

main #pic_validity{
  font-size: 1.5em;
  margin: 10px auto 10px auto;
  text-align: center;
}

main .img_sondage{
  width: 690px;
}
main #sondage_control{
  width: 690px;
  margin: 10px auto 10px auto;
  display: inline-block;
  vertical-align: top;
  text-align: justify;
  position: relative;
  background-color: #faa51b;
  box-shadow: 0px 2px 5px #1c1a19;
  border-radius: 5px;
  padding: 5px 0px 5px 0px;
  color: white;
  font-size: 1em;
}

main .btn_sondage{
  margin: 10px 100px 10px 150px;
  padding: 0px 0px 0px 0px;
  border-radius: 5px;
  width: 65px;
}
main .cloud_td {
  max-width: 200px;
}
main #table_cloud tr:nth-child(even){
  background-color: #fff0d9;
}
/* FOOTER*/
div#container footer {
  width: 960px;
  min-height: 100px;
  color: #00232b;
  font-weight: bold;
  background-image: url("../images/template/neige_background_footer.png");
  background-repeat: no-repeat;
  float: left;
  text-align: center;
}
footer ul {
  width: 240px;
  margin: 0px;
  padding: 0px 0px 0px 0px;
  text-align: center;
  float: left;
  list-style-type: none;
}
footer ul li {
  /*float: left;*/
  padding: 0px 20px 0px 0px;
  border-right: 5px solid #777777;
  list-style-image: none;
}
footer ul li:last-child {
  border-right: 0px solid #777777;
}
/*footer ul {
  width: 850px;
  margin: 70px auto;
  padding: 0px 0px 0px 0px;
  list-style-type: none;
}
 footer ul li {
  float: left;
  padding: 0px 10px;
  border-right: 2px solid #777777;
  list-style-image: none;
}
 footer ul li:last-child {
  border-right: 0px solid #777777;
}
 footer ul li a {
  text-decoration: none;
  color: #777777;
}
 footer ul li a:hover {
  text-decoration: underline;
}*/