﻿@import url('Icon.css');
@import url('Box.css');

*
{
    list-style: none;
    border: none;
    margin: 0;
    padding: 0;
}

div.clear
{
    clear: both;
}

.floatLeft
{
    float: left;
}

.floatRight
{
    float: right;
}

.hide
{
    display: none;
}

.marginBottom
{
    margin-bottom: 45px;
}

body
{
    color: #303030;
    font-family: 'Trebuchet MS', Arial, Verdana, Sans-Serif;
    font-size: 11px;
}

a,
a:visited
{
    color: #303030;
    font-family: 'Trebuchet MS', Arial, Verdana, Sans-Serif;
    font-size: 11px;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

h1,
h1 a,
h1 a:visited
{
    color: #303030;
    font-size: 25px;
    margin-bottom: 10px;
}

h2,
h2 a,
h2 a:visited
{
    color: #5c5c5c;
    font-size: 15px;
    margin-bottom: 10px;
}

h2.subHeadline
{
    font-style: italic;
    margin-top: -10px !important;
}

h3
{
    font-size: 12px;
}

h3.cat
{
    color: #303030;
    font-size: 11px;
    margin-bottom: 5px;
}

a.linkRedArrow,
a.linkRedArrow:visited
{
    background-image: url('/Image/menuRightArrow.gif');
    background-position: 0px center;
    background-repeat: no-repeat;
    line-height: 29px;
    padding-left: 20px;
}

span.phone
{
    background-image: url('/Image/menuRightArrow.gif');
    background-position: 0px center;
    background-repeat: no-repeat;
    line-height: 15px;
    padding-left: 16px;
}



/* MAIN */
div.flashTop
{
    margin-bottom: 0px;
    min-height: 280px;
    width: 100%;
}

div.mainHolder
{
    margin: 0 auto;
    min-height: 200px;
    width: 940px;
}

/* COLS */
div.colFull
{
    width: 940px;
}

div.colSplit
{
    width: 465px;
}

div.colStdMenu.colOne
{
    margin-right: 38px;
    width: 232px;
}

div.colStdMenu.colTwo
{
    width: 670px;
}



/* MENU LEFT */
div.menuLeftHolder
{
    background-image: url('/Image/menuLeftTop.png');
    background-position: center top;
    background-repeat: no-repeat;
    margin-bottom: 20px;
    margin-top: -115px;
    position: relative;
    min-height: 50px;
    width: 232px;
}

div.menuLeftHolder .inner
{
    min-height: 50px;
    width: 232px;
}

div.menuLeftHolder .top
{
    height: 52px;
    overflow: hidden;
    width: 232px;
}

div.menuLeftHolder .top p
{
    color: #303030;
    display: block;
    font-family: 'Myriad Pro', 'Trebuchet MS', Arial, Verdana, Sans-Serif;
    font-size: 20px;
    line-height: 60px;
    margin-left: 60px;
}

div.menuLeftHolder .content
{
    background-image: url('/Image/menuLeftBottomIE.jpg');
    background-position: center bottom;
    background-repeat: no-repeat;
    min-height: 50px;
    width: 232px;
}

div.menuLeftHolder .content ul
{
    list-style: none;
    width: 232px;
}

div.menuLeftHolder .content ul li
{
    background-image: url('/Image/menuLeftItemBorder.gif');
    background-position: center bottom;
    background-repeat: no-repeat;
    height: 32px;
    width: 232px;
}

div.menuLeftHolder .content ul li.sub
{
    background: none;
    height: auto;
}

div.menuLeftHolder .content ul li.sub li
{
    background-image: url('/Image/menuLeftSub.jpg');
}

div.menuLeftHolder .content ul li.last
{
    background: none;
}

div.menuLeftHolder .content ul li:hover,
div.menuLeftHolder .content ul li.selected
{
    background-image: url('/Image/menuLeftSelected.jpg');
}

div.menuLeftHolder .content ul li.last.selected
{
    background-image: url('/Image/menuLeftSelectedBottom.jpg');
    background-repeat: no-repeat;
}

div.menuLeftHolder .content ul li.last:hover
{
    background-image: url('/Image/menuLeftSelectedBottom.jpg');
    background-repeat: no-repeat;
}

div.menuLeftHolder .content ul li a,
div.menuLeftHolder .content ul li a:visited
{
    background-image: url('/Image/menuRightArrow.gif');
    background-position: 16px center;
    background-repeat: no-repeat;
    display: block;
    height: 32px;
    line-height: 32px;
    text-indent: 36px;
    width: 100%;
}

div.menuLeftHolder .content ul li.sub li:hover,
div.menuLeftHolder .content ul li.sub li.selected
{
    background-image: url('/Image/menuLeftSubSelected.jpg');
}

div.menuLeftHolder .content ul li.sub a,
div.menuLeftHolder .content ul li.sub a:visited
{
    background: none;
    text-indent: 44px;
}


div.menuLeftNoIcon
{
    background-image: url('/Image/menuLeftTopNoIcon.png');
    background-position: center top;
    background-repeat: no-repeat;
}

div.menuLeftNoIcon .top p
{
    margin-left: 15px;
}



/* ORGANIZATION */
div.organizationSpacer
{
    height: 30px;
}

div.organzationHolder
{
    height: 630px;
    margin: 10px 0;
    overflow: hidden;
    width: 680px;
}

div.organzationHolder ul li
{
    /*height: 445px;*/
    float: left;
    list-style: none;
    width: 680px;
}

div.organzationHolder ul.item li
{
    float: left;
    list-style: none;
    margin: 0 10px 10px 0;
    width: 160px;
}

div.organzationHolder ul.item li div.image
{
    background-image: url('/Image/organizationImage.jpg');
    height: 160px;
    overflow: hidden;
    width: 160px;
}

div.organzationHolder ul.item li div.content
{
    background-image: url('/Image/organizationContent.png');
    height: 42px;
    overflow: hidden;
    width: 160px;
}

div.organzationHolder ul.item li div.content p.title,
div.organzationHolder ul.item li div.content p.cat
{
    color: #fff;
    font-size: 14px;
    line-height: 15px;
    margin: 7px 0 0 28px;
}

div.organzationHolder ul.item li div.content p.cat
{
    font-size: 10px;
    line-height: 10px;
    margin-top: 1px;
}



/* NAVIGATION */
div.navigationStandard
{
    background-image: url('/Image/navigationBg.png');
    background-repeat: no-repeat;
    background-position: center;
    height: 30px;
    width: 100%;
}

div.navigationStandard div.menu
{
    margin: 0 auto;
    text-align: center;
    width: 287px;
}

div.navigationStandard div.menu p
{
    display: inline;
    line-height: 25px;
}

div.navigationStandard div.menu .prev,
div.navigationStandard div.menu .next
{
    cursor: pointer;
}

div.navigationStandard div.menu p.page
{
    margin: 0 55px;
}



/* PRESS */
ul.ulistPress li p.superTitle.new
{
    background-position: 0 center !important;
}

ul.ulistPress li div.date p
{
    color: #a91313 !important;
}

ul.ulistPress li a.linkRedArrow
{
    background-position: 0px center !important;
    padding: 0 !important;
}

div.pressDownloadTop
{
    background-image: url('/Image/pressDownloadTop.jpg');
    height: 135px;
    margin: 0 auto;
    margin-bottom: 15px;
    width: 905px;
}

div.pressDownloadTop .content
{
    background-image: url('/Image/pressDownloadddl.png');
    background-repeat: no-repeat;
    height: 30px;
    margin: 80px 0 0 95px;
    position: absolute;
    width: 218px;
}

div.pressDownloadTop .content.active
{
    background-image: url('/Image/pressDownloadddlActive.png');
}

div.pressDownloadTop .content p.current
{
    display: block;
    cursor: pointer;
    height: 20px;
    line-height: 21px;
    margin: 4px 0 0 10px;
    width: 202px;
}

div.pressDownloadTop .content .items
{
    background-color: #fff;
    border-bottom: 1px solid #b6b6b6;
    border-left: 1px solid #b6b6b6;
    border-right: 1px solid #b6b6b6;
    height: 0px;
    margin-left: 4px;
    overflow: hidden;
    width: 183px;
    z-index: 20;
}

div.pressDownloadTop .content .items p
{
    display: block;
    cursor: pointer;
    height: 20px;
    line-height: 20px;
    padding: 3px 0 3px 4px;
    width: 179px;
}

div.pressDownloadTop .content .items p.selected,
div.pressDownloadTop .content .items p:hover
{
    background-color: #b6b6b6;
}

div.pressDownloadCategory
{
    margin-left: 50px;
}

div.pressDownloadCategory p
{
    display: inline;
    font-style: italic;
}

div.pressDownloadCategory p.cat
{
    text-decoration: underline;
}




/* FOOTER LINKS */
div.footerLinksHolder
{
    background-image: url('/Image/footerBg.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    border: 0px solid red;
    height: 143px;
    margin: 30px auto 100px auto;
    width: 1143px;
}

div.footerLinksHead
{
    height: 25px;
    margin: 0 0 20px 0;
}

div.footerLinksHead span
{
    color: #3d3d3d;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    line-height: 35px;
    margin: 0px 0 0 15px;
}

div.footerLinksInner
{
    margin: 0 auto;
    width: 940px;
}

div.footerLinksInner ul
{
    float: left;
    margin: 0 0 0 20px;
    padding: 0;
    width: 135px;
}

div.footerLinksInner ul li
{
    background-image: url('/Image/arrowLeftaaabac.gif');
    background-repeat: no-repeat;
    background-position: left 4px;
    list-style: none;
    padding: 0 0 4px 10px;
}

div.footerLinksInner ul li h4, div.footerLinksInner ul li h4 a, div.footerLinksInner ul li h4 a:visited
{
    color: #3c3c3c;
    font-family: Arial, Trebuchet MS, Sans-Serif;
    font-size: 10px;
    margin: 0;
}

div.footerLinksInner ul li h4 a:hover
{
    color: #000;
    text-decoration: underline;
}

/* SERVICE */
div.serviceContactDll
{
    background-image: url('/Image/serviceContactDll.png');
    background-repeat: no-repeat;
    height: 29px;
    margin: 0 0 0 -2px;
    width: 409px;
}

div.serviceContactDll .content
{
    background: none;
    margin: -1px 0 0 -2px;
    min-height: 0;
    width: 380px;
}

div.serviceContactDll .content.active
{
    background: none;
}

div.serviceContactDll .content p.current
{
    width: 400px;
}

div.serviceContactDll .content .items,
div.serviceContactDll .content .items p
{
    width: 378px;
}

div.serviceImageHolder
{
    border: 1px solid #ededed;
    position: relative;
    padding: 10px 0;
    margin-bottom: 10px;
    text-align: center;
    width: 232px;
}

div.serviceImageHolder div#zoomlink a,
div.serviceImageHolder div#zoomlink a:visited
{
	font-weight: bold;
	position: absolute;
	top: 10px;
	left: 30px;
}

div.serviceImageHolder div#zoomlink img
{
	font-weight: bold;
	position: absolute;
	top: 10px;
	left: 10px;
}

div.serviceBorder
{
	border: solid 1px #EBEBEB;
	margin-bottom: 10px;
	padding: 8px;
	width: 216px;
}


/* ANNONCE */
div.mediakitDownload h3
{
    font-size: 15px;
    margin-top: 10px;
}

div.mediakitDownload a,
div.mediakitDownload a:visited
{
    line-height: 12px;
}

div.annMedieTop
{
    background-image: url('/Image/annMedierTop.jpg');
    background-repeat: no-repeat;
    background-position: bottom;
    height: 185px;
    position: relative;
}

div.annMedieTop div.content
{
    background: none;
    height: auto;
    margin: 0px 0 0 30px;
    position: absolute;
    width: 618px;
}

div.annMedieTop div.ddl
{
    background-image: url('/Image/pressDownloadddl.png');
    background-repeat: no-repeat;
    height: 30px;
    float: left;
    margin: 42px 0 0 0px;
    position: absolute;
    width: 218px;
}

div.annMedieTop div.ddl .content
{
    background: none;
    margin: 0;
    width:183px;
}

div.annMedieTop div.ddl .items
{
    background-color: #fff;
    border-bottom: 1px solid #B6B6B6;
    border-left: 1px solid #B6B6B6;
    border-right: 1px solid #B6B6B6;
    height: 0;
    margin-left: 4px;
    overflow: hidden;
    width: 183px;
    z-index: 20;
}

/*div.annMedieTop div.ddl1{   margin-left: 70px;  }
div.annMedieTop div.ddl2{   margin-left: 310px; }
div.annMedieTop div.ddl3{   margin-left: 550px; }*/
div.annMedieTop div.ddl1{ bottom: 23px; left: 95px; margin: 0; }
div.annMedieTop div.ddl2{ bottom: 23px; left: 335px; margin: 0; }
div.annMedieTop div.ddl3{ bottom: 23px; left: 575px; margin: 0; }


/* CONTACT */
div.annMedieContact
{
    margin-right: 10px;
    min-height: 180px;
}

div.annMedieContact div.top p
{
    width: 285px;
}

div.annMedieContact div.content
{
    height: 90px;
}

div.annMedieContact div.bottom
{
    background-image: url('/Image/boxHRSmallBg2.jpg');
    background-position: bottom;
}

div.annMedieContact p.superTitle a,
div.annMedieContact p.superTitle a:visited
{
    font-size: 15px;
    font-weight: bold;
    margin-top: 5px;
}

div.annMedieContact p.superTitle a,
div.annMedieContact p.superTitle a:visited
{
    font-size: 15px;
    font-weight: bold;
}

div.annMedieContact p.cat
{
    margin-bottom: 5px;
}

div.annMedieContact p.title a.linkRedArrow,
div.annMedieContact p.title a.linkRedArrow:visited
{
    display: block;
    line-height: 15px !important;
    min-height: 15px !important;
    text-decoration: underline !important;
}
