@charset "UTF-8";
/* CSS Document */

body
{
	margin: 10px 0 ;
	padding: 0 ;
	text-align: center ;
	/*font: 0.8em "Trebuchet MS", Arial, Helvetica, sans-serif ;*/
	font: 0.9em  Arial, Helvetica, sans-serif ;
	background: #fff ;
}
/* CONTENEUR-----------------------*/
div#conteneur
{
	width: 770px ;
	margin: 0 auto ;
	text-align: left ;
	border: 2px solid #888 ;
	background: #fff ;
}
div#conteneur h2
{
	padding-left:25px ;
	line-height:17px ;
	font-size:1.4em ;
	background:url(../images/TTHS_Icone_h2.gif) no-repeat left top ;
	color:#666;
	margin-left:25px;
}
div#conteneur h2.pict
{
	padding-left:0px ;
	line-height:40px ;
	background:none ;
	padding-bottom:-10px;
	margin-bottom:10px;
}
div#conteneur h3
{
	padding-left:5px ;
	border-bottom:1px solid #cc9900 ;
	border-left:3px solid #cc9900 ;
	color:#cc9900 ;
}

div#conteneur p
{
	text-align:justify ;
	text-indent:2em ;
	line-height:1.5em ;
	font-size:1em
}

div#conteneur a
{
	color: #cc9900 ;
	text-decoration: none ;
}
div#conteneur a img{
	color:#FFF;
	text-decoration: none ;
}

div#conteneur a:hover
{
	color: #cc3300;
	/*font-family: "Trebuchet MS", helvetica, sans-serif;*/
}
h1#header
{
	height: 100px;
	background: url(../Images/TTHS_Icone_Gd.jpg) no-repeat left top ;
	margin: 0 ;
	padding-left:10px;
	padding-top:10px;
}
h1#header a
{
	width:250px ;
	height:70px ;
	display:block ;
	background:url(../images/TTHS_Logo_Line.gif) no-repeat ;
	position:relative ;
	left:500px ;
	top:10px ;
	text-indent:-5000px ;
}
div#header h2
{
	font: 0.1em
}
h1#banner
{
	height: 345px;
	background: url(../Images/Voeux_2012_Thetis.jpg) no-repeat left top ;
	margin: 0 ;
	margin-bottom:10px;
	
}
h1#banner a
{
	width: 400px ;
	height: 70px ;
	display: block ;
	/*background: url(title.gif) no-repeat ;*/
	position: relative ;
	left: 350px ;
	top: 20px ;
	text-indent: -5000px ;
}/* On donne les mêmes dimensions au lien, chose
 possible grâce à la propriété display: block ; qui transforme le lien
  en élément de type block, auquel on peut donner des propriétés de taille.
   On met aussi l'image de fond qui a les mêmes dimensions que le cadre ainsi créé */
/* Le text-indent négatif est fait pour pouvoir ne
 cacher le texte hors de la page, ce que nous voulons. Ainsi il reste
  exploitable pour les syntèses vocales */
.ombrage{
   -moz-box-shadow: 4px 4px 8px #777; 
   -webkit-box-shadow: 4px 4px 8px #777; 
   box-shadow: 4px 4px 8px #777;   }

.exposant
{
	vertical-align:super;
	font-size:50%;
}
.centered
{
	text-align:center;
}
.right
{
	text-align:right;
}
.button
{
	border:none
}
/* MENU-----------------------*/
ul#menu
{
	height: 35px ;
	margin: 0 ;
	padding: 0 ;
	background: url(../images/Tths_Menu_Bg.gif) repeat-x 0 -25px ;
	list-style-type: none ;
}
/* On donne une hauteur au menu, correspondant a
 la taille de l'image utilisée en fond, on met ensuite l'image de fond
  avec un décalage de 25 pixels vers le haut pour utiliser la technique de roll over expliquée dans un autre tutoriel; */
ul#menu li
{
	float: left ;
	text-align: center ;
}/* On rend les li en flottant pour pouvoir les
 afficher horizontalement, on cache les puces, et on centre le texte */

ul#menu li a
{
	width: 108px ;
	line-height: 25px ;
	font-size: .8em ;
	font-weight:200;
	letter-spacing: .75px ;
	color: #fff ;
	display: block ;
	text-decoration: none ;
	border-right: 2px solid #333 ;
}/* C'est sur les liens que le gros du travail est
 effectué, largeur, hauteur de ligne, taille de police, graisse de police,
  espacement des lettres, couleur, bordure et decoration du texte. 
  Nous pouvons dimensionner les a grâce à la propriété display: block ; */

ul#menu li a:hover
{
	background:url(../images/Tths_Menu_Bg.gif) repeat-x 0 0 ;
}/* Et pour finir on décale l'image de fond au passage
 de la souris pour laisser aparaître l'état survolé de l'image, 
 voir le tutoriel sur les roll over pour plus de détails */

/* INTRO -----------------*/
div#introProd
{
	height:160px;
	display:block;
	margin-left:20px;
	margin-right:20px;
	margin-bottom:10px;
	margin-top:20px;
	padding-left:10px;
	padding-right:0px;
}
div#introProd p
{
	font:.9em;
	padding-bottom:30px;
	border-bottom:#666 1px dotted;
}
div#pictProd
{
position:relative;
float:right;
top:-10px;
right:0;
margin-left:10px;
}
div#introShop
{
	height:250px;
	display:block;
	margin-left:20px;
	margin-right:20px;
	margin-bottom:10px;
	margin-top:20px;
	padding-left:10px;
	padding-right:0px;
}
div#introShop p
{
	font:.9em;
	padding-bottom:30px;
	border-bottom:#666 1px dotted;
}
div#introShop p.standard li.standard
{
	border-bottom:none;
	padding-bottom:0px;
	margin-bottom:0px;
}
div#introShopTest
{
	float:left;
	position:relative;
	top:5px;
	left:-15px;
}
ul, ol{
	line-height:1.75em;
}
/*--------COULEURS et TYPO------------*/
.rouge{color:red;}
.vert{color:green;}
.orange{color:orange;}
.bronze{color:#990;}
.bleuClair{color:#0CC;}
.mauve{color:#93C;}
.gris{color:gray;}
.bleu{color:blue;}
.ital{font-style:italic;}
.gras{font-weight:bold;}
.souligne{text-decoration:underline;}
.barre{text-decoration:line-through;}
/* DOWNLOAD Tester -----------------*/
div#testerDownload
{
	width:163px;
	height:122px;
	float:left;
	margin-left:-10px;
	margin-top:-10px;
	margin-right:10px;
	text-decoration:none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	/*background:url(../Images/bTester_01.gif) repeat-x 0 0*/
}
/*div#testerDownload a:link{
	text-decoration:none;
}*/
a img {
	border: 0;
}
/* GENERIQUE Version -----------------*/
div#intro
{
	height:250px;
	display:block;
	margin-left:20px;
	margin-right:20px;
	margin-bottom:10px;
	margin-top:20px;
	padding-left:10px;
	padding-right:0px;
}
div#intro p{
    padding:0px;
}
/* DOWNLOAD Version -----------------*/
div#introDownload
{
	height:250px;
	display:block;
	margin-left:20px;
	margin-right:20px;
	margin-bottom:10px;
	margin-top:20px;
	padding-left:10px;
	padding-right:0px;
}
div#introDownload p
{
	font:.9em;
	padding-bottom:30px;
	border-bottom:#666 1px dotted;
}
div#introDownload p.standard
{
	border-bottom:none;
	padding-bottom:0px;
	margin-bottom:0px;
}
div#version
{
	width:250px;
	height:150px;
	float:right;
	position:relative;
	top:0px;
	right:0px;
	font-size:.75em;
	text-align:center;
	background:#eee;
	margin-left:20px;
	padding:2px;
}
div#version h1{
	font-size:1em;
	color:#F30;
}
div#version td.retrait
{
	text-align:left
}
/* LEFT BOX -----------------*/
div#left_box{
	float:left;
	width:240px;
	background:#fff;
	padding:0px 10px 0px 10px;
	font-size:.85em;
	line-height:1.2em;
	height:auto
}
div#left_box p{
	margin-left:10px;
	padding-bottom:20px;
	border-bottom:#666 1px dotted;
}
div#left_box h2
{
	padding-bottom:-20px;
}
div#left_box p.last{
	padding-bottom:10px;
	border-bottom:none;
}
/* RIGHT BOX -----------------*/
div#right_box{
	width: 240px ;
	float:right;
	background:#fff ;
	padding:0px 10px 0px 10px;
	font-size:.85em;
	line-height:1.2em;
}
div#right_box p{
	margin-right:10px;
	margin-left:10px;
	padding-bottom:10px;
	border-bottom:#666 1px dotted;
}
div#right_box p.last{
	padding-bottom:10px;
	border-bottom:none;
	margin-bottom:10px;
}
div#right_box p.pict{
	border-bottom:none;
	text-align:center;
	text-indent:0;
	margin-bottom:10px;
}

/* RIGHT BOX 2 col -----------------*/
div#right_box_2_Col{
	width: 490px ;
	float:right;
	background:#fff ;
	padding:0px 10px 0px 10px;
	font-size:.85em;
	line-height:1.2em ;
	text-align:center;
	
}

/* CENTER BOX -----------------*/
div#center_box
{
	background:#fff ;
	margin:0px 265px 0px 265px;
	padding:0px 10px 0px 0px;
	font-size:.9em;
	border-left:dotted 1px #666;
	border-right:dotted 1px #666;
	height:auto;
}
div#center_box h2
{
	font-size: 1.2em ;
	color:#333;
	border-bottom:none ;
	background-image:none;
	margin:0;
	padding:0;
	text-indent:0;
	text-align:center;
}
div#center_box p
{
	font-size: .85em ;
	color:#666;
	line-height:1.1em;
	padding-right:20px;
	padding-left:25px;
	/*padding-right:30px;
	padding-left:45px;*/
	text-indent:0;
	margin-top:5px;
	
}
div#center_box h3
{
	line-height:40px;
	padding-left:65px;
	margin-right:20px;
	margin-left:22px;
	font-size:1.2em;
	margin-bottom:0px;
	color:#4D4D4D;
	background-repeat:no-repeat;
	border-left:none;
	border-bottom:none;
	margin-top:15px;
}
div#center_box h3.importer
{
	background: url('../images/TTHS_Import_Shadow.gif') no-repeat;

}
div#center_box h3.indexer
{
	background: url('../images/TTHS_Indexer_Shadow.gif');
}
div#center_box h3.archiver
{
	background: url('../images/TTHS_Archiver_Shadow.gif');
}
div#center_box h3.publier
{
	background: url('../images/TTHS_Web_Shadow.gif') ;
}
div#center_box h3.partager
{
	background: url('../images/TTHS_Mail_Shadow.gif');
}
/* CONCLUSION----------------*/
div#conclusion
{
	clear:left;
	margin-top:20px;
	font-size:0.8em;
	margin-right:40px;
	margin-left:40px;
	padding-top:10px;
	font-family: "Trebuchet MS", helvetica, sans-serif;
}
div#conclusion p
{
	text-align:left ;
	text-indent:0em ;
	line-height:1.5em ;
	font-size:.7em;
	margin-right:80px;
	margin-left:80px;
}
/* FOOTER----------------*/
div#footer
{
	margin-left:auto; 
	margin-right:auto; 
	width:740px;
	padding:0px;
	/*position:absolute;*/
	text-align:center;
	font-size:0.75em ;
	line-height:30px ;
	color: #aaa ;
	/*margin:0 ;
	padding-right:0px ;
	padding-left:0px;
	line-height:30px ;
	font-size:0.75em ;
	color: #aaa ;*/
	
}
/* MENU FOOTER -----------------------*/
ul#menuFooter
{
	height: 35px ;
	padding-left:0px;
	border-top:dotted;
	border-top-color:#F60;
	border-top-width:thin;
	padding-right:20px;
	list-style-type: none ;
	text-align:center;
}
ul#menuFooter li
{
	float: left ;
	font-size:1em ;
	float:none;
	display:inline;
	text-align:center ;
	/*border-top:dotted;
	border-top-color:#F60;
	border-top-width:thin;*/
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
}
ul#menuFooter li a
{
	/*width:90px ;*/
	line-height:30px ;
	/*font-weight:200;*/
	/*letter-spacing: .75px ;*/
	color:#777 ;
	/*display: block ;*/
	text-decoration: none ;
	/*border-right: 2px solid #333 ;*/
}
/* TABLE----------------*/
table
{
	border-collapse:collapse;
	border:0px;
}
table td.retrait
{
	text-indent:10px;
}
table a img
{
	text-decoration:none;
	border:none;
}
/* TABLE COMPARATIF ----------------*/
table.comparatif
{
	width:90%;
	margin-top:0px;
	margin-left:20px;
	table-layout:fixed;
}
/*thead,tfoot{
	width:auto
}*/
table.comparatif tbody
{
	text-align:left;
}
table.comparatif th
{
	text-align:center;
	padding:5px;
	border:0px;
}
table.comparatif td{
	padding:1px;
	border-bottom:1px;
	border-bottom-style:dotted;
	border-bottom-color:#C60;
	line-height:20px;
	color: #000;
}

/* TABLE SHOP ---------------*/
table.shop
{
	margin-top:20px;
	vertical-align:middle
}
table.shop body
{
	margin-top:150px;

}
div#conteneur table a
{
	color:#000;
}
table.shop2
{
	font-size:.75em;
	/*font-family: "Trebuchet MS", helvetica, sans-serif;*/
}
table.shop2 th
{
	height:28px;
}
table.shop2 td
{
	height:20px;
	vertical-align:middle;
}
table.shop2 td.division
{
	border-bottom:#060;
	border-bottom-style:solid;
	border-bottom-width:1px;
}
table.shop2 th.titre
{
	font-size:1.3em;
}
table.shop2 td.retrait
{
	font-size:.9em;
}
table.shop2 td.retrait span.titre
{
	font-size:1.5em;
	color:#F60;
}
/*-- TABLE DOWNLOAD--*/
table.download td.config
{
	font-size:.7em;
	color:#666;
}
/*-- TABLE VERSION--*/
table.thetisVersion
{
	width:75%;
}
/*-- TOOLTIP --*/
#tooltipMaJ
{
	background-color:#eee;
	padding:10px;
	font-size:.9em;
	border:#333 double;
}
#tooltipMac
{
	/*background-color:#B8C7D3;*/
	background-color:#ECEFF6;
	padding:10px;;
	font-size:.9em;
	border:#333 double;
}
#tooltipMac a 
{
	color:#00C;
	text-decoration:none;
}
#tooltipMac li
{
	text-align:left;
	margin-bottom:5px;
}
#tooltipWin
{
	/*background-color:#EBCBBA;*/
	background-color:#F6F1EC;
	padding:10px;
	font-size:.9em;
	border:#333 double;
}
#tooltipWin a
{
	color:#F60;
	text-decoration:none;
}
#tooltipWin li
{
	text-align:left;
	margin-bottom:5px;
}
#tooltip1_8
{
	background-color:#eee;
	padding:10px;
	font-size:.9em;
	border:#333 double;
	line-height:1.5em;
}
#tooltip1_9
{
	background-color:#9999ff;
	padding:10px;
	font-size:.9em;
	border:#333 double;
	line-height:1.5em;
}
/*--------------------------------*/
.vbox{
	height:250px;
	width:770px;
	margin-top:30px;
	margin-bottom:30px;
	/*float:left;
	display:inline;*/
}
.adresseBox{
	padding-left:250px;
	text-indent:0px;
	width:400px;
	text-align:left;
	margin-bottom:30px;
}

.adresseBox p{
	text-align:left;
}
.fullBoxText{
	padding-left:20px;
	padding-right:20px;
}
/*--------------------------------*/
.legalBox{
	height:auto;
}
/*-------------------------------*/
.paddingLeft100{
	text-indent:0px;
	padding-left:100px;
}
/*-------------------------------*/

div#conteneurimg a {
	text-decoration: none;
	border:none;
	color:#fff;
}

