/* Start of CMSMS style sheet 'Colours' */
/* Layout sections */
	body {
                background: url(images/body.gif) repeat-x;
		color: #333;
		}
		
	div#pagewrapper {
		border: 1px solid #000;
		background: #fff;
	    }
		
	div#header {
		color: #fff;
		}
		
	div#footer {
		color: #fff;
		background-color: #efeeed;
		}
		
/* Links */		
	a,
	a:link  {
                color: black;
	}

	a:active {
                color: black;
	}

        a:visited {
		color: black;
	}

/* Headings */	
	h1, h2, h3, h4, h5, h6 {
		color: #af1128;
	}       
/* End of 'Colours' */

/* Start of CMSMS style sheet 'Forms' */
/* A CSS Framework by Mike Stenhouse of Content with Style, adapted to CMSMS by Daniel Westergren */

/* FORM ELEMENTS */
	form {
		margin:0;
		padding:0;
	}
	form div,
	form p {
		font-size: 1em;
		margin: 0 0 1em 0;
		padding: 0;
	}
	label {
		font-weight: bold;
	}
	fieldset {
		border: 1px solid #eee;
		padding: 5px 10px;
		margin: 0 0 1.5em 0;
	}
	fieldset legend {
		color: #666;
		font-size: 1.1em;
		font-weight: bold;
		margin: 0 0 0 0px;
		padding: 0;
		background-color: white;
	}
	* html fieldset legend {
		margin: 0 0 10px -10px;
	}
	fieldset ul {
		list-style: none;
		margin: 0 0 1.5em 0;
		padding: 0;
	}
	fieldset ul li {
		list-style: none;
		margin: 0 0 0.5em 0;
		padding: 0;
	}
     
	
	input, select, textarea {
		font-size:1em; 
		font-family: arial, helvetica, verdana, sans-serif;
        
        margin: 0;
		padding: 2px;
	}
	
	input, select {
		vertical-align:middle;
	}
	textarea {
		width: 200px;
		height: 8em;
	}
	
	input.check {
		border: none;
		width: auto;
		height: auto;
		margin: 0;
	}
	input.radio {
		border: none;
		width: auto;
		height: auto;
		margin: 0;
	}
	input.file {
		height: auto;
		width: 250px;
	}
	input.readonly {
		background-color: transparent;
		border: none;
	}
	input.button {
		width: 10em;
		border:1px solid black;
		background-color: #ddd;
	}
	input.image {
		border: none;
		width: auto;
		height: auto; 
	}
	
    form div.submit {
		margin: 1em 0;
	}
    form div.submit input {
		height: 2em;
        width: 15em;
	}
/* END FORM ELEMENTS */
		
/* End of 'Forms' */

/* Start of CMSMS style sheet 'HKD CSSMenu' */
/* Horizontal menu for the CMS CSS Menu Module */
/* by Alexander Endresen */


/* The wrapper clears the floating elements of the menu */

#menuwrapper { 
        font-weight: bold;
        overflow: hidden;
        /*background-color: #efeeed;*/
        background:  url(images/menu.gif)  no-repeat;
        margin-left: 0px;
        width: 837px;
        height: 25px;
        }

/* Set the width of the menu elements at second level. Leaving first level flexible. */

#primary-nav li li { 
        width: 150px;
       }


/* Unless you know what you do, do not touch this */ 

#primary-nav, #primary-nav ul { 
	list-style: none;
	margin: 0px; 
	padding: 0px;
	}
#primary-nav ul { 
	position: absolute; 
	top: auto; 
	display: none;
	}
#primary-nav ul ul { 
	margin-top: 1px;
 	margin-left: -1px;
	left: 100%; 
	top: 0px;
	}
	
#primary-nav li { 
	margin-left: -1px;
	float: left;
	}
#primary-nav li li { 
	margin-left: 0px;
	margin-top: -1px;
	float: none; 
	position: relative; 
	}

/* Styling the basic apperance of the menu elements */

#primary-nav a { 
	display: block; 
	margin: 0px; 
	padding: 5px 10px; 
	text-decoration: none;
        outline: 0;
	}
#primary-nav li a { 
	/*border-right: 1px solid #C0C0C0;*/
	/*border-left: 1px solid #C0C0C0;*/
	}
#primary-nav li li a { 
	border: 1px solid #C0C0C0;
	}	
#primary-nav li, #primary-nav li.menuparent { 
	background-color: #ececec;
	}

/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */

#primary-nav li.menuactive { 
        background-color: #d5d5d5;
        }

#primary-nav li.menuactive a { 
        color: black;
        }

/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */

#primary-nav ul li.menuparent, #primary-nav ul li.menuparent:hover, #primary-nav ul li.menuparenth { 
	/*background-image: url(modules/MenuManager/images/arrow.gif);*/
	background-position: center right;
	background-repeat: no-repeat;
	}


/* Styling the apperance of menu items on hover */

#primary-nav li:hover, #primary-nav li.menuh, #primary-nav li.menuparenth, #primary-nav li.menuactiveh { 
        background-color: #d5d5d5;
        }

#primary-nav a:hover { 
        color: #af1128;
        }


/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */

#primary-nav ul, #primary-nav li:hover ul, #primary-nav li:hover ul ul, 
#primary-nav li.menuparenth ul, #primary-nav li.menuparenth ul ul { 
	display: none; 
	}
#primary-nav li:hover ul, #primary-nav ul li:hover ul, #primary-nav ul ul li:hover ul, 
#primary-nav li.menuparenth ul, #primary-nav ul li.menuparenth ul, #primary-nav ul ul li.menuparenth ul { 
	display: block; 
	}


/* IE Hacks */

#primary-nav li li { 
	float: left; 
	clear: both; 
	}
#primary-nav li li a { 
	height: 1%; 
	}
-->
/* End of 'HKD CSSMenu' */

/* Start of CMSMS style sheet 'HKD Layout CSSMenu' */
/* A CSS Framework by Mike Stenhouse of Content with Style, adapted to CMSMS by Daniel Westergren */

 
/* NAV BAR AT THE TOP AND ONE COLUMN OF CONTENT */
    div#content {
        width: 96%;
        margin: 0;
        padding: 1em 2%;
        text-align: left;
    }

    div#main {

    }

    div#menu_horiz {
         display:block;
         position: relative;
         float: right;
         width: 837px;
         text-align: left;
         z-index: 1000;
    }

/* END CONTENT */
/* End of 'HKD Layout CSSMenu' */

/* Start of CMSMS style sheet 'Tools' */
/* A CSS Framework by Mike Stenhouse of Content with Style, adapted to CMSMS by Daniel Westergren */

/* clearing */
	.stretch,
	.clear {
		clear:both; 
		height:1px; 
		margin:0; 
		padding:0; 
		font-size: 15px;
		line-height: 1px;
	}
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	* html>body .clearfix {
		display: inline-block; 
		width: 100%;
	}
	
	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}

/* end clearing */


/* replace */
	.replace {
		display:block;
		
		background-repeat: no-repeat;
		background-position: left top;
		background-color:transparent;
	}
	/* tidy these up */
	.replace * {
		text-indent: -10000px;
		display:block;
		
		background-repeat: no-repeat;
		background-position: left top;
		background-color:transparent;
	}
	.replace a {
		text-indent:0;
	}
	.replace a span {
		text-indent:-10000px;
	}
/* end replace */


/* accessibility */
     span.accesskey {
     	text-decoration:none;
     }
     .accessibility {
     	position: absolute;
     	top: -999em;
     	left: -999em;
     }
dfn {
  position: absolute;
  left: -1000px;
  top: -1000px;
  width: 0;
  height: 0;
  overflow: hidden;
  display: inline;
}
/* end accessibility */
/* End of 'Tools' */

/* Start of CMSMS style sheet 'Typography' */
/* A CSS Framework by Mike Stenhouse of Content with Style */

/* TYPOGRAPHY */
	body {
		text-align: left;
                font-family: verdana, arial, helvetica, sans-serif;
		/*font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;*/
		font-size: 75.01%;
                line-height: 1em;
	}
	div {
		font-size: 1em;
	}
	img {
		border: 0;
	}
	
/* LINKS */
	a,
	a:link 
	a:active, a:visited {
		text-decoration: underline;
	}

        div#footer a, 	
        div#footer a:link 
	div#footer a:active, div#footer a:visited {
               color: #fff;
        }

	a:hover {
	text-decoration: none;
	}
/* END LINKS */
	
/* HEADINGS */
	h1 {
		font-size: 2em;
		line-height: 1em;
		margin: 0;
		padding: 0;
	}
	h2 {
		font-size: 1.5em;
                line-height: 1.5em;
		margin: 0 0 0.5em 0;
		padding: 0;
	}
	h3 {
		font-size: 1.3em;
		line-height: 1.3em;
		margin: 0 0 0.5em 0;
		padding:0;
	}
	h4 {
		font-size: 1.2em;
		line-height: 1.3em;
		margin: 0 0 0.25em 0;
		padding: 0;
	}
	h5 {
		font-size: 1.1em;
		line-height: 1.3em;
		margin: 0 0 0.25em 0;
		padding: 0;
	}
	h6 {
		font-size: 1em;
		line-height: 1.3em;
		margin: 0 0 0.25em 0;
		padding: 0;
	}
/* END HEADINGS */

/* TEXT */
	p {
		font-size: 1em;
		margin: 0 0 1.5em 0;
		padding: 0;
		line-height:1.4em;
	}
	blockquote {
		border-left: 10px solid #ddd;
		margin-left: 10px;
	}
	pre {
		font-family: monospace;
		font-size: 1.0em;
	}
	strong, b {
		font-weight: bold;
	}
	em, i {
		font-style:italic;
	}
    code {
        font-family: verdana, arial, helvetica, sans-serif;
        /*font-family: "Courier New", Courier, monospace;*/
        font-size: 1em;
        white-space: pre;
    }
/* END TEXT */
	
/* LISTS */
	#main ul {
        line-height:1.4em;
		margin: 0 0 1.5em 0;
		padding: 0;
	}
	#main ul li {
		margin: 0 0 0.25em 30px;
		padding: 0;
	}
	ol {
		font-size: 1.0em;
		line-height: 1.4em;
		margin: 0 0 1.5em 0;
		padding: 0;
	}
	ol li {
		font-size: 1.0em;
		margin: 0 0 0.25em 30px;
		padding: 0;
	}
	dl {
		margin: 0 0 1.5em 0;
		padding: 0;
		line-height: 1.4em;
	}
	dl dt {
		font-weight: bold;
		margin: 0.25em 0 0.25em 0;
		padding: 0;
	}
	dl dd {
		margin: 0 0 0 30px;
		padding: 0;
	}
/* END LISTS */
	
	
/* TABLE */
	table {
        font-size: 1em;
		margin: 0 0 1.5em 0;
        padding: 0;
	}
	table caption {
		font-weight: bold;
		margin: 0 0 0 0;
		padding: 0 0 1.5em 0;
	}
	th {
		font-weight: bold;
		text-align: left;
	}
	td {
		font-size: 1em;
	}
/* END TABLE */	
	
	hr {
		display: none;
	}

	div.hr {
		height: 1px;
		margin: 1em 10px;
		/*border-bottom: 1px dotted black;*/
	}

	
/* END TYPOGRAPHY */	
/* End of 'Typography' */

/* Start of CMSMS style sheet 'Layout SimpleViewer' */
/* SITE SPECIFIC LAYOUT */
    body {
        margin: 0;
        padding: 0em;
        text-align: center;
    }
    div#pagewrapper {
        position:relative;
        display:block;
        margin: 0 auto;
        max-width: 990px;
        min-width: 60em;
        padding: 0;
        text-align: left;
    }
    #container {
	position: relative;
	margin: 0;
        width:990px;
    }
    
    /* HEADER */
        div#header {
            margin: 0;
            padding: 0;
            height: 126px;
            background:  url(images/bandeau.gif) no-repeat;
            text-align: left;
        }
        div#header h1 a {
            position: relative;
            display: block;
            height: 126px;
            text-indent: -700em;
            width: 150px;
            margin: 0;
            padding: 0;
            outline: 0;
        }
    /* END HEADER */

    /* TOP LEFT COLUMN */
        div#topleft {
            position: relative;
            float: left;
            height: 25px;
            width: 153px;
            background:  #efeeed;
        }
    /* END TOP LEFT COLUMN */

    /* LEFT COLUMN */
        div#left {
            display:block;
            position: relative;
            float: left;
            height: 284px;
            width: 153px;
            background:  url(images/topleft.gif) no-repeat;
        }
    /* END LEFT COLUMN */
    
    /* BOTTOM LEFT COLUMN */
        div#botleft {
            position: absolute;
            height: 144px;
            width: 153px;
            margin-top: -144px;
            background:  url(images/botleft.gif) no-repeat;
        }
    /* END BOTTOM LEFT COLUMN */
    
    /* CONTENT */
        div#content {
            padding: 20px;
            margin-left: 153px;
            height: 390px;
            width: 790px;
        }

         #container > div#content {
            margin-top: 25px;
            height: auto;
            min-height: 400px;
        }


        *+html #container div#content {
            margin-top: 0px;
        }

        div#content a:hover {
            color: #af1128;
        }

        div#logo {
            float: left;
            margin-right: 2px;
            margin-top: 3px;
        }

        /* MAIN */
            div#main {

            }

/* flash videos */
div#flashcontent {
	background: #fafafa;
        border: 1px solid #dcdcdc;
        margin-top: 15px;
	padding: 5px;
        padding-top: 20px;
}
div"flashcontent.float-right {
  	margin: 5px 5px 10px 10px;  
}
div#flashcontent.float-left {
  	margin: 5px 10px 10px 0px;
}

        /* END MAIN */
        
        /* SUB */
            div#sub {

            }
        /* END SUB */
        
    /* END CONTENT */
    
    
    /* FOOTER */
        div#footer {
            background:  url(images/bas.gif) no-repeat;
            background-color: white;
            height: 25px;
            text-align: center;
            clear:both;
        }

        div#footer p {
            position: relative;
            display: block;
            color: black;
            /*font-weight: bold;*/
            top: 4px;
            /*left: 330px;*/
            height: 15px;
            margin: 0;
            padding: 0;
        }

       div#footer a {
            outline: 0;
       }


    /* END FOOTER */
/* END LAYOUT */


    /* chemin */
        div.breadcrumbs {
           padding: 1em 0;
           text-align: left;
           font-size: 90%;
           margin: 0 1em;
           border-bottom: 1px dotted #000;
           display:none;
        }

        div.flags {
           float: right;
           width: 18px;
           padding: 1em 0;
           text-align: right;
           margin: 0 1em 0 0;
        }

    /* next page */
        div.left49 {
           float: left;
           width: 49%;
        }

    /* btn top page */
        div.right49 {
           float: right;
           width: 49%;
           text-align: right;
           display:none;
        }
/* End of 'Layout SimpleViewer' */

