/* Colors :
bleuDANE : #178FCB
roseDANE : #E73A72
*/

/* intégration de polices */
@font-face {
    font-family: "TexGyreAdventor";
    src: url('../fonts/texgyreadventor-regular.otf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "TexGyreAdventor";
    font-style: italic;
    src: url('../fonts/texgyreadventor-italic.otf');
}
@font-face {
    font-family: "TexGyreAdventor";
    font-weight: bold;
    src: url('../fonts/texgyreadventor-bold.otf');
}
@font-face {
    font-family: "TexGyreAdventor";
    font-weight: bold;
    font-style: italic;
    src: url('../fonts/texgyreadventor-bolditalic.otf');
}
body {
    font-family: "TexGyreAdventor", Helvetica, Arial, sans-serif;
}

/* intégration des logos */
.home #main{
 	background: url("../img/dane/logoacad.png") no-repeat scroll left top;
}
.home #content{
 	background: url("../img/dane/logodane.png") no-repeat scroll right top;
}
.default #footer{
 	background: url("../img/dane/logodane_petit.png") no-repeat scroll center center;
}

/*
a.btnEval:after {
    content: "" !important;
}
.tools .refOutlineEntry a:after{
	content: "" !important;
}
.idxEntryCaller a:after{
	content: "" !important;
}
.idxEntryCaller a:hover{
    content: "";
}
nav a:after{
    content: "" !important;
}
a.imgZoom:after{
    content: "" !important;
}
.credits  a:after {
    content: "" !important;
}

*/