/* Feuille de style CSS pour pages professionnelles
 * Copyright 2010-2012 Vincent MAHE (vmahe@free.fr)
 */

body {
  font: 12px sans-serif;
  color: #000060;
  margin-left: 3em;
}

#moi {
  font: 32px sans-serif;
  font-weight: bold;
  color: #303080;
/*  margin-left: -1em;*/
}

h1, h2, h3 {
  font-family: sans-serif;
  color: #000060;
}

h1 {
  font-size: 1.8em;
}

h2 {
  font-size: 1.4em;
  margin-top: 0;
}

h3 {
  font-size: 1.2em;
}
*/
em {
  color: #0000DD;
  font-size: 1.2em;
}

i {
  color: #000080;
}

a:hover {
  background-color: #DDDDFF;
}

.bgc1 {
	background-image:url('img/gradient1.png');
	background-repeat:repeat-x;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
	height: 110px;
}
.bgc2 {
	background-image:url('img/gradient2.png');
	background-repeat:repeat-x;
	font-weight: bold;
	font-size: 1.5em;
	text-align: center;
	padding: 15px 10px 0 10px;
}
.bgc3 {
	background-image:url('img/gradient3.png');
	background-repeat:repeat-x;
	padding: 15px 10px 10px 10px;
}
.col2 {
	padding: 10px 10px 0 10px;
	text-align: center;
}

a {
  text-decoration: none;
/*  border-bottom: 1px solid #AAAAFF; */
  color: #000080;
}

table tr {
}
table tr td {
	padding: 10px;
	vertical-align: top;
}
table tr td img {
	right: 5px;
}
