/** Reset **/
/**, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ul { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight: normal; }
q:before, q:after { content:'' }
a { text-decoration:none }
strong { font-weight:bold }
em { font-style:italic }
* a { position:relative }
a img { border:none }
* { outline: none; }*/


html {
	background: #151733; /*couleur de fond */
	background-image:url(/images/site/fond-site.jpg); /*image de fond*/
	background-repeat:repeat-xy; /*repeat-x; /*caractÚristiques d'affichage de l'image de fond*/
	/**background-position: center 30px ; /*position de l'image de fond*/
	/**font: normal 1em "arial", arial, sans serif;*/
}

img {
  border: none;
}

div {
	font-family: tahoma;
	font-size:16px;
}

	div#site {
    /** Div invisible de centrage du site **/
    background: transparent;
	  width: 1024px;
    margin: auto auto;
    padding: 10px;
  }
  
  div#flash {
  	position:absolute;
  	background-image:url(/images/site/header.jpg);
  	background-repeat:none;
  	width:1024px;
  	height:180px;
  	padding:0px 0px 0px 0px;
  	margin:0px 0px 0px -1px;
  }
  
  div#root {
    position:absolute;
    background:transparent;
    margin-top:0px;
    margin-left:0px;
    width:160px;
  	height:130px;
    padding: 0;
    z-index:99;
  }
  
  div#selectionlangue {
    position:absolute;
    margin-top:140px;
    margin-left:240px;
    width:150px;
  	height:32px;
    padding: 0;
    display:none;
		background-color:transparent;
  }
  
  a.selectionlangue {
    display:inline;
		background-color:transparent;
  }

  a.selectionlangue:hover {
    display:inline;
		background-color:transparent;
  }

  div#menu {
  	position: absolute;
  	width:1024px;
  	height:180px;
  	padding:0px 0px 0px 0px;
  	margin:0px 0px 0px 0px;
  	/*background-image: url("/images/site/header.jpg");*/
  	background-repeat:no-repeat;
  }

	div#contenu {
		position: absolute;
		width:934px;
		height:917px;
		margin-top:180px;
		margin-left:79px;
    padding-left:10px;
		background-color:#ffffff;
    background-image:url("/images/site/body.jpg");
		background-repeat:repeat;
		/*overflow:auto;*/
	}

	div#contenufull {
		font-family: tahoma;
  	font-size:16px;
		position: absolute;
		width:934px;
		height:917px;
		margin-top:180px;
		margin-left:79px;
    padding-left:10px;
		background-color:#ffffff;
    background-image:url("/images/site/body.jpg");
		background-repeat:repeat;
		overflow:auto;
	}

  iframe#contenufull {
  	position: absolute;
  	width:934px;
  	height:917px;
  	margin-top:180px;
  	margin-left:79px;
    padding-left:10px;
  	background-color:#ffffff;
    background-image:url("/images/site/body.jpg");
  	background-repeat:repeat;
  	overflow:auto;
  }

  div#mytao {
  	position:absolute;
  	height:917px;
  	width:80px;
  	background-image: url('/images/site/mt_back.jpg');
  	background-repeat: no-repeat;
  	background-color:#121213;
  	margin-top:180px;
  	margin-left:-1px;
	}
	
	div#piedpage {
  	position:absolute;
  	width:1013px;
  	height:25px;
  	padding:5px 5px 0px 5px ;
  	background-image: url('/images/site/footer.jpg');
  	background-repeat: repeat;
  	margin-top:1096px;
  	color:#ffffff;
  	font-size:9px;
	}
	
	.creditsite {
  	color: #ffffff;     
    display: inline;     
  	border: none;     
  	font-size: 9px;     
  	font-weight: bolder;
  	text-decoration: underline;     
  }

	div#taovillageamazon {
  	position:absolute;
  	padding:0;
  	width:1023px; 
  	height:32px;
    margin-top:1130px;
  	text-align:right;  
	}






