/* Reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,dfn,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}

html { 
  margin:0;
  padding:0;
  background: url(images/background.jpg) no-repeat center fixed; 
  -webkit-background-size: cover; /* pour Chrome et Safari */
  -moz-background-size: cover; /* pour Firefox */
  -o-background-size: cover; /* pour Opera */
  background-size: cover; /* version standardisée */
}

a:link {
  text-decoration:none;
  color: black;
}

a:visited {
  text-decoration:none;
  color: black;
}

a:hover {
}



p{
color: #fff;
text-align: center;

}

.contact
{
	display:inline;
    color:black;
	
	
}

.twitter
{
	display:inline;
	
	
}

.fb
{
	display:inline;

	
}

.slash
{
	display:inline;
}

.contact a:hover {
color: #be1522;
}

.twitter a:hover {
text-decoration:line-through;
color: #5dd7fc;;
}

.fb a:hover {
text-decoration:line-through;
color : #3b5998;
}


::selection {
background: #FFFfff;
color: #000;
}



body{
margin:0;
padding:0;
}

.container{
width: 100%;
margin: 13% auto;
}




img {
	max-width: 100%;
    max-height: 250px;
height: auto; 
width: auto;
margin: 0 20px 20px 20px;

}

.img
{ text-align:center;
}
	



.social{
width: 100%;  
margin-top: 10px;
    max-height: 50px;
float: left;
font-family: 'Montserrat', sans-serif;
    color: black;
text-align:center;
font-size: 20px;
letter-spacing:0px;
-webkit-font-smoothing: antialiased;
}



