/* styles generaux pour le #contenu */
#contenu {
	height: 100%;
	width: auto;
	padding-right: 50px;
	padding-bottom: 25px;
	padding-left: 50px;
	padding-top: 10px;
	font-family: Verdana, Georgia, Arial, sans-serif;
	font-size: 10pt;
	color: #000000;
}

#contenu a:link {color: #4573CC; text-decoration: none;}
#contenu a:visited {color: #4573CC; text-decoration: none;}
#contenu a:hover {color: #4573CC; text-decoration: underline;}
#contenu a:active {color: #4573CC; text-decoration: underline;}

#contenu hr {
	text-align: center;
	width: 50%;
	height: 1px;
	color: #4573CC;
	background-color: #4573CC;
	border: 0;
	margin-top: 50px;
	margin-bottom: 50px;
}

#contenu h2 {
	text-align: center;
	color: #4573CC;
}

#contenu .titrePage {
	font-size: 12pt;
	color: #4573CC;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}

#contenu .titrePar {
	font-size: 12pt;
	color: #000000;
	font-weight: bold;
}


/* styles particuliers pour les listes */
#contenu li {
	list-style-type: disc;
}

#contenu ul#labo {
	margin-bottom: 20px;
}

#contenu ul#annee li {
	list-style-type: none;
	display: inline;
	padding: 10px;
}

#contenu ul li ul li {
	list-style-type: none;
	margin-left: -20px;
}

#contenu ul#labo li {
	padding-bottom: 10px;
}

#contenu table#boutique {
	font-size: 10pt;
	text-align: center;
}
#contenu .abstract {
	font-size: 9pt;
	font-style: normal;
	font-family: "Courier New", Courier, mono;
	margin-left: 20px;
	margin-top: 0px;
}
#contenu .achat {
	font-size: 9pt;
	font-family: "Courier New", Courier, mono;
}
#contenu .important {
	font-weight: bold;
	color: #4573CC;
}
#contenu .titreAn {

	font-size: 11pt;
	color: #000000;
	font-weight: bold;
}
#contenu table#semin {
	font-size: 10pt;
}
#contenu table#semin th {
	padding-right: 10px;
}
#contenu table#semin td {
	padding-right: 10px;
}
#contenu .lignev {
	border-left-width: thin;
	border-left-style: dotted;
	border-left-color: #000000;
}
#contenu table#jobm, table#actu {
	font-size: 8pt;
}
#contenu table#jobm th, table#actu th {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	font-size: 10pt;
}
#contenu table#jobm td, table#actu td {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}
#contenu .annule {
	font-size: 10pt;
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;
}
