/* (c) 2007 Le Mouvement Social */


/* COULEURS
fond des marges d'écran: ffffcc
fond de la zone de texte: White
Texte: Black
Texte titre: #c9100f
Texte liens: #c9100f
Fond de menu: 838ca1
*/


*
{
padding: 0;
margin: 0;
border: 0;
}

body, html {
color: #000; 
font-family: "Trebuchet MS", Verdana, Arial, Tahoma, sans-serif;
background-color: #f0f0f0;
text-align: center;
height: 100%;  /* à combiner avec min-height du mainContainer */
font-size: 12px;
}

p {padding: 7px 0 7px 0;}

.clear { clear: both; }

#pieddepage {
	font-size: 80%;
	color: #222;
	padding: 4px;
}

#mainContainer {
width: 810px;
margin: 0 auto;
background-color: White;
background-image: url(../images/background.gif);
background-repeat: repeat-y;
text-align: left;
min-height: 100%;
}

/* Contenu */
.float-wrap {
float: left;
width: 810px;
}

#content {
float: right;
width: 600px;
background: transparent;
}

* html #content { /*** IE6 needs this  ***/
position: relative; 
width: 595px;
}

.contentWrap {
padding: 5px;
}


/* Menu */
#left {
float: left;
width: 210px;
background: transparent; 
min-height: 250px;
}

* html #left {
position: relative; /*** IE needs this  ***/
height: 250px;
}

.menu {
	padding: 5px;
}



/* traiter la zone du menu */
#titrebarre {
	text-align: center;
	font-size: 85%;
}

#titrebarre span.description-site {
	display: block;
	padding: 5px 5px 10px 5px;
}

#titrebarre img {
	margin-top: 10px;
}

#publications-menu {
	padding: 10px 0 0 0;
	margin: 0;
}

#publications-menu li {
	margin: 0 0 10px 0;
	padding: 0;
	font-weight: bold;
	color:  #c9100f;
	list-style: none;
}

#publications-menu li ul {
	font-weight: normal;
	margin: 0;
	padding: 0;
}

#publications-menu li ul li {
	font-weight: normal;
	margin: 0;
	padding: 0 0 0 15px;
}

a.admin, a.rss {
	display: block;
	text-align: center;
	font-size: 80%;
	margin: 20px 0 20px 0;
	vertical-align: middle;
}

.rss img {
	vertical-align: middle;
}

#footer{
	clear:both;
	text-align: center;
	padding-bottom: 1ex;
	padding-top: 3ex;
	font-size: 85%;
}

#logos {
	text-align: center;
}

#logos img {
	padding-bottom: 5px;
}




/* traiter la colonne "contenu" */
#accueil {
	margin: 0;
	width: 95%;
}

#accueil h1 {
	padding: 15px;
	font-size: 155%;
	color:#c9100f;	
	border: solid #c9100f;
	border-width: 0 0 3px 0;
}

#actu {
	width: 80%;
	margin: 0 auto;
}

.article{
	display: block;
	margin-bottom: 15px;
}

#actu .article {
	border: 3px solid #c9100f;
	padding: 5px;
	margin: 3px;
}

.datepub {
	font-size: 75%;
	text-align: right;
	font-style: italic;
	display: block;
	padding: 15px;
}

.cr .datepub {
	padding: 0;
}



/* stylage général */
img {
	border: none;
}

a {
	text-decoration: none;
	color: #c9100f;
}

a:hover {
	text-decoration:underline;
}

h1, h2, h3 {
	color: #c9100f;
	font-weight: bold;
	padding-right: 10px;
	text-align: left;
	display: block;
}
  
h1 {
	font-size: 135%;
	font-variant: small-caps;
}

h2 {
	font-size: 125%;
}

h3 {
	font-size: 115%;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
}

h3.titre-doc {
	font-weight: bold;
	font-style: italic;
	padding-left: 25px;
}

h4 {
	color: #c9100f;
 	padding-right: 10px;
	text-align: left;
	display: block;
   margin-top: 20px;
	margin-bottom: 0px;
}

.texte{
	padding-left: 1em;
}

li p.texte {
	padding: 0;
}

ul, ol {
	padding: 0 20px 0 40px;
}

ul.fleche li, li.fleche, ul.liste-rubriques li {
	padding: 2px;
	list-style: url(../images/fleche.gif);
}

.misenligne {
	font-size: 80%;
}

.ref-cr {
	padding: 3px;
	margin: 15px;
	border: 1px solid #c9100f;
	color: Black;
	font-size: 90%;
	text-align: justify;
	font-weight: bold;
}


/* liste des comptes rendus */
.cr {
	margin: 0 0 15px 15px;
}

.cr .texte {
	font-size: 90%;
	padding: 0 2em 0 2em;
	text-align: justify;
}

.cr .titre {
	font-weight: bold;
}

.cr h4 {
	display: inline;
	padding-right: 0;
	font-size: 100%;
}

.cr h5 {
	display: inline;
	font-size: 100%;
	font-weight: bold;
}


/* notes */

.notes{
	margin: 20px 20px 10px 35px;
	padding-left: 15px;
	border-left: 1px solid #c9100f;
	text-align: justify;
	font-size: 80%;
	text-indent: -10px;
}

.footnotebody {
	padding: 2px;
}

.footnotedefinition {
	font-weight: bold;
	font-stretch: wider;
}


/* pour citer */
.pourciter {
	margin: 20px 10px 10px 20px;
}

.pourciter .titre {
	font-weight: bold;
	font-style: italic;
	border-bottom: 2px solid #838ca1;
}

.pourciter .ref {
	margin-left: 20px;
}

.noticebiblio {
	display: inline;
	padding: 0;
	margin: 0;
}



.bloc_nav {
	display: block;
	margin: 10px;
	text-align: right;
}

.bloc_nav img {
	padding: 1px;
	border: 1px solid #c9100f;
}

h2.regroup {
	padding-top: 20px;
	text-decoration: underline;
}

.auteur{
	font-weight: bold;
	margin-top: 1ex;
	text-align: left;
}

.auteur_cr{
	font-weight: bold;
	margin-top: 1ex;
	text-align: right;
}

.auteur_article {
	font-weight: bold;
	text-align: left;
	padding: 10px 0 10px 50px;
	font-size: 125%;
}

.auteur_article .descriptionauteur {
	font-weight: normal;
	letter-spacing: -1px;
	font-size: 80%;
	text-transform: none;
}




/* intertitres d'un article */
.section1 {
	color: #C9100F;
	font-weight: bold;
	font-size: 120%;
	padding-top: 40px;
	padding-bottom: 20px;
	padding-left: 15px;
	text-indent: -15px;
}

.section1 a {
	color: #C9100F;
}

.section1 a:hover {
	text-decoration: none;
}

.section2 {
	color: #C9100F;
	font-weight: bold;
	font-size: 110%;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 30px;
	text-indent: -15px;
	font-style: italic;
}

.section2 a {
	color: #C9100F;
}

.section2 a:hover {
	text-decoration: none;
}

.section3 {
	color: black;
	font-weight: bold;
	font-size: 110%;
	padding-top: 20px;
	padding-bottom: 5px;
	
}

.section3 a {
	color: #C9100F;
}

.section3 a:hover {
	text-decoration: none;
}


/* Table des intertitres d'un article */
#toc{
	margin: 30px 0 30px 40px;
}

.toc_section1{
	padding-left: 10px;
	background-image: url(../images/fleche.gif);
	background-repeat: no-repeat;
	padding-top: 2px;
}





/* styles auxquels je n'ai pas touché */
h1.nom-site{
	margin: 0px;
	padding: 0px;
	text-align: right;
        color: #c9100f;
}
h2.auteurindex{
   color: black;
}

#nouveaute {
	margin: 15px 0px 10px 0px;
	font-size: 110%;
        text-align: justify;
        color: #000000;
        padding-right: 10px;
        display: block;
}

#titrerss{
        font-weight: bold;
}

p{
	padding-right: 10px;
	text-align: justify;
}
form{
	margin: 0;
	padding: 0;
}

.afficherdocument{
font-size: 120%;
}

.petit{
  font-size:90%;
}

.pluspetit{
	font-size:smaller;
	font-weight: normal;
	padding: 0;
	margin: .3ex 0 .2ex 0;
}
.smallcaps {
	font-variant: small-caps;
}
sup{
	vertical-align: top;
	font-size: 70%;
}
p.texte{
	padding-left: 1em;
}
p.citation{
	margin-left: 2em;
	padding-left: .5em;
	/*border-left: 1px solid #666;*/
}
#alphabet dt{
	font-weight: bold;
	margin-top: 2ex;
	margin-bottom: .5ex;
	background: #FFFFCC;
	padding: .2ex 0 .2ex .5em;
}
a.alphabet{
	background: transparent;
	padding: 0 2px 0 2px;
	font-size: 105%;
	font-weight: bold;
 height:100%;
}
a.alphabet:hover{
	background: #FFF;
}
div.alphabet{
	background: #FFFFCC;
	padding: 2px;
}


.auteurindex{
	margin-top: 1ex;
	text-transform: capitalize;
	text-align: left;
}

.navigation_suivant{
	margin-top: 20px;
	float: right;
	margin-right: 10px;
	font-size: 85%;
	text-align: right;
	width: 150px;
}
.navigation_precedent{
	margin-top: 20px;
	float: left;
	font-size: 85%;
	width: 150px;
}

.signalerimprimer{
	margin: 10px 0 10px 0;
	text-align: right;
}

.footnotecall{
	vertical-align: top;
	font-size: 70%;
	padding-left: 3px;
	font-weight: bold;
}
.right{
	float: right;
	margin-right: 10px;
}
.lettrine{
	font-weight: bold;
	font-size: larger;
}
