/* Style CSS pour pageperso.lif.univ-mrs.fr/~edouard.thiel/ */
/* Version du 30/06/2009 */

/* Prop generales */

body {
  background-color: #ffffff;
  color: black;
  font-family: sans-serif;
  font-size: 12pt;
  padding: 0px;
  margin: 8px;
}

/* Taille des titres */

h1 { font-size: 150%; }
h2 { font-size: 140%; }
h3 { font-size: 130%; }
h4 { font-size: 120%; }
h5 { font-size: 110%; }
h6 { font-size: 100%; }

/* Les ancres */

a {
    text-decoration: none;
    color: #002bb8;
    background: none;
}

a:visited {
    color: #5a3696;
}

a:active {
    color: #faa700;
}

a:hover {
    text-decoration: underline;
}

/* Les boites formant la page */

#box-menu1 {
    float: left;
    width: 10em;
    font-size: 80%;
}

#box-main {
    margin-left: 9em;
    font-size: 100%;
    padding-top: 0px;
    padding-left: 12px;
    padding-bottom: 2px;
    padding-right: 12px;
    border: 0px;
    /*border-top: 1px solid #aaaaaa;
    border-left: 1px solid #aaaaaa;
    border-bottom: 1px solid #aaaaaa;*/
    /*box-shadow: 1px 1px 4px #AAAAAA;*/
}

#box-footer {
    font-size: 60%;
    text-align: right;
    margin: 2px;
    clear: both;
}

/* Sous-menus dans box-menu1 */

dl.sub-menu1 {
    padding: 0px;
    border: 1px solid #aaaaaa;
    box-shadow: 1px 1px 4px #EEE;
    border-top-right-radius: 8px;
}

.sub-menu1 dt {
    /*background-color: #eaeaea;*/
    font-weight: bold;
    margin: 0px 0px 2px 0px;
    padding: 2px 2px 2px 4px;
    border-bottom: 1px dashed #aaaaaa;
    border-top-right-radius: 8px;
    /*background-color: #eaeaea;*/
    background-image: -webkit-linear-gradient(top, White, #f6e9c5);
    background-image: -moz-linear-gradient(top, White, #f6e9c5);
    background-image: linear-gradient(top, White, #f6e9c5); 
}

.sub-menu1 dd {
    margin: 0px;
    padding: 1px 2px 1px 12px;
}

dl.sub-menu1 { margin-top: 0px; }
dl.sub-menu1+dl.sub-menu1 { margin-top: 10px; }

/*
.sub-menu1 dd:before {
    content: "- ";
}
*/

/* Deco dans box-main */

.mypict {
    float: right;
    padding: 15px;
    width: auto;
}

.liste1 dt {
    font-weight: bold;
    margin-left: 0px;
    padding: 2px;
}

.liste1 dd {
    margin-left: 20px;
}

.hor-trait {
    border-bottom: 1px solid #aaaaaa;
    padding-bottom: 12px;
}

.table1, .table2 {
    text-align: left;
    border-style: none;
}

.table1 {
    margin-left: 32px;
    border-spacing: 16px 8px;
}

.table2 td {
    vertical-align: top;
}

.table2 ul {
    margin: 0px;
}

.table2 {
    margin-left: 20px;
}

/* Listes */

.li-empty { 
    list-style-type: none; 
}

.li-vskip-s li {
    margin-bottom: 4px;
}

.li-vskip-m li {
    margin-bottom: 8px;
}

.li-vskip-b li {
    margin-bottom: 12px;
}

.li-vskip-bb li {
    margin-bottom: 16px;
}

/* Liste de publis */

.liste4 li {
    padding-bottom: 14px;
}

.liste4 br {
    margin-bottom: 2px;
}

.liste4 img {
    vertical-align: middle;
}

.liste4 a img {
    text-decoration: none;
    color: #ffffff;
    background: #ffffff;
}

/* Liste titre vert gras */

.li-vert dt {
    font-weight: bold;
    color: #006600;
    margin-left: 0px;
    padding: 2px;
}

.li-vert dd {
    margin-left: 40px;
    margin-top: 2px;
    margin-bottom: 12px;
}

/* Texte */

.gras {
    font-weight: bold;
}

.justifier {
    text-align: justify;
}

.centrer {
    text-align: center;
}

.italique {
    font-style: italic;
}

.decaler {
    padding-left: 3em;
    padding-right: 1em;
}

.pub-titre {
    color: #006600;
    font-weight: bold;
}



