/*  Club Panda
	Style de la page d'accueil par défaut
	(c) 2008 - Bol d'Air
	Eric Bouquerel 2008-08-12 - 
	
*/

/* style appliqué à toutes les balises : 
	- suppression des marges
	- définition de police de aractère par défaut 
	- alignement de texte par défaut
*/
* {	padding:0; 	margin:0; border:0 none; font-family:Arial, Helvetica, sans-serif, "Century Gothic"; font-size:9pt; vertical-align: top; text-align:left; outline: 0 none;}
html { height:100%;}
body { height:100%;}

/* style à supprimer : juste pour dessiner les contours des boites pendant la construction */

div { border: 0px solid #000; }

/* structure de la page */

body { background-position: top center; background-image:url(../../../images/themes/defaut/accueil/accueil_fond.jpg); background-repeat: no-repeat; background-color: #b9e9ff;}

#global { margin: 0; }
	#container, #footer {clear:both; width:905px; margin:0 auto;}
	#container { padding-top: 154px; }

	#gauche    { background-color:transparent; width:649px; clear:none;}

	#droite { float:right; width:234px;}
		div.boiteDroite    { width:100%;}
			div.boiteTopHaut   { width:100%; height:46px; background-image:url(../../../images/themes/defaut/accueil/membre_haut.gif); background-color:transparent; }
			div.boiteTopFond   { width:100%; background-color:transparent; margin:0; border:0; background-image:url(../../../images/themes/defaut/accueil/membre_fond.gif); background-repeat:repeat-y;}
			div.boiteTopMilieu { padding:0 10px; width:214px; background-image:url(../../../images/themes/defaut/accueil/membre_milieu.gif); background-repeat:no-repeat; background-color:transparent; }
				input.login {width:204px; height:18px; padding:3px 5px; color:#f16d08; font-weight:bold; font-size:9pt; background-color:#fff; margin-top:3px;}
				img.boiteTopMilieu { margin: 6px 0;}
			div.boiteTopBas    { width:100%; height:40px; background-image:url(../../../images/themes/defaut/accueil/membre_bouton_connexion.gif); background-color:transparent; margin-bottom:15px; background-repeat:no-repeat;}

			img.bouton1 {margin:0; border:0;}
			img.bouton  {margin:17px 0; border:0;}

	#footer {text-align:center; margin:10px auto; color:#1090b6;padding-top:15px; padding-bottom:25px;}
		#footer a:link, #footer a:visited{ color:#1090b6; text-decoration:none;}
		#footer a:hover, #footer a:active{ color:#1090b6; text-decoration:underline;}
	
/* classes */
img.imgGauche {margin: 0 8px 8px 0; float:left;}
img.imgDroite {margin: 0 0px 8px 8px; float:right;}

div.AccueilGaucheFlash { background-image:url(../../../images/themes/defaut/accueil/fond_accueil_gauche_flash.jpg); background-repeat:no-repeat;}
div.AccueilGaucheFlash,AccueilGaucheBas  { width: 649px; margin: 0 auto 10px auto; background-color:transparent;}
div.AccueilBasTestez {width:264px; float:left; }
div.AccueilBasTestezHeader { background-image:url(../../../images/themes/defaut/accueil/testez_haut.gif); width:264px; height:64px; background-repeat:no-repeat;}
div.AccueilBasTestezFond { background-image:url(../../../images/themes/defaut/accueil/testez_fond.gif); background-repeat:repeat-y;}
div.AccueilBasTestezMilieu { background-image:url(../../../images/themes/defaut/accueil/testez_milieu.gif); background-repeat:no-repeat; padding:10px;}
div.AccueilBasTestezMilieuContenu { background-color:#fff; padding:2px; text-align:center; }
div.AccueilBasTestezMilieuContenu p { text-align:justify; padding:2px 6px; color:#29630c;}
div.AccueilBasTestezBas {width:264px; height:40px; margin:0; padding:0; background-image:url(../../../images/themes/defaut/accueil/testez_bouton_decouvrir.gif); background-repeat:no-repeat;}

div.AccueilBasNews { width:366px; float:right;}
div.AccueilBasNewsHeader { background-image:url(../../../images/themes/defaut/accueil/news_haut.gif); width:366px; height:40px; background-repeat:no-repeat;}
div.AccueilBasNewsFond   { background-image:url(../../../images/themes/defaut/accueil/news_fond.gif); background-repeat:repeat-y;}
div.AccueilBasNewsMilieu { background-image:url(../../../images/themes/defaut/accueil/news_milieu.gif); background-repeat:no-repeat; padding:10px;}
div.AccueilBasNewsContainer { background-color:transparent; padding:4px; text-align:center;}
div.AccueilBasNewsContenu { text-align:justify; padding:2px 6px; color:#fff;}
	td.HomeNewsText {color:#fff; text-align:left; vertical-align:top;}
	img.HomeNewsImg { float:left; margin:0 5px 5px 0; border:2px solid #fff;}
	td.HomeNewsSep  { width:25px; vertical-align:middle; text-align:center;}
	span.HomeNewsTitre {font-weight:bold;}
	span.HomeNewsTitre a:link, span.HomeNewsTitre a:visited {color:#fff; text-decoration:none;}
	span.HomeNewsTitre a:hover, span.HomeNewsTitre a:active {color:#fff; text-decoration:underline;}
	span.HomeNewsdate {font-weight:normal;}
	span.HomeNewstexte {font-weight:normal; text-align:justify;}
div.AccueilBasNewsBas { width:366px; height:40px; margin:0; padding:0; background-image:url(../../../images/themes/defaut/accueil/news_bouton_toutes.gif); background-repeat:no-repeat;}
span.vert {color:#439300;}
span.rouge {color:#c00;}
