


/******************************************************************************
 * Modele de page Web pour l'equipe AlCAAp du laboratoire PRiSM               *
 *                                                                            *
 * www.prism.uvsq.fr                                                          *
 * 27-09-06                                                                   *
 *                                                                            *
 * Realisation : Benjamin COHEN BOULAKIA                                      *
 *               bcohen@prism.uvsq.fr                                         *
 ******************************************************************************/



/*************************************************
 * Mise en page globale, gestion du menu etc...  *
 * Version pour l'impression                     *
 *************************************************/

@page {
	margin: 10%;
}

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

*.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}


body {
	padding-top: 10px;
}

body,td{
	font-size:10pt;
	line-height: 1.4em;
}	

#container{
	margin: 2em auto;
	text-align: left;
	width: 100%;
}

#header {
	display: none;
}

#main div {
	padding-bottom: 20px;
}

	#sectionnav {
		display: none;
	}

#footer {
	display: none;
}
/*************************************************
 * Attributs de la zone principale               *
 *************************************************/

em {
	font-style: italic;
}

*.code {
	background-color : #f0f0ff;
	border : 1px solid #d0d0ff;
	padding: 1px;
	text-indent: 0px;
	font-family: monospace;
	font-size:9pt;
	line-height: 1.4em;
}

code.code {
	padding: 0 1px 0 1px;
}

code, tt {
	font-family: monospace;
	font-size:9pt;
	line-height: 1.4em;
}

h1, h2, h3, h4, h5, h6 {
	color: #406F9F;
	page-break-after: avoid;
	page-break-inside: avoid;
}

h1 {
	padding-bottom: 25px;
        line-height : 90%;
}

h2 small {
	font-size:8pt;
	font-weight: normal;
}

h3 {
	padding-top: 20px;
}


a {
	color: #406F9F;
}

pre {
	page-break-inside: avoid;
}

ul, ol, dl {
	page-break-before: avoid;
}

hr {
	color: #6f7895;
	background-color: #6f7895;
	height: 1px;
	clear: both;
	border: 0;
}


/*************************************************
 * Attributs spécifiques                         *
 *************************************************/


/**
 * LaTeX
 */
span.tex {
	font-size: 97%;
	letter-spacing: -0.09em;
	font-family: Times, serif;
}
span.tex span.tex-a {
	font-size: 69%;
	left: -0.25em;
	text-transform: uppercase;
	font-family: Times, serif;
	position: relative; top: -0.6ex;
}
span.tex span.tex-e {
	left: -0.04em;
	text-transform: uppercase;
	font-family: Times, serif;
	position: relative; top: 0.4ex;
}

