html, body {margin:0; padding:0}
body {
background-color:#000;
height:100%;
}

#fond
{
background-color:#002FA7;
color:#002FA7;
width:80%;
overflow:hidden;
min-height: 100%;
position: relative;
margin: 0 auto;
  text-align: left;
padding-top:10px;
}

@media screen and (max-width:1075px) {

#fond
{
width:100%;
height:100%;
}
}
.section {
	display:inline-block;
	margin:2px;
}

#int{
	margin-left:32px;
	margin-right:30px;
}

li {
font-family:verdana, sans-serif;
font-size:100%;
color:black;
background-color:transparent;
text-align:left;
margin-left:0;
margin-right:0;
}
a:link {
font-family:verdana, sans-serif;
font-size:100%;
color:white;
background-color:transparent;
text-decoration:none;
}
a:visited {
font-family:verdana, sans-serif;
font-size:100%;
color:white;
background-color:transparent;
text-decoration:none;
}
a:hover {
font-family:verdana, sans-serif;
font-size:100%;
color:white;
background-color:transparent;
text-decoration:none;
}
a:active, a:focus {
font-family:verdana, sans-serif; font-size:100%; color:black; background-color:transparent; text-decoration:none; }
table {
border-color:white;
border-style:solid;
border-width:1px;
}
td {
font-family:verdana, sans-serif;
font-size:100%;
color:black;
text-align:left;
background-color:transparent;
border-color:white;
border-style:solid;
border-width:1px;
}

.col {	 
	padding:5px;
	-moz-column-count:3;
	-moz-colum-width:30%;  
	-moz-column-gap:20px;
	-webkit-column-count:3;
	-webkit-colum-width:30%;  
	-webkit-column-gap:20px;
	column-count:3;
	colum-width:30%;  
	column-gap:20px;	
	font-size : 12px;
font-family: 'Merriweather Sans', sans-serif;
color:#CCC;
text-align:left;
margin:30px;
}

h1{
	text-align:left;
	font-size:24px;
	margin-top:30px;
	margin-bottom:30px;
	font-family: 'Merriweather Sans', sans-serif;
	color:#CCC;
}

.photo {
	width:100%;
	height:20%;
	margin-left:30px;
}

h2{
	text-align:center;
	font-size:10px;
	margin-top:30px;
	margin-bottom:5px;
	font-family: 'Merriweather Sans', sans-serif;
	color:#FFFFFF;
	z-index:100;
}

h3{
	text-align:left;
	font-size:36px;
	margin-top:30px;
	margin-bottom:30px;
	font-family: 'Merriweather Sans', sans-serif;
	color:#CCC;
}