/***** ITEM MODULE *****/

.table_item_cours
{
	width:100%;
	
	height:145px;

	margin-top:0px;
	
	border : solid 2px;
	border-color: gray;
}

.tr_item_cours
{
	background-color:#E9E9E9;
}

.table_liste_cours
{
	width:100%;
		
}

.table_item_cours_pack,.table_item_cours_carte,.table_item_cours_supports_formateurs
{
	width:100%;
	height:100%;
	
	
	font-family: Arial, Helvetica, sans-serif;
	color : black;
	font-size:12px;
	font-weight:bold;
	
}

.table_item_cours_pack
{
	background-image: url(../images/cours/degrade_pack.gif);
	background-position: 0px 0px;
	background-repeat:repeat-y;
}


.table_item_cours_carte
{
	background-image: url(../images/cours/degrade_carte.gif);
	background-position: 0px 0px;
	background-repeat:repeat-y;
}

.table_item_cours_supports_formateurs
{
	background-image: url(../images/cours/degrade_supp_form.gif);
	background-position: 0px 0px;
	background-repeat:repeat-y;
}


.table_item_cours_desc
{
	width:100%;
	height:100%;

}


.div_etiquette_pack,.div_etiquette_carte,.div_etiquette_supports_formateurs
{
	width:92px;
	height:36px;
	
	text-align:center; 	
	
	margin-left:5px;
	margin-top:0px;
	
	padding-top:4px;
	
	font-family: Arial, Helvetica, sans-serif;
	color : black;
	font-size:12px;
	font-weight:bold;
	
}

.div_etiquette_pack
{
	background-image: url(../images/cours/formation_pack.gif);
	background-position: 0px 0px;
	background-repeat:no-repeat;
}

.div_etiquette_carte
{
	background-image: url(../images/cours/formation_carte.gif);
	background-position: 0px 0px;
	background-repeat:no-repeat;
}

.div_etiquette_supports_formateurs
{
	background-image: url(../images/cours/supports_formateurs.gif);
	background-position: 0px 0px;
	background-repeat:no-repeat;
}


.titre_cours_desc
{
	font-family: Verdana,Arial, Helvetica, sans-serif;

	margin-left:5px;
	color : white;
	font-size:16px;

	font-weight:bold;
}

.titre_volume_desc
{
	font-family: Arial, Helvetica, sans-serif;

	color : #323232;
	font-size:16px;

	font-weight:bold;
}

.table_item_cours2
{
	width:100%;
	height:100%;
	
	margin-top:0px;
}



.div_item_objectifs_pack,.div_details_objectifs_pack,.div_item_objectifs_carte,.div_details_objectifs_carte,.div_details_bis_objectifs_pack,.div_details_bis_objectifs_carte,.div_item_objectifs_supports_formateurs,.div_details_bis_objectifs_supp_form
{
	width:auto;
	height:75px;
	
	border : solid 1px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	color:black;	
	
	padding : 2px;
}


.div_details_bis_objectifs_pack,.div_details_bis_objectifs_carte,.div_details_bis_objectifs_supp_form
{
	font-size: 12px;
	font-style: normal;
}


.div_item_objectifs_pack,.div_details_objectifs_pack,.div_details_bis_objectifs_pack
{
	border-color: #009CCD;
}

.div_item_objectifs_carte,.div_details_objectifs_carte,.div_details_bis_objectifs_carte
{
	border-color: #F49419;
}


.div_item_objectifs_supports_formateurs,.div_details_objectifs_supports_formateurs,.div_details_bis_objectifs_supp_form
{
	border-color: #605099;
}

.div_details_objectifs_pack,.div_details_bis_objectifs_pack, .div_details_objectifs_carte,.div_details_bis_objectifs_carte,.div_details_objectifs_supp_form,.div_details_bis_objectifs_supp_form
{
	width:515px;
	
	height:auto;

}



.div_item_duree_pack,.div_item_duree_carte,.div_item_duree_supports_formateurs
{
	width:100%;
	height:100%;
	
	margin-left:10px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;

}



.div_item_duree_pack ul,.div_item_duree_carte ul,.div_item_duree_supports_formateurs ul
{
	list-style-type:none;
	margin:0px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:14px;
	padding:0px;
}


.div_item_duree_pack li,.div_item_duree_carte li,.div_item_duree_supports_formateurs li
{
	list-style-type:SQUARE;
	margin:0px;
	margin-top:10px;
	padding:0px;
}


.item_format_duree
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: black;
}

.item_format_prix
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: black;
}

.titre_domaine_desc
{
	font-family: Arial, Helvetica, sans-serif;

	color : LightSlateGray;
	font-size:14px;

	font-weight:bold;
}

.titre_domaine2_desc_pack, .titre_domaine2_desc_carte,.titre_domaine2_desc_supp_form
{
	font-family: Arial, Helvetica, sans-serif;

	font-size:12px;
	font-weight:bold;
}




#table_page_cours
{
	width:100%;
	
	/*background-color:#EEEEEE;*/

	background-image: url(../images/cours/fond_liste.gif);
	background-position: 0px 0px;
	background-repeat:repeat-y;
}

/**********/

#table_theme
{
	height:210px;
	width:100%;
	background-color: #333333;
	
	margin-top:10px;

}

#table_titre_theme
{
	background-position:0 0px;
	background-image: url(../images/cours/fond_titre.gif);
	background-repeat:no-repeat;
	
	height:40px;
	width:100%;
}


.titre_theme
{
	margin-left:10px;
	padding-top:15px;
	

	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color:white;
		
	text-align:left;
}

.titre_collection
{
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color:#0499CC;
		
	text-align:right;
}

.titre_objectifs,.titre_public
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color:#FF9937;
		
	text-align:left;
}



#table_description
{
	width:680px;
	margin-left:10px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color:white;
	
}

#div_description_logo
{
	/*background-color:white;*/
	
	width:210px;
	height:160px;
	
	margin-left:5px;
}



#table_exo_test
{
	width:680px;
	
	height:45px;
	
	
	margin-left:5px;
	
	border : solid 1px;
	border-color: gray;

	font-family: Arial, Helvetica, sans-serif;
	color : black;
	font-size:12px;
	font-weight:bold;
	font-style: italic;
	
	background-color:#F8EB60;
}


#table_exo_test ul
{
	font-family: Arial, Helvetica, sans-serif;
	color : gray;
	font-size:12px;
	font-weight:bold;
	font-style: normal;
	
	margin-bottom:5px;	
}



#table_exo_test li
{
	list-style-type:SQUARE;
	margin:0px;
	margin-top:0px;
	padding:0px;
}



#div_test_gratuit
{
	width:100px;
	height:43px;

	background-image: url(../images/cours/test_gratuit.gif);
	background-position: 0px 0px;
	background-repeat:no-repeat;
	
	text-align:center; 	
	
	padding-left:20px;
	padding-top:6px;

	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color:black;
}

.detail_cours_titre_carte,.detail_cours_titre_packs,.detail_cours_titre_supp_form
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
}




.detail_cours_texte1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color:black;
}


#div_btn_commande,#div_btn_commande_disabled
{
	width:162px;
	height:36px;
	
	background-image: url(../images/cours/btn_commande.gif);
	background-position: 0px 0px;
	background-repeat:no-repeat;

	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color:black;
}

#div_btn_commande_disabled
{
	background-image: url(../images/cours/btn_commande_disabled.gif);

	color:gray;
}

#div_btn_commande p,#div_btn_commande_disabled p
{
	padding-top:4px;
	padding-left:12px;
}


#div_btn_retour_liste_packs
{
	background-image: url(../images/cours/btn_retour_liste_pack.gif);
}


#div_btn_retour_liste_carte
{
	background-image: url(../images/cours/btn_retour_liste_carte.gif);
}

#div_btn_retour_liste_supports_formateurs
{
	background-image: url(../images/cours/btn_retour_liste_supp_form.gif);
}

#div_btn_retour_liste_packs,#div_btn_retour_liste_carte,#div_btn_retour_liste_supports_formateurs
{
	width:58px;
	height:90px;
	
	background-position: 0px 0px;
	background-repeat:no-repeat;

	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color:black;

	text-align:center;
}


#div_btn_retour_liste_packs p,#div_btn_retour_liste_carte p,#div_btn_retour_liste_supports_formateurs p
{
	padding-top:50px;
}

.ref_cours_desc
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color:black;
}


.ref_cours_detail
{
	text-align:right;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color:black;
}



.div_detail_duree_pack,.div_detail_duree_carte,.div_detail_duree_supp_form
{
	width:100%;
	height:auto;
	
	margin-left:0px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;

}



.div_detail_duree_pack ul,.div_detail_duree_carte ul,.div_detail_duree_supp_form ul
{
	list-style-type:none;
	margin:0px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:14px;
	padding:0px;
}


.div_detail_duree_pack ul a
{
	text-decoration:underline;	
	color : #009CCD;
}

.div_detail_duree_pack ul a:hover
{
	text-decoration:underline;	
	color : navy;
}

.div_detail_duree_pack li,.div_detail_duree_carte li,.div_detail_duree_supp_form li
{
	list-style-type:SQUARE;
	margin:0px;
	margin-top:10px;
	padding:0px;
}


.div_item_duree_pack,.titre_domaine2_desc_pack,.detail_cours_titre_packs,.div_detail_duree_pack
{
	color : #009CCD;
}


.div_item_duree_supports_formateurs,.titre_domaine2_desc_supp_form,.detail_cours_titre_supp_form,.div_detail_duree_supp_form
{
	color : #605099;
}


.div_item_duree_carte,.titre_domaine2_desc_carte,.detail_cours_titre_carte,.div_detail_duree_carte
{
	color:#F49419;
}


.div_item_duree_carte ul a
{
	text-decoration:underline;	
	color : #F49419;
}

.div_item_duree_carte ul a:hover
{
	text-decoration:underline;	
	color : navy;
}

.program_cours
{
	width:98%;
	
	margin-left:0px;
	
	margin-top:10px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}


.program_cours ul
{
	list-style-type:none;
	margin:0px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:40px;
	padding:0px;
}


.program_cours li
{
	
	display: list-item;
	list-style-image: url(../images/cours/puce_programme.gif);
	
	margin:0px;
	margin-top:4px;
	padding:0px;
}


#telechager_pdf_cours
{
	color:black;
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	
	width:180px;
}


p#programme_cours
{
	font-size: 100%;margin:0 0 10px;padding: 0px 0px;text-align: left;
	
	text-align:center;
	background: #B8B8B8;	
}


/* Sommaires des cours */

.sommaire_titre_cours
{
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
}


.sommaire_titre_sequence,.sommaire_titre_sequence_suite
{
	margin-top:5px;
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}

.sommaire_titre_sequence_suite
{
	border-width: 1px;
	border-top-style: dotted;
	border-color: black;
	
	margin-top:10px;
	padding-top : 5px;
}


.sommaire_titre_ua
{
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}

.sommaire_titre_ressource
{
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
}

.txt_retour_small
{
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-style: normal;
	font-weight: bold;
}
