* { margin:0; padding:0; }

body {
  font-size:90%;
  width:100%;
  background:#660000 url(../img/bg.png);
  background-repeat: repeat-x;
  background-attachment:fixed;
  overflow-x: hidden;
  font-family: "arial", "geneva",  "verdana";
  }

/******************LINK********************************************/

a.flag { color:#ffcc99; font-size: 9px; }
a.outside:focus, a.outside:hover, a.outside:active {color:#ffffff; font-size: 9px;}

a.inside { color:#ffcc99; font-size: 1em; text-decoration: none; font-family: Arial, Helvetica, sans-serif;}
a.inside:focus, a.inside:hover, a.inside:active {color:#ffffcc; font-size: 1em; font-family: Arial, Helvetica, sans-serif;}


a.tt{ position:relative; z-index:20; }
a.tt span{ display: none; }
a.tt:hover{ z-index:20; color: #ffcc99;}
a.tt:hover span.tooltip{
    display:block;
    position:absolute;
    top:40px; left:10px;
	padding: 0px 50px 0 0;
	width:170px;
	color: #ffffcc;
    text-align: center;
    font-family: "arial", "geneva",  "verdana";
    font-size: 0.8em;
	filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;
}
a.tt:hover span.toptt{
	display: block;
	height: 100px;
	padding: 18px 10px 0;
        background: url(../img/bulle.gif) no-repeat top;
}


/*-----------------------------------------------------------*/
/* MENU */

.menu
{
margin: 0px 30px 0;
text-align : left;
font-size: 12px;
font-family: "arial", "geneva",  "verdana";
}

.menu a
{
color : #ffcc99;
}

.menu a:hover
{ background: #ffcc99;
color : #660000;
font-weight: bold;
font-family: "arial", "geneva", "verdana";
}

/******************DIV********************************************/

#full {
       float: left;
       width: 100%;
}

#container {
       margin:0px auto;
       width: 800px;
}

#index {
        width: 250px;
        display:block;
        margin-left:auto;
        margin-right:auto;
        margin-top: 50px;
        text-align: center;
}

#link {
        width: 180px;
        display:block;
        float: left;
        margin-left:50px;
        margin-top: 5px;
}

/******************FONT********************************************/

.small {
	font-size: 0.7em;
	font-family: Arial, Helvetica, sans-serif;
	color: #230101;
	font-stretch:wider;
}

p.center {
  margin: 5px;
  font-family: arial, futura, helvetica;
  color: #ffcc99;
  font-size: 0.8em;
  text-align: center;
  }

/*******************OTHER*******************************************/

hr
{
margin: 25px 0 5px 0;
border: 1px dotted #330000;
clear:both;
}

ul {
list-style: url("../img/puce.gif");
  float: left;
  }

img.imgright {
  margin: 0px;
  float: right;
  vertical-align:top;
}

img.imgleft {
  margin: 0px;
  float: right;
  vertical-align:top;
}

/**************************************************************