body
{
	font-family: Arial;
	font-size: 12px;
	color: #1d3655;
	padding: 0px;
	margin: 0px;
}

.colonne
{
	background-color: #d7dde3;
	width: 200px;
	font-size: 14px;
	border-left: solid 1px #859bb7;
	border-right: solid 1px #859bb7;
	line-height: 22px;
	vertical-align: top;
	padding-top: 20px;
}

.centre
{
	background-color: #f5f8fa;
	background-image: url('logo_tms.jpg');
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}

.bandeau
{
	background-color: #466182;
	height: 80px;
	font-size: 16px;
	font-weight: normal;
	font-style: italic;
	text-align: right;
	color: #ffffff;
	vertical-align: bottom;
	padding: 10px;
}

.menu_td
{
	padding-left: 20px
}

.menu_td a
{
	color: #1d3655;
	text-decoration: none;
}

#corps
{
	/*width: 710px;*/
	padding: 20px;
	vertical-align: top;
}

.titre
{
	font-size: 16px; font-weight: bold;
	width: 100%;
	text-align: center;
}

#form_contact
{
	width: 350px;
	margin: auto;
	border: solid 1px #859bb7;
	padding: 10px;
}

.form_gauche
{
	 width: 50%;
	 text-align: right;
	 padding: 2px;
}

.form_droite
{
	 width: 50%;
	 text-align: left;
	 padding: 2px;
}

.form_droite input, .form_droite textarea
{
	 width: 200px;
}

#form_coords
{
	background-color: #f8fbff;
	width: 350px;
	margin: auto;
	border: solid 1px #859bb7;
	padding: 10px;
	text-align: center;
}

#sur_entete
{
	vertical-align: bottom;
	text-align: right;
	padding-right: 10px;
	padding-bottom: 3px;
	text-decoration: none;
	color: #999999;
	font-size: 10px;
	font-style: italic;
}

#sur_entete .lien
{
	color: #999999;
	font-size: 10px;
	font-style: italic;
}

.email
{
	color: #466182;
}

#fonctions
{
	border-collapse: collapse;
}

#fonctions td
{
	border: solid 1px #466182;
	padding: 5px;
	height: 30px;
}

#fonctions .inaccessible
{
	background-color: #e8e8e8;
}