/* Element HTML */
@font-face {
    font-family: 'roboto';
    src: url('../../Fonts/Roboto-Regular-webfont.eot');  /* IE9 compat Modes */
    src: url('../../Fonts/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../../Fonts/Roboto-Regular-webfont.woff') format('woff'), /* Modern Browsers */
         url('../../Fonts/Roboto-Regular-webfont.ttf') format('truetype'),/* Safari Android iOS */
         url('../../Fonts/Roboto-Regular-webfont.svg#robotoregular') format('svg'); /* Legacy iOS*/
    font-weight: normal;
    font-style: normal;
}

html {
	
}
	
body {
	background-color: #FFFFFF;
	font-family:'roboto', Arial, sans-serif;
	font-size: 12px;
	height: auto;
	margin: 0px;
}

#header {
	height: 95px;
	background-color: #36bbd7;
	background-repeat:no-repeat;
	padding-left: 5px;
    padding-top: 5px;
}

#toolbox {
	margin-right: 0px;
	margin-top: 5px;
	padding: 2px;
	float: right;
	right:10px;
	text-align:right;
	position: absolute;
}

#selectlanguage {
	float: right;
	top:106px;
	right:20px;
	position: absolute;
	z-index: 9998;
}

#selectlangField {
	font-size : 12px;
	color: #003264;
	border: 1px solid #BCBCBC;
	height : 20px;
}

#container {
	height: 100%;
	max-width: 1024px;
	margin: auto;
	padding-bottom : 20px;

}

#footer {
    position:fixed;
    left:0px;
    bottom:0px;
    height:30px;
    width:100%;
	padding: 10px 0px;
    background:#FFF;
    text-align: center;
    border-top: 1px solid #EBEBEB;
    z-index: 1001;
}

#footer a {
	color: #375F9B;
}

#chemindefer {
	width:100%;
	text-align:center;
	margin-top:10px ;
}

#chemindefer img {
	padding:0;
	margin-left: -3px;
	border: none;
	height: 30px;
}

/********************/
/*     Menu         */
/********************/
#menu {
	clear:both;
	padding-left: 6px;
	padding-right: 6px;
    background-color: #EBEBEB;
    height: 75px;
    position: relative;
    z-index: 10;
    min-width: 500px;
}


#sansSousMenu {
	height: 45px;
}

.nocurrent {
    z-index: 30;
}
.homecurrent {
    z-index: 20;
}
#menu ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

#menu a {
	text-decoration: none;
	font-family : inherit;
}

#menu > ul {
    float: left;
    border-bottom: 3px solid #57b5e1;
    width: 100%;
}

#menu > .partieGauche {
	float: right;
}

#menu > ul > li {
    float: left;
}

#menu > ul > li > a {
    color: #375F9B; 
    font-weight: bold;
    display: block;
    font-size: 14px;
    line-height: 45px;
    padding: 0 0 0 10px;
    text-decoration: none;
}
#menu > ul > li > a b {
    display: block;
    font-weight: bold;
    padding: 0 20px 0 10px;
    cursor:  pointer;
}
#menu > ul > li > ul {
    -moz-transition: opacity 0.5s ease 0s;
	padding-left: 15px;
    height: 30px;
    left: -9999px;
    opacity: 0;
    position: absolute;
}
#menu > ul > li > ul > li {
    float: left;
    position: relative;
}
#menu > ul > li > ul > li > a {
    color: #57b5e1;
    display: block;
    font-size: 13px;
    
    line-height: 30px;
    padding: 0 10px;
    text-decoration: none;
}
#menu > ul > li > ul > li > ul {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    -moz-transform: scaleY(0);
    -moz-transform-origin: 0 0;
    -moz-transition: -moz-transform 0.1s linear 0s;
    background: url("images/pointer.gif") no-repeat scroll 0 0 #FFFFFF;
    border-color: -moz-use-text-color #C0C0C0 #C0C0C0;
    border-radius: 0 0 5px 5px;
    border-right: 1px solid #C0C0C0;
    border-style: none solid solid;
    border-width: 0 1px 1px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
    left: -9999px;
    min-width: 150px;
    padding: 22px 0 10px;
    position: absolute;
    top: 25px;
}
#menu > ul > li > ul > li > ul > li > a {
    color: #191970;
    display: block;
    font-size: 12px;
    padding: 3px 10px;
    text-decoration: none;
    white-space: nowrap;
}

.activeA {
    color: #FFFFFF;
}
.activeB {
	color: #FFFFFF;
}
#menu > ul > li:hover > a {
	color: #FFFFFF;
}

#menu > ul > li > ul > li:hover > a {
    color: #FFFFFF;
}

#menu > ul > li.current > a {
    background: url("./../../img/menu/border-left.png") no-repeat scroll left top transparent;
}
#menu > ul > li.current > a b {
    background: url("./../../img/menu/border-right.png") no-repeat scroll right top transparent;
}
#menu > ul > li.current > ul {
    left: 0;
    opacity: 1;
}
#menu > ul:hover > li.current > a {
    background: none repeat scroll 0 0 transparent;
}
#menu > ul:hover > li.current > a b {
    background: none repeat scroll 0 0 transparent;
}
#menu > ul:hover > li.current > ul {
    left: -9999px;
}

