/* global styles */
/*@font-face {
	font-family: QlassikBold;
	src: url(/style/QlassikBold_TB.ttf) format("truetype");
}
*/

body {
	background: white;
	font-family: "Trebuchet MS", sans-serif;
	font-size: small;
	margin: 0;
	padding: 0;
}

/* header */
div.header {
	border-top: 6px solid #FB0;
	border-bottom: 6px solid #FB0;
	background-color: #CF9;
	margin: 1em 0 0 0;
	box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.3);
}

div.header h1 {
	font-size: 200%;
	line-height: 60%;
	font-weight: normal;
	margin: 0;
	padding: 10px 0 10px 210px;
	/*font-family: QlassikBold;*/
	font-family: "Yanone Kaffeesatz", "trebuchet ms", sans-serif;
	letter-spacing: .04em;
}

div.header h1 span {
	font-style: normal;
}

/* body contents */
#cjmain {
	position: absolute;
	left: 0;
	margin: 2.5em 2em 1em 210px;
}

body > #cjmain {  /* selector ignored by IE <= 6 */
	right: 0;
}

h2 {
	font-size: 1.4em;
	margin-top: 2em;
	color: #B38300;
	background: url(arrow2.png) center left no-repeat;
	padding-left: 30px;
}

.first {
	margin-top: 0;
}

a {
	color: #280;
	/*color: #6BB300;*/
	text-decoration: underline;
}

a:visited {
	color: #140;
}

a:hover {
	color: #B38300;
}

dd {
	margin-bottom: 1em;
}

dt {
	font-weight: bold;
}

#cjmain li {
	margin: 2px 0;
}

#cjmain #sidebar li {
	margin: 1px 0;
}

address .valid {
	float: right;
}

address {
	padding: .5em 0;
	margin-top:  3em;
	border-top: 1px dotted black;
	clear: right;
	clear: both;
}

table {
	border-collapse: collapse;
}

tr {
	border: 1px solid black;
}

td, th {
	border: 1px solid black;
	padding: 4px;
}

th {
	background-color: #FB0;
}

table.noborder, table.noborder tr, table.noborder th, table.noborder td {
	border: none;
}

pre, code{
	font-size: 1em;
}

pre{
	clear: none;
	overflow: auto;
	border-left: 3px solid #FB0;
	background-color: #FEB;
	margin-left: 1em;
	padding-left: 1em;
}


/* menu */
#cjmenu {
	position: absolute;
	left: 0;
	width: 166px;
	margin: 2.5em 0px 0px 1em;
}

#cjmenu li {
	list-style-position: outside;
	list-style-type: none;
	margin-bottom: .3em;
	text-align: right;
}

#cjmenu li.title {
	margin-bottom: 1.4em;
}

#cjmenu li.title span.toplevel {
	font-size: 120%;
	font-weight: bold;
	color: #800;
}

#cjmenu ul {
	padding: 0;
	margin: 0;
}

#cjmenu li a, #cjmenu li span.nolink {
	padding-right: 16px;
}

#cjmenu a, #cjmenu a:visited, #cjmenu a:link, #cjmenu a:active {
	color: black;
	background-image: none;
	background-position: 100% 50%;
	background-repeat: no-repeat;
}

#cjmenu li.title span.toplevel a {
	color: #800;
}

#cjmenu a.selected {
	background-image: url("/style/arrow_menu.png");

}

#cjmenu a:hover {
	background-image: url("/style/arrow_menu_hover.png");
}

/* Bandeau de publicite */
a.pub, a.pub:hover, a.pub:link, a.pub:active, a.pub:visited {
	display: block;
	margin: 0 auto 2em auto;
	padding: 5px 30px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-box-shadow: #888 4px 4px 10px;
	-webkit-box-shadow: #888 4px 4px 10px;	
	box-shadow: #888 4px 4px 10px;
	border-radius: 10px;
	background-color: #FF8;
	color: black;
	text-decoration: none;
	font-weight: normal;
	min-height: 75px;
	width: 460px;
	background-image: url("/include/memento_latex_petit.jpg");
	background-repeat: no-repeat;
	background-position: 30px 50%;
	border: 1px solid #800;
	font-size: .9em;
}

a.pub span {
	display: block;
	margin: 10px 0 10px 60px;
}

a.pub .titre {
	font-style: italic;
	font-size: 1.2em;
	text-align: center;
	color: #800;
}

a.pub .slogan {
	font-weight: bold;
	font-size: 1.2em;
	text-align: center;
}

a.pub .ref {
	text-align: center;
}

a img {
	border: none;
}

#notice {
	border: 6px solid #FB0;
	background-color: #CF9;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	padding: 0 8px;
	margin: 0 0 2em 0;
	text-align: center;
}


/* Simple image gallery */
.gallery {
}

.gallery .img {
	display: inline-block;
	margin: 5px 20px;
	text-align: center;
	width: 380px;
	vertical-align: top;
}

.gallery .img img {
	width: 90%;
	border: 1px solid #444;
}

.gallery .img .legend {
	font-style: italic;
}
