








/*
Page: Accueil
Version: 2.0
Date: 08-10-09
Dev: Guillaume Serrat
*/

/* Couleurs                                        DEBUT           */

.bleu{
	color: #257FF4;
}

.orange{
	color: #FF6600;
}

.blanc{
	color: #ffffff;
	font-size: 1.7em;
	padding: 0px 0px 6px 0px;
	line-height: 44px;
	font-weight: bold;
	text-shadow:0 -1px rgba(0, 0, 0, 0.3);
}

.blanc_petit{
	color: #ffffff;
	font-family: arial;
	font-size: 0.8em;
	font-style: italic;
	
}

.marg_l{
	color: #8D8D8D;
}


/* Couleurs                                          FIN              */


/*H                                              DEBUT                   */

#contenu .titre_passions
{
	background: url("../../images/v_2/titre_passions_bulle.png");
	color: #FF6600;
	font-size: 1.6em;
	font-weight: bold;
	height: 51px;
	line-height:20px;
	margin-top: 20px;
	padding:15px 8px 6px;
	text-shadow:0 -1px rgba(255, 255, 255, 0.6);
}

h4{
	font-size: 1.5em;
}

.line{
	border-top: 1px solid gray;
	margin-top: -15px;
	margin-bottom: 15px;
}

/*H                                                     FIN                   */


/* Listes                                        DEBUT           */

#mod_details_liste{
	color: #8d8d8d;
	font-family: tahoma;
	font-size: 14px;
	font-weight: bold;
	line-height: 37px;	
}

	#mod_details_liste img {
		padding-right: 10px;
		margin-left: -20px;
	}
	
	.lib_plus{
		color: black;
		font-size: 1em;
		font-weight: italic;
		margin: 10px;
	}

/* Listes                                        FIN              */

	.col_titre{
		background-color: #ffffff;
		font-size: 2em;
		padding-bottom: 20px;
	}

	#mod_liste_passions_col p{
		font-size: 1.1em;
	}

/* CORRECTION CODE */

	div#contenu li{
		list-style-type: none !important;
	}
	 
	 div#contenu h3{
		margin-bottom: 0px !important;
	}
	 
/* CORRECTION CODE */

#form_step_2{
	display: none;
}

.focus{
	display: block;
}

.description_passions p{
	line-height: 20px;
}