/* CSS Document */

body{
	background-image: url(../img/fond.gif);
	background-repeat: repeat-x;
	background-color: #434343;
	margin: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, Geneva;
}

.foot{
	color: #FFFFFF;
	font-size: 9px;
}

#content {
	width:90%;
	text-align: justify;
}

h1 {
	color:#666666;
	font-size:20px;
	font-weight: bold;
	font-family: Arial, Helvetica, Geneva;
	line-height:25px;
}

h2 {
	color:#666666;
	font-size:15px;
	font-weight: bold;
	font-family:Arial, Helvetica, Verdana
}

h3{
	font-size: 1em;
	color: #ff6600;
	font-weight: bold;
}
	
a { 
	color: #03afb7;
	text-decoration: none;
}
a:link { 
	color: #03afb7;
	text-decoration: none;
}
a:hover { 
	color: #00878d;
	text-decoration: underline;
}

a.Linkwhite { 
	font-size: 9px; 
	color: #ffffff;
	text-decoration: none;
}
a.Linkwhite:link { 
	font-size: 9px; 
	color: #ffffff;
	text-decoration: none;
}
a.Linkwhite:hover { 
	font-size: 9px;
	color: #f75601;
}

.txt{
	font-size: 0.75em; 
   	font-weight: normal;
	color:#333333;
	line-height: 17px;
	text-align:left;
}

.txt_orange2{
	color: #ff6600;
	font-weight: bold;
	text-align:left;
}

hr.forme {
 color: #c0c0c0;
 height: 0.5px;
 border: thin;
}

/* blocknote parametres */

blockquote {
	color:#333333;
	line-height: 25px; 
	font-weight: normal;
	margin-left:20px;
}

	
blockquote p {
	display:inline;
	margin: 0;
	color:#333333;
	line-height: 25px;
}

.txt_white{
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color:#ffffff;
	text-align:left;
}

.txt_legende{
	color:#333333;
	text-align:justify;
	padding: 20px;
	width: 80%;
	border-left-color:#CCCCCC;
	border-left-width:1px;
	border-left-style:solid;
	margin-left:25px;
		}
		
.txt_stats{
	font-size: 9px;
	font-weight: normal;
	color:#55451d;
	text-align: left;
}
.txt8{
	font-size: 8px; 
   	font-weight: normal;
	color:#6f6f6f;
}
.txt_mini{
	font-size: 9px; 
   	font-weight: bold;
	color:#6f6f6f;
}

	
/* Normal Bubble */
div.bubble {
	width: 90%;
	margin-bottom: 10px;
	margin-left:10px;
}

div.bubble blockquote {
	margin: 0px;
	padding: 15px;
	border: 1px solid #c9c2c1;
}

div.bubble blockquote p {
	font-size: 12px;
}

div.bubble cite {
	position: relative;
	margin: 0px;
	padding: 7px 0px 0px 15px;
	top: 6px;
	background: transparent url(../img/tip.gif) no-repeat 20px 0px;
	font-style: normal;
	color:#FFFFFF;
}
