/* RESET HTML5 */

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;
}
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;
}

html{
    /*background-image: url("../img/bg01.png");*/
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center; 
	background-color: #444;
    overflow-x: auto;
}

body{
	width: 880px;
	height: auto;
	margin: 0 auto;
    text-shadow: 0px 0px 2px #000;
    overflow-x: hidden;
    overflow-y: auto;
}

#topbar{
	width: 880px;
	height: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background: rgba(0, 0, 0, .4);
    padding-top: 10px;
    margin-top: 15px;
}

#contenu{
	width: 880px;
	height: 230px;
	background: rgba(0, 0, 0, .5);
}

#logo{
	text-align: center;
    background: rgba(0, 0, 0, .6);
    width: 128px;
    height: 128px;
    border-radius: 74px;
    padding: 10px;
    margin: 10px auto -78px auto;
}

h1{
	font-size: 24px;
	color: white;
	font-family: arial;
	font-weight: bold;
}

a{
	text-decoration: none;
}

a.ashadow{
	text-decoration: none;
	color: #000;
}

p:hover, a:hover{
    color: white;
}

h1{
	text-align: center;
	font-size: 18px;
	color: black;
	font-weight: bold;
	text-shadow: 0 0 2px #000;
}
h1:hover{
    color: white;
}

#op1{
    width: 200px;
    height: 175px;
    background: rgba(0, 0, 0, .6);
    float: left;
    border-radius: 25px;
    border: 2px black solid;
    margin: 7px;
    margin-left: 12px;
    box-shadow: 0px 0px 4px #000;
    text-align: center;
}

#op1:hover{
    border: 2px darkblue solid;
    color: darkblue;
}

#op2{
    width: 200px;
    height: 175px;
    background: rgba(0, 0, 0, .6);
    float: left;
    border-radius: 25px;
    border: 2px black solid;
    margin: 7px;
    box-shadow: 0px 0px 4px #000;
    text-align: center;
}

#op2:hover{
    border: 2px darkgreen solid;
    color: darkgreen;
}

#op3{
    width: 200px;
    height: 175px;
    background: rgba(0, 0, 0, .6);
    float: left;
    border-radius: 25px;
    border: 2px black solid;
    margin: 7px;
    box-shadow: 0px 0px 4px #000;
    text-align: center;
}

#op3:hover{
    border: 2px darkred solid;
    color: darkred;
}

#op4{
    width: 200px;
    height: 175px;
    background: rgba(0, 0, 0, .6);
    float: left;
    border-radius: 25px;
    border: 2px black solid;
    margin: 7px;
    box-shadow: 0px 0px 4px #000;
    text-align: center;
}

#op4:hover{
    border: 2px white solid;
    color: white;
}

#op1 img, #op2 img, #op3 img, #op4 img{
    margin-top: 5px;
}

#op1 li, #op2 li, #op3 li, #op4 li{
    text-align: left;
    padding-left: 25px;
}

#specifics{
    margin-left: 12px;
    text-align: center;
}

#footer{
	width: 880px;
	height: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
	background: rgba(0, 0, 0, .4);
	text-align: center;
	color: #000;
	font-size: 10px;
	padding-top: 10px;
}

#bg{
    background: #000;
    height: 200%;
    left: -50%;
    position: fixed;
    top: -50%;
    width: 200%;
    z-index: -1;
}
#bg > img {
    bottom: 0;
    left: 0;
    margin: auto;
    min-height: 50%;
    min-width: 50%;
    position: absolute;
    right: 0;
    top: 0;
}

#wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

#site{
    z-index: 2;
}