/* Paris School of Economics - 2008 */
/* http://www.parisschoolofeconomics.eu */

html {
  font-size: 100%;
}
body {
  font-size: 100%;
  font: 0.72em/1em Arial, Verdana, Helvetica, sans-serif;
  line-height: 1em;
  color: #424242;
  background-color: #fff;
}

textarea {
  font: 0.72em/1em Arial, Verdana, Helvetica, sans-serif;
  font-size: 1em;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  margin: 0;
  padding: 5px 0;
  font-family: "century gothic", Arial, Verdana, sans serif;
  line-height: 1.2em;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  color: inherit;
}
h1 {
  font-size: 1.7em;
  text-align: left;
}
h1.titre {
  margin-bottom: 10px;
}
h2 {
  font-size: 1.6em;
  text-align: left;
}
h2.titre {
  margin-bottom: 5px;
}
h2.stitre, h3.stitre {
  position: relative;
  margin-top: -10px;
  margin-bottom: 5px;
  font-size: 1.2em;
  font-weight: normal;
}
h3 {
  font-size: 1.3em;
  font-weight: normal;
  text-align: left;
}
.rubrique {
	padding-bottom: 0;
}
h4 {
  font-size: 1em;
  font-weight: normal;
  text-align: left;
}
p {
  margin: 0 0 10px 0;
  text-align: justify;
}
a {
  color: #AC8943;
  text-decoration: none;
  background-color: transparent;
  outline: none;
}
a:active { outline: none; }
a:hover {
  color: #AC7C1C;
  text-decoration: underline;
}
img, a img {
  border: 0;
}
ul, li {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}
form {
  margin: 0;
  padding: 0;
}
table {
  margin-top: 3px;
  margin-bottom: 3px;
}
.invisible { display: none; }

/* Couleurs */
.couleur_1, .couleur_1 a, .couleur_1:hover, .page_1 h3.intertitre, .page_1 .texte a, .couleur_10, .couleur_10:hover, .page_10 h3.intertitre, .page_10 .texte a {
    color: #985717 !important;
}
.couleur_2, .couleur_2 a, .couleur_2:hover, .page_2 h3.intertitre, .page_2 .texte a {
    color: #BB1B58 !important;
}
.page_2 .texte a:hover {
	border-bottom-color: #BB1B58;
}
.couleur_3, .couleur_3 a, .couleur_3:hover, .page_3 h3.intertitre, .page_3 .texte a {
    color: #D5BB4A !important;
}
.page_3 .texte a:hover {
	border-bottom-color: #D5BB4A;
}
.couleur_4, .couleur_4 a, .couleur_4:hover, .page_4 h3.intertitre, .page_4 .texte a {
    color: #A0B914 !important;
}
.page_4 .texte a:hover {
	border-bottom-color: #A0B914;
}
.couleur_5, .couleur_5 a, .couleur_5:hover, .page_5 h3.intertitre, .page_5 .texte a {
    color: #F97B1D !important;
}
.page_5 .texte a:hover {
	border-bottom-color: #F97B1D;
}
.couleur_6, .couleur_6 a, .couleur_6:hover, .page_6 h3.intertitre, .page_6 .texte a {
    color: #B78347 !important;
}
.page_6 .texte a:hover {
	border-bottom-color: #B78347;
}
.couleur_7, .couleur_7 a, .couleur_7:hover, .page_7 h3.intertitre, .page_7 .texte a {
    color: #B85153 !important;
}
.page_7 .texte a:hover {
	border-bottom-color: #B85153;
}
.bordure_1, .bordure_10 {
    border-bottom-color: #985717;
}
.bordure_2 {
    border-bottom-color: #BB1B58;
}
.bordure_3 {
    border-bottom-color: #D5BB4A;
}
.bordure_4 {
    border-bottom-color: #A0B914;
}
.bordure_5 {
    border-bottom-color: #F97B1D;
}
.bordure_6 {
    border-bottom-color: #B78347;
}
.bordure_7 {
    border-bottom-color: #B85153;
}

/* styles */
.surtitre {
    clear: both;
    background-color: #F5ECE2;
    border-top: 1px solid #E4C994;
    border-bottom: 1px solid #E4C994;
    color: #985717;
    line-height: 1.4em;
    margin-bottom: 7px;
}
.surtitre div {
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    padding: 3px 5px;
}
.surtitre a {
    color: #985717;
}
.sous_titre {
	position: relative;
	margin-top: -10px;
	font-size: 1.2em;
}
.edito {
	position: relative;
	margin-top: -10px;
}

.texte {
    line-height: 1.7em;
    margin-right: 7px;
    clear: both;
}
.chapo {
    font-family: "century gothic", Arial, Verdana, sans serif;
    
}
.actu {
    width: 575px;
}
.actu li {
    position: relative;
    margin-bottom: 10px;
    background: #fdfaf6 url(../images/actus_bg.gif) no-repeat bottom right;
    padding: 8px;
    border: 1px solid #f2e9df;
}
.actu li.centre {
    margin-top: 10px;
}

.actu li .spip_documents_left {
	position: relative;
	margin: -9px;
	margin-right: 10px;
}

.actu li hr {
    border: none;
    height: 1px;
    background-color: #f2e9df;
    color: #f2e9df;
}
.actu li.centre hr {
	clear: both;
}
.actu li.col_g, .actu li.col_d {
    float: left;
    margin-bottom: 10px;
}
.actu li.col_g {
    width: 265px;
    float: left;
    margin-right: 5px;
}
.actu li.col_d {
    width: 265px;
    float: right;
}
.actu h2 {
    padding: 0;
    font-weight: bold;
    font-size: 1.2em;
    line-height: 1.2em;
    color: #985717;
    display: inline;
}
.actu li.centre h2 img {
	margin-right: 3px;
	vertical-align: middle;
	margin-bottom: 2px;
}
#contenu .actu h2 a {
    color: inherit !important;
}
.actu li.col_g h2.actutitre0, .actu li.col_d h2.actutitre0, .actu li.centre h2.actutitre1 {
    color: #d24a00;
}
.actu li.col_g h2.actutitre0 a, .actu li.col_d h2.actutitre0 a, .actu li.centre h2.actutitre1 a {
    color: #d24a00;
}
.actu li.col_g h2.actutitre1 a, .actu li.col_d h2.actutitre1 a, .actu li.centre h2.actutitre0 a {
    color: #985717;
}
.actu li.col_g h2 {
    color: #985717;
}
.actu li.col_d h2 {
    color: #985717;
}
a.plus {
    position: relative;
    color: #e49216;
    font-weight: bold;
	display: block;
}
a.plus1 {
	color: #D24A00;
}
a.plus0 {
	color: #985717;
}
.actu p {
    color: #555;
    line-height: 1.5em;
    margin: 3px 0;
    text-align: left;
}
.actu p .typo_exposants {
	line-height: 2px;
}
.actulogo {
	border: 1px solid #fff;
}
.actulogo0 {
	float: right;
	margin-left: 10px;
}
.actulogo1 {
	margin-right: 10px;
	float: left;
}
.sommaire_texte {
    background: #fdfaf6 url(../images/actus_bg.gif) no-repeat bottom right;
    padding: 8px;
    border: 1px solid #f2e9df;
    margin-right: 0;
    margin-top: 10px;
}
.actu_page {
    margin-top: 10px;
	margin-right: 10px;
}
.actu_page li {
    padding: 0 0 12px;
}
.actu_page h2 {
    padding: 0;
    font-weight: bold;
    font-size: 1.2em;
    color: #9F6226;
    margin-right: 50px;
    margin-bottom: 3px;
}
.actu_page h2 a {
    color: #9F6226;
}
.actu_page h2 a:hover {
    text-decoration: none;
}
.actu_page a.lien {
    display: block;
    color: #BC974F;
    line-height: 1.3em;
    margin-right: 50px;
    margin: 5px 0;
    font-weight: bold;
}

.onglets {
    position: relative;
    margin-top: 15px;
    z-index: 2;
}
.onglets li {
    display: block;
    float: left;
    margin-right: 10px;
}
.onglets li a {
    display: block;
    font-family: "century gothic", Arial, Verdana, sans serif;
    font-size: 1.3em;
    color: #777;
    background: #eee url(../images/fleche_bas_off.gif) no-repeat 5px 3px;
    padding: 5px 7px;
    border: 1px solid #999;
    padding-left: 21px;
}
.onglets li a.js_spec {
    border-bottom: none;
}
.onglets li a:hover {
    text-decoration: none;
}
.onglets li a.js_on {
    color: #333;
    background-image: url(../images/fleche_bas.gif);
    background-color: #FFF;
    border-color: #999;
    border-bottom: 1px solid #fff;
}
.onglets_presse li a.js_on {
    background-image: url(../images/fleche_bas_presse.gif) !important;
}
h2.masque {
	position: relative;
    font-size: 1.3em;
    color: #777;
    padding: 5px 7px;
    border: 1px solid #999;
    border-bottom: none;
    margin-top: 10px;
    color: #BD235E;
}
ul.agenda, p.agenda {
    position: relative;
    padding: 15px 10px 5px;
    margin-top: -1px;
    border: 1px solid #999;
    z-index: 1;
}
p.agenda {
	padding-bottom: 15px;
}
ul.agenda em {
	display: block;
	margin-top: 10px;
    font-style: normal;
}
ul.agenda p.date {
    font-style: normal;
    color: #BD235E;
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 1.2em;
}
ul.agenda h3 {
    padding: 0;
    margin: 5px 0 0;
    font-size: 1.1em;
    font-family: Arial, Verdana, sans serif;
	line-height: 1.4em;
    font-weight: bold;
}
ul.agenda h3 span {
    font-size: 1em;
    font-weight: normal;
}
ul.agenda .infos {
    font-weight: bold;
}
ul.agenda li {
	display: block;
	position: relative;
	margin: 0 0 10px;
}
ul.agenda li li {
	margin: 0;
}
ul.agenda div.texte, ul.agenda div.texte p.spip {
    color: #666;
    line-height: 1.3em;
    text-align: justify;
	margin: 5px 0 10px;
}

ul.agenda dd.resume {
	margin: 5px 0;
}
ul.agenda dd.resume div {
    margin: 5px 25px 5px 10px;
	line-height: 1.4em;
	color: #666;
}
ul.agenda a {
    color: #BB1B58;
	font-weight: bold;
	background: #fff url(../images/fleche2.gif) no-repeat 1px 4px;
	padding-left: 10px;
	position: relative;
}
ul.agenda a.voirplus.on {
	background-position: 1px -56px;
}
ul.agenda a.voirmoins {
    font-weight: bold;
    font-size: 1.1em;
    color: #BD235E;
    text-decoration: none;
}
ul.agenda div.documents {
    margin-top: 5px;
}
ul.agenda div.documents p {
	margin: 0;
}
ul.agenda div.documents p.descriptif {
	color: #999;
	font-size: .9em;
	padding: 0 10px;
}
ul.agenda dd.descriptif_agenda {
	margin-top: -5px;
	font-weight: bold;

}
ul.agenda div.documents a {
    font-weight: bold;
}

/* Raccourcis typographiques de SPIP */
i.spip {}
strong.spip {}
hr.spip {
  padding: 0;
  width: 100%;
  border: none;
  height: 1px;
  margin: 15px 0;
  color: #b9b9b4;
  background-color: #b9b9b4;
  clear: both;
}

.spip_puce { list-style-position: outside; }

ul.spip {
    margin-left: 5px;
}
ul.spip li {
    background: url(../images/puce.gif) no-repeat 0 .1em;
    padding-left: 12px;
    margin-bottom: 5px;
    line-height: 1.7em;
}
ol.spip {}
li.spip {}

h3.spip {
	text-align: center; 
	margin-top: 2em; 
	margin-bottom: 1.4em; 
	font-size: 1.15em; 
	font-weight: bold;
}

/* Plan du site */
ul.plan ul, ul.plan li {
    line-height: 1.4em;
}
ul.plan ul, ul.plan ul li {
    list-style: square;
}
ul.plan ul ul, ul.plan ul ul li {
    list-style: circle;
}
ul.plan ul li {
    margin-left: 15px;
}
ul.plan li a {
    display: block;
}
ul.plan a.niveau_1 {
    font-size: 1.3em;
    margin-top: 10px;
    margin-bottom: 5px;
    font-weight: bold;
}
ul.plan a.niveau_2 {
    color: #333;
}
ul.plan a.niveau_3 {
    color: #666;
}
.contre_encart {
    float: left;
    width: 380px;
}
.encart {
    margin-top: 15px;
    float: right;
    width: 140px;
    background-color: #F5ECE2;
    padding: 10px;
    margin-right: 20px;
}
.encart h3 {
    padding: 0;
    margin-bottom: 5px;
    font-size: 1.1em;
    color: #985717;
    font-weight: bold;
}
ul.annexe {
    margin-bottom: 5px;
}
ul.annexe li {
    margin-top: 5px;
    list-style: square inside;
    line-height: 1.2em;
}

h3.onglet {
    position: relative;
    z-index: 2;
    float: left;
    padding: 3px 6px;
    padding-left: 21px;
    border: 1px solid #999;
    border-bottom: none;
    margin-top: 5px;
    background: #fff url(../images/fleche_bas_presse.gif) no-repeat 5px 3px;
}
ul.presse, p.presse {
    clear: both;
    position: relative;
    margin-top: -1px;
    margin-bottom: 10px;
    padding: 15px 10px 5px;
    border: 1px solid #999;
    z-index: 1;
}
p.presse {
    padding-bottom: 15px;
}
ul.presse {
	padding: 0 15px;
}
ul.presse li {
    display: block;
    padding: 5px 0 10px;
}
ul.presse li.sep {
    border-top: 1px solid #999;
}
ul.presse h4, ul.presse h5 {
    padding-bottom: 0;
    font-size: 1em;
    line-height: 1.4em;
    font-family: Arial, Verdana, sans serif;
    font-weight: bold;
}
ul.presse h4 {
    font-size: 1.1em;
    line-height: 1.4em;
	margin-bottom: 5px;
}
ul.presse h5 a {
    color: #AC7C1C;
    text-decoration: underline;
}
ul.presse div.texte {
    line-height: 1.4em;
    color: #555;
	text-align: justify;
	margin-right: 0;
}
ul.presse ul.documents li {
    background: transparent url(../images/fleche1.gif) no-repeat 0 9px;
    padding-left: 10px;
    padding-top: 0;
}
ul.presse p.spip {
    line-height: 1.4em;
    margin-right: 0;
}
ul.presse p.nb {
    font-size: .9em;
    margin-top: 5px;
    margin-bottom: 5px;
}

.liste-articles li {
    display: block;
    margin-bottom: 5px;
}
.liste-articles h3 a {
    text-decoration: underline;
}
.liste-articles .ariane, .ariane {
    color: #777;
    font-size: .9em;
    margin-bottom: 3px;
}
.liste-articles .ariane a, .liste-articles .ariane a:hover {
    color: #777;
}
.liste-articles .texte {
    margin-top: 0;
}

/* Paragraphes, citations, code et poesie */
p.spip {
    margin-bottom: 5px;
    line-height: 1.7em;
}
p.spip_note {}

blockquote.spip, .spip_serif { font-family: Georgia, Times, serif; }

blockquote.spip { 
	margin: 1em; 
	padding-left: 1em;
	padding-right: 1em;
	border: 1px dotted; }

div.spip_poesie { 
	margin: 1em; 
	padding-left: 1em; 
	border-left: 1px solid;
	font-family: Garamond, Georgia, Times, serif; }
div.spip_poesie div { text-indent: -60px; margin-left: 60px; }

.spip_code, .spip_cadre { font-family: monospace; font-style: normal; font-size: 1.2em; }
.spip_cadre { width: 99%; border: 1px inset; }

.spip_surligne { background: #FF6; }

/* Tableaux */
table.spip {
	margin: 5px auto 10px;
	border: 1px solid #bbb;
	border-collapse: none;
    border-spacing: .1em;
    width: 100%;
}
table.spip caption {
	caption-side: top; /* bottom pas pris en compte par IE */
	text-align: center;
	margin: auto;
	padding: 3px;
	font-weight: bold;
}
table.spip tr.row_first { background: #fff; color: #B78347; }
table.spip tr.row_odd { background: #FAF7F3; }
table.spip tr.row_even { background: #F2E9DF; }
table.spip th, table.spip td { padding: 3px; text-align: left; vertical-align: middle; }

/* Logos, documents et images */
img, .spip_logos { margin: 0; padding: 0; border: none; }

.spip_documents { text-align: center; margin-top: 5px; margin-bottom: 15px;}
.spip_documents_center { clear: both; width: 100%; margin: auto; }
span.spip_documents_center { display: block; margin-top:1em; }
.spip_documents_left { float: left; margin-right: 15px; }
.spip_documents_right { float: right; margin-left: 15px; }
.spip_doc_titre { font-weight: bold; font-size: 0.8em; margin-left: auto; margin-right: auto; }
.spip_doc_descriptif { clear: both; font-size: 0.8em; margin-left: auto; margin-right: auto; }

/* Images typographiques (via image_typo), URL a revoir... */
.format_png { behavior: url(win_png.htc); }

/* modeles par defaut */
.spip_modele { float: right; display: block; border: 1px dotted #666; width: 180px; }

/* Barre de raccourcis typographiques */
.barre {
	border: 1px solid #aaa;
	background-color: #FAFAFA;
}
.barre textarea {
	margin: -1px;
}
table.spip_barre {
	border-collapse: collapse;
	width: auto;
	border-bottom: none;
}
table.spip_barre a img {
	background: #F2E9DF;
	padding: 3px;
	border: 1px solid #FAF7F3;
}
table.spip_barre td {
	padding-left: 3px;
}
table.spip_barre a:hover img {
	background: #FFF;
	border: 1px solid #999;
}

table.spip_barre input.barre {
	border: none;
	width: 250px;
	background: #fafafa;
	padding: 0;
	font-size: .9em;
	padding: 3px 0;
}

/* * Couleurs des liens de Spip */
a.spip_note {} /* liens vers notes de bas de page */
a.spip_in { color: #AB712E; border-bottom: 1px solid #fff; } /* liens internes */
a.spip_in:hover { text-decoration: none; border-bottom: 1px solid #AB712E; }
.spip_documents a.spip_in:hover {  border-bottom: 1px solid #fff; }
a.spip_out { color: #B36C2D; border-bottom: 1px dashed #eaeaea; } /* liens sortants */
.spip_documents a.spip_out {  border-bottom: 1px solid #fff; }
a.spip_out:hover { text-decoration: none; border-bottom: 1px solid #B36C2D; }
.spip_documents a.spip_out:hover {  border-bottom: 1px solid #fff; }
a.spip_url { color: #B36C2D; } /* liens url sortants */
a.spip_glossaire { color: #060; } /* liens vers encyclopedie */


/* span script */
span.spancrypt { 
  background: transparent url(../images/at.png) no-repeat scroll left center;
  color: #000099;
  padding-left: .9em;
  text-decoration:none;
}

/* Annuaire / auteurs / forms */
.titre_auteur {
    color: #985717;
    padding-bottom: 0;
    font-size: 1.6em;
}
.sous_titre_auteur {
    color: #b78347;
    padding: 0;
    font-size: 1.3em;
}
.date_presence {
	font-style: normal;
	margin-top: 3px;
	font-size: .8em;
	color: #999;
}
.infos_auteur {
	position: relative;
    margin-top: 10px;
    border-top: 1px solid #ecdece;
    border-bottom: 1px solid #ecdece;
    padding: 10px 0 10px 100px;
    min-height: 90px;
}
.infos_auteur a {
	color: #985717;
}
.infos_auteur .spip_documents_left {
	position: absolute;
	top: 10px;
	left: 0;
	width: 90px;
	height: 90px;
	overflow: hidden;
}
.infos_auteur p {
    margin-bottom: 0;
    line-height: 1.3em;
}
.infos_auteur p.localisation {
    margin-bottom: 6px;
}
.infos_auteur p.affiliation {
    margin-top: 6px;
}
.infos_liens {
    margin-top: 10px;
    float: right;
    width: 170px;
    font-weight: bold;
}
.infos_liens p {
    margin-bottom: 5px;
}
.infos_liens a {
    background: transparent url(../images/fleche1.gif) no-repeat 0 4px;
    padding-left: 9px;
    color: #985717;
}
.fiche_auteur {
    padding: 5px 0 15px;
    margin-bottom: 10px;
}
.fiche_auteur a {
	color: #985717;
}
.fiche_auteur h4 {
    color: #985717;
    font-size: 1.3em;
}
.fiche_auteur ul {
	margin-bottom: 5px;
}
.date_modif {
    padding-top: 5px;
    border-top: 1px solid #ecdece;
    font-size: .9em;
}
p.modif {
	margin-top: 12px;
	margin-left: 20px;
	margin-bottom: 5px;
	float: right;
}
p.modif a, p.modif a:hover {
	font-weight: bold;
	color: #B85153;
	padding: 5px;
	border: 1px solid #F2E9DF;
}

.formulaire_recherche_annuaire {
    background: #FDFAF6 url(../images/actus_bg.gif) no-repeat scroll right bottom;
    border: 1px solid #F2E9DF;
    margin-bottom: 10px;
    padding:8px;
    position:relative;
}
.formulaire_recherche_annuaire li {
    display: inline;
}
.formulaire_recherche_annuaire li label {
    float: left;
    display: block;
    margin-right: 15px !important;
    line-height: 2em !important;
}
.formulaire_recherche_annuaire li input {
    vertical-align: top;
    border: 1px solid #F2E9DF;
}
.formulaire_recherche_annuaire li.champ input {
    color: #333;
    height: 18px;
    padding: 2px;
	width: 195px;
}
.formulaire_recherche_annuaire li.submit_btn input {
    background-color: #FFF;
    padding: 2px;
}
.alphab_annuaire {
    border: 1px solid #F2E9DF;
    background-color: #fff;
    margin-bottom: 15px;
    padding: 5px;
	margin-right: 10px;
}
.alphab_annuaire a {
	color: #985717;
	padding: 5px;
	font-weight: bold;
	line-height: 1.5em;
}
.liste-annuaire {
	margin-top: 10px;
}
.liste-annuaire li {
    margin-bottom: 10px;
	overflow: hidden;
	margin-right: 5px;
}
.liste-annuaire li.col {
	float: left;
	width: 180px;
	padding-left: 5px;
	border-left: 1px solid #F2E9DF;
}
.liste-annuaire li h3 {
    font-size: 1.1em;
	font-weight: bold;
    padding: 0;
    margin-right: 10px;
    margin-bottom: 3px;
}
.liste-annuaire li a {
	color: #985717;
}
.liste-annuaire li p {
	margin-bottom: 3px;
	font-size: .9em;
}
.liste-annuaire li p.ariane {
	margin-right: 10px;
	text-align: left;
	margin-bottom: 3px;
}
.liste-categorie-annuaire li {
    float: left;
    width: 105px;
    margin-bottom: 5px;
}
.liste-categorie-annuaire li.sep {
    clear: both;
}

.liste-chercheurs {
	margin-top: 10px;
}
.liste-chercheurs li {
    float: left;
    width: 190px;
    margin-bottom: 5px;
}
.liste-chercheurs li.sep {
    clear: both;
}
.liste-chercheurs li h3 {
    font-size: 1em;
	font-weight: bold;
    padding: 0;
    margin-right: 10px;
    margin-bottom: 3px;
}
.liste-chercheurs li p.ariane {
	margin-right: 10px;
	text-align: left;
}

.formulaire_spip {
	position: relative;
	margin-right: 10px;
}
.formulaire_spip .titrechamp h4 {
	font-size: 1.3em;
	font-weight: bold;
	color: #985750;
	border-bottom: 1px solid #985750;
	margin-bottom: 10px;
}
.formulaire_spip .retour {
	position: absolute;
	top: 5px;
	right: 2px;
	color: #B85153;
	font-weight: bold;
	padding: 3px;
}
.formulaire_spip .aide {
	color: #666;
	line-height: 1.4em;
}
.formulaire_spip .erreur, .formulaire_login_public .erreur, .formulaire_spip .succes {
	padding: 10px;
	padding-right: 15px;
	line-height: 1.4em;
	text-align: left;
}
.formulaire_spip .erreur, .formulaire_login_public .erreur {
	background-color: #FAF7F3;
	border: 1px solid #B85153;
	color: #B85153;
	font-weight: bold;
}
.formulaire_spip li.erreur {
	background: #FDFAF6 url(../images/erreur_icone.png) no-repeat 4px 5px;
	padding-left: 32px;
	margin-bottom: 15px;
}
.formulaire_spip .succes {
	color: #555;
	margin-bottom: 15px;
	background-color: #fff;
	border: 1px solid #A0B914;
}
.formulaire_spip .succes a {
	color: #A0B914;
	font-weight: bold;
}

.formulaire_spip .champ {
	margin-bottom: 10px;
}
.formulaire_spip .champ label {
	display: block;
	margin-bottom: 6px;
	line-height: 1.4em;
	margin-right: 10px;
	color: #888;
	font-size: .9em;
}
.formulaire_spip .champ label.fixe {
	height: 42px;
}
.formulaire_spip .fixephoto {
	min-height: 50px;
}
.formulaire_spip .champ label strong {
	font-weight: bold;
	font-size: 1.3em;
	color: #333;
}
.formulaire_spip .photo {
	float: left;
	border: 1px solid #F2E9DF;
	margin-right: 20px;
	width: 90px;
	height: 90px;
	padding: 3px;
	font-size: .8em;
	overflow: hidden;
}
.formulaire_spip .photo img {
	width: 90px;
	height: 90px;
}
.formulaire_spip .gauche {
	width: 298px;
	float: left;
	margin-right: 5px;
	height: 75px;
}
.formulaire_spip .sep {
	clear: both;
}
.formulaire_spip .champ textarea, .formulaire_spip .champ input {
	border: 1px solid #999;
	background-color: #fafafa;
	padding: 5px;
}
.formulaire_spip .champ input.file {
	margin-top: 2px;
	padding: 2px;
}
.formulaire_spip .champ textarea {
	line-height: 1.4em;
	width: 553px;
	bgcolor
}
.formulaire_spip .champ select {
	border: 1px solid #999;
	background-color: #fafafa;
	padding: 4px;
}
.formulaire_spip .champ input.ajouter {
	cursor: pointer;
	padding: 4px;
}
.formulaire_spip .champ input.ajouter:hover {
	color: #B85153;
}
.formulaire_spip input.long {
	width: 250px;
	margin-bottom: 5px;
}
.formulaire_spip input.superlong {
	width: 553px;
	margin-bottom: 5px;
}
.formulaire_spip .submit_btn {
	position: relative;
	text-align: left;
}
.formulaire_spip .submit_btn input {
	cursor: pointer;
	border: 1px solid #999;
	background-color: #FAFAFA;
	color: #B85153;
	font-weight: bold;
	padding: 4px;
}
.formulaire_spip .submit_btn a {
	position: absolute;
	color: #B85153;
	right: 5px;
	top: 7px;
	font-weight: bold;
}
.formulaire_spip .submit_btn input:hover {
	border-color: #B85153;
	background-color: #fff;
}

.formulaire_login_public {
	margin: 10px 0;
}
.formulaire_login_public fieldset {
	padding: 15px;
	background: #FDFAF6 url(../images/actus_bg.gif) no-repeat right bottom;
	border: 1px solid #F2E9DF;
	position:relative;
	margin: 0;
}
.formulaire_login_public .champ {
	margin-bottom: 10px;
}
.formulaire_login_public .champ label {
	float: left;
	display: block;
	width: 140px;
	margin: 5px 0;
	font-weight: bold;
}
.formulaire_login_public .champ input {
	width: 220px;
	background-color: #fff;
	border: 1px solid #999;
	padding: 3px;
}
.formulaire_login_public div.reponse_formulaire {
	margin-bottom: 15px;
	font-weight: bold;
	padding: 7px;
	padding-left: 32px;
	background: #FDFAF6 url(../images/erreur_icone.png) no-repeat;
}
.formulaire_login_public #bloc_session_remember {
	margin-left: 136px;
}
.formulaire_login_public #bloc_session_remember label {
	display: block;
	font-weight: normal;
}
.formulaire_login_public #bloc_session_remember input {
	vertical-align: middle;
	margin-top: 3px;
}
.formulaire_login_public .spip_bouton {
	margin-left: 136px;
	margin-top: 10px;
}

.listes_ref {
	display: block;
	margin-bottom: 15px;
	/*height: 92px;*/
	border: 1px solid #F2E9DF;
	overflow: auto;
	background-color: #fff;
	padding: 3px;
	padding-bottom: 1px;
}
.listes_ref li {
	position: relative;
	display: block;
	padding: 5px;
	padding-right: 55px;
	margin-bottom: 2px;
	background-color: #FAF7F3;
	line-height: 1.3em;
}
.listes_ref li.vide {
	background-color: #fff;
	font-weight: bold;
}
.listes_ref li a {
	color: #333;
}
.listes_ref li a.supprimer {
	position: absolute;
	top: 5px;
	right: 10px;
	color: #B85153;
	font-weight: bold;
	font-size: .9em;
}
.pageperso {
	margin-top: 10px;
}
.pageperso a {
	color: #985750;
}
.pageperso li, .pageperso p {
	line-height: 1.3em;
	margin-bottom: 0;
	text-align: left;
}
.pageperso p.petit {
	font-size: .9em;
	margin-top: 8px;
	padding-top: 3px;
	border-top: 1px solid #F2E9DF;
}
.pageperso h4 {
	color: #985750;
	font-weight: bold;
	font-size: 1.1em;
	padding: 0;
	padding-bottom: 3px;
	margin-bottom: 5px;
	border-bottom: 1px solid #F2E9DF;
}
.pageperso dl {
	margin: 0;
	line-height: 1.2em;
}
.pageperso dt {
	font-weight: bold;
	margin-top: 7px;
}
.pageperso dd {
	margin-left: 0;
	margin-top: 3px;
}
.pageperso .boite {
	position: relative;
	padding: 8px;
	background-color: #FAF7F3;
	border: 1px solid #F2E9DF;
	margin-bottom: 10px;
}
.pageperso .hfixe {
	min-height: 307px;
}

.pageperso a.modifier {
	position: absolute;
	padding: 2px;
	top: 9px;
	right: 8px;
	color: #B85153;
}
.colgauche {
	width: 245px;
	float: left;
}
.coldroite {
	width: 315px;
	margin-right: 5px;
	float: right;
}
.nocol {
	clear: both;
}

/* Seminaires Jourdan */
.agenda dl {
	margin: 0;
	line-height: 1.5em;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.agenda li.sep {
	border-bottom: 1px solid #999;
}
.agenda dt {
	font-size: 1.1em;
	color: #BB1B58;
}
.agenda dd {
	margin: 0;
	margin-bottom: 3px;
}
.agenda dl a {
	color: #BB1B58;
}
.agenda dl a.spip_out:hover, .agenda dl a.spip_in:hover {
	border-bottom: 1px solid #BB1B58;
}

/* Intranet */
#contenu-de-page #formulaire label {
    display: block;
    margin: 5px 0;
    color: #B95717;
    font-weight: bold;
}
#contenu-de-page form {
    margin-bottom: 5px;
}

.liste_intra {
	float: left;
	width: 350px;
	margin-top: 10px;
}
.liste_intra ul {
	margin-top: 5px;
}
.liste_intra li {
	background: #fff url(../images/fleche_intra.png) no-repeat 0 2px;
	line-height: 1.3em;
	margin-bottom: 5px;
	padding-left: 15px;
}
.liste_intra li h4 {
	padding: 0;
	padding-bottom: 1px;
}
.liste_intra li p {
	color: #959595;
	font-size: .9em;
	margin-bottom: 0;
}
.liste_intra .texte {
	color: #656565;
}


.actus_intra {
	position: relative;
	float: right;
	width: 200px;
	height: 290px;
	margin-right: 7px;
	margin-top: 15px;
	overflow: hidden;
	background-color: #fbfbfb;
	border: 1px solid #f0e7e7;
}
.actus_intra h3 {
	margin: 5px;
	padding: 0 5px;
	background: #f0e7e7 url(../images/titre_actus_intra.png) no-repeat bottom left;
	height: 25px;
	line-height: 19px;
	font-size: 1em;
	width: 130px;
}
.actus_intra .jcarousel-prev, .actus_intra .jcarousel-next {
	position: absolute;
	top: -35px;
	display: block;
	width: 21px;
	height: 20px;
	background: #f0e7e7 no-repeat top left;
	cursor: pointer;
}
.actus_intra .jcarousel-prev {
	right: 20px;
	background-image: url(../images/jcarousel-prev.png);
}
.actus_intra .jcarousel-next {
	right: -5px;
	background-image: url(../images/jcarousel-next.png);
}
.actus_intra .carousel_intra {
	margin: 10px 10px 0;
	height: 200px;
}
.actus_intra ul {
	width: 99999px;
}
.actus_intra li {
	position: relative;
	width: 180px;
	height: 200px;
	float: left;
	margin-right: 10px;
}
.actus_intra h4 {
	font-size: 1.3em;
	font-weight: bold;
	padding-top: 0;
}
.actus_intra .lien {
	color: #b85153;
	position: absolute;
	bottom: 0;
}
.actus_intra p {
	line-height: 1.3em;
	text-align: left;
}
.actus_intra p.stitre {
	position: absolute;
	bottom: 3px;
	left: 0;
	height: 30px;
	border-top: 1px solid #f0e7e7;
	margin: 0 10px;
	color: #aa8d8d;
	text-align: left;
	padding-top: 5px;
	font-size: .9em;
	line-height: 1.1em;
	width: 180px;
}