* {
	margin : 0;
	padding : 0;
	border: 0;
	outline : 0;
	font-family: 'ColaborateLightRegular',sans-serif;
}

::-moz-selection{background:#4180ab;color:white}
::selection{background:#4180ab;color:white}

a{
	color : #FFFFFF;
	text-decoration: underline;
}

a:hover{
	text-decoration: none;
}

body {
	font-size : 1em;
	text-align: left;
	color: #bdd1de;
	font-family: 'ColaborateLightRegular',sans-serif;
	background-color: #8ab3cf;
	background: url('background.png') repeat center top;
}
h1,h2, h3 {
	font-weight: normal;
	color : #e4ebf0;
	text-align: center;
}
h1 {
	line-height: 1;
	font-size: 40px;
	margin-top: 20px;
}
h2 {
	padding-top : 2px;
	margin-bottom: 21px;
	height : 37px;
	font-size: 35px;
	/*line-height: 38	px;*/
	font-family: 'ColaborateThinRegular',sans-serif;
	/*color: #4180ab;*/
	color : white;
	text-transform: uppercase;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.2);
}
h3 {
	font-size: 25px;
	height : 40px;
	line-height: 20px;
	font-family: 'ColaborateThinRegular',sans-serif;
}


.wait {
	color : white;
	font-size : 25px;
	float : right;
	clear:both;
}


#informations {
	text-align: center;
	border-bottom: 2px dashed #FFF;
}

#team {
	padding : 18px 20px 20px;
}

#informations p {
	text-align: justify;
}

header {
	margin: 0 auto;
	padding: 20px 0 7px;
    max-width: 1140px;
    /*min-width: 755px;*/
    overflow: hidden;
    /*width: 100%;*/	
}
#profil {
	margin: 0 auto;
	width : 150px;
	/*position: absolute;*/
	top : 0;
	left : 0;
	padding: 10px;
	border-radius: 10px;
	background-color: #FFFFFF;

}
#profil img {
	display: block;
	border-radius: 5px;
}
.row {
	position: relative;
}
nav {

	letter-spacing: 3px;
	background-color : #FFFFFF;
}
nav ul {
	/*padding : 0 20px 0 160px;*/
	margin: 0 auto;
	/*width: 1000px;*/
	
	height : 80px;
	list-style: none;
	text-align: center;
}
nav ul li {
	/*width : 150px;*/
	width : 25%;
	float : left;
}
nav ul li a {
	font-size : 1.3em;

	padding : 30px 0 5px;
	/*padding : 30px 10px 5px;*/
	color : #B90504;
	display: block;
	height : 45px;
	/*width : 130px;*/
	text-decoration: none;
}
nav ul li a:hover {
	padding-top : 25px;
	height : 50px;
	color : #FFFFFF;
	background-color: #B90504;
}
/*
#header {
	margin: 0 auto;
	font-size: 3em;
	text-align: center;
	text-shadow: 1px 1px 1px #000;	
}
#header h1 {
	
}

*/
#first {
	clear: both;
	margin : 20px 0 0;
}
#social_network_logo{
	margin : 20px 0px;
}
#social_network_logo a, #social_network_logo p {
	float : left;	
}

#video {
	width : 65.4%;	
	text-align : center;
}
frame {
	display : block;	
}
img{
	text-align: center;
}

p {
	line-height: 20px;
	/*padding: 5px 0;*/
	padding-bottom: 20px;
	text-align: justify;
}
p.img_centered
{
	text-align : center;
	padding : 0;
}

abbr {
	font-weight: bold;
	border-bottom : 1px dashed #B90504;
	cursor: pointer;
}


@font-face {
    font-family: 'ColaborateThinRegular';
    src: url('fonts/ColabThi-webfont.eot');
    src: url('fonts/ColabThi-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ColabThi-webfont.woff') format('woff'),
         url('fonts/ColabThi-webfont.ttf') format('truetype'),
         url('fonts/ColabThi-webfont.svg#ColaborateThinRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ColaborateLightRegular';
    src: url('fonts/ColabLig-webfont.eot');
    src: url('fonts/ColabLig-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ColabLig-webfont.woff') format('woff'),
         url('fonts/ColabLig-webfont.ttf') format('truetype'),
         url('fonts/ColabLig-webfont.svg#ColaborateLightRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}


