/* Fond */
body {
margin: 0px;
background-color: black;
}


/* logo part*/
#logo_part_link {
height: 70px; width: 150px;
}

#logo_part_link a{
opacity: 0.2; filter:alpha(opacity=20);
}

#logo_part_link a:hover{
opacity: 1.0; filter:alpha(opacity=100);
margin-top: 3px;
}

/* logo iphone*/
#logo_iphone_link {
position:absolute; right:0; top:0; right: 25px;
height: 70px; width: 150px;
}

#logo_iphone_link a{
opacity: 0.2; filter:alpha(opacity=20);
}

#logo_iphone_link a:hover{
opacity: 1.0; filter:alpha(opacity=100);
margin-top: 3px;
}

/* Background*/
#background {
margin-right: auto; margin-left: auto;
background-image: url(../images/template/background.jpg);
width: 1024px; height: 576px;
margin-top: 50px;
}

/* Menu*/
#menu{
position:absolute; right:0; left:0; top: 180px;
margin-right: auto; margin-left: auto;
font-family: Verdana, sans-serif;
font-size: x-large;
font-weight: 900; 
text-decoration:none;
text-align: center;
color: white;
letter-spacing: 7px;

}

#menu a{
text-decoration:none;
color: white;
opacity: 0.2; filter:alpha(opacity=20);
}

#menu a:hover{
opacity: 1.0; filter:alpha(opacity=100);
}

/* Video*/
#video{
position:absolute; right:0; left:0; top: 240px;

}

#video a{
opacity: 0.8; filter:alpha(opacity=80);
}

#video a:hover{
opacity: 1.0; filter:alpha(opacity=100);
}

/* wip*/
#wip{
position:absolute; right:0; left:0; top: 240px;
}

#wip a{
opacity: 0.8; filter:alpha(opacity=80);
}

#wip a:hover{
opacity: 1.0; filter:alpha(opacity=100);
}

/* info*/
#info{
position:absolute; right:0; left:0; top: 230px;
margin-right: auto; margin-left: auto;
font-family: Verdana, sans-serif;
font-weight: bold; 
color: white;
font-size: 9px;
width: 620px;
text-align: justify;
opacity: 0.5; filter:alpha(opacity=50);
}

/* Goodies*/
#goodies{
position:absolute; right:0; left:0; top: 240px;
}

/* Iphone*/
#iphone{
background-image: url(../images/goodies/iphone_thumb.jpg);
width: 641px; height: 99px;
opacity: 0.8; filter:alpha(opacity=80);
}

#mp3{
padding-top: 10px;
padding-right: 200px;
font-family: Verdana, sans-serif;
font-weight: bold; 
color: white;
font-size: 12px;
text-align: right;
}

#mp3 a{
opacity: 0.5; filter:alpha(opacity=50);
color: white;
text-decoration: none
}

#mp3 a:hover{
opacity: 1.0; filter:alpha(opacity=100);
}


#wall{
margin-top: 5px;
background-image: url(../images/goodies/wall_thumb.jpg);
width: 641px; height: 204px;
opacity: 0.8; filter:alpha(opacity=80);
}

#wallpaper{
padding-top: 20px;
padding-right: 100px;
font-family: Verdana, sans-serif;
font-weight: bold; 
color: white;
font-size: 12px;
text-align: right;
line-height: 30px;
}

#wallpaper a{
opacity: 0.5; filter:alpha(opacity=50);
color: white;
text-decoration: none
}

#wallpaper a:hover{
opacity: 1.0; filter:alpha(opacity=100);
}

/* formulaire*/
#formulaire{
position:absolute; right:0; left:0; top: 245px;
opacity: 0.3; filter:alpha(opacity=30);
}

/* Facebook*/
#facebook{
position:absolute; right:0; left:0; top: 560px;
margin-right: auto; margin-left: auto;
width: 640px;
text-align: right;
font-family: Verdana, sans-serif;
font-size: 10px;
font-weight: bold; 
text-decoration:none;
color: white;
}

#facebook a{
color: white;
text-decoration:none;
opacity: 0.2; filter:alpha(opacity=20);
}
#facebook a:hover{
text-decoration:none;
opacity: 1.0; filter:alpha(opacity=100);
}

/* Footer */

#footer{
position:absolute; right: 5px; bottom: 5px;
text-align: right;
color: white;
font-family: Verdana, sans-serif;
font-size: 12px;
font-weight: bold; 
}

#footer a{
color: white;
text-decoration:none;
opacity: 0.2; filter:alpha(opacity=20);
}
#footer a:hover{
text-decoration:none;
opacity: 1.0; filter:alpha(opacity=100);
}

