 /*@CHARSET "ISO-8859-1";*/

body {
	font-family : georgia;
	font-size : 10px;
	}

.titre{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	text-align: center;
	}
	
.paragraphe{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

.center{
	text-align: center;
	}

.blue{
	color : blue;
	font-weight: bolder;
	}

.red{
	color : red;
	font-weight: bolder;
	}

.center{
	text-align: center;
	}
	
.tablecenter{
	width: 650px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	}

ul,li{
	list-style-type:none;
	margin-right:0px
	}
.leftMenuItem {
	margin:0;
	padding:0;
	}
a{
	color:#7f99ae;
	text-decoration:none;
	}
	
a:hover{
	text-decoration:underline;
	}

#tabs{
	margin:0px 0px 0px;
	padding:0px 0px 10px 0px;
	}
	
#tabs ul{
	position:absolute;
	display:block;
	width:180px;
	}
	
#tabs li ul{
	visibility:hidden;
	width:180px;
	}
	
#tabs li{
	width:180px;
	height:auto;
	display:inline;
	float:left;
	}
	
#tabs a	{
	font:bold 11px Verdana;
	color:#FFFFFF;
	line-height:20px;
	text-align:center;
	display:block;
	width:180px;
	background:#A73034;
	border:1px solid #000020;	
	}
	  
#tabs a:hover, #ta
	bs a.selected{
	background:#F8FDBB no-repeat top left;
	color:#000000;
	text-decoration:none;
	}
	
#tabs ul a{
	font:normal 10px Verdana;
	color:#000000;
	line-height:20px;
	padding-left:5px;
	text-align:left;
	width:180px;
	background:#F4F4F4;
	border-left:1px solid #000020;
	border-top:0px solid #000020;
	border-bottom:1px solid #000020;
	border-right:1px solid #000020;
	}
	
#tabs ul a:hover, #tabs ul a.selected{
	background:#F8FDBB no-repeat bottom left;
	text-align:left;
	color:#000000;
	text-decoration:none;
	}
.commentaire{
	font-family: georgia;
	font-style : italic;
	}

.ligne{
	font-family: georgia;
	
	}