/*	RESET CSS */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; }
:focus { outline: 0; }
ol, ul { list-style: none; }
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }

/* STYLES */
body { margin-top: 70px; font-family: 'Cabin', Helvetica, sans-serif; font-size: 12px; color: #5d5d5d; background: url('images/bg1.gif'); }
::selection      { background: transparent; color: inherit; }
::-moz-selection { background: transparent; color: inherit; }

h1 { font-size: 14px; font-weight: 100; font-style: italic; letter-spacing: 4px; text-transform: uppercase; font-family: 'Lato'; line-height: 8px; text-align: center; margin-bottom: 20px; }
h2 { font-size: 18px; font-weight: 700; text-transform: uppercase; color: #3b3b3b; margin-bottom: 4px; }
.bloc { display: block; background: url('images/bg2.gif'); width: 480px; height: 130px; margin: 0px auto; }
.bloc:hover { background: url('images/bg3.gif'); padding: 0px 8px 0px 8px; cursor: pointer; }
a.bloc, a.bloc:link, a.bloc:visited { color: inherit; text-decoration: none; }
.bloc .visuel { position: absolute; margin-left: 7px; width: 162px; margin-right: 12px; padding-top: 7px; }
.bloc .texte { position: absolute; margin-left: 181px; width: 287px; padding-top: 7px; color: #5d5d5d; }
.bloc .texte.hauteur1 { padding-top: 43px; }
.bloc .texte.hauteur2 { padding-top: 34px; }
.bloc .texte.hauteur3 { padding-top: 27px; }
.bloc .texte.hauteur4 { padding-top: 7px; }
#footer { font-size: 10px; font-family: 'Lato'; font-weight: 300; font-style: italic; text-transform: uppercase; text-align: center; margin-top: 4px; margin-bottom: 40px; }
