body{
margin:0;
padding:0;
}

/*
 * Mise en page des textes (bordures...)
 */

.chapo {
	line-height: 1.4em;
	margin-top: 1em;
}
.texte {
}
.ps {
	padding-top: 0.6em;
	margin-top: 0.6em;
}
.notes {
	margin-top: 0.6em;
	margin-bottom: 0.6em;
/*	border-top: 1px solid #a0a0a0; */
	padding: 0.5em 0.5em;
}

.bandeau_titre{
	margin: 10px 0px 15px 3px;
}

/*
 * Habillage des menus et de la navigation
 */

.menu {
	padding: 0px;
	margin: 0px;
	margin-bottom: 16px;
}
.menu ul {
	display: block;
	margin: 0px;
	padding: 0px;
	padding-bottom: 4px;
	list-style: none;
}
.menu-titre {
	border-bottom: 1px solid #ff8000;
	margin: 0px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 3px;
	padding-bottom: 2px;
	font-size: 95%;
	font-weight:bold;
}
.menu-item {
	margin: 0px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 3px;
	padding-bottom: 1px;
	font-size: 75%;
	font-weight:bold;
	
}
.menu-sous-item{
	margin: 0px;
	padding-left: 10px;
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 1px;
	font-size: 80%;
}

/* Des couleurs specifiques selon les types de menus */



/*
 * Styles pour le contenu (c-a-d. la colonne principale)
 */

.encart {
	float: right;
	width: 320px;
	margin: 10px;
	/* suppression des encarts (auteur de l'article, etc...) */
	display:none;
}

.cartouche {
	padding-bottom: 0.2em;
	border-bottom: 0px solid #404040;/* 2px solid #404040; fait disparaître le cartouche - par Pierre */
	font-size: 80%;
	display:none;
}

.auteur-bio {
border-bottom:1px solid #FF8000;
border-top:1px solid #FF8000;
}

h1,h3.titre-texte {
	text-align: center;
	margin : 20px auto;
}


.contenu .forum-repondre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 90%;
	font-weight: bold;
	margin-top: 1.5em;
	margin-bottom: 2em;
	padding-bottom: 2em;
	border-bottom:1px solid #666666;
}

blockquote.spip {
	margin: 5px 15px;
	padding:0;
	border:0px;
}

.spip_surligneconditionnel .spip_doc_descriptif {
display:none;
}

p.spip {
text-indent:1.5em;
}

blockquote p.spip {
text-indent:0;
}

.liste-articles {
	margin-bottom: 1em;
}

.liste-articles-auteur{ 
font-size:110%;
margin:30px 0 10px 0; 
padding:0 20px;
}

html>body .liste-articles-auteur {
padding:0px;
}

/*
 * Disposition a l'ecran : colonnes, encarts, cartouches
 */

/* Englobent haut_gauche, haut_titre, navigation et principal */
#haut, #bas, #pied{
width: 1006px;
padding:0;
margin:auto;
}

/* haut de l'image */

#haut { height:111px; border-top: 2px solid #FF8000; }

#haut-float-left { 
	float:left; 
	width: 650px; 
	height:111px; 
	margin-right:2px; 
	padding-right:2px; 
	border-right:2px solid #FF8000;
}

#haut-float-middle { 
	float:left; 
	width: 250px; 
	height:111px; 
	background:url(../IMG/haut-milieu-bckgrd.jpg) no-repeat;
}

#haut-float-right { float:left; width: 100px; height:111px; }

#haut-float-left, #haut-float-middle, #haut-float-right { border-top:2px solid #FFF; }

/* bas de limage */

#bas { position:relative; top:-2px;}

html>body #bas { position:relative; top:4px;}

#bas_droite {
background-color:#FFF;
padding:0px 73% 0px 0px;
border-top:2px solid #ff8000;
}

#bas_gauche {
background:url(../IMG/bas-gauche-bckgrd.jpg) no-repeat;
background-color:#b0a6a6;
border-right:2px solid #ff8000;
}

#navigation {
float:left;
width:96%;
vertical-align:top;
padding: 10px 3% 0 1%;
min-height:520px; /*nécessaire si fixed position pour fixed-menu */
}

html>body #fixed-menu {
width:255px;
position:fixed;
margin:0 5px;
}

#principal {
float:left;
width:260%; /* problème IE, devrait être 327%*/
margin-right:-270%; 
position:relative; 
left:0%;
padding: 0 4%;
/*overflow:hidden; règle le problème des articles "trop grands" dans IE mais cache les liens "haut de page"*/
}

html>body #principal {
width:262%;
}

#pied {
clear: both;
position:relative;
top:-5px;
text-align:justify;;
background-color:#FFF; 
color:#000000;
border-top:2px solid #ff8000;
}

html>body #pied {
top:0px;
}


/*  http://positioniseverything.net/easyclearing */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* Eclaircissement progressif des rubriques en fonction de la profondeur */

dl, dt, dd {
margin: 0;
padding: 0;
list-style-type: none;
}

/* les balises dd qui sont utilisées pour le menu ont besoin d'avoir une bordure définie
sans quoi le premier élément de la liste incluse a un alinea (il faudra qu'on m'explique)*/
.menu dd {
border: 1px solid #b0a6a6;
}


/*
 * Habillage du plan du site
 */

/* #plan a même construction géométrique que #principal */ 
#plan {
float:left;
width:260%; /* problème IE, devrait être 327%*/
margin-right:-270%; 
position:relative; 
left:0%;
padding: 0 4%;
/*overflow:hidden; règle le problème des articles "trop grands" dans IE mais cache les liens "haut de page"*/
}

html>body #plan {
width:262%;
}

#plan h1.titre-texte {
	color:#333333;
}

.plan-secteur {
	margin: 20px 0;
}

.plan-articles {
	padding: 0px;
	margin: 10px 0 16px 40px;
	list-style:square;
}

.plan-article {
	margin-top:3px;
}

.plan-article a{
	color:#333333;
}


.plan-rubriques {
	padding: 0px;
	margin: 10px 0 50px 40px;
	list-style:none;
}

.plan-rubrique {
	font-weight:bold;
	font-size:120%;
	text-decoration:underline;
}


/*
 * Habillage des forums
 */


ul.forum-total {
	display: block;
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.forum-fil {
	margin-top: 2em;
	margin-bottom: 3em;
}
.forum-fil ul {
	display: block;
	margin: 0px;
	margin-left: 4em;
	padding: 0px;
	list-style: none;
}
.forum-titre {
	font-weight: bold;
	font-size: 120%;
}
.forum-item {
	margin: 0px;
	padding: 1em;
	padding-top: 0.5em;
	padding-bottom: 0em;
	text-align: justify;
	color: #303030;
	font-size: 80%;
}
.forum-repondre-message {
	text-align: right;
}
/* Boite d'un forum : eclaircissement progressif des bords */

ul .forum {
	border-right: 1px solid #909090;
	padding: 0px;
	margin: 0px;
	margin-bottom: 1em;
	margin-top:1em;
}
/*ul ul .forum {
	border: 1px solid #a4a4a4;
}
ul ul ul .forum {
	border: 1px solid #b8b8b8;
}
ul ul ul ul .forum {
	border: 1px solid #cccccc;
}
ul ul ul ul ul .forum {
	border: 1px solid #e0e0e0;
}
ul ul ul ul ul ul .forum {
	border: 1px dashed #e0e0e0;
}*/

/* Boite de titre d'un forum : mise en couleur selon la profondeur du forum */

ul .forum-chapo {
	border: 0px;
	border-bottom: 1px solid #909090;
	/*border-bottom: 1px dashed #b8b8b8;*/
	margin: 0px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 3px;
	padding-bottom: 2px;
	font-size: 90%;
	/*background: #c4e0e0;*/
}
/*ul ul .forum-chapo {
	background: #d4e8e8;
}
ul ul ul .forum-chapo {
	background: #e4f0f0;
}
ul ul ul ul .forum-chapo {
	background: #f4f8f8;
}
ul ul ul ul ul .forum-chapo {
	background: #ffffff;
}*/


/*
 * Habillage des petitions
 */


/*
 * Formulaires
 */

/* donne un contour simple au champ de recherche */
.contour-simple{
border-bottom:solid 1px #d0d0d0;
}

.formrecherche {
	color: #505030;
	margin: 0px;
	padding: 2px;
	/*border: solid 1px #909090;*/
	border:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
}

input.formrecherche {
	width: 95%;
	background-color: #FFF;
}

/* logo Paris III */
.logo_paris3{
	border:0px;
	width:100px;
	height:111px;
}

/* logo Paris III */
.logo_trans{
	border:0px;
	width:650px;
	height:111px;
	}

/* image de présentation de Trans */
.photo_trans{
border:2px solid #000000;
width:600px;
display:block;
margin: 50px auto 5px auto;
}

/* Apparence des liens */

a.nobackground:hover{
background:none;
text-decoration:none;
}

a.pied-page{
color:#666666;
}

a.pied-page:hover{
background:none;
}

#navigation a{
color:#333333;
}

#navigation .menu-titre a{
color:#000000;
}

#navigation .menu-sous-item a{
color:#CCCCCC;
}

a.back_top_link {
position:relative;
left:-18%;
font-size: 85%;
font-weight:bold;
color:#FF8000;
}

html>body a.back_top_link { display:none; }

a.abstract_link { color:#ff8000; white-space:nowrap; font-size:80%; position:relative; bottom:1px; right:3px;}

/* Menu Langues */
ul.mon_menu_langues {
	display:inline;
	margin: 0px;
	padding: 0px;
	padding-bottom: 40px;
	list-style: none;
}

ul.mon_menu_langues li{
float:left;
margin: 0px;
padding-left: 10px;
padding-right: 4px;
padding-top: 2px;
padding-bottom: 1px;
font-size: 80%;
}

ul.mon_menu_langues li.languencours{
color:#CCCCCC;
font-weight:bold;
}

/* Traductions possibles d'un article */
a img.logo_lang{
background:none;
text-decoration:none;
}

img.logo_lang{
border:none;
height:16px;
}


