﻿BODY, TABLE, FORM
{
	padding-top: 0px;
	padding-left: 0px;
	font-family:Arial;
	font-size:8pt;
	color:#666666;
}


H1
{
	font-size:14pt;
	font-family:Arial;
	color:#F66E24;
	margin-bottom:10px;
}

H2
{
	font-size:8pt;
	font-family:Arial;
	color:#F66E24;
    margin-bottom:10px;
}


#Commentaires
{
	margin-top:15px;
	font-family:Arial;
	font-size:8pt;
	color:#666666;
}

#Commentaires A
{
	font-size:8pt;
	text-decoration:none;
	color:#666666;
}
#Commentaires A:hover
{
	text-decoration:underline;
	color:#FF6633;
}
#Commentaires UL
{
	padding-left:30px;
	margin:0;
	/*list-style-type: none;*/
}
#Commentaires LI
{
	padding-top:5px;
	/*list-style-type:circle;*/
}


#Conseils
{
	font-family:Arial;
	font-size:8pt;
	color:#666666;
	padding-top:35px;
	display:none;
}



.CatalogueTitre
{
	font-size:8pt;
	font-family:Arial;
	color:#666666;
    text-align:left;
    border-bottom:#666666 2px solid;
}
.CatalogueTitre A
{
    text-decoration:none;
    color:#666666;
}
.CatalogueTitre A:hover
{
    text-decoration:none;
    color:#FF6633;
}



.CatalogueTitreActive
{
	font-size:8pt;
	font-family:Arial;
	color:#F66E24;
    text-align:left;
    border-bottom:#F66E24 2px solid;
}
.CatalogueTitreActive A
{
    text-decoration:none;
    color:#F66E24;
}




.SubItem
{
    text-align:left;
    padding:0;
    display:none;
}




.SubItemActive
{
    text-align:left;
    padding:0;
    display:block;
}
.SubItemActive UL
{
    width: 100%;
    padding:0;
    margin:0;
    list-style-type: none;
}
.SubItemActive LI
{
	border-bottom:lightgrey 1px solid;
}
.SubItemActive A
{
    padding-left:30px;
    color:#666666;
    text-decoration:none;
    width: 100%;
}
.SubItemActive A:hover
{
    text-decoration:none;
    width: 100%;   
    background:#F66E24;
    color:#666666;
}

.SubItemActive A SPAN
{
    float:left;
    margin-left:460px;
    margin-top:-15px;
}

