@charset "utf-8";
/********************************************************
	CSS Document / iPhone - Moto85 par Skalpel.fr
********************************************************/

#presentation-iphone {
    background-image: url(http://www.moto85.com/images/iphone/bg.jpg);
    background-repeat: repeat-x;
    background-position: 0 200px;
    background-color: transparent;
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 13px;
    line-height: 18px;
}

#presentation-iphone .left {
    margin: 20px 0 0 9px;
    float: left;
    width: 223px;
    height: 472px;
}

#presentation-iphone .right {
    float: right;
    width: 446px;
    margin: 0;
    padding: 20px 20px 15px 15px;
}

#presentation-iphone h2 {
    color: #cc0000;
    background: none;
    padding: 25px 0 25px 0;
    margin: 0;
    font-style: normal;
    font-size: 22px;
    text-transform: none;
}

#presentation-iphone p {
    margin: 0 0 9px 0;
}

#presentation-iphone p a {
    text-decoration: none;
    font-weight: bold;
}

#presentation-iphone p a:hover {
    text-decoration: underline;
}

#presentation-iphone ul {
    margin: 0 0 9px 10px;
}

#presentation-iphone ul li {
    background-image: url(http://www.moto85.com/images/iphone/puce.gif);
    background-repeat: no-repeat;
    background-position: 15px 50%;
    background-color: transparent;
    margin: 0;
    padding: 5px 0 5px 30px;
}