/*
 * Styles généraux
*/

body { font-family: Arial, Helvetica, sans-serif; text-align: left; font-size: 0.7em; color:#181717; }

a img { border: 0; }
#langues img { vertical-align: middle; }
#contenu p {  }
#contenu .chapo { /*font-style: italic;*/ }
dt { font-weight: bold; }
/*
 * Partie variable des sites
*/
a { color:#f6152d; text-decoration:none;}
a:hover { color:#999; text-decoration: none;}
#preview a:visited { text-decoration: none; color:#999 }
ul { margin:0; padding:0;}
ul li { margin:0; padding:0; list-style:none; }

ul.actions  {margin:2em; clear:both;}
#preview {  }
#preview ul, .bloc ul { margin-left: 1em;}
#preview ul li, .bloc ul li { margin:0; padding-left:10px; list-style:none; background:url(../images/puce_li.gif) no-repeat 0 4px; }
#preview p { margin:1em 0; }
p#rss { margin:0; padding:0; }

h1, h2, h3, h4, h5, h6 {margin: 1em 0px; padding: 0px;}
h1 { font-size: 1.6em; font-weight:normal; margin:1em 0 0 1em; padding:5px 0 6px 38px; background:url(../images/puce_h1.gif) no-repeat left center; }
h2 { font-size: 1.4em; font-weight:normal; color:#333; /*border-bottom:3px solid #eee;*/ }
h2:first-letter { font-size: 1.2em; font-weight:bold; color:#d73748; }
h3 { font-size: 1.3em; clear:left; font-weight:normal;  }
h4 { font-size: 1.2em; font-weight:normal; color:#687c8f; font-weight:bold; }
h5 { font-size: 1.1em; color:#666; border-bottom:1px solid #b3d6f6; }
h6 { font-size: 1em; color:#7fa1c0; }

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

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

#contenu .gauche span, #contenu .droite span, #contenu .centre span { display: block; font-size: smaller; text-align: center; line-height: normal; }
#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; padding-left: 2em !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; }

.suite { padding-right:15px; background:url(../images/puce_fleche_droite.gif) no-repeat right center;}
.bt_retour { padding-left:15px; background:url(../images/puce_fleche_gauche.gif) no-repeat left center;}

/* Messages */
.message {
	clear:both;
	padding: 5px 30px;
	background: url(../images/icons/information.png) 5px 50% no-repeat #fff;
	border:1px solid #ccc;
	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); }


/*
 * Pagination et Outils d'impression et de retour
*/
.pagination, #contenu ul#nav-contenu {
	padding: 0.5em 0;
	margin: 1em 0;
	text-align: left;
clear:both;
}
.pagination { float:right; clear:right; text-align: right; color:#898989; }
.pagination a { color:#666; font-size:0.85em;}

#contenu #nav-contenu { clear:left; float:left; margin-left:0;}
#contenu #nav-contenu li { margin:0; padding:0; background: none; display: inline;  font-size:0.85em; color:#3A846E; }
#contenu #nav-contenu li a { color:#505050;padding:0 20px;}
#contenu #nav-contenu li a:hover, .pagination a:hover { color:#d53b43;}
#contenu #nav-contenu li a.top { background:url(../images/picto_top.gif) no-repeat left center;}
#contenu #nav-contenu li a.print { background:url(../images/picto_print.gif) no-repeat left center;}

ul.plan li.espace-membre, ul.plan li.connexion { display: none; }
#preview ul.plan { margin:1em 0 1em 10em;}
ul.plan li { font-weight: bold;  }
ul.plan li li { font-weight: normal; float: none; }


