/* FONT */
/* Family */
BODY, P, TD, A, h1, h2, h3, .bouton, .cadre h2
	{
	font-family: verdana, helvetica, arial ;
	}

/* Size */
BODY, P, TD, A, h2, h3, .bouton, .cadre h2
	{
	font-size: 10px ;
	}

h1, .titre
	{
	font-size: 12px ;
	}
.cadremenu p, .menuitem, .cadremenu p menuitem
	{
	font-size: 14px ;
	}

/* Weight */
h1, h2, h3, .bouton, .titre, .cadre h2, .titcel, .cadremenu p
	{
	font-weight: bold;
	}

/* Colors */
BODY, A, .form
	{
	color: #000099;
	}
P, TD
	{
	color: #000033;
	}
H1, #colonnedroite H2, .bouton, .form h3, .titre, .cadre h2, .titcel, .cellule, .cadremenu a:hover
	{
	color: white;
	}
H1, #colonnedroite H2, .bouton, .form h3, .cadre h2, .titcel, .cellule, .cadremenu a:hover
	{
	background: #000099;
	}
.form, .pair, .menuitem
	{
	background: #eeeeee;
	}

/* Decoration */
.cadremenu a {
	text-decoration: none;
	}

/* ALIGNEMENT */
/* Horizontal */
h1, h2, .footer, .form, .cadre h2, .titcel, .cadremenu p
	{
	text-align: center;
	}

P
	{
	text-align: left;
	}
.bouton
	{
	vertical-align: middle;
	}
.cellule {
	text-align: right;
	}

/* POSITION */
.texteintro {
	width: 450px;
	line-height: 24px;
	}
BODY {
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 0px;
	margin-bottom: 10px;
	}
.bouton {
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	}
h1, h2, .cadre h2 {
	padding-top: 2px;
	padding-bottom: 2px;
	}
.form {
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	}
.form h3 {
	margin-top: 0px;
	}
.cadre {
	border: 1px solid #ccc;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
	}
.cadremenu {
	border: 1px solid #ccc;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin-left: 5px;
	margin-right: 5px;
	}
.menuitem {
	padding: 3px;
	margin-top: 0px;
	margin-bottom: 0px;
	}
.cadremenu p {
	padding: 3px;
	margin-top: 1px;
	margin-bottom: 1px;
	}

/* BORDERS */
.bouton {
	border-color: black;
	border: 1px solid;
	}
.form {
	border-color: black;
	border: 1px solid;
	}
.menuitem {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	}
