/* Feuille de Style des modules */
/* Contient les styles de block relatifs aux modules */
/* Design "Blog" */


/* ----------------------------------------- */
/* -= TOUS LES MODULES =- */
/* ----------------------------------------- */

/* HR qui agissent comme spacer */
.spacer {
	visibility: hidden;
	clear: both;
}

/* Block des multi-pages */
.block_navig_page {
	text-align: center;
	margin-bottom: 15px;
}


/* Block des options en haut */
.block_options_top {
	text-align: center;
	margin-bottom: 10px;
}

/* Block des options en bas */
.block_options_bottom {
	text-align: center;
	margin-bottom: 10px;
}


/* Block de navigation dans le module (browsage des posts...) */
.block_navig_module {
	position: relative;
	text-align: center;
	width: 100%;
}
/* Grossit le bouton back */
.block_navig_module .back {
	font-weight: bold;
}
/* Colle prev et next au bord du block conteneur du menu */
.block_navig_module .prev {
	position: absolute;
	left: 10px;
	text-align: left;
	width: 300px;
}
.block_navig_module .next {
	position: absolute;
	right: 10px;
	text-align: right;
	width: 300px;
}


/* Liens d'options de modification */
.manage_link {
	font-style: italic;
}

/* Liens de visionnage en détail */
.details_link {
	font-weight: bold;
}



/* ----------------------------------------- */
/* -= MODULES COMMUNS =- */
/* ----------------------------------------- */

/* Block de la page d'édition */
.block_edit {
	text-align: center;
}
/* Aligne les divs / tables & co aussi */
.block_edit div, .block_edit table, .block_edit img, .block_edit ul, .block_edit ol, .block_edit p, .block_edit input, .block_edit textarea {
	margin-left: auto;
	margin-right: auto;
}
.block_edit .block_contenu {
	text-align: center;
	width: 90%;
}
/* Modifie les formulaires */
.block_edit .input_text {
	display: block;
	width: 500px;
}
.block_edit .input_textarea {
	display: block;
	width: 500px;
	height: 300px;
	
}


/* Block de la page d'insertion */
.block_insert {
	text-align: center;
}
/* Aligne les divs / tables & co aussi */
.block_insert div, .block_insert table, .block_insert img, .block_insert ul, .block_insert ol, .block_insert p, .block_insert input, .block_insert textarea {
	margin-left: auto;
	margin-right: auto;
}


/* Block de la page de suppression */
.block_delete {
	text-align: center;
}
/* Aligne les divs / tables & co aussi */
.block_delete div, .block_delete table, .block_delete img, .block_delete ul, .block_delete ol, .block_delete p, .block_delete input, .block_delete textarea {
	margin-left: auto;
	margin-right: auto;
}




/* -------------------- */
/* -= STATIC =- */
/* ------------------- */


/* -= Block de positionnement =- */

/* Lien d'un titre de niveau 3 */
h3 a:link, h3 a:visited {
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #AAAAAA;
}
h3 a:hover, h3 a:active {
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #000000;
}


/* Block du plan du site */
.block_sitemap {
	text-align: center;
	width: 100%;
}
.block_sitemap .block_contenu {
	text-align: left;
	width: 400px;
	margin-left: auto;
	margin-right: auto;
}
.block_sitemap ul {
	margin-bottom: 0px;
}


/* Block du formulaire de contact */
.block_contact .input_text {
	width: 400px;
}


/* Block du moteur de recherche */
.block_search h3 small {
	font-size: 0.6em;
	color: #AAAAAA;
}



/*Block news en page d'accueil */
.block_indexnews  {
	float: right;
	width: 220px;
	background-color: #DDDDDD;
	margin-left: 20px;
	padding: 0px;
}
.block_indexnews .block_contenu {
	font-size: 0.85em;
	margin-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;
}
.block_indexnews p {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
}
.block_indexnews h3 {
	color: #FFFFFF;
	background-image: url("bg_news.gif");
	background-repeat: repeat-x;
	font-size: 1em;
	border-bottom: 1px solid #000000;
	padding-top: 13px;
	padding-bottom: 4px;
	margin-left: 0px;
	margin-bottom: 0px;
}
.block_indexnews .indexlogos  {
	background-color: #FFFFFF;
	border-left: 2px solid #DDDDDD;
	border-right: 2px solid #DDDDDD;
}
/* SI les news sont en mode "page" affiche la date en plus petit" */
.block_page h3 span {
	font-size: 0.6em;
	font-style: italic;
	text-align: right;
}



/* -------------------- */
/* -= FORUM =- */
/* ------------------- */


/* Titre d'un Post*/
.block_forum .block_contenu h3 {
	position: relative;
	width: 100%;
}
/* Met la date a droite du titre */
.block_forum .block_contenu h3 span {
	text-align: right;
	font-size: 0.8em;
	font-style: italic;
	position: absolute;
	left: 620px;
}



/* ------------------ */
/* -= NEWS =- */
/* ------------------ */


/* Titre d'un Post*/
.block_news .block_contenu h3 {
	position: relative;
	width: 100%;
}
/* Met la date a droite du titre */
.block_news .block_contenu h3 span {
	text-align: right;
	font-size: 0.8em;
	font-style: italic;
	position: absolute;
	left: 620px;
}





/* ------------------------------- */
/* -= RESSOURCES  =- */
/* ------------------------------- */

/* Block détails d'une ressource */
/* Met la date sous le titre */ 
.block_ressource h2 small {
	display: block;
	text-align: right;
	font-size: 0.6em;
	font-style: italic;
	font-weight: normal;
}
/* Met la date sous le titre H3 */ 
.block_ressource h3 small {
	display: block;
	text-align: left;
	font-size: 0.6em;
	font-style: italic;
	font-weight: normal;
	color: #AAAAAA;
}

/* ----------------------------------------------- */
/* -= RESSOURCES - AGENDA =- */
/* ---------------------------------------------- */

/* Block contenu d'un mois */
.block_agenda .block_contenu {
	float: left;
	width: 230px;
	height: 850px;
	text-align: left;
	
	margin-bottom: 10px;
	padding-left: 7px;
	padding-right: 7px;
	
	font-size: 0.85em;
}
/* Tableau d'un mois */
.block_agenda .block_contenu table {
	width: 230px;
}
/* Cellule de titre en ligne */
.block_agenda .block_contenu table .table_title_inline {
	width: 15px;
	text-align: center;

	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	
	border-right: 1px solid #888888;
}



/* ------------------------------------------------------------ */
/* -= RESSOURCES - BIBLIOGRAPHIE =- */
/* ----------------------------------------------------------- */

/* Change la couleur du small */
.block_bibliographie small {
	color: #000000;
}
/* Affiche une puce différente pour les LI selon leur langue */
.block_bibliographie .FR {
	list-style-image: url("FR.gif");
	margin-bottom: 10px;
}
.block_bibliographie .EN {
	list-style-image: url("EN.gif");
	margin-bottom: 10px;
}
.block_bibliographie ul .title {
	list-style: none;
	margin-left: -20px;
	margin-top: 20px;
}




/* --------------------------------------------------------- */
/* -= STYLES DE l'EDITEUR TINYMCE =- */
/* --------------------------------------------------------- */


/* -= Blocks de positionnement (modules.css) =- */
.float {
	margin-left: 10px;
	margin-right: 10px;
	float: left;
}

.center, .center img, .center table, .center div, .center span, .center p, .center ul, .center ol {
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.left, .left img, .left table, .left div, .left span, .left p, .left ul, .left ol {
	display: block;
	text-align: center;
	margin-left: 0;
	margin-right: auto;
}

.right, .right img, .right table, .right div, .right span, .right p, .right ul, .right ol {
	display: block;
	text-align: center;
	margin-left: 0;
	margin-right: auto;
}

/* Block de disposition en 2 colonnes */
.block_2cols {
	width: 350px;
	float: left;
	margin-right: 5px;
}

/* Block de disposition en 3 colonnes */
.block_3cols {
	width: 250px;
	float: left;
	margin: 5px;
}


/* -= Divers =- */

/* Barre horinzontale */
hr {
	height: 1px;
	color: #CCCCCC;
	background-color: #CCCCCC;
	
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}
