*{
    margin:0;
    padding:0;
}
body {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	border:0;
	background-color: white;
	font-family: "Trebuchet MS", "Helvetica", "Arial",  "Verdana", "sans-serif";
	color:#000;
}

h1 {
    font-size: 50px;
}

h2 {
    font-size: 20px;
}

#allDivs {
	position: absolute;
	margin: 0 auto;
}

.titre {
	background: rgba(4, 171, 196, 1);
	padding:10px 20px;
}

.message {
	text-align: center;
	background-color: white;
	padding:10px 20px;
	margin: 0 auto;
}

.messageAlerte {
	text-align: center;
	background-color: red;
	color: white;
	border:1px solid #2b4b6a;
	padding:10px 20px;
	margin: 0 auto;
}

.gris {
	color:#2b4b6a;
}

.bleuCiel {
	color:#04abc4;
}

.blanc {
	color:#FFFFFF;
}

#top {
	position: fixed;
	top: 0px;
    left: 0px;
	width: 100%;
	text-align: right;
	background: url(../picts/menuBackground.png);
	background-repeat:repeat-x;
    height: 88px;
	overflow: hidden;
	display: inline-block;
	/*opacity:0.75;*/
}

#bot {
    background-color: #c0000f;
    text-align: center;
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background:url(../picts/bottomBackground.png);
	background-repeat:repeat-x;
    height: 68px;
}
/*
#picts {

}
*/
#block {
    background-color: #000000;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 0;
	height: 0;
	opacity: 0.7;
}

#horizon        
{
	color: blue;
	background-color: transparent;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block;
}

#contactContent    
{
	position: absolute;
	width: 480px;
	left: 50%;
	margin-left: -240px;
	
	height: 232px;
	top: -116px;
	
	background: rgba(43, 75, 106, 0.8);
	border:1px solid #2b4b6a;
	
	display: inline-block;
}

#mosaiqueContent    
{
	position: absolute;
	width: 532px;
	left: 50%;
	margin-left: -266px;
	
	height: 575px;
	top: -287px;
	
	background: white;
}

#unityContainer    
{
	position: absolute;
	width: 1024px;
	left: 50%;
	margin-left: -512px;
	
	height: 812px;
	top: -406px;
	
	background: rgba(4, 171, 196, 1);
	border:1px solid #2b4b6a;
	
	overflow: hidden;
}

#unityMenu    
{
	position: absolute;
	width: 100%; /*1024px;*/
	height: 44px;
	top: 0px;
	margin-left: -140px;
	/*background: yellow;*/
	/*border:1px solid #2b4b6a;*/
}

#unityContent    
{
	position: absolute;
	width: 1024px;
	height: 768px;
	top: 44px;
	background: black;
	/*border:1px solid #2b4b6a;*/
}