@import url(_common_ficheblock.css);

body {
font-family: sans-serif;
background-color: #eeeeee;
font-size: 83%;
}

#BLOC_GLOBAL {
width: 960px;
margin-left: auto;
margin-right: auto;
padding-bottom: 10px;
}

#BLOC_ENTETE {
height: 100px;
background-image: url(../images/entete.png);
background-repeat: no-repeat;
margin-bottom: 10px;
position: relative;
}

#BLOC_MENU {
position: absolute;
top: 0;
right: 0;
}

#BLOC_RECHERCHE {
position: absolute;
right: 0;
bottom: 0;
}

#BLOC_CORPS {
background: white;
padding-left: 10px;
padding-right: 10px;
padding-bottom: 10px;
padding-top: 10px;
}

a {
text-decoration: none;
color: #554f8d;
}

a:visited {
color: #554f8d;
}

a:hover {
color: #02b36b;
}



#BLOC_PRESENTATION, #BLOC_PRESENTATION_DOSSIER {
float: right;
width: 400px;
border-style: solid;
border-width: 2px;
border-color: #eeeeee;

padding: 5px;
background-color: white;
}

#BLOC_SOMMAIRE_DOSSIER {
background-color: #eeeeee;
}

#BLOC_PRESENTATION {
margin-top: 40px;
}

#BLOC_PRESENTATION_DOSSIER {
margin-top: 20px;
margin-right: 20px;
}

#BLOC_LISTE_NUMERO {
width: 450px;
}

.u_ListeRevues li {
margin-bottom: 5px;
color: #f8931d;
}

.u_ListeRevues li p {
/*color: #e5654c;/*#554f8d;*/
}

.s_Numero {
font-weight: bold;
color: #e5654c;
}

.s_Date, .s_Page {
font-style: italic;
font-size: 0.9em;
}

.s_Page {
color: #f8931d;
}

h2 {
color: #e5654c;
font-size: 1.2em;
}

h1 {
color: #f8931d;
font-size: 1.4em;
margin-left: 35px;
}

.a_Auteur {
font-size: 0.9em;
}

.s_Nbrepages {
font-size: 0.9em;
color: #222222;
}

div.d_SOMMAIRE, #BLOC_LISTE_SOMMAIRE {
width: 480px;
}

table.table_SOMMAIRE th {
text-align: left;
font-size: 0.9em;
}

table.table_SOMMAIRE tr {

}

table.table_SOMMAIRE td {
vertical-align: top;
}

.d_Cellule {
margin-bottom: 12px;
}

.s_Code {
font-family: monospace;
font-size: 0.9em;
color: #222222;
}

a.a_Revue {
font-weight: bold;
color: #f8931d; 
}

a.a_Revue:visited {
color: #f8931d; 
}


