@charset "utf-8";
/* CSS Document */
body {
	margin: 0px;
	background-color:#366694;
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
	font-size:14px;
	line-height:95%;
	text-align:left;
	color:#0F0;
}
p{
	padding:0px;
	margin:0px;
	margin-top:8px;
}
h1{
	font-size:19px;
	padding:0px;
	margin:0px;
	margin-top:59px;
}
.bold{
	font-weight:800;
}
.light{
	font-weight:300;
}
.normal{
	font-weight:600;
	font-size:9px;
}
a, a:visited, a:active{
	color:#0F0;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}

#global{
	margin-left: 0;
	margin-right: 0;
	width:100%;
	height:100%;
	text-align:center;
	position: relative;
}
#footer{
	font-size:8px;
	font-weight:300;
}
/*video#bgvid {
  position: fixed; right: 0; bottom: 0;
  min-width: 100%; min-height: 100%;
  width: auto; height: auto; z-index: -100;
  background-size: cover;
}*/
#colonne-gauche{
	float:left;
    width: 50%;
	height:145px;
	background-image:url(../media/MGlogo.png);
	background-position:right top;
	background-repeat:no-repeat;
}
#colonne-droite{
	float:right;
    width: 50%;
    margin: 0;
	text-align:left;
	height:145px;
}