td {
font-family:Tahoma;
font-size:10px;
color:black;
}

td.seminaire {
font-family:Tahoma;
font-size:11px;
color:black;
}

td.titre {
font-family:Tahoma;
font-size:11px;
color:white;
padding-left:5px;
padding-bottom:3px;
font-weight:bold;
}

/* TITRES */

h1 {
font-family:Tahoma;
font-size:15px;
color:#333a91;
font-weight:bold;
padding:0px;
margin:0px;
}

h2 {
font-family:Tahoma;
font-size:13px;
color:#333a91;
font-weight:bold;
padding:0px;
margin:0px;
}

.titre_blanc {
color: white;
font-size: 12;
font-family: tahoma, sans-serif;
font-weight:bold;
}

/* LIENS */

a {
text-decoration: underline;
color: #333a91;
font-size: 10;
font-family: tahoma, sans-serif;
font-weight:bold;
}

a:hover {
text-decoration: underline;
color: black;
font-size: 10;
font-family: tahoma, sans-serif;
font-weight:bold;
}

a.menu_haut2 {
text-decoration: none;
color: #333a91;
font-size: 10;
font-family: tahoma, sans-serif;
}

a.menu_haut2:hover {
text-decoration: none;
color: black;
font-size: 10;
font-family: tahoma, sans-serif;
}

a.menu_haut {
text-decoration: none;
color: white;
font-size: 10;
font-family: tahoma, sans-serif;
}

a.menu_haut:hover {
text-decoration: none;
color: #e3e3e3;
font-size: 10;
font-family: tahoma, sans-serif;
}

a.menu_droit {
text-decoration: underline;
color: black;
font-size: 10;
font-family: tahoma, sans-serif;
font-weight:bold;
}

a.menu_droit:hover {
text-decoration: underline;
color: white;
font-size: 10;
font-family: tahoma, sans-serif;
font-weight:bold;
}

a.titre_blanc {
text-decoration: none;
color: white;
font-size: 12;
font-family: tahoma, sans-serif;
}

a.titre_blanc:hover {
text-decoration: none;
color: #e3e3e3;
font-size: 12;
font-family: tahoma, sans-serif;
}

a.titre_blanc2 {
text-decoration: none;
color: white;
font-size: 10;
font-family: tahoma, sans-serif;
}

a.titre_blanc2:hover {
text-decoration: none;
color: #e3e3e3;
font-size: 10;
font-family: tahoma, sans-serif;
}

a.titre_blanc3 {
text-decoration: underline;
color: white;
font-size: 12;
font-family: tahoma, sans-serif;
}

a.titre_blanc3:hover {
text-decoration: underline;
color: #e3e3e3;
font-size: 12;
font-family: tahoma, sans-serif;
}

a.titre_haut {
text-decoration: underline;
color: white;
font-size: 11;
font-family: tahoma, sans-serif;
}

a.titre_haut:hover {
text-decoration: underline;
color: #e3e3e3;
font-size: 11;
font-family: tahoma, sans-serif;
}

.titre_noir {
color: black;
font-size: 11;
font-family: arial;
font-weight:bold;
}

h3 {
	color : #000000;
	margin : 0px auto;
	font-size : 11px;
	font-family : Arial;
	font-weight: bold;
}

/* Lists */

ul, ol, dl
{
	margin: 0.5em 0;
	line-height: 1.7em;
}

ol li { margin-left: 2.5em; }

ul { padding-left: 2em; list-style-type: square ; }

/* Images */

.drop-shadow
{
	float: left;
	position: relative;
	margin: 0 10px 0 0 !important;
	background: transparent url(../images/drop_shadow.png) bottom right no-repeat !important;
	background: transparent url(../images/drop_shadow_ie.gif) bottom right no-repeat;
}

.drop-shadow img
{
	padding: 4px;
	display: block;
	position: relative;
	margin: -6px 6px 6px -6px;
	background-color: #ffffff;
	border: 1px solid #a9a9a9;
}

.drop-shadow p
{
	right: 11px;
	bottom: 0px;
	color: #eeeeee;
	padding: 5px 10px;
	position: absolute; 
	background-color: #2e333b;
	border-top: 1px solid #111111;
}

.drop-shadow a { border-bottom-width: 0; }

.drop-shadow-right
{
	float: right;
	position: relative;
	margin: 10px 0 0 0 !important;
	background: transparent url(../images/drop_shadow.png) bottom right no-repeat !important;
	background: transparent url(../images/drop_shadow_ie.gif) bottom right no-repeat;
}

.drop-shadow-right img
{
	padding: 4px;
	display: block;
	position: relative;
	margin: -6px 6px 6px -6px;
	background-color: #ffffff;
	border: 1px solid #a9a9a9;
}

.drop-shadow-right p
{
	right: 11px;
	bottom: 0px;
	color: #eeeeee;
	padding: 5px 10px;
	position: absolute; 
	background-color: #2e333b;
	border-top: 1px solid #111111;
}

.drop-shadow-right a { border-bottom-width: 0; }