html {
	width: 100%;
	margin: 0;
	padding: 0;
	min-height: 100%;
	
	background: #00639c;

	overflow-y: scroll;
}

body {
  width: 1060px;
  margin: 0 auto;
  padding: 0;

  color: #303030;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size-adjust: none;
  font-stretch: normal;
  font-size: 10pt;
  font-family: arial;
  line-height: normal;
  min-height: 100%;
}

/* main */

/* banniere */

#imgban {
  background: none;
  margin: 0 0 0 0;
  margin: auto;
  padding: 0;
}

#banniere {
	width: 700px;
	background: #00639c;
	margin: auto;
  margin-left: 240px;
	text-align: center;
	border-bottom:1px solid black;
	border-right:1px solid black;
	padding-top: 5px;
	padding-left: 40px;
	padding-right: 40px;
	min-width: auto;
	overflow: hidden;
}

/* content */

#content {
  margin: 0 0 0 0;
  margin: auto;
  margin-left: 240px;
  padding: 20px 40px 20px 40px;
  font-size: 10pt;
  font-family: arial;
  width: 700px;
  min-height: 100%;
}

.theme{
	background-color: #f4f4f4 !important;
}

#content p {
  margin: 0 0 20px;
  line-height: 1.5em;
  font-size: 10pt;
  font-family: arial;
  text-align: justify;
}

img {
  border: 1px solid #d0d0d0;
  padding: 1px;
}

.box {
  border: 1px solid #c0c0c0;
  margin: 0 0 20px;
  padding: 10px;
  font-weight: normal;
  font-style: normal;
  font-family: Arial;
  line-height: 1.5em;
  font-size: 10pt;
  background-color: #b1f1ff;
  color: #000000;
}

a img {
  border: 2px solid #0000EE;

}

a:visited img{
  border: 2px solid #551A8B;
}

a img:hover {
	box-shadow: 4px 4px 1px #aaa;
}

.legende {
	width: 100%;
	text-align: center;
}

.internallink {
  font-size: 0.9em !important;
  text-align: center !important;
}

#content h2{
	text-align: center;
	margin-bottom: 20px;
}

table {
	border-collapse: collapse;
	width: 100%;
	text-align: center;
}

table tr,td,th{
	border: 1px solid black;
	padding: 10px;
}

#content li{
	margin-top: 10px;
}



/* sidebar */

#sidebar {
  border-right: 1px solid black;
  overflow-x: auto;
  overflow-y: auto;
  top: 0;
  left: 0;
  font-size: 10pt;
  line-height: 1.5em;
  font-family: Arial;
  color: #ffffff;
  position: fixed;
  height: 100%;
  padding: 10px;

  background-color: rgb(0, 99, 156);
  width: 240px;
  z-index: 1;
}

.announce p {
	margin:0 !important;
	padding: 0 !important;
}

a.email {
  color: white;
  /*margin-left: 14px;*/
}

#dvpt {
	right: 1px;
	position: absolute;
	display: none;
}

#menu{
  list-style: none;
  padding: 0;
}

#menu li.link{
  width: 90%;
  margin: auto;
  border: 1px solid rgb(0, 68, 119) ;
  margin-bottom: 5px ;
  background: rgb(0, 99, 156) ;




  font: 1em "Trebuchet MS",Arial,sans-serif ;
  line-height: 1em ;
  text-align: center;
  padding: 8px 0 8px 0;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
}

#menu li.link a{
	text-decoration: inherit;
	color: white;
	height: 100%;
	width: 100%;
	display: block ;
}

#menu li.link:hover {
	text-decoration: underline;
	background: rgb(0, 68, 119);
}

.current {
	background: rgb(0, 68, 119) !important;
	pointer-events: none;
}

.current:hover {
	text-decoration: none;
}

/* plateforme */
#plateforme_all{
	width: 1020px;
	height: 100%;
	position: fixed;
	background: rgba(0, 0, 0, 0.5);
	z-index: 11;
}
#plateforme_connexion{
	text-align: center;
	position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -75px;
    margin-left: -300px;
    width: 600px;
    height: 150;
	background: white;
	z-index: 12;
	border-radius: 5px;
	border: 2px solid black;
}

