﻿.Aide
{

	background-color: White;
	padding:10px;
}

.Aide #LOGO
{
    background-image:url('../Images/logo.gif');
    background-repeat:no-repeat;
    float:left;
}	

.Aide #PDF
{
    float:right;
}	

.Aide #CONTENT
{
    margin-top:60px;
}	

.Aide .AideTitre
{
	display:block;
}
.Aide .AideContenu
{
	margin-bottom:10px;
	color:#747474;
}
.Aide UL
{
	margin-top:0px;
}
.Aide H1,
.Aide H2,
.Aide H3,
.Aide H4
{
	font-size: 12px; 	
	color:#D5940B;
	font-weight: bold; 	
    width:auto;
    text-align:left;
    margin-right:auto;	
    margin-bottom:10px;
    background-color:Transparent;   
    border: none; 
}
.Aide H1
{ 
	font-size: 16px; 
	border-bottom-style: solid; 
	border-bottom-width: 1px ;
	
	
}
.Aide H2 
{
    font-size:14px;
    text-decoration: underline;
    padding-left:20px;
}
.Aide H3
{
    font-size:14px;
    padding-left:40px;
}	
.Aide H4
{
    font-size:12px;
    padding-left:60px;

}


