/* Esa box */

/* theme pour l'esa, decembre 2006 */

/* comportements par defaut  */

@import url(positionnement.css);
@import url(galerie.css);
@import url(diaporama.css);
@import url(corps-contexte.css);
@import url(listes.css);
@import url(tables.css);
@import url(pageliens.css);
@import url(pagegalerie.css);

body {
background-color: #392C29;
font-family: arial, geneva, sans-serif;
color: #252525;
font-size: 12px;
}

img {
behavior: url("win_png.htc");	
}

a img {
border: none;	
}

a {
text-decoration: none;
color: #666;

}

a:hover {

}

h1, h3, h4, h5, h6 {
font-weight: normal;
margin: 0;
}

/* bloc de tete : logo et navigation ------------------------------------- */

#tete ul, #tete li {
margin: 0;
padding: 0;
list-style-type: none;
}

#logo {
position: absolute;
top: 10px;
left: 10px;
}

#tete {
background-color: #0F2F71;
height: 125px;
line-height: 100%;
}

#tete a {
color: #fff;
text-decoration: none;
font-size: 12px;
font-weight: bold;
}

#tete a:hover {
color: #E63E00;	
}

#navigation-principal li, #navigation-secondaire li, #navigation-tertiaire li {
margin-bottom: 2px;
}

/* barre de raccourcis ----------------------------------- */

#raccourcis {
font-size: 9px;
background: url(fleche-raccourcis.png) 6px 5px no-repeat;
}

#raccourcis a {
color: #0F2F71;
text-decoration: none;
}

#raccourcis a:hover {
color: #f00;
text-decoration: underline;
}

/* corps ------------------------------------------------- */

#corps ul, #corps li {
margin: 0;
padding: 0;
list-style-type: none;
}

#corps h1 {
font-size: 26px;
margin-bottom: 18px;
}

#corps h5 {

}

#corps h5 a {
color: #212121;
}

#corps h6 {
font-size: 12px;
}

#corps h6 a {
color: #212121;
}




/* le chemin */

#chemin {
font-size: 9px;
padding: 6px;
color: #666;
margin-bottom: 10px;
background-color: #F2F7FF;
}

#chemin a {
text-decoration: none;
color: #666;
}

#chemin a:hover {
color: #000;
}

#chemin a:after {
content: " -> ";
}

/* dans le corps */

.surtitre {
font-size: 9px;
margin-bottom: 8px;
letter-spacing: 0.1em;
}

.soustitre {
font-size: 10px;
font-weight: bold;
}

.chapeau {
line-height: 140%;
margin-bottom: 1em;
font-weight: bold;
}

.texte {
margin: 10px 0 20px 0; 
line-height: 150%;
}
h3 {
font-size: 16px;
margin: 30px 0 0 0;
}

.texte a {
border-bottom: 1px dotted #B1BBD1;
}

.texte a:hover {
color: #E63E00;
border-bottom: 1px solid #E63E00;
}

.image {
width: 50px;
height: 50px;
display: block;
border: 2px solid #0F2F71;
}



.clearer {
clear: both;
width: 0;
}



#corps #infogalerie {
font-size: 9px;
margin: 10px 0 18px 0;
color: #333;
padding-bottom: 2px;
border-bottom: 1px solid #ccc;
}

#corps #infogalerie li {
margin: 2px 0;
}


/* Informations de contexte ------------------------------------------------- */

/* separation du corps secondaire en plusieurs blocs */

.pagecursus #corps, .pageentree #corps {
border: 0;
}

#corps-texte-demi {
padding-left: 60px;
padding-right: 20px;
background-image: url(pastilles/pastilles_05.gif);
background-position: 12px 12px;
background-repeat: no-repeat;
}

#corps-texte-standard {
background-image: url(pastilles/pastilles_14.gif);
background-repeat: no-repeat;
padding-left: 40px;
}

#corps-texte-texte {
background-image: url(pastilles/pastilles_14.gif);
background-repeat: no-repeat;
padding-left: 40px;
}

/* page multi bloc, sommaire et quelques autres */

#corps-secondaire-demi h6 {
color: #333;
font-size: 22px;
margin: 0 0 6px 0;
line-height: 100%;
}

#corps-secondaire-demi {
font-size: 10px;
}

#corps-secondaire-demi li ul {
margin: 2px 0 20px 0;
}

#corps-secondaire-demi li li {
margin: 0 0 10px 0;
}

p.newstitre {
margin: 0;
font-size: 13px;
font-weight: bold;
}

#corps-secondaire-demi a {
color: #1c1c1c;
}

#corps-secondaire-demi a:hover {
color: #f00;
}

/* footers ------------------------------------------------------------- */

#footer {
background-color: #0F2F71;
color: #fff;
font-size: 9px;
letter-spacing: 0.2em;
text-align: right;
}

#footer-secondaire {
color: #fff;
font-size: 10px;
}



