*
{
    font-family: Arial, sans-serif;
	margin: 0;
	padding: 0;
	outline: none;
}
body
{
	background: #c9c9c9;
    color: #50585f;
    padding-bottom: 200px;
    font-size: 13px;
}
.bullet {
  background-image: url(/images/right-arrow.png);
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 12px;
}
#visual-bg
{
    background: #b2b6bc url('/images/bg.jpg') 50% 0 no-repeat;
    left: 0;
    position: absolute;
    height: 378px;
    width: 100%;
    z-index: 0;
}
#container
{
    background: #ffffff url('/images/container-bg.jpg') 0 0 repeat-y;
	height: auto;
    position: relative;
    margin: auto;
	width: 970px;
    z-index: 50;
}
	#header
	{
        background: url('/images/header-bg.jpg') 0 0 no-repeat;
		height: 161px;
	}
        #header .block-i18n
        {
            height: auto;
        }
        #header-visual
        {
            background: url('/images/header-visual-bg.png') 0 0 no-repeat;
            float: left;
            height: 161px;
            position: relative;
            width: 280px;
            z-index: 500;
        }
        #header-overlay
        {
            background: url('/images/header-overlay-bg.png') 0 0 no-repeat;
            cursor: pointer;
            float: left;
            height: 161px;
            position: relative;
            width: 383px;
            z-index: 500;
        }
        #header-background
        {
            cursor: pointer;
            float: left;
            height: 161px;
            margin-left: -68px;
            position: relative;
            width: 375px;
            z-index: 100;
        }
	#left-block
	{
        background: url('/images/left-block-bg.png') 0 0 no-repeat;
		float: left;
		padding: 186px 40px 0 0;
		position: relative;
		width: 260px;
		z-index: 500;
	}
        .left-block-p1
        {
            background: #9da0a3 url('/images/left-block-p1-bg.jpg')
                        0 0 repeat-x;
            min-height: 31px;
        }
        .left-block-p2
        {
            background: #909296 url('/images/left-block-p2-bg.jpg')
                        0 0 repeat-x;
            padding: 10px;
        }
        	.left-block-p2 a
        	{
        		background: url('/images/download-documentation.png')
        					0 0 no-repeat;
        		display: block;
        		height: 33px; /*55*/
        		width: 171px; /*225*/
				color: #ffffff;
				padding: 22px 0 0 54px;
        	}
        		.left-block-p2 a:hover
	        	{
	        		background-position: 0 -55px;
					text-decoration: none;
	        	}
        #left-block .hr
        {
            border-top: solid #85888b 1px;
            border-bottom: solid #adb0b3 1px;
            height: 0px;
            width: 100%;
        }
        #left-block h2
        {
            background: url('/images/left-block-h2-bg.png')
                        left bottom no-repeat;
            color: #ffffff;
            font-size: 14px;
            font-weight: normal;
            height: 28px;
            margin: 0 0 13px 10px;
            padding-top: 13px;
            text-transform: uppercase;
        }
        #left-block p
        {
            padding: 10px 8px;
        }
        #left-block strong
        {
            color: #ffffff;
            font-size: 12px;
            font-weight: normal;
        }
        #left-block a.news_title
        {
            padding-left: 8px;
            background: url('/images/right-arrow.png') 0 4px no-repeat;
        }
        #left-block ul
        {
            font-size: 12px;
            list-style-type: none;
            margin: 0 10px 0 10px;
            padding-bottom: 25px;
        }
            #left-block li
            {
            	background: url('/images/bullet.png') 10px 9px no-repeat;
                line-height: 20px;
                margin: 0 -10px;
            }
                #left-block li a, #left-block li.selected span
                {
                	text-decoration: none;
                	padding-left: 20px;
                    color: #ffffff;
                    display: block;
                }
                #left-block li.selected, #left-block li:hover
                {
                	background:url("/images/bullet-selected.png") no-repeat 10px 9px #74787D;
                }
                #left-block li:hover
                {
                	background-color: #7C0D20;
                }
                #left-block li.selected:hover
                {
                	background-color: #74787D;
                }
	#content
	{
		float: left;
        margin: 0 0 0 -40px;
		position: relative;
		width: 710px;
		z-index: 100;
	}
        #navigation
        {
            background: url('/images/navigation-bg.jpg') 0 0 repeat-x;
            height: 40px;
        }
            #navigation .link
            {
                color: #ffffff;
                cursor: pointer;
                float: left;
                padding: 0;
	            padding-top: 4px;
                text-align: center;
                width: 87px;
            }
            	#navigation .link:hover
            	{
	            	background: url('/images/navigation-link-hover-bg.jpg')
                                bottom repeat-x;
            	}
            	#navigation .link a
            	{
            		color: #ffffff;
            		display: block;
                	height: 34px;
                	padding: 2px 2px 0 2px;
            		width: 83px;
            	}
            		#navigation .link a:hover
	            	{
	            		text-decoration: none;
	            	}
	            	#navigation .link.selected a
	            	{
	                    background: #ffffff;
	                    color: #50585f;
	            	}
            #navigation .vr
            {
                border-left: solid #540207 1px;
                border-right: solid #bc2f5d 1px;
                float: left;
                margin-top: 5px;
                height: 30px;
                width: 0px;
            }
        #title-block
        {
            background-image: url(/images/title-block-bg.jpg);
            height: 147px;
            overflow: hidden;
            padding: 0 0 0 55px;
        }
            #breadcrumb
            {
            	font-size: 10px;
                line-height: 15px;
                margin: 15px 0 0;
            }
            	#breadcrumb ul
            	{
            		list-style-type: none;
            	}
                #breadcrumb li
                {
                    float: left;
                    background: url('/images/right-arrow.png')
                    			0 4px no-repeat;
                    margin-left: 7px;
                    padding-left: 10px;
                }
                #breadcrumb li.selected
                {
                    background: url('/images/right-arrow-selected.png')
                    			0 4px no-repeat;
                }
                #breadcrumb li.first
                {
                	background: none;
                    margin: 0;
                    padding-left: 0;
                }
            #title-block h1
            {
                background-image: url(/images/title-block-h1-bg.png);
                background-position: left bottom;
                background-repeat: no-repeat;
                clear: both;
                font-size: 20px;
                font-weight: normal;
                margin: 0;
                min-width: 310px;
                padding: 34px 0 13px;
                text-transform: uppercase;
            }
            #title-block p
            {
                clear: both;
                margin: 10px 45px 0 15px;
            }
        #module-content
        {
            background: url('/images/module-content-bg.jpg') 0 0 no-repeat;
            min-height: 37px;
        }
          #module-content ul {
            list-style-image: url(/images/puce.png);
          }
        	#module-content strong
        	{
        		color: #000000;
        		font-weight: normal;
        	}
        #scroller-block
        {
            height: 36px;
            margin-top: 20px;
            text-align: right;
        }
            #scroller-block .left-block
            {
                background: #909296;
                float: left;
                height: 100%;
                width: 260px;
            }
            #scroller-block .right-block
            {
                float: right;
                padding: 10px 45px 10px 0;
            }
    #footer
    {
        background: #74787d url('/images/footer-bg.jpg') 860px 0 no-repeat;
        border-top: solid #c9c9c9 1px;
        clear: both;
        height: 57px;
    }
        #footer .logo
        {
            background: url('/images/footer-logo-bg.jpg') center no-repeat;
            border-right: solid #c9c9c9 1px;
            cursor: pointer;
            float: left;
            height: 57px;
            width: 260px;
        }
        #footer p
        {
			color: #ffffff;
            float: left;
            font-size: 12px;
            margin: 28px 0 0 18px;
        }
            #footer p a
            {
               color: #ffffff;
            }
            #footer p img
            {
                margin: 0 5px;
            }

.calage
{
    clear: both;
    height: 0px;
    width: 100%;
}
a
{
    color: #7c0d20;
    text-decoration: none;
}
    a:hover
    {
        text-decoration: underline;
    }
span.back
{
	color:#7C0D20;
	cursor: pointer;
	text-decoration:none;
}
	span.back:hover
	{
		text-decoration:underline;
	}
p
{
	margin-top: 8px;
}
a img
{
    border: none;
}
.block-i18n img
{
    float: left;
    margin: 4px 4px 0 4px;
}
td.left
{
	text-align: right;
}
.sublist
{
	list-style-image: none;
	list-style-type: none;
}

.btn_link {
	overflow:hidden;
	text-indent:-10000px;
}
/*** pager ***/
#module-content div.pager_bas
{
	margin-top: 5px;
}
.pager span.pager_title
{
	float:left;
	display: block;
	margin-right: 4px;
}
.pager a.arrow
{
	text-indent: 1000px;
	overflow: hidden;
	display: block;
	margin: 0 3px;
	height: 15px;
}
.pager a.first, .pager a.prev
{
	float:left;
}
.pager a.next, .pager a.last
{
	float:right;
}
.pager a.first
{
	background: url('/images/pagination-first.png') no-repeat 0 4px;
	width: 12px;
}
.pager a.prev
{
	background: url('/images/pagination-prev.png') no-repeat 0 4px;
	margin-right: 5px;
	width: 6px;
}
.pager a.next
{
	background: url('/images/pagination-next.png') no-repeat 0 4px;
	margin-left: 5px;
	width: 6px;
}
.pager a.last
{
	background: url('/images/pagination-last.png') no-repeat 0 4px;
	width: 12px;
}
/*** recherches ***/
.search-block .field
{
	float: left;
}
.search-block input,.search-block select
{
	border: solid #CFD0D2 1px;
	color: #989898;
	font-size: 12px;
	margin-top: 2px;
}
.search-block input
{
	padding: 2px 5px;
}
.search-block select
{
	height: 21px;
}
.search-block img
{
	vertical-align: top;
}
.search-block .hr
{
	background: #84888c;
	height: 1px;
	margin: 10px 0;
	width: 100%;
}
.search-block .vr
{
	float: left;
	height: 1px;
	width: 25px;
}
/*** auto-complete ***/
#module-content .searchForm input
{
	width: 270px;
}
#module-content .searchForm select
{
	width: 340px;
}
ul.ui-menu
{
	font-size:10px;
	max-height:200px;
	overflow:auto;
}
	ul.ui-menu .ui-menu-item strong
	{
		color:  #7C0D20;
	}
	.ui-menu .ui-menu-item em
	{
		color:#989898;
	}

