/* News stylesheet - Used for news.html template */ 

#right-column {
    padding: 0;
    margin-top: 16px;
    margin-bottom: 16px;
    margin-left: 0;
    margin-right: 32px;
    width: 180px;
    float: right;
    overflow: hidden;
    display: inline; /* pour eviter le bug des doubles marges de IE6 */
}

.box {
    margin: 0;
    padding: 0;
}

.box-begin {
    margin-bottom: 0;
    width: 180px;
    height: 14px;
    background: url(/statics/resources/images/skin/news_top.png) 0 100% no-repeat transparent;
}

.box-end {
    margin-bottom: 10px;
    width: 180px;
    height: 14px;
    background: url(/statics/resources/images/skin/news_bottom.png) 0 0 no-repeat transparent;
}

.box-content {
    margin: 0;
    padding-top : 0;
    padding-bottom : 0;
    padding-left: 10px;
    padding-right: 10px;
    width: 160px;
    color: #fff;
    background: url(/statics/resources/images/skin/news_middle.png) repeat-y transparent;
}

.box a {
	color: #7fb5d7;
	text-decoration: none;
}

.box a:hover {
	color: #fff;
	text-decoration: none;
}

#main .box p, #right-column .box p {
	text-align:left;
    margin: 0px;
}

#main .box .date, #right-column .box .date {
    font-size: 11pt;
}

#main .box .category, #right-column .box .category {
    font-size: 10pt;
    margin-bottom: 4px;
}

#main .box .title, #right-column .box .title {
    padding-bottom: 4px;
}

#main .box .more p, #right-column .box .more p {
    margin-top: 4px;
    margin-bottom: 0;
    text-align: right;
}

#right-column .box .newslink p {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 12pt;
    text-align: right;
}

#right-column .box .box-content .media {
    text-align: center;
}

#main .box h1, #right-column .box h1 {
    margin: 0;
    padding: 0;
    text-align: center;
    color: #fff;
    font-size: 24px;
}

#main .box h2, #right-column .box h2 {
    padding: 0;
    margin: 0;
    height: auto;
    line-height: normal;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 10pt;
    background: none;
}


