body{
	background:url(images/bg.png) no-repeat top center black;
	font-family: arial;
	padding:0;
	margin:0;
}

.clear{clear: both;}

#container{
	width:1262px;
	margin:0 auto;
}

#header{
	margin-top: 55px;
}

#header #logo{
	height:141px;
	width:141px;
	background: url(images/logo.png) no-repeat;
	float: right;
	position: relative;
	right:150px;
	top:-35px;
}

#header #titre{
	letter-spacing: -5px;
	color:white;
	font-size:90px;
	margin-left:140px;
	font-weight: bold;
	text-shadow: 0 1px 3px rgba(0,0,0,.3);
}

#header .separate{
	width:1262px;
	height:3px;
	background:url(images/separate.png) no-repeat;
}

#header #soustitre{
	font-size: 15px;
	color:#bde2ff;
	display: block;
	margin-left: 350px;
	margin-top:10px;
	text-shadow: 0 1px 0 rgba(0,0,0,.3);
}

#anim{
	border-left-color: #59a3db;
	border-top-color: #59a3db;
	border-left-style: ridge;
	border-top-style: ridge;
	border-width: 1px;
	max-height: 229px;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-right-color: #001f4c;
	border-bottom-color: #001f4c;
	width:230px;
	float: right;
	margin-top: 55px;
	margin-right: 90px;
}

#texte{
	text-align: justify;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	width:550px;
	color:white;
	font-size: 14px;
	text-shadow: 0 1px 0 rgba(0,0,0,.2);
	line-height: 16px;
	margin-left:140px;
	margin-top: 40px;
}

#social{
	font-style: normal;
	font-weight: normal;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	margin-left: auto;
	margin-bottom: 0px;
	margin-right: auto;
	margin-top: 45px;
	width:587px;
}

#contact{
	margin-left: auto;
	margin-bottom: 0;
	margin-right: auto;
	margin-top: -5px;
	font-family: Arial, "Lucida Grande", Verdana, sans-serif;
	width:523px;
}

#social, #contact{
	text-align: center;
}

#social li, #contact li{
	font-style: normal;
	font-weight: normal;
	font-family: Arial, "Lucida Grande", Verdana, sans-serif;
	list-style: none;
	float:left;
	padding: 0 10px;
	font-size: 15px;
	border-left:1px solid white;
}

#social li:first-child, #contact li:first-child{
	border-left:none;
}

#social li a, #contact li a{
	font-size: 12px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color:white;
	text-decoration: none;
}
