/*
diFusion WEB
*/

/* Utilities */
* {
	padding: 0;
	margin: 0;
}
:focus {
  -moz-outline-style: none;
}
input::-moz-focus-inner { border: 0; }
html {
	font-size: 100%;
}
body {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: .8em;
	background-color: #1d1e1b ;
}
img {
	border: none;
}
a {
	text-decoration:none;
	outline: none;
}
a:hover {
	text-decoration:none;
}
h1, h2, h3 {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	text-transform: none;
	font-weight: normal;
}

/*------------------- Mise en place de la structure */
#wrapper {
	width: 100%;
}
/*------------------- Intro acceuil */
#intro {
	width: 100%;
	min-height: 840px;
	padding: 60px 0 60px 0;
	background: #1d1e1b url(../images/diFusion_web_bg.jpg) center top;
}


.goright {
    float:right;
    margin:0 0 0 20px;
}
.goleft {
    float:left;
    margin:0 20px 0 0;
}
.hidden {
	display: none;
}
.clear {
    clear: both;
}