/* ===================== section cadre=============================== */
#cadre_section_sommaire
{
	padding-top: 5px;	
	padding-bottom: 15px;

}

/* ===================== section titre sommaire =============================== */
.titre_section_sommaire
{

	BACKGROUND-IMAGE: url( "../img/contenu/bullet.gif");
	background-repeat: no-repeat;	
	BACKGROUND-POSITION: left center; 

	padding-left:15px;
	font-weight: bold;
	font-size: 10pt;
}
.titre_section_sommaire A:link, .titre_section_sommaire A:visited
{
	color: #81597a;
	text-decoration: none;
}

.titre_section_sommaire A:hover
{
	color: #81597a;
	text-decoration:underline;
}


/* ===================== section titre =============================== */


.titre_section
{
	font-weight: bold;
	font-size: 14px;
	width: 100%;

	color: #81597a;
	
	
	background-color:#B0C4DE;
	

	padding-bottom: 3px;
	padding-top: 3px;
	padding-left: 15px;
	
	margin-bottom:10px;
	margin-left:-15px;
}


/* ============================  bar nav 2 (2ème menu) ==================== */
.barnav2
{
	padding-left: 5px;
	color:#CDBDCA;
	padding-top: 4px;
	font-family: Verdana, Arial;	
	font-size:10px;
	font-weight:bold;
	text-align: left;	
}

.barnav2 A:link, .barnav2 A:visited
{
	color:#CDBDCA;
	text-decoration: none;
}

.barnav2  A:hover
{
	color:#CDBDCA;
	text-decoration: none;
}


/* ================================ localisation =========================== */
#localisation
{
	padding-left: 6px;
	font-size: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	

	background-color:#eaeff5; 
	text-align: left;
}


/* ====================================== Titre et chapeau ============================= */

#page_titre
{
	padding-top: 15px;
	font-weight: bold;
	font-size: 18px;
	margin-left: 50px;
	color: #612f59;
	margin-right: 40px;
	font-family: Verdana,Arial,Times New Roman;
	text-align: justify;
}

#page_chapeau
{
	font-size: 14px;
	font-weight: bold;
	color: #81597a;
	margin-left: 50px;
	margin-right: 40px;
	margin-top: 5px;
	font-family: Verdana,Arial,Times New Roman;
	text-align: justify;
}


/* ====================================== Page Plan du site ============================= */
/* reprend sTitreCont mais avec format de lien  */
.sTitreContLien {
	color:#4E2647;
	font-weight:bold;
	font-size:12px;
}

.sTitreContLien  A:link, .sTitreContLien A:visited{
	color:#4E2647;
}

.sTitreContLien A:hover {
	color:#4E2647;
}



/* ====================================== class actu (cmapus/actu) ============================= */
.actu{

}
.actu A:link, .actu A:visited, .actu A:hover{	
	color:#4E2647;
}

.actu_titre{	
	font-size:12px;
	padding-bottom:3px;
	font-weight:bold;
	
}

.actu_nouveau{
	font-weight:bold;
}
.actu_lieu{
	color:#497FC1;
	font-weight:bold;
	font-size:10px;
	padding-top:3;
	padding-bottom:3;
}
/* ====================================== listes (<UL><OL>, <LI>) ============================= */

.efb_liste
{
	list-style-image: url("..\img\contenu\bullet.gif");
}



/* ====================================== Tableau ============================= */
/* 
http://www.w3.org/TR/REC-html40/struct/tables.html#sample  
http://cpmcnet.columbia.edu/computers/html/allp0021.html
http://www.ferg.org/section508/accessible_tables.html
*/
.efb_tb{
	font-size:10px; 
	color:#333333;
	border-width:1px;
	border-collapse:collapse;
	background-color:#EAEFF5;
	margin-bottom:20px;
}

.efb_tb td {
 	border: 1px solid #5D7A9A;
}



.efb_tb th {
	background-color:#CCCCCC;
	color:#5D7A9A;
 	border: 1px solid #5D7A9A;
}

/*particulier à la grille du calendrier des formations*/
.tr_calendrier {
	padding-bottom:7px;
	padding-top:7px;
	padding-left:5px; 
}

/* ====================================== marron gras (lien surligné uniquement quant over) ============================= */
.tele{
	color:#4E2647;
	font-weight:bold;
	font-size:10px;
	padding-top:4px;
	padding-bottom:4px;
}

.tele  A:link, .tele A:visited{
	color:#4E2647;
}

.tele A:hover {
	color:#4E2647;
}
