@import url("footer.css");
@import url("dashboard.css");
/****************************CSS Reset******************************/
body, div, dl, dt, dd, li, pre,form, fieldset, input, textarea, p, blockquote, th, td, button { margin: 0; padding: 0; }h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 100%; font-weight: normal; }address, caption, cite, code, dfn, em, strong, var { font-style: normal; font-weight: normal; }ol, ul { list-style: none; margin: 0; padding: 0; }table { border-collapse: collapse; border-spacing: 0; } caption, th { text-align: left; font-weight: normal; font-style: normal; }acronym, abbr, fieldset, img { border: 0;}:focus { outline: 0; }


/***************************Layout********************************/

/* Yes, type is handled through Typekit's @font-face service :D */

body{
background: #006BAC url(../images/bg-repeat.png) repeat-x top left;
font-size: 100%;
}

#wrap.index{
background: #006BAC url(../images/bg_image.png) no-repeat top center ;
}


#wrap{
margin: 0 auto; 
width: auto;
background: #E5E6E8 url(../images/bg_dash.png) repeat-x top center ;
}

#header{
width: 1040px;
height: 140px;
margin: 0 auto;
color: #fff;
}

#contenu {
padding-top: 20px;
width: 1040px;
margin: 0 auto;
display: block;
}

#pied{
width: 1040px;
margin: 0 auto;
display: block;
}

h1{
display: block;
height: 100px; 
width: 300px; 
background: transparent url(../images/logo_small_belgium.png) no-repeat top left; 
text-indent: -9999px; 
overflow: hidden;
}

h2{

}

#contenu p strong{
font-weight: 700;
}

.std_block a{
color: #265F99;
text-decoration: none;
}

.std_block a:hover{
text-decoration: underline;
}

.clear{
clear: both;
}

/************************MENU******************************/

ul#menu{
margin-top: 10px;
float: left; 
display: block; 
list-style: none;
height: 40px;
font-size: 1.2em;
}

#menu li{
display: block; 
float: left; 
height: 40px; 
margin-right: 20px;
}

#menu li a{
text-decoration: none;
display: block; 
height: 40px;
margin-right: 0px;
padding: 0px 0px 0px 0px;
background: transparent url(../images/tabs.png) no-repeat bottom left;  
}

#menu li a span{
display: block;
background: transparent url(../images/tabs.png) no-repeat bottom right;  
margin-left: 20px;
height: 20px;
margin-right: -10px; 
padding: 10px 25px 10px 0px;
color: #105182;
text-shadow: -1px 1px 0 #fff;

}

#menu li a.actif{
background: transparent url(../images/tabs_act.png) no-repeat bottom left;
margin-top: 1px;  
}

#menu li a.actif span{
background: transparent url(../images/tabs_act.png) no-repeat bottom right;
color: #0b3c62;
}

/*********************** Main pages *************************************/

#outils{
float: right;
}


/************************Profile**********************************/

h4.e_c{
padding-left: 22px; 
background: transparent url(../images/icons_man.png) no-repeat left center;
}

h4.dom{
padding-left: 22px; 
background: transparent url(../images/icons_home.png) no-repeat left center;
}

h4.dat{
padding-left: 22px; 
background: transparent url(../images/icons_safe.png) no-repeat left center;
}

.std_block{
display: block;
border: #B6B8BA 10px solid;
-moz-border-radius: 4px; 
-webkit-border-radius: 4px; 
border-radius: 4px; 
margin: 20px 0;
background: #F5F5F5;
}
.std_block .content{
padding: 10px 10px;
position: relative; 
}

/*#my_profile, #my_documents{
width: 975px;
min-height: 200px;
margin: 20px auto; 
clear: both;
position:  relative;
}*/

.std_block h3{
z-index: 0;
display: block;
position: relative;
font-size: 1.4em; 
padding: 12px 10px;
background: transparent url(../images/box_heading_bg.png) repeat-x top left; 
color: #4D4D4D;
text-shadow: -1px 1px 0 #fff;
}

.std_block .button a{
font-size: 0.9em;
z-index: 100;
position: relative;
float: right; 
margin: 10px 10px;
font-style: normal;
padding: 4px 10px;
color: #efefef;
border: #265F99 1px solid;
text-shadow: #265F99 1px 1px 0;
font-weight: bold;
background: #006DAE url(../images/button_bg.png) repeat-x top left;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
text-decoration: none;
}

.std_block .button a:hover{
color: #fff;
text-shadow: #16395c;
border: #16395c 1px solid;
}

.std_block strong{
float: left;
width: 95%;
display: block;
color: #265F99;
padding: 10px 10px; 

}


.column{ 
float: left; 
font-size: 0.9em;
width: 170px;
padding: 0px 10px 0px 10px;
margin: 10px 0;
min-height: 200px;
background: transparent url(../images/separator_v.png) repeat-y right top; 
}

.column:last-child{
background-image: none;
border:1px solid #000
}

.std_block h4{
color: #666;
font-weight: 500;
}

#my_profile h4, #my_documents h4{
text-transform: uppercase; 
}

.std_block dt{
color: #B3B3B3;
padding-top: 0.6em;
}

.std_block dl{
color: #4D4D4D;
padding-bottom: 0.6em;
}

.std_block .side_block{
display: block;
z-index: 100;
position: relative;
color: #FFF; 
float: right;
clear: right;
width: 200px; 
padding: 20px 25px 55px 20px;
margin-right: -22px;
margin-top: 0px;
background: transparent url(../images/bg_std_sidebar.png) no-repeat top left;
} 

.std_block .side_block h4{
color: #FFF;
text-shadow: #265F99 1px 1px 0;
text-transform: none;

}

.std_block .side_block ul{
padding-top: 0.4em;
}


.std_block .side_block ul li{
font-size: 0.8em;
list-style: disc outside ;
margin-left: 20px;
padding: 0.4em 0;
}

.std_block .side_block ul li a{
color: #fff;
text-decoration: none; 
}

.std_block .side_block ul li a:hover{
text-decoration: underline; 
}


#personal_picture{
display: block; 
float: left;
}


.post{
margin: 10px 10px;
position: relative;
padding-bottom: 10px;
font-size: 0.8em;
background: transparent url(../images/separator_h.png) repeat-x bottom left; 
}

.post:last-child{
background: none;
}

.post h4{
text-transform: none;
}

.post p{
color: #666;
}

.post a{
color: #265F99;
text-decoration: none;
}


#declarations li a, #education li a{
padding: 10px 0px 10px 25px;
margin-bottom: 4px;
width: 145px;
display: block; 
text-decoration: none;
color: #4D4D4D;

} 

#declarations li a:hover, #education li a:hover{
background: #E6E6E6 url(../images/icon_download.png) no-repeat 10px center;
-moz-border-radius: 4px;
-webkit-border-radius: 4px; 
border-radius: 4px;
ba

}

#education li{

}



 
/*************************Login page**********************************/

#login_box{

margin: 0 auto;
border: 4px solid #fff;
background: #fff;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: 0px 0px 6px #000 ;
box-shadow: 0px 0px 6px #000 ;
padding: 0px 0px;
width: 725px;
}

#formulaire_login{
background: transparent url(../images/login_label.png) no-repeat top left;
position: absolute;
width: 765px; 
height: 65px;
z-index: 100;
top: 475px;
padding: 35px 20px;
margin-left: -20px;
display: block;


}

#formulaire_login legend{
display: none;
}

#formulaire_login li{
border: #fff 1px solid;
float: left;
margin-right: 20px;
}

#formulaire_login input{
font-size: 1.2em;
color: #999;
font-style: italic;
border: 1px solid #ccc;
background: #fff url(../images/login_bg.png) repeat-x top left;
height: 25px; 
padding: 10px 10px;
width: 260px;
}
#formulaire_login input:focus{
	border: 1px solid #112c52;
	color: #112c52;
	font-style: normal
}

#formulaire_login fieldset{
float: left;
width: 620px;
}

#formulaire_login p.boutons{
float: left; 
clear: none;
display: block;
height: 47px; 
border: #fff 1px solid;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;

}

#formulaire_login input.submit{
font-style: normal;
height: 47px;
padding: 10px 10px;
color: #efefef;
border: #265F99 1px solid;
text-shadow: #265F99 1px 1px 0;
font-weight: bold;
width: 100px;
background: #006DAE url(../images/button_bg.png) repeat-x top left;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;

}

#formulaire_login input.submit:hover{
color: #fff;
text-shadow: #16395c;
border: #16395c 1px solid;
cursor: pointer;
}


li.editer_login label, li.editer_password label {
display: none;
}


#wrap.index h1{
margin-left: 410px;
display: block; 
overflow: hidden;
height: 220px; 
width: 220px;
text-indent: 9999px;
background: transparent url(../images/logo_big_belgium.png) no-repeat top center;
z-index: 100;
position: relative;
}
#wrap.index h1.it{background-image: url(../images/logo_big_italy.png);}
#wrap.index h1.fr{background-image: url(../images/logo_big_france.png);}
#wrap.index h1.ie{background-image: url(../images/logo_big_eire.png);}

#wrap.index h1 a{
margin-left: 410px;
display: block; 
overflow: hidden;
height: 220px; 
width: 220px;
text-indent: 9999px;
z-index: 100;
position: relative;

}

#wrap.index h2{
display: block; 
z-index: 100;
height: 79px; 
width: 236px; 
float: left;
position: absolute;
background: transparent url(../images/logo_mybelgium.png) no-repeat top left;
text-indent: -9999px;
}


#wrap.index h2.it{
background: transparent url(../images/logo_myitaly.png) no-repeat top left;
}

#wrap.index h2.fr{
background: transparent url(../images/logo_myfrance.png) no-repeat top left;
}

#wrap.index h2.ie{
background: transparent url(../images/logo_myeire.png) no-repeat top left;
}

.index #pied{
margin-top: 10px;
width: 740px;
color: #13304D;
font-size: 0.8em;
}

.index #pied ul{
list-style: none;
display: inline;
float: left;
}

.index #pied ul li{
display: inline;
}

.index #pied ul li a{
text-decoration: none;
}

.index #pied ul li a:hover{
text-decoration: underline;
color: #205284;
}

.index #pied p{
float: right;
}

/**********OpenID*********/

#openid{
display: block; 
height: 30px; 
width: 135px; 
background: url(../images/openid.png) no-repeat bottom left; 
float: right;
margin-top: -45px;
margin-right: 60px;
}

#openid a{
display: block; 
text-indent: -9999px;
}


/* Error Message */

#formulaire_login li.error{
top: -100px;
left: 25%;
float: none;
clear: none;
position: absolute;
width: 300px;
text-align: center; 
margin: 0 auto;
color: #fff;
font-weight: 700; 
font-size: 1.4em;
padding: 10px 10px;
background: red url(../images/error_message.png) no-repeat center center;
}





/*************************** JS Slideshow ********************************/ 

#slideshow {
height: 450px; 
overflow: hidden;
}

#slideshow img{
display: none;
}

#slideshow:first-child{
display: block;
}

#old-devices{
display: none;
font-size: 2em;
}

/*********************** Toolbars **************************/ 

#outils{
position: relative;
top: -100px;
display: block;
float: right;
width: 245px;
height: 25px;
padding: 0px 30px 10px 30px;
color: #105182;
font-size: 0.9em;
text-shadow: -1px 1px 0 #fff;
background: transparent url(../images/toolbar.png) repeat-y bottom left;
}

#outils a{
display: block;
float: left;
height: 20px; 
padding: 10px 20px;
color: #105182;
text-decoration: none;
}

#outils #liste_langues{
display: block;
float: right;
width: 275px;
margin-right: 0px;
border: #265F99 1px solid;
background: #006DAE url(../images/button_bg.png) repeat-x top left;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: 0px 0px 2px #999 ;
box-shadow: 0px 0px 2px #999 ;
}

#outils #liste_langues a{
color: #efefef;
text-shadow: #265F99 1px 1px 0;
font-weight: bold;
text-decoration: none;
}

outils #liste_langues a:hover{
color: #fff; 
text-decoration: underline;
}



#change_state{
display: block; 
width: 245px;
padding: 4px 20 4px 20px; 
margin-bottom: -5px;
float: right;
text-align: left;
color: #105182;
font-size: 0.9em;
text-shadow: -1px 1px 0 #fff;
background: transparent url(../images/toolbar_bg.png) repeat-y top left;
}

#change_state a{
text-decoration: none;
color: #105182;
display: block; 
height:17px;
width: 245px;
padding: 5px 20px 2px 28px;
}
#change_state a:hover{color: #000;}
#change_state ul{
width: 285px;
display: block;
background: transparent url(../images/toolbar_bg.png) repeat-y top left;
}

#change_state ul li{
padding-left: 10px;padding-bottom: 2px
}
#change_state ul li#state-be a{background: transparent url(../images/ico_belgium.png) no-repeat top left;}
#change_state ul li#state-it a{background: transparent url(../images/ico_italy.png) no-repeat top left;}
#change_state ul li#state-fr a{background: transparent url(../images/ico_france.png) no-repeat top left;}
#change_state ul li#state-ie a{background: transparent url(../images/ico_eire.png) no-repeat top left;}
#change_state a.country_change{
height: 22px;
padding: 8px 20px 5px 20px; 
background: transparent url(../images/toolbar.png) no-repeat top left;

}


