/****************************************************************/
/*		Styles de mise en page gnrale du site unl-sas.fr		*/
/*		Copyright I-Digitale 2006								*/
/*		Tout droits de reproduction interdits					*/
/*		http://www.i-digitale.com 								*/
/****************************************************************/


body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:hover {color: #999999;}
a:link {color: #666666;}
a:visited {color:#000000;}
a:active {color: #000000;}
/*
a:visited {color: #EF7900;}
a:active {color: #EF7900;}*/

img {
	border:none;
}



/*
Affichage des sessions pour une formation
*/

div.s_formation_h {
	display:block;
	font-size:11px;
	text-transform:none;
	font-weight:normal;
	font-style:normal;
	color:#666666;
	word-spacing:normal;
	letter-spacing:normal;
	padding:20px;

}

li.menu{	
	list-style:square ;
	cursor:default;
	color:#FF6600;
	font-size:13px;
	text-transform:none;
	padding:5px;
	margin-top:8px;
	font-weight:normal;
	
}
li.menu_open{
	list-style:square;
	cursor:default;
	color:#FF6600;
	font-size:13px;
	text-transform:none;
	padding:5px;
	margin-top:8px;
	font-weight:bold;
	text-decoration:none;
	background-color:#FFFFFF;
	border-left:#FF6600 dashed 1px;
	border-bottom:#FF6600 dashed 1px;
	border-top:#FF6600 dashed 1px;
	
	/*width:100%;*/
}	

li.menu:hover{
	text-decoration:underline;
}

li.menu2{	
	list-style:disc ;
	margin-left:10px;
	padding:3px;
	text-decoration:none;
	font-size:10px;
	text-transform:none;
	font-weight:normal;
	/*width:100%;*/
	cursor:pointer;
}
li.menu2:hover{
	text-decoration:underline;
}

li.menu2_open{	
	list-style:circle ;
	margin-left:10px;
	padding:3px;
	text-decoration:none;
	font-size:10px;
	text-transform:none;
	font-weight:bold;
	/*width:100%;*/
	cursor:default;
	background-color:#FFF;
	width:80%;
	
	border-left:#000 dashed 1px;
	border-bottom:#000 dashed 1px;
	border-top:#000 dashed 1px;
	border-right:#000 dashed 1px;
	background:url(../../images/triangle_orange.gif) right no-repeat;

}


/*.s_formation:hover > div.s_formation_h {display:inline;}*/

div.titre_formation {
	color: #FF6633; font-size: 12px; font-weight: bold; text-decoration: none; word-spacing: 1px; letter-spacing: 1px;
	text-transform:uppercase;
	text-align:center;
	
	padding-bottom:5px;
	border-bottom:#FF6633 solid thin;
}

.etiquette_formation{
	font-size:11px;
	color:#333333;
	font-weight:bold;

}



.contenu_formation{
	color:#333333;
	font-weight:normal;
	font-size:11px;
}

.contenu_observation{
	color:#333333;
	font-weight:bold;
	font-size:11px;
	background-color:#FFFFFF;
	border-top:#FF6633 1px solid;
}

li.formation{
	list-style-type:disc;
	margin-left:40px;
	padding:3px;
	list-style:outside;
	text-decoration:none;
}

li.formation a{
	text-decoration:none;
}

li.formation img{
display:inline;

}

.titre_formation {
	color: #FF6633; font-size: 12px; font-weight: bold; text-decoration: none; word-spacing: 1px; letter-spacing: 1px;
	text-transform:uppercase;
	text-align:center;
	
	padding-bottom:10px;
}

.titre_haut {
	color: #333333; font-size: 12px; font-weight: bold; text-decoration: none; word-spacing: 1px; letter-spacing: 1px;
	text-transform:uppercase;
	text-align:center;
	
	padding-bottom:10px;
}

.menu_gauche{
	font-size: 11px;
	list-style:square ;
	padding:10px;
}
div.menu_gauche a{
	color:#000099;
}



table.detail_session {
	table-layout:fixed;
	border-collapse:collapse;
	width:370px;	
	border-style:solid;
	border-color:#ee7900;
	border-width:2px;
	/*background:url("../../images/spacer_tr.png"); background-repeat:repeat;*/
	background-color:#FFFFCC;
	font-weight: normal;
	text-align:left;
	
}

table.detail_session tr.titre{
	border-bottom:solid #ee7900 2px;
}

table.detail_session td.titre_session{
	color: #FFF; font-size: 13px; font-weight: bold; text-decoration: none;
	text-transform:uppercase;
	text-align:center;
	line-height:20px;
	padding:5px;
	background:url("../../images/celfond.png"); background-repeat:repeat;	

}

table.detail_session td.inscription{
	color: #ee7900; font-size: 16px; font-weight: bold; text-decoration: none;
	text-transform:uppercase;
	text-align:center;
	line-height:20px;
	padding:10px;
	border-top:solid #ee7900 2px;
}
a.inscription {
	color: #ee7900;
}

table.detail_session td{
	padding:8px;
}
