body
{  
	margin: 20px 140px  20px 140px;
	text-align: center;
	color:#000;
	/* size/height weight style variant family */
	
	background-color:#fff;
}
body,a,p,li,div
{
	font: 8pt verdana,serif;
}
h1 {
	font-size: 12pt;
	border-color:#000;
	border-top:1px solid;
	border-bottom:1px solid;
	padding:5px 15px;
	margin:0px;
	text-align:center;
	/*text-transform:capitalize;*/
}

h2 {
	font-size: 11pt;
	padding-left:10px;
	margin:5px;
}
h3 {
	font-size:10pt;
	margin-bottom:2px;
}
a {
	text-decoration:none;
}
p {
	padding:5px 15px;
	margin:0px;
}



img {
	border:0px;
}
ul
{
	list-style-type:square;
}


input[type="text"], textarea
{
	
	width:80%;text-align:left;
	border:1px solid black;	
	padding-top:4px;
	padding-left:4px;
	max-width:500px;
}
textarea
{
	height:60px;
}



#all {
  width: 100%;
  text-align: left;
  background-color: #fff;  
/*	width: 800px;*/
	padding:0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	color:#000;


} 
#inner{ margin:0px; width:100%;}

#outer{ 
background-color: #ffffff;
color:#000;
} 
#header {
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;

	margin: 0px;
	height:30px;
	color:#000;
	font-weight:bold;
}

#header div ul {
	margin:0;
	padding:0;
}
#header div li {
	display:inline;
}

#header div a {
	display:block;
	float:left;
	border-right:1px solid black;
	border-top:1px solid black;
	height:1.5em;	
	padding:7px 5px 0 5px;
	color:black;
	background:#fff;
}


#header div li.on a {
	color:#000;
	border-top:1px solid black;	
}
#content
{ 
	position: relative; 
	margin: 0px; 
	padding: 10px 10px;
	height:100%;
	font:inherit;
}

#footer
{
	clear:left;
	padding:0px;
	margin:0px;
	background-color:white;	
}
#footer p, #footer div, #footer a
{
	font:message-box;
}
#footer div, #header h1
{
	color:#000;	
	font-size: 11px;
	/*text-transform:uppercase;*/
	border-color:#000;
	border-top:1px solid;
	border-bottom:1px solid;
	padding:5px 15px;
	margin:0px;
	background-color:white;
	text-align:right;
}



#menu
{
	display:none;
}


#comments div
{
	border:1px solid;
	margin-bottom:5px;
}
h5
{
	padding-left:10px;
	margin:5px 0;	
}
kbd
{
	border:2px outset #fff;
	padding:1px;
}



li.titre
{
	list-style-type:none;
}

.IE
{
	display:none !important;
	display:block ;
}

.strike
{
	text-decoration: line-through;
}

.ok
{
	font-weight:bold;
	background-color: white;
}

.err
{
	font-weight:bold;
	
	background-color: white;
}

.right
{
	text-align:right;
}

.removed
{
	display:none;
}

.sign
{
	text-align:right;
	font-style:italic;
	border-bottom: 1px solid black;
}





a.tooltip{
    position:relative;
    text-decoration:none; z-index:24;
    color:#000;
}


a.tooltip span
{
	display: none;
}


.center
{
	text-align:center;
}


.player
{
	text-align:center;
}


a[hreflang="fr"]:after
{
	content: " [fr]";
}
