body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
}

.clear {
	height : 1px;
	overflow : hidden;
	clear : both;
}

#content {
	line-height: 1.4em;
}

#content p {
	margin-top: 1em;
	margin-bottom: 1em;
}

.avecAccordeons p {
	margin-bottom : 0 !important;
}

#content ul, ol {
	margin-top : 1em;
	margin-bottom : 1em;
}

#content ul ul {
	list-style-type : square;
}

#content h1 {
	margin : 0;
	padding : 0;

	margin-top : 0.75em;
	margin-bottom : 0.75em;

	font-size : x-large;
	font-style : italic;
	font-weight : normal;
	/*color : #df7027;*/
	color : #D74096;
}

.section_decouvrir #content h1 {
	color : #D74096;
}

.section_comprendre #content h1 {
	color : #F5851F;
}

.section_samuser #content h1 {
	color : #BDD231;
}

.section_enseigner #content h1 {
	color : #7FA4B9;
}

.section_samuser #content h1 {
	color : #BDD231;
	/*text-transform : uppercase;*/
	font-style : normal;
	font-size : xx-large;
	line-height : 1em;
}

#content h2 {
	margin : 0;
	padding : 0;

	margin-top : 0.75em;
	margin-bottom : 0.75em;

	font-size: large;
	font-weight : normal;
	color: #000;
}

.small {
	line-height : 1.4em;
	font-size: x-small;
}

#content small {
	line-height : 1.4em;
}

/*--------------------------------------------------------------------
/* LIENS
/**/

#content a {
	/*text-decoration: none;
	color: #df7027;
	color : #A50606;*/
}

#content a:hover {
	/*text-decoration: underline;*/
	/**color : #000;**/
}

/*--------------------------------------------------------------------
/* TABLEAU DE DONNÉES
/**/

#tableauDeDonnees {
	border : 1px solid #ddd;

	border-collapse : collapse;
}

#tableauDeDonnees th {
	text-align : left;
	font-weight : bold;
	vertical-align : top;

	border : 1px solid #ddd;

	padding-left : 10px;
	padding-right : 10px;
	padding-top : 3px;
	padding-bottom : 3px;

	background-color : #fafafa;
}

#tableauDeDonnees td {
	text-align : left;
	vertical-align : top;

	border : 1px solid #ddd;

	padding-left : 10px;
	padding-right : 10px;
	padding-top : 2px;
	padding-bottom : 2px;
}


/*---------------------------------------------------------------------
/* GLOSSAIRE
/**/

.tabGlossaire {
	width: 100%;
}

.tabGlossaire td {
	width: 50%;
	vertical-align: top;
}


/*---------------------------------------------------------------------

	Activité d'analyse

----------------------------------------------------------------------*/
.tabAnalyse td {
	width: 50%;
}

.tabAnalyse img {
	border: 0;
	margin-right: 10px;
	float: left;

}

