/**************************************************************************************************************************************************
Feuille de style principale - BRANCHEZ-VOUS.com
Date créée: 6 juillet 2009
Date modifiée: 

@author: Debbie Rouleau <drouleau@branchez-vous.com>
@version 1.0
@copyright Branchez-vous.com 
**************************************************************************************************************************************************/

/********************************************************************************************************************************** BALISES HTML */
* {	margin: 0;}
/* hide from ie on mac \*/
html {	height: 100%; width: 100%;}
/* end hide */
body {	height: 100%; width: 100%; margin: 0; padding: 0; background-color:#dadbdc; font-family:Arial, Helvetica, sans-serif;	font-size:12px; color:#0d56ce;}
a {	color:#0429a3/*0d56ce*/; text-decoration:none; outline-style:none;}
a:hover {/* color:#00236e;*/ text-decoration:underline;}
a img {border:0; text-decoration:none;}
h1 {font-size:24px; height:28px;}
h2 {font-size:20px; height:24px;}
h3 {font-size:16px; height:20px;}
h4 {font-size:12px; height:16px;}
h5 {font-size:13px; height:17px;}
h6 {font-size:14px; height:30px;}

/**************************************************************************************************************************** DIVs structurelles */
#contenu { padding:0; width:100%; min-height: 100%; height: auto !important; margin: 0 auto -355px; /*border-top: 1px solid #aaabac;*/}
	#bg { position:absolute; z-index:0; height: 100%; width: auto; left:0; margin:0 auto; } /*remettre le width à 100% si on a un bg en .swf*/
	#cadre { margin:0 auto; position:relative; z-index:10; width:980px; min-height:600px; margin:0 auto; text-align:center;}
		#header { margin:0 auto; height:100px; min-height:100px; text-align:left;}
			#header #leaderboard1 {margin-left:10px;}
			#header #bouton {float:right; width:160px; /*height:90px;*/ margin:5px 10px 5px 10px;}
		#contenant {width:100%; /*background-color:#FFF;*/}
		
/******************************************************************************************************************************** CLASSE styles */
.pub { margin-top:5px; margin-bottom:5px; float:left; width:728px; height:90px;}

/*HACK pour le "sticky footer effect" pour que le pied de page reste toujours
en bas de la fenêtre du navigateur (IE 6-7-8, FF 2-3, Opera 9-10, Safari 4 PC et Mac*/
.push {height:355px;}
