﻿@charset "utf-8";
/* CSS Document */

/*
html							{ font-family: "Lucida Sans Unicode"; font-size: 14px; line-height: 21px; color: #f1f1f1; background: #0b0b0b; }
body							{  }
p								{ color: #616161; }
a								{ color: #f1f1f1; }
img.tTip						{ margin: 8px 15px 8px 0px; float: left; }
h1								{ text-align: center; line-height: 15px; padding: 0px 0px 20px 0px; letter-spacing: -2px; }
h1.massive						{ font-size: 72px; line-height: 10px; padding: 0px; letter-spacing: -6px; color: #f4c20a; }
#demo_wrapper					{ width: 600px; margin: 30px auto 0px auto; }

.tinyTip						{ width: 325px; padding: 17px 0px 0px 0px; display: block; background: url(../images/tinyTip-top.png) 0px 0px no-repeat; }
.tinyTip .content				{ padding: 0px 15px 0px 15px; font-size: 14px; font-family: "Lucida Sans Unicode"; color: #010101;  background: url(../images/tinyTip-content.png) 0px 0px repeat-y; }
.tinyTip .bottom				{ height: 47px; background: url(../images/tinyTip-bottom.png) 0px 0px no-repeat; font: 0px/0px sans-serif; }


CODE DE BASE

*/

/*MODIFS*/
/*h1{
text-align: center;
line-height: 15px; 
padding: 0px 0px 20px 0px; 
letter-spacing: -2px; 
}

h1.massive{
 font-size: 72px; 
 line-height: 10px; 
 padding: 0px; 
 letter-spacing: -6px; 
 color: #f4c20a; 
 }
 
#demo_wrapper{
 width: 600px; 
 margin: 30px auto 0px auto;  
 }
*/
.tinyTip{ 
width: 152px;
/*background-color:#FFFFFF;*/ 
padding: 10px 0px 0px 0px; /*premier paddind regle l emplacement image top.png*/
display: block; 
/*background: url(../images/tinyTip-top.png) 0px 0px no-repeat; */
background: url(../images/tinyTip-top.png) 0px 0px no-repeat; 
}

/*Couleur du texte de l infobulle*/
.tinyTip .content{
	/*padding: 0px 15px 0px 15px; */
text-align:center;
	font-size: 14px;
	font-family: Georgia;
	color: #FFFFFF;
	/*background: url(../images/tinyTip-content.png) 0px 0px repeat-y;*/
background: url(../images/tinyTip-content.png) 0px 0px repeat-y;
	font-style: italic;
	font-weight: normal;
 }
 
.tinyTip .bottom{ /*Place de l'infobulle vis a vis du bas*/
height: 30px; 
/*background: url(../images/tinyTip-bottom.png) 0px 0px no-repeat; */
background: url(../images/tinyTip-bottom.png) 0px 0px no-repeat; 
/*font: 0px/0px sans-serif;*/
 }
