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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/**********************************************************
 *                   fin du reset                         *
 **********************************************************/

body{
    background: url("http://subtlepatterns.subtlepatterns.netdna-cdn.com/patterns/wild_oliva.png") repeat scroll 0 0 transparent;
}

.wrap{
    margin-top: 5px;
    background-color: #222222;
    height: 68px;
}

.wrap>div{
    width: 960px;
    margin: auto;
    display: table;
}

#menu{
    display: table-cell;
    text-align: right;
}

#entete, #menu p{
    color: #878787;
    font-family: 'Text Me One', sans-serif;
    padding: 10px 0;
}

#entete h1{
    font-size: 2em;
}

#entete h1 span{
    color: #4dff0f;
}

#entete p{
    /*color: #535353;*/
}



#contenu{
    width: 960px;
    margin:auto;
    margin-top: 20px;
    min-height: 550px;
    background-color: rgba(50,50,50,0.8);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid black; 
    overflow: hidden;
}

#contenu ul{
    display: table;
}

#contenu li{
    color: #afafaf;
    font-family: 'Permanent Marker', cursive;
    font-size: 30px;
    text-align: center;
    height: 100px;
    width: 300px;
    padding-top: 30px;
    display: table-cell;
}

#contenu p{
    margin-top: 100px;
    color: #afafaf;
    font-family: 'Permanent Marker', cursive;
    font-size: 50px;
    text-align: center;
}

#wrap-footer{
    margin-top: 20px;
    border-top: 2px solid #4dff0f;
}


#footer p{
    margin-top: 20px;
    font-family: 'Text Me One', sans-serif;
    color: #535353;
    text-align: center;
}

