/* mode: css
 * Default Style Sheet for CENA stuff */

BODY {
	background:		white;
	color:			black;
}
BODY.margin {
	background-image: url(/images/fond_marge.jpg);
}

P:first-letter {
	background:		transparent;
	color:			blue;
	font-size:		+200%;
	font-weight:		bolder;
}

ADDRESS {
  	font-size: 		smaller;
	font-style:		italic;
        border:			thin solid black;
        padding:                1em;
}

/* 
 * links stuff 
 */
A {
	background:		transparent;
	font-weight:		bolder;
}
A.noshow {
	background:		transparent;
	/*color:			transparent;*/
	text-decoration:	none;
	font-weight:		bolder;
}
A.nav {
	background:		transparent;
	color:			blue;
	text-decoration:	none;
	font-weight:		bold;
}
A.navok {
	background:		transparent;
	color:			red;
	text-decoration:	none;
	font-weight:		bold;
}
A.local {
	background:		transparent;
	font-weight: 		bold;
}
A.athis {
	background:		transparent;
	font-weight: 		bold;
}
A.dgac {
	background:		transparent;
	font-weight: 		bold;
}
A.external {
	background:		transparent;
	font-style:		italic;
}

/*
 * Tables stuff
 */
TABLE CAPTION {
	font-size:		larger;
	font-weight:		bolder;
}

/*
 * Lists stuff
 */
UL {
  	list-style-position: 	outside;
}
UL.compact {
  	list-style-position: 	inside;
}

/*
 * Custom classes
 */

.contacts {
  	background: 		transparent;
  	color: 			navy;
  	text-align: 		right;
  	font-weight: 		normal;
  	font-size: 		smaller;
	font-style:		italic;
}
.copyright {
  	background: 		transparent;
  	color: 			navy;
  	font-weight: 		normal;
  	font-size: 		smaller;
  	text-decoration: 	none;
}
.path	{
  	background: 		transparent;
  	color: 			navy;
  	text-decoration: 	none;
  	font-weight: 		bold; 
}

.important 
{ 
  color: red;
  font-weight: bold;
  font-size: larger;
  border: thin solid navy;
  margin: 1em;
  padding: 1em;
  }
.center
{ 
  text-align: center;
 }
/*** cena.css ends here ***/

