﻿#vn104{
    text-align:justify;
    margin-bottom:30px;
}

#vn104 .content{
    margin:50px 260px 0 30px;
    width:700px;
}

#vn104 h1{
	font-size:24px;
	color:#9dc439;
    text-transform:uppercase;
    font-weight:normal;
    background:url(../images/Content/puceTitre.jpg) no-repeat center left transparent;
    padding-left:23px;
}

#vn104 h2 {
    color:grey;
    font-size:15px;
    font-weight:normal;
    margin-left:20px;
}

#vn104 .body{
    margin:20px 0 20px 20px;
}

#vn104 .btn{
    border:none;
    color:white;
    background-color:#8AB42C;
    font-size:14px;
    padding:8px 8px;
    font-weight:bold;
    -webkit-box-shadow:0px 5px 2px #bbb;
   -moz-box-shadow:0px 5px 2px #bbb;
        box-shadow:0px 5px 2px #bbb;
    margin-left:20px;
}

#vn104 .btn:hover{
    cursor:pointer;
}

#vn104 .btn.btnDL{
    background-image:url(../images/Content/fiche_btn_DL.png);
    background-position:5px center;
    background-repeat:no-repeat;
    padding-left:40px;
}

#vn104 .video{
    width:600px;
    height:360px;
    margin:130px auto 0 auto;
}

#vn104 .cadreInfo{
    height:175px;
    width:345px;
    border:1px solid #8AB42C;
    display:inline-block;
    margin:30px 9px;
    overflow:hidden;
}

#vn104 .cadreInfo div.title{
    background-color:#8AB42C;
    color:white;
    padding:3px 5px;
}

#vn104 .cadreInfo div.contenu{
    padding:10px;
    text-align:justify;
}

/* IE8 */
html.ie8 #vn104 .cadreInfo{
    margin:30px 7px;
}
