/* Feuille de Style Principale de l'application */
/* Design d'impression */

/* -= TOUTES LES BALISES =- */
/* Resette les comportement par défaut */
/* Et en spécifie de nouveaux*/
* {
	margin: 0;
	padding: 0;
	border: 0;
	
	font-family: "Times New Roman", Times, serif;
	font-size: 1em; /* TOUJOURS LAISSER A 1em, modifier la taille de la typo du site dans le body, sinon ca bugge */
	font-weight: normal;
	font-style: normal;
	color: inherit;
}

/* -= HTML =- */
html {
	margin: 0;
	padding: 0;
}

/* -= BODY =- */
body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	
	text-align: center;
}




/* ---------------------------------------------------- */
/* -= BLOCKS GLOBAUX DU SITE =- */
/* ---------------------------------------------------- */


/* -= CONTENEUR DU SITE =- */

#page {
	position: relative;
	width: 770px;
	
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}




/* -= TITRE DU SITE =- */

#titre {
	text-align: center;
	margin-bottom: 15px;
	margin-top: 10px
}
#titre h1 {
	font-weight: bold;
	font-size: 0.8em;
	text-transform: uppercase;
	letter-spacing: 8px;
	color: #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 2px;
}




/* -= MENU =- */

#menu {
	display: none;
}

#menu_navig {
	display: none;
}

#menu_navig_sub {
	display: none;
}

#menu_lang {
	display: none;
}

#menu_compte {
	display: none;
}

#menu_top {
	display: none;
}


/* -= FOOTER DU SITE =- */

#footer {
	display: none;
}



/* -= LOGIN =- */

/* Conteneur du login */
#login {
	text-align: center;
	width: 300px;
	
	margin-top: 18%;
	margin-left: auto;
	margin-right: auto;
}
#login .block_contenu {
	text-align: center;
}



/* -= MODULE =- */

/* Conteneur du module */
#module {
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}





/* ----------------------------------------------------------- */
/* -= BLOCKS DE POSITIONNEMENTS =- */
/* ----------------------------------------------------------- */


/* Block contenu */
/* Bloc contenant "directement" des informations */
.block_contenu {
	text-align: left;
	margin-bottom: 30px;
	padding-left: 15px;
	padding-right: 15px;
}


/* Block au contenu centré */
.block_center {
	text-align: center;
	margin-bottom: 30px;
}
/* Aligne les divs / tables & co aussi */
.block_center div, .block_center table, .block_center img, .block_center ul, .block_center ol, .block_center p {
	margin-left: auto;
	margin-right: auto;
}


/* Block au contenu centré SANS MARGE*/
.block_center_bottom {
	text-align: center;
}
/* Aligne les divs / tables & co aussi */
.block_center_bottom div, .block_center_bottom table, .block_center_bottom img, .block_center_bottom ul, .block_center_bottom ol, .block_center_bottom p {
	margin-left: auto;
	margin-right: auto;
}


/* Block au contenu à gauche */
.block_left {
	text-align: left;
	margin-bottom: 30px;
}
/* Aligne les divs / tables & co aussi */
.block_left div, .block_left table, .block_left img, .block_left ul, .block_left ol, .block_left p {
	margin-left: 0;
	margin-right: auto;
}


/* Block au contenu à gauche SANS MARGE*/
.block_left_bottom {
	text-align: left;
}
/* Aligne les divs / tables & co aussi */
.block_left_bottom div, .block_left_bottom table, .block_left_bottom img, .block_left_bottom ul, .block_left_bottom ol, .block_left_bottom p {
	margin-left: 0;
	margin-right: auto;
}


/* Block au contenu à droite */
.block_right {
	text-align: right;
	margin-bottom: 30px;
}
/* Aligne les divs / tables & co aussi */
.block_right div, .block_right table, .block_right img, .block_right ul, .block_right ol, .block_right p {
	margin-left: auto;
	margin-right: 0;
}


/* Block au contenu à droite SANS MARGE*/
.block_right_bottom {
	text-align: right;
}
/* Aligne les divs / tables & co aussi */
.block_right_bottom div, .block_right_bottom table, .block_right_bottom img, .block_right_bottom ul, .block_right_bottom ol, .block_right_bottom p {
	margin-left: auto;
	margin-right: 0;
}


/* Block au contenu flottant à gauche */
.block_left_float {
	float: left;
	width: 50%;
	text-align: left;
	margin-bottom: 30px;
}
/* Aligne les divs / tables & co aussi */
.block_left_float div, .block_left_float table, .block_left_float img, .block_left_float ul, .block_left_float ol, .block_left_float p {
	margin-left: 0;
	margin-right: auto;
}


/* Block au contenu flottant à gauche SANS MARGE*/
.block_left_float_bottom {
	float: left;
	width: 50%;
	text-align: left;
}
/* Aligne les divs / tables & co aussi */
.block_left_float_bottom div, .block_left_float_bottom table, .block_left_float_bottom img, .block_left_float_bottom ul, .block_left_float_bottom ol, .block_left_float_bottom p {
	margin-left: 0;
	margin-right: auto;
}


/* Block au contenu flottant à droite */
.block_right_float {
	float: right;
	width: 50%;
	text-align: right;
	margin-bottom: 30px;
}
/* Aligne les divs / tables & co aussi */
.block_right_float div, .block_right_float table, .block_right_float img, .block_right_float ul, .block_right_float ol, .block_right_float p {
	margin-left: auto;
	margin-right: 0;
}


/* Block au contenu flottant à droite SANS MARGE*/
.block_right_float_bottom {
	float: right;
	width: 50%;
	text-align: right;
}
/* Aligne les divs / tables & co aussi */
.block_right_float_bottom div, .block_right_float_bottom table, .block_right_float_bottom img, .block_right_float_bottom ul, .block_right_float_bottom ol, .block_right_float_bottom p {
	margin-left: auto;
	margin-right: 0;
}




/* ------------------------------------------ */
/* -= STYLES GENERIQUES =- */
/* ------------------------------------------ */


/* -= TEXTES =- */ 
/* Série de classe "génériques" pour différencier les textes */
/* On définit aussi les balises de titre de module (les Hx) comme ca la classe est identique aux génériques */


/* Texte important */ 
.text_big, strong, b {
	font-weight: bold;
}

/* Texte accentué */ 
.text_important, em, i {
	font-style: italic;
}

/* Texte important accentué */ 
.text_important_big, big {
	font-weight: bold;
	font-style: italic;
}

/*Petit texte */ 
.text_small, small {
	font-style: italic;
	font-size: 0.85em;
	color: #646464;
}

/* Sous-Titre */ 
.text_titre_small, h5 {
	font-weight: normal;
	font-style: italic;
	margin-bottom: 20px;
}

/* Titre */ 
.text_titre, h4 {
	font-weight: bold;
	font-style: normal;
	margin-bottom: 20px;
}

/* Gros Titre */ 
.text_titre_big, h3 {
	font-weight: bold;
	font-size: 1.5em;
	color: #AAAAAA;
	text-align: left;
		
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	
	margin-bottom: 20px;
	margin-left: -15px;
	
	border-bottom: 1px solid #888888;
}

/*Très Gros Titre */ 
.text_titre_huge, h2 {
	font-weight: bold;
	color: #888888;
	font-size: 1.6em;
	
	padding-top: 5px;
	padding-right: 15px;
		
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
}




/* -= LIENS HYPERTEXTES =- */ 


/* Liens Standards */
a:link, a:visited, .link:link, .link:visited {
	color: #888888;
	
}
a:hover, a:active, .link:hover, .link:active {
	color: #000000;
}


/* Liens "Gros" */
.link_big:link, .link_big:visited {
	color: #AAAAAA;
	font-style: normal;
	font-weight: bold;
}
.link_big:hover, .link_big:active {
	color: #888888;
}


/* Liens "Important" */
.link_important:link, .link_important:visited {
	color: #AAAAAA;
	font-style: italic;
	font-weight: bold;
}
.link_important:hover, .link_important:active {
	color: #888888;
}


/* Liens "Boutons" (ex les liens de supression ou de modification...)*/
.link_button:link, .link_button:visited {
	background-color: #FFFFFF;
	color: #AAAAAA;
	font-style: normal;
	font-weight: bold;
	border: 1px solid #AAAAAA;
	text-decoration: none;

	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 1px;
}
.link_button:hover, .link_button:active {
}


/* Liens "Onglets" clickable (pas page courante) */
.link_onglet:link, .link_onglet:visited {
	background-color: #FFFFFF;
	color: #AAAAAA;
	font-style: normal;
	font-weight: bold;
	border: 1px solid #AAAAAA;
	text-decoration: none;

	margin-left: 26px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 1px;
}
.link_onglet:hover, .link_onglet:active {
	color: #000000;
}

/* Liens "Onglets" activé (page courante, n'est plus un lien mais un texte standard) */
.link_onglet_on {
	background-color: #FCFCFC;
	color: #000000;
	font-style: normal;
	font-weight: bold;
	border: 2px solid #AAAAAA;
	border-bottom: 2px solid #FFFFFF;
	text-decoration: none;

	margin-left: 26px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 1px;
}




/* -= MESSAGES D'INFORMATION =- */


/* Erreur */
.msg_error {
	font-style: italic;
	color: #DD0000;
}

/* Ok */
.msg_success {
	font-style: italic;
	color: #00DD00;
}

/* Neutre */
.msg_info {
	font-style: italic;
	color: #AAAAAA;
}




/* -= IMAGES =- */ 


/* Désactive les bordures au cas ou elle deviennent des liens */
img {
	border: 0;
}

.pict_big {
	padding: 2px;
	border: 1px solid #AAAAAA;
}




/* -= FORMULAIRES =- */

form {
	display: none;
}





/* -= LISTES =- */


/* Toutes les listes utilisées dans le module */
#module ul,  #module ol {
	margin-left: 15px;
}




/* -= TABLEAUX =- */


/* Tableau générique style "tableaux de données" */
/* Les lignes paires et impaires possèdent des classes différentes si besoin */
table {
	text-align: left;

	/* Colle les cellules */
	border-collapse: collapse;
	border-spacing: 5px 5px;
}

/* Lignes de titre du tableau */
table .table_title {
	background-color: #FFFFFF;
	color: #AAAAAA;
}

/* Lignes impaires : 1,3,5... - style par défaut des lignes */
table .table_item_1, table tr {
	background-color: #F8F8F8;
	color: #4D4D50;
	
	border-left: hidden;
	border-right: hidden;
}

/* Lignes paires : 2,4,6... */
table .table_item_2 {
	background-color: #FFFFFF;
	color: #4D4D50;
	
	border-left: hidden;
	border-right: hidden;
}

/* Cellules de titre */
table th {
	text-align: center;
	font-weight: bold;

	padding-left: 10px;
	padding-right: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	
	border-top: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
}

/* Cellules du contenu standard */
table td {
	text-align: left;
	padding: 5px;
	border-right: 1px dashed #AAAAAA;
}



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

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

/* Block des multi-pages */
.block_navig_page {
	display: none;
}


/* Block des options en haut */
.block_options_top {
	display: none;
}

/* Block des options en bas */
.block_options_bottom {
	display: none;
}


/* Block de navigation dans le module (browsage des posts...) */
.block_navig_module {
	display: none;
}


/* Liens d'options de modification */
.manage_link {
	visibility: hidden;
}

/* 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%;
}


/* 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;
}





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

/* Block détails d'une ressource */
/* Met la date sous le titre H2 */ 
.block_ressource h2 small, 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;	
}

/* Affiche une puce différente pour les LI selon leur langue */
.block_ressource .FR {
	list-style-image: url("FR.gif");
	margin-bottom: 10px;
}
.block_ressource .EN {
	list-style-image: url("EN.gif");
	margin-bottom: 10px;
}

/* Modifie l'alignement du texte lors de la vue détaillé d'une ressource (pour TOUTES les sections ressources) */
.block_ressource .block_contenu {
	text-align: justify;
}



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

/* 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: 30px;
}

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

//* Change la couleur des liens du small de type linkbig (nom d'auteur du jeu mais pas celui du lien de téléchagement) */
.block_ludographie small .link_big:link, .block_ludographie small .link_big:visited {
	font-style: inherit;
	font-weight: normal;
}
/* Met le block "auteur-date" sous les titres */ 
.block_ludographie h3 small, .block_ludographie h2 small {
	display: block;
	font-style: normal;
}
/* Change la couleur des links dans le titre */
.block_ludographie h3 small a:link, .block_ludographie h3 small a:visited, .block_ressource h2 small a:link, .block_ressource h2 small a:visited {
	font-weight: normal;
	text-decoration: underline;
}
.block_ludographie h3 small a:hover, .block_ludographie h3 small a:active, .block_ressource h2 small a:hover, .block_ressource h2 small a:active {
	font-weight: normal;
	text-decoration: underline;
}


/* Justifie le texte des bloc de chaque item */
.block_ludographie .block_left_bottom, .block_ludographie .block_left {
	text-align: justify;
}

/* Met un espace à coté des images en float */
.block_ludographie .float {
	margin-right: 10px;
}

/* Block des vignettes de la bilbio un bloc float de 150px avec une image centrée dedans */
.block_ludographie .float_vign {
	margin-right: 10px;
	float: left;
	width: 150px;
	text-align: center;
}
/* Autoajuste les images se trouvant à l'intérieur d'un float */
.block_ludographie .float_vign img {
	margin-left: auto;
	margin-right: auto;
}




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

/* Réduit la taille de la zone des billets de blog */ 
.block_blog { text-align: left; }
.block_blog .block_contenu {
	width: 520px;
	text-align: justify;
}

/* Met le block "titre-auteur-date" a gauche des pages view*/ 
.block_blog h2 {
	margin-right: 190px;
}


/* Met le block "auteur-date" sous les titres */ 
.block_blog h3 small, .block_blog h2 small {
	display: block;
	font-style: normal;
}
/* Change la couleur des links dans le titre */
.block_blog h3 small a:link, .block_blog h3 small a:visited, .block_blog h2 small a:link, .block_blog h2 small a:visited {
	font-weight: normal;
	text-decoration: underline;
}
.block_blog h3 small a:hover, .block_blog h3 small a:active, .block_blog h2 small a:hover, .block_blog h2 small a:active {
	font-weight: normal;
	text-decoration: underline;
}


/*Colone d'information à droite */
.block_colone  {
	display: none;
}







/* --------------------------------------------------------- */
/* -= 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;
}
