/*-----------------------------------------------------------------------------------------------*/
/*                   A BETTER TOOLTIP - POWERED BY JQUERY AWESOMENESS                            */
/*                   AUTHOR: jon cazier                                                          */
/*                   EMAIL: jon at 3nhanced dot com                                              */
/*-----------------------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------------------*/
/*                                  CSS RESET THANKS TO ERIC MEYER                               */
/*                   http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/                */
/*-----------------------------------------------------------------------------------------------*/

/* remember to define focus styles! */
:focus {outline: 0;}
ol, ul {list-style: none;}
/* tables still need 'cellspacing="0"' in the markup */
blockquote:before, blockquote:after,
q:before, q:after {content: '"';}
blockquote, q {quotes: '"' '"';}

/*-----------------------------------------------------------------------------------------------*/
/*                                          GENERAL STYLES                                       */
/*-----------------------------------------------------------------------------------------------*/

strong {font-weight: bold;}

textarea {white-space: nowrap;}

/*-----------------------------------------------------------------------------------------------*/
/*                                          GENERAL LAYOUT                                       */
/*-----------------------------------------------------------------------------------------------*/
#wrapper {width: 700px; margin: auto; padding:0px;}

	#content {
		width: 700px;
		padding: 0px 0px;
		float: left; 
		min-height: 500px;
		height: auto !important;
		height: 500px;}
		

	#main_theme {height:20px;width:500px;margin-top:20px;margin-bottom:50px; position: relative; float: middle;}
    #main_langue {height:0px;width:200px;margin-top:0px;margin-top:0px; position: relative; float: middle;}

	.tTip_theme { position: absolute; cursor: pointer; color: #666; font-weight: bold; text-align:center;}
	.tTip_langue { position: absolute; cursor: pointer; color: #666; font-weight: bold; text-align:center;}

	.tip {color: #333;text-align:center;}

		#drapeau_en {top: 0px; left: 5px;}
		#drapeau_fr{top: 0px; left: 100px;}

		#theme1 {top: 0px; left: 30px;}
		#theme2 {top:0px; left: 300px;}
		#theme3 {top:120px; left: 30px;}
		#cloud5 {top: 370px; left: 60px;}

/*-----------------------------------------------------------------------------------------------*/
/*                                         TOOLTIP STYLES                                        */
/*-----------------------------------------------------------------------------------------------*/

.tip {
	width: 212px;
	padding-top: 35px;
	overflow: hidden;
	display: none;
	position: absolute;
	z-index: 500;
	background: transparent url(images/tipTop.png) no-repeat top;}
	
.tipMid {background: transparent url(images/tipMid.png) repeat-y; padding: 0 25px 20px 25px;}
.tipBtm {background: transparent url(images/tipBtm.png) no-repeat bottom; height: 32px;}





