/* CSS Document */

/* ******************************* */
/*     Styles Generiques           */
/* ******************************* */
body {
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;

}
img {
	border: 0;
	display: hidden;
}
a {
	color: #316AC5;
	text-decoration: none;
}
a:hover {
	color: #316AC5;
	text-decoration: underline;
}

/* *********************** */
/*     Banniere 		   */
/* *********************** */
#contour {
}
#conteneur {
	width: 100%;

}
#banniere {
	display: none;
}
#menu2 {
	display:none;
}

#liste {
	width: 100%;
}

/* ******************************* */
/*     Tableaux & listing          */
/* ******************************* */
#liste {
	float: left;
	width: 760px; 
	margin-top: 5px;
	margin-right: 1px;
	border: 1px solid #666666;
}
#liste .titre {
	font-family: "Trebuchet MS";
	height: 52px;
	background-image: url(../img/degradefiche_rouge.jpg);
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
#liste .titreviolet {
	font-family: "Trebuchet MS";
	height: 52px;
	background-image: url(../img/degradefiche_bleu.gif);
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
#liste .titrevert {
	font-family: "Trebuchet MS";
	height: 52px;
	background-image: url(../img/degradefiche_vert.gif);
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
#liste .text {
	padding-left: 5px;
	padding-right: 5px;
	color: #FFFFFF;
	font-size: 24px;
	font-family: "Trebuchet MS";
	font-style: italic;
	font-weight: bold;
}
#liste .soustext {
	padding-left: 5px;
	padding-right: 5px;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}

#liste .soustext a {
	color: #EEEEEE;
}
#liste .content {
	width: 100%;
}
#liste .content th {
	color: #FFFFFF;
	background-color: #9B9B9B;
	padding: 5px;
}
#liste .content th a {
	color: #FFFFFF;
}
#liste .content td {
	padding: 5px;
}
/* Pour la thmatique */
#liste .content2 {
	padding: 10px;
}
#liste .themeparent {
	padding-left: 16px;
	font-family: "Trebuchet MS";
	font-size: 18px;
	color: #000000;
	background-image: url(../img/carre_noir.gif);
	background-repeat: no-repeat;
}
#liste .themeenfant {
	margin-left: 19px;
	padding-left: 12px;
	font-family: "Trebuchet MS";
	font-size: 14px;
	background-image: url(../img/fleche_bleue.gif);
	background-repeat: no-repeat;
}
#liste .sigle {
	color: #CC0000;
	font-family: "Trebuchet MS";
	font-size: 12px;
}
#liste .occurence {
	margin-left: 40px;
	font-family: "Trebuchet MS";
	font-size: 12px;
}
#liste .occurence a {
	color: #990000;
}

#liste .th2 {
	width: 100px;
}

#liste .th3 {
	width: 100px;
}

.content {
	width: 100%;
}

