/*
 * Styles généraux
*/

body { font-family:Verdana, Arial, Helvetica, sans-serif; text-align: left; font-size: 0.75em; }
a img { border: 0; }
#contenu p {  }
#contenu .chapo {  }
/*
 * Partie variable des sites
*/
a { color:#00469a; text-decoration:none;}
a:hover { color:#ce081e; text-decoration: none;}
ul { margin:0; padding:0;}
ul li { margin:0; padding:0; list-style:none; }

#preview ul, #preview table { margin-left: 4em;}
#preview ul li { margin:2px 0; padding-left:13px; list-style:none; background: url(../images/puce_li.gif) no-repeat 0 5px;}
#preview p { margin:1em 0; text-align:justify; line-height:1.4em; padding-left:4em; }
p#rss { margin:0; padding:0; }

h1, h2, h3, h4, h5, h6 {margin: 1em 0px; padding: 0px;}
h1 { font-size: 1.4em; color:#e60100; text-transform:uppercase; letter-spacing:3px; text-align:left; padding:0; margin-left:3em; }
h2 { font-size: 1.8em; color:#000; font-weight:bold; clear: both; }
h3 { font-size: 1.4em; font-weight:bold; clear:left; }
h3 small {color:#e60100;}
h4 { font-size: 1.2em; }
h5 { font-size: 1.1em; }
h6 { font-size: 1em; }

/*
 * Filet de séparation dans le texte
*/
div.separateur { clear: both; border-top: 1px solid #ccc; margin-bottom: 15px;}

/* alignement des images dans les pages */
.element { clear: both;}
.gauche, div.droite, div.centre { padding:0;}
.gauche { clear:left; float: left; margin: 1em 2em 1.5em 0;}
.droite { clear:right; float: right; margin: 1em 0 1.5em 2em;}
.centre { margin: 1em auto 2em; text-align: center; }

#contenu .gauche span, #contenu .droite span, #contenu .centre span { display: block; font-size: smaller; text-align: center; }
#contenu #rss div { padding:0; margin:0; background:none; border:none;}

/* icones des fichiers */
#contenu .icone a, #contenu a.icone {margin-top: 0em; padding-left: 1.5em; list-style: none; }
#contenu .pdf { background: url(../images/icons/acrobat.gif) left center no-repeat !important; }
#contenu .doc, #contenu .rtf { background: url(../images/icons/word.png) left center no-repeat !important; }
#contenu .xls, #contenu .xla { background: url(../images/icons/excel.png) left center no-repeat !important; }
#contenu .ppt, #contenu .pps { background: url(../images/icons/powerpoint.png) left center no-repeat !important; }
#contenu .zip, #contenu .rar { background: url(../images/icons/compressed.png) left center no-repeat !important; }
#contenu .gif, #contenu .jpg, #contenu .png { background: url(../images/icons/picture.png) left center no-repeat !important; }
#contenu .url { background: url(../images/icons/world.gif) left center no-repeat !important; }
#contenu .email { background: url(../images/icons/email.png) left center no-repeat !important; }
.url a[target="_blank"], a.url[target="_blank"] {background: url(../images/icons/external.png) right center no-repeat !important;}
.icone { padding: 0.2em 0; }
.broken { text-decoration: line-through; }

/* Messages */
.message {
	padding: 5px 30px;
	background: url(../images/icons/information.png) 5px 50% no-repeat #e3e3e3;
	border: 1px solid lightgray;
	text-align: left;
}
h3.message { font-size: 0.9em; }
.good { background-image: url(../images/icons/accept.png); }
.warn { background-image: url(../images/icons/error.png); }
.error { background-image: url(../images/icons/exclamation.png); }

/* Style de base des articles */
h1 { font-size: 1.4em; margin: 10px 0 10px 3em; color:#e60100; text-transform:uppercase; letter-spacing:3px; text-align:left;}
.titres { width:40%; text-align:right;}
.titres h2, .titres h3 { margin:0; padding:0; }
.titres h3.exergue { font-size: 1.3em; margin-top:4px; text-transform:uppercase; background:#ce081e; color:#fff; font-weight:bold; letter-spacing:4px; }
#preview .titres p { text-align:right;}

h3.auteur { display:block; float:left; font-size: 1.1em; margin:0 0 4px; padding:0 2px 0 6%; text-transform:none; background:#ce081e; color:#fff; font-weight:normal; letter-spacing:1px; }

blockquote { clear:left; background:#ccddf5; padding:10px; margin:1em 0 1em 4em;}
#preview blockquote p { padding:0; text-align:left;}
#preview blockquote h3 { margin:0 0 5px;}

#preview div.coordonnees {
	padding: 5px;
	color: #FFF;
	background: #CE081E;
}
#preview div.coordonnees li {
	background-image: url(../images/puce_li2.gif);
}
#preview div.idees {
	padding: 5px;
	color: #FFF;
	background: #00469B;
}
#preview div.idees a, #preview div.coordonnees a { color: #FFF; }
#preview div.idees a:hover, #preview div.coordonnees a:hover { text-decoration: underline; }


/* ARchives */
.archive img { width: 134px; height:195px; }
.archive { float: left; margin: 10px; text-align: center; }
#anciens-numeros {
	float: right;
	text-align: center;
	width: 200px;
	background:#00469B;
	padding: 2px;
}
#anciens-numeros a {
	color: #FFF;
	font-weight: bold;
}
#anciens-numeros a:hover {
	color: #d3051c !important;
}
