@charset "iso-8859-1";
@import url("default_news.css");

body {
	cursor: default;
	background-color: #111111;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}

a:link {
	color: #71B669;
}
a:visited {
	color: #71B669;
}
a:hover {
	text-decoration: overline;
	color: #00FF00;
}
a:active {
	text-decoration: underline;
	color: #00FF66;
}


h1, h2, h3, h4, h5, h6 {
	color: #009933;
}

h1 {	font-size: 2em;	}
h2 {	font-size: 1.5em;	}
h3 {	font-size: 1.3em;	}
h4 {	font-size: 1.2em;	}
h5 {	font-size: 1.1em;	}
h6 {	font-size: 1em;	}

	#site {
		width: 1000px;
		margin: 20px auto;
		padding: 0px;
		background-color: #225522;
		color: #009900;
		border: 0px;
	}



/***********************/
/* Partie Haut */
/***********************/

	
	#haut {
		width: 100%;
		background-color: #333333;
		text-align: center;
		padding-top: 10px;
		padding-bottom: 10px;
		margin: 0px;
		border: solid 1px #999999;
	}






/***********************/
/* Partie Centre */
/***********************/

	#centre {
		float: left;
		width: 100%;
		background-color: #444444;
		padding-top: 10px;
		padding-bottom: 10px;
		margin: 0px;
		border: solid 1px #999999;
	}
		
	

/***********************/
/* Partie Gauche */
/***********************/

	#gauche {
		float: left;
		width: 180px;
		border: solid 0px #999999;
		padding-left: 10px;
	}
	#gauche .groupe {
		padding-top: 5px;
		padding-bottom: 0px;
		padding-left: 10px;
		border-top: solid 1px #999999;
		border-bottom: dashed 0px #999999;
	}
	#gauche .groupe .tete {
		font-size: 130%;
		font-weight: bold;
	}
	#gauche .groupe .tete a {
	}
	#gauche .groupe .tete a:hover{
		color: #999999;
	}
	#gauche .groupe .lien {
		display: none;
		height: 7em;
		padding-left: 5px;
		font-size: 100%;
	}
	#gauche .groupe .lien a {
	}
	#gauche .groupe .lien a:hover{
		color: #999999;
	}
	




/***********************/
/* Partie Corps */
/***********************/

	#corps {
		float: left;
		width: 790px;
		border: solid 0px #999999;
		padding-top: 30px;
		padding-left: 20px;
		text-align: center;
	}
	table#tete_corps {
		width: 100%;
		text-align: center;
	}
	table#table_corps {
		width: 100%;
		text-align: justify;
	}
	table#table_corps td.enonce {
		width: auto;
		text-align: right;
		vertical-align: top;
		text-decoration: underline;
	}
	table#table_corps td.contenu {
		text-align: left;
	}
	table#table_corps td.contenu .titre {
		font-weight: bold;
		font-style: italic;
	}
	table#table_corps td.contenu .texte {
	}
	table#table_corps td.contenu .theme-lien_titre{
		font-style: italic;
	}
	
	.fav-liste {
		width: 30px;
	}
	
	
/***********************/
/* Partie Pied */
/***********************/

	#pied {
		float: left;
		width: 100%;
		background-color: #333333;
		border: solid 1px #999999;

		font-size: 80%;
		text-align: center;
		color: #006600;

	}

	#pied a {
		color: #b4baed;
		text-decoration: none;
	}
	
	#pied a:hover {
		color: #737bb8;
		text-decoration: none;
	}