


body {
	background-color:black;
	color:white;
}

h2 {
	font-size:30pt;
}

h1 {
	font-size:50pt;
}

#main {
	width:960px;
	margin-left:auto;
	margin-right:auto;
}
.uidInput {
	font-size:50px;
	width:100px;
	text-align:center;
	text-transform: uppercase;
}

.emailAddressInput {
	font-size:30px;
	width:800px;
}


.connectDiv {
	text-align:center;
	padding:20px;
}

#cboxLoadedContent {
	background-color:black !important;
}

.uploadButton {
  font-size:8pt;
  text-align:right;
  margin-top:5px;
}

.uploadButton a {
  border:1px solid #AAA;
  padding:2px 5px 2px 5px;
}

.uploadButton a:hover {
  border:1px solid white;
}


a {
  color:#AAA;
  
}

a:hover{
  color:white;
  text-decoration:none;
  
}

.smallImage {
  display:inline-block;
  margin:20px;
  width:40%;
  /*max-height:134px;*/
}
.smallImage img{
  width:100%;
}


.smallFriz img{
  width:100%;
}


/* Helper classes pour formatage de l'intégration HTML */

.mRegular {
    font-family: Montserrat, serif;
}

.mSBold {
    font-family: Montserrat-SemiBold, serif;
}

.mBold {
    font-family: Montserrat-Bold, serif;
}

.mLight {
    font-family:Montserrat-Light, serif;
}

.mThin {
    font-family:Montserrat-Thin, serif;
}

@media screen and (max-width: 1000px) {
  .smallFriz {
    width:80%;
  }
  .smallImage{
    width:80%;
  }
}
