/********/
/* HTML */
/********/
h1 {
	color		: #E36510;
	font-size	: 22px;
	font-weight	: normal;
}
h2 {
	color		: #E36510;
	font-size	: 16px;
	font-weight	: bold;
	margin-top	: 5px;
}
body, p ,td, th {
	color	: #234640;
}
a.retour:link, a.retour:visited, a.retour:hover, a.retour:active {
	color		: #E36510;
	font-weight	: bold;
}
/******************************/



/******/
/* ID */
/******/
/* Contenu */
#contenu {
	width	: 870px;
}

/* Page d'accueil pavé FAQ et Tutos... */
#accueil_faq {
	background-image	: url(../images/support/fond_accueil_faq.jpg);
	background-repeat	: no-repeat;
	background-position	: top left;
}
#accueil_faq p {
	margin-top		: 0;
	margin-bottom	: 5px;
}
#accueil_faq li {
	list-style-position	: outside;
	list-style-type		: disc;
	margin-left			: 15px;
	margin-top			: 0;
	margin-bottom		: 5px;
}
#accueil_tutos {
	background-image	: url(../images/support/fond_accueil_tutos.jpg);
	background-repeat	: no-repeat;
	background-position	: top left;
}
#accueil_tutos li {
	list-style-position	: outside;
	list-style-type		: disc;
	margin-left			: 15px;
	margin-top			: 0;
	margin-bottom		: 5px;
}


/* Dépannage */
#depannage .solution {
	background-image	: url(../images/support/fond_depannage_solution.jpg);
	background-position	: top left;
	background-repeat	: no-repeat;
	margin-top			: 30px;
	padding				: 10px;
}
#depannage .solution h1 {
	margin-top	: 0;
}
#depannage .reponses {
	background-image	: url(../images/support/fond_depannage_reponses.jpg);
	background-position	: top left;
	background-repeat	: no-repeat;
	margin-top			: 30px;
	padding				: 10px;
}
#depannage .historique {
	background-image	: url(../images/support/fond_depannage_historique.jpg);
	background-position	: top left;
	background-repeat	: no-repeat;
	margin-top			: 30px;
	padding				: 10px;
}
#depannage .historique h1 {
	margin-top	: 0;
}
#depannage .table_question td {
	height			: 50px;
	border-bottom	: 1px #000000 solid;
	padding			: 5px;
}
/******************************/



/***********/
/* CLASSES */
/***********/
.download_bloc {
	background-image	: url(../images/support/fond_download_bloc.jpg);
	background-position	: top left;
	background-repeat	: no-repeat;
	height				: 90px;
	margin-bottom		: 30px;
	padding-left		: 10px;
	padding-top			: 10px;
}
.download_bloc h1 {
	color		: #E36510;
	font-size	: 14px;
	font-weight	: bold;
}


/* Page d'accueil */
.petit {
	font-size	: 11px;
}

/* FAQ */
/* familles... */
.support_faq_div_familles {
	margin-bottom	: 25px;
}
.support_faq_div_familles p {
	font-size	: 15px;
	font-weight	: bold;
}
/* rubriques... */
.support_faq_div_rubriques {
	margin-left		: 30px;
}
.support_faq_div_rubriques p {
	font-size		: 13px;
	font-weight		: normal;
}
.support_faq_div_rubriques a:hover {
	color	: #E36510;
}
/* articles... */
.support_faq_div_articles {
	margin-left	: 20px;
	display		: none;
}
.support_faq_div_articles p {
	font-size		: 11px;
	text-decoration	: none;
	margin-top		: 0;
	margin-bottom	: 0;
}
.support_faq_div_articles a:link, .support_faq_div_articles a:visited {
	color	: #677C8E;
}
.support_faq_div_articles a:hover {
	color	: #E36510;
}
/******************************/