/*----------------------------------------------------------------*/
/*                          GENERIQUE                             */
/*----------------------------------------------------------------*/
body {
    font-family         : Verdana, Arial, Helvetica, sans-serif;
	font-size           : 12px;
	color               : #000000;
	background-color    : #fff;
	background-image    : url(images/fd_page.gif);
	background-repeat   : repeat-x;
	text-decoration     : none;
	margin              : 0px;
	padding             : 0px;
}
body.pop-up {
	background-image    : none;
}

a, a:visited, a:link {
	color               : #3586B5;
	background-color    : inherit;
	text-decoration     : none;
	font-size           : inherit;
}
a:hover, a:active {
	text-decoration     : underline;
	font-size           : inherit;
}

p {
    font-family         : Verdana, Arial, Helvetica, sans-serif;
    font-size           : 12px;
    margin-top          : 5px;
    margin-bottom       : 5px;
}
                        
h1 {
    font-family         : 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
    font-size           : 25px;
    font-weight         : bold;
    color               : #666666;
    margin-top          : 0px;
    margin-bottom       : 1px;

}
h2 {
    font-family         : Verdana, Arial, Helvetica, sans-serif;
    font-size           : 22px;
    font-weight         : normal;
    color               : #666666;
    margin-top          : 0px;
    margin-bottom       : 1px;
}
h3 {
    font-family         : 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
    font-size           : 18px;
    font-weight         : normal;
    color               : #304E70;
    margin-top          : 0px;
    margin-bottom       : 1px;
    text-transform      : uppercase;
}
h4 {
    font-family         : Verdana, Arial, Helvetica, sans-serif;
    font-size           : 13px;
    font-weight         : bold;
    color               : #000000;
	background-color    : inherit;
    margin-top          : 0px;
    margin-bottom       : 0px;
}
td {                    
    font-family         : Verdana, Arial, Helvetica, sans-serif;
    font-size           : 12px;
}                       
ul {
    margin              : 0px 0px 0px 0px;
    padding             : 0px;
    font-family         : Verdana, Arial, Helvetica, sans-serif;
    font-size           : 12px;
}
ol {
    font-family         : Verdana, Arial, Helvetica, sans-serif;
    margin              : 0px 0px 0px 7px;
    padding             : 0px;
}                       
li {
    margin              : 0px 0px 0px 16px;
    padding             : 0px;
    list-style-type     : square;
    font-family         : Verdana, Arial, Helvetica, sans-serif;
    font-size           : 12px;
}
form {                  
    border              : 0px;
    margin              : 0px;
    padding             : 0px;
}                       
input, select, textarea {
    vertical-align      : middle;
    font-family         : Verdana, Arial, Helvetica, sans-serif;
    font-size           : 11px;
    border              : 1px solid #354D66;
}
input:focus, select:focus, textarea:focus {
    background-color    : #CEE2ED;
}
input[type=radio] {
    border              : 0px solid #000;
    margin : 0px;
}
input[type=checkbox] {
    border              : 0px solid #000;
}
input[type=submit] {
    background-color    : #3586B5;
    color               : #FFF;
    font-weight         : bold;
    border              : 1px solid #3586B5;
}


/*----------------------------------------------------------------*/
/*                          SPECIFIQUE                            */
/*----------------------------------------------------------------*/
table.container {
    /*color               : inherit;
	background-color    : #FFB123;
    border              : 7px solid #FFB123;*/   
    height              : 500px;
    width               : 922px;
    background-color    : #fff;
}
a.logo {
    display             : block;
    color               : inherit;
	background-color    : #FFFFFF;
}
table.interieur td.colonne2 div.contenu_page {
    margin              : 10px;
}

div.copyright {
	color               : #000;
	background-color    : none;
    font-family         : Verdana, Arial, Helvetica, sans-serif;
	font-size           : 9px;
    padding             : 5px;
    font-size           : 10px;
}

div.copyright a, div.copyright a:visited, div.copyright a:active, div.copyright a:hover, div.copyright a:link {
	text-decoration     : none;
	font-size           : 10px;
}
div.copyright img {
    vertical-align      : middle;
}

h4.actu {
    color               : #304E70;
}

/* Menu */
div.menu {
    background-color    : #3586B5;
    color               : inherit;
    background-image    : url(images/fd_menu_off.gif);
    height              : 22px;
}

div.menu a, div.menu a:visited, div.menu a:link {
    display             : block;
	font-family         : verdana, Helvetica, sans-serif;
	font-size           : 12px;
	font-weight         : bold;
	padding             : 4px 5px 2px 5px;
	color               : #fff;
	background-color    : inherit;
	background-image    : url(images/fd_menu_off.gif);
	background-repeat   : repeat-x;
	text-decoration     : none;
	height              : 16px;
	border-right        : 1px solid #fff;
}

div.menu a:active, div.menu a:hover,
div.menu a.on, div.menu a.on:visited, div.menu a.on:link, div.menu a.on:active, div.menu a.on:hover {
    display             : block;
	font-family         : verdana, Helvetica, sans-serif;
	font-size           : 12px;
	font-weight         : bold;
	padding             : 4px 5px 2px 5px;
	color               : #fff;
	background-color    : inherit;
	background-image    : url(images/fd_menu_on.gif);
	background-repeat   : repeat-x;
	text-decoration     : none;
	height              : 16px;
	border-right        : 1px solid #fff;
}

/* Sous Menu */
div.ssmenu {
    position            : absolute;
    left                : 0px;
    top                 : -300px;
    z-index             : 5;
    visibility          : hidden;
    font-size           : 11px;
}
div.ssmenu div {
    margin-top          : 9px;
    background-color    : transparent;
    color               : inherit;
}
div.ssmenu a, div.ssmenu a:visited, div.ssmenu a:link {
    display             : block;
	font-family         : verdana, Helvetica, sans-serif;
	font-size           : 12px;
	font-weight         : bold;
	padding             : 2px 5px;
	color               : #fff;
	background-color    : inherit;
	text-decoration     : none;
}
div.ssmenu a:active, div.ssmenu a:hover {
    display             : block;
	font-family         : verdana, Helvetica, sans-serif;
	font-size           : 12px;
	font-weight         : bold;
	padding             : 2px 5px;
	color               : #D9E8F1;
	background-color    : inherit;
	text-decoration     : none;
}

/* Sous Sous Menu */
div.ssmenu div div.ssssmenu {
    margin-top          : 0 !important;
}

div.ssssmenu a, div.ssssmenu a:visited, div.ssssmenu a:link {
    display             : block;
	font-family         : verdana, Helvetica, sans-serif;
	font-size           : 12px;
	font-weight         : normal;
	padding             : 1px 5px 2px 18px;
	color               : #fff;
	background-color    : inherit;
	text-decoration     : none;
	border-top          : 1px dotted #fff;
	
    background-image    : url(images/puce_sous_sous_menu.gif);
	background-repeat   : no-repeat;
	background-position : 6px 2px;
}
div.ssssmenu a:active, div.ssssmenu a:hover {
    display             : block;
	font-family         : verdana, Helvetica, sans-serif;
	font-size           : 12px;
	font-weight         : normal;
	padding             : 1px 5px 2px 18px;
	color               : #D9E8F1;
	background-color    : inherit;
	text-decoration     : none;
	border-top          : 1px dotted #fff;
	
    background-image    : url(images/puce_sous_sous_menu_on.gif);
	background-repeat   : no-repeat;
	background-position : 6px 2px;
}

div.ombrages_container {
    background-image    : url(images/fd_colonnes.gif);
    background-repeat   : no-repeat;
    background-position : center 7px;
    margin-top          : 12px;
}

td.tetiere {
    background-image    : url(images/european-nuclear-education.gif);
    background-repeat   : no-repeat;
    color               : #fff;
    text-align          : right;
}

td.tetiere a:link, td.tetiere a:visited, td.tetiere a:active {
    color               : #fff;
    text-decoration     : none;
    font-weight         : bold;
}

td.tetiere a:hover {
    text-decoration     : underline;
}

table.interieur {
    margin-left         : 5px;
    margin-top          : 29px;
}

table.interieur td.colonne1 {
    width               : 188px;
}

#interieur table.interieur td.colonne1 {
    width               : 202px;
    background-color    : #EEF1E0;
    background-image    : url(images/fd_colonne_gauche2.gif);
    background-repeat   : repeat-y;
}

#interieur table.interieur td.colonne1 div.menu_gauche {
    border              : 1px solid #CFE2ED;
}

table.nav2 a:link, table.nav2 a:visited, table.nav2 a:hover, table.nav2 a:active {
    color               : #000;
}

div.bloc_bleu {
    padding             : 17px 13px;
    background-color    : #CFE2ED;
}

div.bloc_bleu p {
    text-align          : left;
}

div.menu_gauche {
    background-color    : #CFE2ED;
    padding-bottom      : 16px;
}    

div.shortcuts {
    margin-top          : 5px;
    background-color    : #CFE2ED;
    background-image    : url(images/deg_bleu_vertical.gif);
    background-repeat   : repeat-x;
    background-position : left bottom;
}

div.shortcuts ul {
    font-weight         : bold;
    padding             : 11px;
    margin              : 0;
}

div.shortcuts ul li {
    list-style-type     : none;
    margin              : 0;
    padding             : 0;
}

div.shortcuts ul li a:link, div.shortcuts ul li a:visited, div.shortcuts ul li a:hover, div.shortcuts ul li a:active {
    color               : #000;
}

div.goto {
    padding-left        : 3px;
    padding-top         : 3px;
    margin-top          : 10px;
    margin-bottom       : 6px;
    background-color    : #fff;
    width               : 185px;
}

div.goto img {
    margin-bottom       : 5px;
}

div.login_account {
    background-color    : #EEF1E0;
}

div.bloc_jaune {
    margin-top          : 6px;
    min-height          : 92px;
    background-color    : #EEF1E0;
    background-image    : url(images/deg_jaune.gif);
    background-repeat   : repeat-x;
    background-position : left bottom;
        border-bottom       : 5px solid #fff;
}    

div.footer {
    font-size           : 11px;
    background-color    : #CFE2ED;
    padding             : 8px;
    margin              : 5px;
    height              : 38px;
}

div.footer div.adresse {
    float               : left;
}

div.footer div.contacts {
    float               : right;
    width               : 180px;
}

a:focus {
    outline: none;
}

/* Menu gauche */
ul.menu_gauche li{
	list-style-type:none;	
	margin: 0px;
	padding:0px;
}
ul.menu_gauche, ul.menu_gauche ul{
	margin: 0px;
	padding:0px;
}

ul.menu_gauche ul ul{
    background-color            : #C0CFD8;
    margin-left                 : -5px;
}

ul.menu_gauche ul{
	margin-left:0px;
}

ul.menu_gauche ul li{
	padding-left        : 5px;
}


ul.menu_gauche li.niv1 {
	padding: 1px 0px;
}
ul.menu_gauche img {
	margin-right: 5px;
}
ul.menu_gauche a {
	/*white-space: nowrap;*/
}

ul.menu_gauche a.niv1, ul.menu_gauche a.niv1:visited, ul.menu_gauche a.niv1:link {
	display             : block;
	font-family         : Arial, sans-serif;
	font-weight         : bold;
	font-size           : 11px;
	color               : #fff;
	text-transform      : uppercase;
	text-decoration     : none;
	background-color    : #3586B5;
	padding             : 2px 5px;
}
ul.menu_gauche a.niv1:active, ul.menu_gauche a.niv1:hover,
ul.menu_gauche a.niv1_on, ul.menu_gauche a.niv1_on:visited, ul.menu_gauche a.niv1_on:link, ul.menu_gauche a.niv1_on:active, ul.menu_gauche a.niv1_on:hover {
    display             : block;
	font-family         : Arial, sans-serif;
	font-weight         : bold;
	font-size           : 11px;
	color               : #fff;
	text-transform      : uppercase;
	text-decoration     : none;
	background-color    : #4C9DCC;
	padding             : 2px 5px;
}
ul.menu_gauche a.niv2, ul.menu_gauche a.niv2:visited, ul.menu_gauche a.niv2:link {
	font-family         : Arial, sans-serif;
	font-size           : 11px;
	color               : #000;
	text-decoration     : none;
}
ul.menu_gauche a.niv2:active, ul.menu_gauche a.niv2:hover,
ul.menu_gauche a.niv2_on, ul.menu_gauche a.niv2_on:visited, ul.menu_gauche a.niv2_on:link, ul.menu_gauche a.niv2_on:active, ul.menu_gauche a.niv2_on:hover {
	font-family         : Arial, sans-serif;
	font-size           : 11px;
	color               : #000;
	text-decoration     : none;
}
ul.menu_gauche a.niv3, ul.menu_gauche a.niv3:visited, ul.menu_gauche a.niv3:link {
    display              : block;
	font-family         : Arial, sans-serif;
	font-size           : 11px;
	color               : #000;
	text-decoration     : none;
	margin-left         : 10px;
	padding-left        : 10px;
	background-image    : url(images/picto_menu/puce_niv3_off.gif);
	background-repeat    : no-repeat;
}
ul.menu_gauche a.niv3:active, ul.menu_gauche a.niv3:hover,
ul.menu_gauche a.niv3_on, ul.menu_gauche a.niv3_on:visited, ul.menu_gauche a.niv3_on:link, ul.menu_gauche a.niv3_on:active, ul.menu_gauche a.niv3_on:hover {
    display             : block;
	font-family         : Arial, sans-serif;
	font-size           : 11px;
	color               : #737C81;
	text-decoration     : none;
	margin-left         : 10px;
	padding-left        : 10px;
	background-image    : url(images/picto_menu/puce_niv3_on.gif);
	background-repeat   : no-repeat;
}

div.chemindefer {
    background-color    : #D9E8F1;   
    padding             : 5px;
    margin-left         : 10px;
}

/* ------------------------------------------------------------- */
/* ---------->>> FORMULAIRE CONNEXION ESPACE SECU <<<----------- */
/* ------------------------------------------------------------- */
form.login {
    font-size           : 12px;
    padding             : 5px;
    background-color    : #EEF1E0;
}
form.login input.champ {
    border              : 1px solid #A5B49F;
    width               : 70px;
}
form.login input:focus {
    background-color    : #F6F9E7;
}
form.login input[type=image], form.login input[type=submit] {
    border              : 0 !important;
}
form.login p {
    text-align          : right;  
}
form.login a:link, form.login a:visited,  form.login a:active {
    color               : #727854;
    text-decoration     : underline;   
}
form.login a:hover {
    text-decoration     : none;   
}

form.login label {
    width               : 30%;
    text-align          : right;
}

div.connecte {
    font-size           : 12px;
    padding             : 20px 5px;
    color               : #727854;
    text-align          : center;
}

div.connecte a:link, div.connecte a:visited, div.connecte a:hover, div.connecte a:active {
    color               : #727854;
}

/* --------------------------------------------- */
/* ---------->>> MENU ESPACE SECU <<<----------- */
/* --------------------------------------------- */

ul.menuespacesecu {
    margin              : 0;
    padding             : 0;
}

ul.menuespacesecu li.niv1 {
    margin              : 0;
    padding-left        : 5px;
    padding-bottom      : 3px;
    border-bottom       : 1px dotted #727854;
    border-top          : 1px dotted #727854;
    list-style-type     : none;
}

ul.menuespacesecu li.niv2 {
    margin              : 0;
    padding-left        : 10px;
    padding-bottom      : 3px;
    list-style-type     : none;
}

ul.menuespacesecu li a:link, ul.menuespacesecu li a:visited, ul.menuespacesecu li a:hover, ul.menuespacesecu li a:active {
    color               : #727854;
}