* {
	margin: 0;
    padding: 0;
    font-style: normal;
}

main {
	margin: 10px 20px 50px 50px;
}

.main-content {
	width: 98%;
}

/**************** CHAPEAU ********************/

#header, header {
	margin-top: 8px;
	font-family: Arial, Helvetica, sans-serif;
}

#header table, #header tr {
	width: 100%;
	height: 77px;
}

#header table td, #header div {
	white-space: nowrap;
}

#header #header_1 {
	width: 80px;
	min-width: 80px;
}

#header #header_2 {
	background-image: url("../img/cadre/header_2.gif");
	background-repeat: repeat-x;
	vertical-align: top;
}

#header #header_3 {
	width: 49px;
	min-width: 49px;
}

#header #identite {
	margin-top: 17px;
	padding-top: 3px;
	height: 20px;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}

#header #titre_page {
	font-size: 12px;			/* encore IE qui fait ch*** */
	height: 20px;
}

#header #actions_header {
	text-align: right;
	padding-right: 10px;
}

#header #actions_header a, #header #actions_header a:visited {
	color: #676767;
	font-weight: normal;
	text-decoration: none;
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-bottom: 4px;
	margin-right: 7px;
}

#header #actions_header a:hover {
	text-decoration: underline;
}

#header #actions_header a.contacter {
	background-image: url("../img/cadre/contact.gif");
}

#header #actions_header a.deconnecter {
	background-image: url("../img/cadre/deconnexion.gif");
}

#header #actions_header a.profil {
	background-image: url("../img/cadre/changer.gif");
}

#header #actions_header a.aide {
	background-image: url("../img/cadre/aide.gif");
}

#header a, #header a:visited {
    font-size: 12px;
    text-decoration: underline;
    color: blue;
    margin-right: 3px;
    cursor: pointer;
}

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

#menu {
	font-size: 12px;
	margin-left: 50px;
	margin-top: 20px;
}

#menu #espaces {
	margin-top: 10px;
}

#menu ul, #menu a, #menu a:visited {
	margin: 0;
}

#menu #espaces ul li {
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-top: 1px solid black;
	display: inline;
	margin-right: 2px;
	padding: 3px;
	line-height: 18px;
	/* white-space: nowrap; */
}

#menu #espaces ul li.active {
	background-image: url("../img/cadre/onglet_background.gif");
	background-repeat: repeat-x;
}

#menu #espaces ul li.inactive {
	background-image: none;
	background-color: #B5D4DF;
}


#menu #espaces ul li a, #menu #espaces ul li a:visited {
	text-decoration: none;
	font-weight: bold;
}

#menu #espaces ul li a.active, #menu #espaces ul li a.active:visited {
	color: #423EE5;		
}

#menu #espaces ul li a.inactive, #menu #espaces ul li a.inactive:visited {
	color: black;		
}

#menu #rubriques {
	margin-top: 2px;
	border: 1px solid black;
	width: 90%;
	padding: 4px;
}

#menu #rubriques.active {
	background-color: #DDDDDD;
	background-image: url("../img/cadre/rubrique_background.gif");
	background-repeat: repeat-x;
}

#menu #rubriques.inactive {		/* TODO : compatibilité IE6 */
	background-image: none;
	background-color: #B5D4DF;
}

#menu #rubriques ul li {
	display: inline;
	border-right: 1px solid #C0C0C0;
	margin: 2px 3px 2px 3px;
	padding: 0px 2px 0px 2px;
}

#menu #rubriques ul li a, #menu #rubriques ul li a:visited,
#menu #rubriques ul li a.inactive, #menu #rubriques ul li a.inactive:visited {
	font-weight: normal;
	text-decoration: none;
	color: black;
}

#menu #rubriques ul li.inactive a{
	color: gray;
}

#menu #rubriques ul li.active a, #menu #rubriques ul li.active a:visited {
	color: #423EE5;
}

#menu #rubriques ul li.close a {
	color: gray;
}

#page {
	margin: 10px 20px 50px 50px;
}

#main {
	width: 97%;
}

.lienMenuGestion:hover {
	cursor: pointer;
}



.espacesDSFR{
	font-size : 0.85rem !important;
	font-weight: bold !important;;
}

.rubriquesDSFR {
	font-size: 0.75rem !important;
	min-height: 0px !important;
}
