@charset "utf-8";
/* CSS Document */
body {
	background-color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
}
/*
	font-family: "Kristen ITC", Arial, Verdana, Helvetica, sans-serif;
	font-family: "Comic Sans MS", Arial,Verdana, Helvetica, sans-serif;
*/

h1 {
/*	font-family: "Kristen ITC", Arial, Verdana, Helvetica, sans-serif;*/
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
}

#tthz_contPrincipal {
	background-color: black;
	margin-left: 10%;
	width: 991px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

#tthz_partieHaute {
	background-image: url(../images/bandeauSup.jpg);
	width:auto;
	height:177px;
}

#tthz_partieCentrale {
	background-image: url(../images/fondPartieExtensible.gif);
	background-repeat:repeat-y;
	margin-top: 0px;
	margin-bottom: 0px;
	width:auto;
	position:relative;
}

#tthz_bandeauLatGauche{
	width:355px;
	height:555px;
	float:left;
	position:relative;
	top:-40px;
}

#tthz_bandeauLatDroit{
	background-image: url(../images/LatDroit.jpg);
	width:191px;
	height:564px;
	float:right;
	position:relative;
	top:-40px;
}

#tthz_corniche{
	background-image: url(../images/corniche.gif);
	width:445px;
	height:40px;
	position:relative;
	left: 355px;
}

#tthz_contenuTexte {
	padding-left: 10px;
	padding-right: 10px;
	background-color: #FFFEEE;
/*	background-color: #FFFEEE;
	border-left:6px solid #6B8492;
	border-right:7px solid #6B8492;*/
	width:425px;
	height:100%;
	padding-top: 30px;
	float:left;
}

#tthz_spacer {
	clear: both;
}

#tthz_partieBasse {
	background-image: url(../images/basCadre.gif);
	width:auto;
	height:16px;
}

/*Le menu des 4 boutons de navigation*/
#tthz_menu_nav{
	width:193px;
	height:260px;
	position: relative;
	top: -4px;
	left: 135px;
}

/*Bouton Home*/
a#tthz_lienHome {
	display:block;
	width:204px;
	height:62px;
}

/*Bouton Media*/
a#tthz_lienMedia {
	display:block;
	width:204px;
	height:66px;
}

/*Bouton Achat*/
a#tthz_lienAchat {
	display:block;
	width:204px;
	height:66px;
}

/*Bouton Forum*/
a#tthz_lienForum {
	display:block;
	width:204px;
	height:62px;
}

/*Bouton Home Current*/
a#tthz_lienHomeCurrent {
	display:block;
	width:204px;
	height:62px;
}

/*Bouton Media Current*/
a#tthz_lienMediaCurrent {
	display:block;
	width:204px;
	height:66px;
}

/*Bouton Achat Current*/
a#tthz_lienAchatCurrent {
	display:block;
	width:204px;
	height:66px;
}

/*Bouton Forum Current*/
a#tthz_lienForumCurrent {
	display:block;
	width:204px;
	height:62px;
}

/*Le menu des 2 boutons de changement de langue*/
#tthz_menu_langue{
	width:65px;
	height:70px;
	position: relative;
	top: 10px;
	left: 881px;
}

a#tthz_lien_langue_en {
	display:block;
/*	position:relative;
	left:15px;
*/
	margin-left:15px;
	width:50px;
	height:35px;
}

a#tthz_lien_langue_fr {
	display:block;
	width:50px;
	height:35px;
}

a#tthz_lien_langue_en:link, a#tthz_lien_langue_fr:link {
	background-image: url(../images/boutons_menu_langues_normal.gif);
}

a#tthz_lien_langue_en:visited, a#tthz_lien_langue_fr:visited {
	background-image: url(../images/boutons_menu_langues_visited.gif);
}

a#tthz_lien_langue_en:link, a#tthz_lien_langue_en:visited {background-position: -15px 0px;}
a#tthz_lien_langue_fr:link, a#tthz_lien_langue_fr:visited {background-position: 0px -35px;}

#innobeclogolink
{
}

#innobeclogolink A:visited{color:blue}
#innobeclogolink A:active{color:blue}

/*#tthz_partieCentrale p:first-child {
	margin-top: 0px;
}

#tthz_partieCentrale p:last-child {
	margin-bottom: 0px;
}*/

