/* CSS Document */
html {
        background: #ECE2F2;
        }
html, body {
        height: 100%;
        margin: 0;
        }
body {
		font: 12px "Arial", sans-serif;
}
tr {
		/*font: 70% "Arial", sans-serif;*/
}
div#global {
		padding-top: 50px;
        min-height: 100%;
        width: 976px;
        /*padding: 0px;*/
        margin: auto;
        position: relative;
        background: url(img/fondKcc.gif) /*center*/ no-repeat;
        }
div#center {
        /* Pour éviter la superposition 
        du pied de page et du contenu : */
        overflow: auto;
}
div#content {
        float: left;
        width: 446px;
		margin-left: 0px;
		margin-right:0px;
		}
/* Division illustration - sousMenu */	
div#illus {
        float: left;
        width: 446px;
		font-size: 11px;
		/*background-color:#000033;*/
        }
div#contCat {
        float: left;
        width: 400px;
		font-size: 12px;
		/*background-color:#000033;*/
        }
div#ssmenu {
        float: left;
        /*width: 416px;*/
		margin-left: 10px;
		margin-right:0px;
		}
div#ssmenu3 {
        float: left;
        /*width: 416px;*/
		margin-left: 10px;
		margin-right:0px;
		}
div#illus3 {
        float: left;
        width: 259px;
		font-size: 11px;
		/*background-color:#000033;*/
        }
div#fleche3 {
        float: left;
        width: 300px;
		font-size: 11px;
		/*background-color:#000033;*/
        }
div#contCat{
        /*width: 416px;*/
		margin-left: 10px;
		margin-right:0px;
		}
div#divCat{
        width: 446px;
		background: #DBC6EA;
		padding: 10px;
		margin-left: 10px;
		margin-right:0px;
		}
div#txtcontenustat {
        float: left;
		margin-top: 10px;
        width: 446px;
		font-size: 11px;
        }
div#txtcontenu {
        float: left;
		margin-top: 10px;
        width: 416px;
		font-size: 11px;
        }
div#stxtcontenu {
		margin-top: 10px;
        width: 416px;
		font-size: 11px;
        }
div#txtcontenuref {
        /*float: left;*/
		font-size: 11px;
		padding-top: 10px;
        width: 259px;
        }
/* Bandeau droit */	
div#bandeaudroit {
		float: right;
        width: 250px;
		margin-left: 0px;
        }
		
div#content h2 {
        padding-left: 0px;
        /*background: #b06720 left;*/
        color: #000;
		font-variant: small-caps;
		font-size: 14px;
        }
div#content h3 {
		color: #000;
		font-variant: small-caps;
		line-height:13px;
		font-size: 13px;
        }
div#content h4 {
		color: #000;
		font-size: 10px;
		/*font-variant: small-caps;*/
		line-height:10px;
        }
div#sidebar {
        float: left;
        width: 280px;
        }
div#sidebar h3, div#footer p, div#sidebar p  {
        padding: 10px;
        }
div#sidebar h3 {
        color: #1b205d;
        /*font-variant: small-caps;*/
        }
div#footer {
        position: absolute;
        width: 100%;
        bottom: 0;
        background: #1b205d; /* url(img/footer.png) repeat-x*/
        color: #fff;
        }
div#footer p {
        margin: 2px;
        font-size: 10px;
        }
a {
        color: #000;
        font-weight: bold;
		text-decoration: none;
        }
a:hover {
        color: #9F8DAB;
        }
div#header {
        background: #000 url(img/header.png) no-repeat;
        color: #fff;
        height: 201px;
        position: relative;
        }
div#header h1 {
        margin: 0;
        position: absolute;
        bottom: 10px;
        left: 600px;
        font: 12px Georgia;
        }
ul#menu {
        margin: 0;
        padding: 0;
        list-style: none;
        }
ul#menu li a {
        display: block;
        height: 30px;
        line-height: 30px;
        background: #fff url(img/fond_lien.png) no-repeat left top;
        padding-left: 35px;
        margin: 2px;
        /* border-bottom: 1px solid #1b205d; */
}
ul#menu li a:hover {
        background-position: left bottom;
}
ul#menu li a {
        color: #960001;
        font:  12px Georgia,serif; /* small-caps */
        text-decoration: none;
}
ul#menu li a:hover {
        color: #1b205d;
}

select {
	font-size: 12px;
}

select#selectcss
{
    width: 300px;
    font-size: 12px;
}