/**
 * Fichier 		: aide.css
 * Auteurs  	: Iven Lebreton <yven.lebreton [at] france5.fr>
 * Copyright 	: curisphere.tv
 * Version 	    : 1.0.0
 ***************************************************/
	
/**
 * Générique
 ***************************************************/
 
h2	
{
	color: #094475;
	font-size: 1.7em;
	font-weight: bold;
	width: 635px;
}

/**
 * Corporate
 ***************************************************/
 
 
#corporate
{
	float: left;
	width: 745px;
}

#information h4
{
	color: #000;
	font-size: 1.3em;
	margin: 10px 0 10px 10px;
	text-decoration: underline;
}

#aide h5
{
    color: #000000;
    font-size: 1.3em;
	text-decoration: underline;
    margin: 15px 0 5px 0;
	float: left;
}

#aide h6
{
    color: #3599CB;
	float: left;
    font-size: 1.2em;
    font-weight: bold;
    margin: 15px 15px 5px;
	clear: both;
	width: 500px;
}

#aide .puce
{
	background : url('../_images/s/puces/fleche_verte.png') no-repeat;
	background-position: 2px 4px;
}

#aide .sousRub
{
	font-size: 1.2em;
	line-height: 1.3em;
    margin: 5px 15px 5px;
	width: 700px;
}

#pied
{
	margin: 0 0 0 -5px;
}

