/* CSS Document */
#texte
	{
		float: left;
		width: 814px;
		text-align: justify;
		padding-left: 10px;
		padding-right:10px;
		font-size : 13px;
		font-family:"MS Sans Serif", Courier, "Times New Roman", Arial
		/*font-family: "Courier New", Courier, mono;*/
		/*font-family: "Comic Sans MS", Fixedsys, Georgia, serif;*/
 		/*background-color: #CCCCCC;*/
		
	}
	
#texte_complet
	{
		text-align: justify;
		padding-left: 10px;
		padding-right:10px;
		font-size : 13px;
		font-family:"MS Sans Serif", Courier, "Times New Roman", Arial
		/*font-family: "Courier New", Courier, mono;*/
		/*font-family: "Comic Sans MS", Fixedsys, Georgia, serif;*/
		/*background-color: #CCCCCC;*/
	}
	
/*table, tr, td 
	{
		font-size : 11px;
		font-weight: 600;
	}*/	
table, tr, td 
	{
		font-size : 13px;
		/*font-weight: 600;*/
	}	
a {
	font-size : 13px;
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
.rouge {
	color: #FF0000;
}
.centre_rouge {
	color: #FF0000;
	text-align: center;
}
.vert {
	color:#006600
}
.rouge {
	color:red;
}
.bleu {
	color:blue;
}
.ident {
text-indent: 30px;
}
.mauve {
	color: #990066;
}
.bleuvert {
	color: #009999;
}

#menu 
	{
		float: right;
		width: 115px;
		/*background-color: #CCCCCC;*/
	}
	
ul, li 
	{
		margin: 0;
		padding: 0;
		list-style-type: none;
		color: #000000;
		font-weight: normal;
		font-size: 14px;
		/*background-color: #999999;	#7C7C7C*/
		background-image: url(../imagesite/trans.gif);
	}
	
#menu li 
	{
		height: 16px;
		line-height: 16px;
		text-align: center;
		font-weight: bold;
		border: 1px solid #CDE7CC;
	}
	
#menu li a 
	{
		color: #000000;
		text-decoration: none;
		display: block;
		border: 0 none;
		height: 100%;
	}
	
#menu li a:hover 
	{
		color: #000000;
		background-color: #CDE7CC;
	}
	
.rouge 
	{
		font-weight: bold;
		color:#FF0000;
	}