#titre {
	background-color: #0033CC;
}

/** Tout est dans la partie corps **/
#image {
	position:relative;
	z-index:6;
	top:25px;
	margin-left:40px;
	margin-right:auto;
	width:210px;
	height:250px;
	z-index:6;
	visibility:visible;
	background-image:url(/math/images/spirale0.jpg);
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	cursor:pointer;
	
}

/** A la une **/
#une_titre {
	position:relative;
	z-index:6;
	top:-170px;
	margin-left:auto;
	margin-right:40px;
	width:450px;
	height:30px;
	text-align:center;
	text-decoration:none;
	color:#FF0000;
	font-size:24px;
	z-index:6;
}
#une {
	position:relative;
	z-index:6;
	top:-170px;
	margin-left:auto;
	margin-right:40px;
	width:450px;
	height:150px;
	overflow:hidden;
	background-color: #CEDAEC;
	visibility:visible;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}



/** Agenda  la boite - le reste est la table**/
#agenda {
	position:relative;
	z-index:6;
	top:-160px;
	margin-left:40px;
	margin-right:auto;
	width:450px;
	height:150px;
	z-index:6;
	background-color: #CEDAEC;
	visibility:visible;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;

}

#agenda_titre {
	position:relative;
	top:-160px;
	margin-left:40px;
	margin-right:auto;
	width:400px;
	overflow:hidden;
	height:30px;
	text-align:center;
	text-decoration:none;
	color:#FF0000;
	font-size:24px;
	z-index:6;
}

#module_agenda,
{
	height: 150px;
	background-color: #F0F6FC;
	overflow:visible;
	padding-bottom: 0px;
}

		
#liste_agenda {
	list-style-type: none;
	list-style-position: outside;
	margin-left: 2px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 0.83em;
	line-height: 1.3em;
}
	

	
#liste_agenda a:hover{
	text-decoration: underline overline;
}

#liste_agenda li.read{
	background-color: #EEEEEE;
}

#liste_agenda li.read a{
	color: #999999;
}
	
#liste_agenda a.important {
	color: #FF0000;
}

#liste_agenda li.read a.important{
	color: #CB9898;
}
	
#liste_agenda a.commercial{
	color: #009900;
}

#liste_agenda li.read a.commercial{
	color: #98CB98;
}

#liste_agenda span{
	color: #FF0000;
	font-weight: bold;
}

#liste_agenda li.read span{
	color: #999999;
}

#liste_agenda .today{
	font-weight: bold;
}	


/* FIN  de l'agenda */

#assistance {
	POSITION: relative;
	z-index:0;
	width:155px;
	height:74px;
	top:-220px;
	border:0px;
	background-image:url(../images/logo_assistance.jpg);
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:40px;
}

