/*

Je propose qu'on regroupe ici tout ce qui est "mise en forme de contenu" :
- pour le contenu principal, les fiches, le forum..
- mise en forme des listes, typo etc (à priori pas de "placement")

*/

/* taille typo
 * Base				100%
 * -------------------------------------
 * 20px				1.27em
 * 19px				1.21em
 * 18px				1.15em
 * 17px				1.09em
 * 16px				1.03em
 * 15px				0.96em
 * 14px				0.88em
 * 13px				0.82em
 * 12px				0.77em
 * 11px				0.71em -> petit texte forum
 * 10px				0.65em -> fiches
 *  9px				0.59em -> news date, ariane, fiches
 * Attention : en dessous de 0.71em le texte devient illisible en text smallest sur MSIE
 */

body {
	background-color : #15181B;
	text-align: center;
	font-size: 1em;
	font-family : Arial, Helvetica, sans-serif;
}

/* Temporaire : pour l'edito :*/
h3,h4 {margin : 0; padding: 6px 0 3px;}
h4 {display:inline;}
h4 a {
	font-size : 1em;
	/*font-variant : small-caps;*/
}
h5 {
	padding : 10px 0 0;
	margin : 0;	
}

/* GLOBAL INIT */

h1, h2, h3 {
	padding : 0;
	margin : 0;	
}


.news_date {
	font-size : 0.65em;
	color : #666666;
}
.liaisons {
	text-align : right;
	font-size : 0.71em;
}



.text {
	text-align : left;
	font-size: 0.9em;
	font-style: normal;
	line-height: normal;
	color: #000000;
}

#ariane 				{color : #777777;font-size : 0.65em;margin-bottom : 0px;}
#ariane a	 		{color : #777777;font-size : 1em;text-decoration:none;}



/* Fiches */
.fi_contenu {
	text-align : left;
	font-size : 0.59em;
}

/* Recherche menu gauche */
#input_recherche input {
	float : right;
	display : inline;
	border : none;
	font-size : 0.77em;
	margin-right : 10px;
	margin-top : 7px;
}

/* Foooter */
#pied {
	
	text-align : center;
	font-size : 0.65em;
	color : #666666;
}


#forum {
font-size : 0.71em;
text-align : left;
color : #644896;
}

#forum a {
text-decoration: none;
color : #644896;
}

/* highlight de contenu (searchbox en particulier) */

.on {
	background-color: #EF7B14;
	color: #FFFFFF;
}
.on a {color: #FFFFFF;font-weight: bold;}

.off {
	color: #000000;
}
.off a {color: #EF7B14;font-weight: normal;}



.fiche_infos {
	float:left;
	width:46%;
	margin : 0 2%;
	text-align : left;
	margin-top : 12px;
	font-size : 0.9em;
	border-top : 1px solid #000000;
}
.cover {
	float : left;
	margin-right : 9px;
}
.itw_texte {
	font-weight:bolder;
	margin : 7px 0;
	text-align : justify;
}
.itw_question {
	font-weight:bold;
	margin : 7px 0;
	text-align : justify;
}
.itw_reponse {
	margin : 3px 0 7px 10px;
	text-align : justify;
}