a {
	font-family: Trebuchet MS;
	font-size: 12px;
	color:#FFFFFF;
	text-decoration: none;
}
a:hover {
	font-family: Trebuchet MS;
	font-size: 12px;
	color:#000000;
	/*text-decoration: underline;*/
}
a.mm {
	font-family: Verdana, Tahoma, Trebuchet MS;
	font-size: 10px;
	color:#927362;
	/*text-decoration: none;*/
}
a.mm:hover {
	font-family: Verdana, Tahoma, Trebuchet MS;
	font-size: 10px;
	color:#C49C00;
	/*text-decoration: underline;*/
}

.Estilo1 {color: #000000}

.Normal {
	font-family: Trebuchet MS;
	font-size: 11px
}
.Grande {
	font-family: Trebuchet MS;
	font-size: 2em
}
.Peque {
	font-family: Trebuchet MS;
	font-size: 10px
}
.Mediana {
	font-family: Trebuchet MS;
	font-size: 1.3em
}
.input {
	font-family: Trebuchet MS;
	font-size: 11px;
	color: #000000;
}
* Généralités */
HTML
{
	height: 100%;
}

BODY {
	font-family: Verdana,Arial,tahoma, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-align: justify;
	color: #000;
	margin: 0px;
	padding: 0px;
	height: 100%;
}


IMG, DIV
{
	border: 0px;
	margin: 0px;
	padding : 0px;
}

TD
{
	vertical-align: top;
	font-weight: normal;
	padding: 5px;


TH
{
	color: #000;
	font-weight: normal;
}

INPUT, TEXTAREA, SELECT
{
	background-color: #FFF;
	border: 1px solid #000;
	font-family: Arial,tahoma, sans-serif;
	font-size: 12px;
	color: #12637A;
	padding: 2px;
}

INPUT.b
{
	background-color: #12637A;
	border: 1px solid #12637A;
	color: #FFF;
}

SELECT
{
	padding: 0px;
}

/* Structure du site */
#englobe
{
	position: absolute;
	width: 701px;
	height: 100%;
	margin: auto;
	min-height: 100%;
	margin-left: -450px;
	left: 50%;
	background: transparent url('../images/back.jpg') repeat-y;
	padding: 0 101px 0 99px;
	top: 0px;
}

#header
{
	width: 100%;
	height: 72px;
	background: transparent url('../images/header.jpg') no-repeat top right;
}

#page
{
	width: 676px;
	margin-left: 13px;
}

#content
{
	background: transparent url('../images/page.jpg') repeat-y;
	padding: 3px 10px 10px 10px;
	text-align: justify; 
	line-height: 18px;
}

#menu
{
	width: 658px;
	height: 26px;
	background: transparent url('../images/menu.jpg') no-repeat;
	color: #FFF;
	padding: 9px;
}
#menu a:link, #menu a:active, #menu a:visited
{
	color: #FFF;
}
#menu a:hover
{
	color: #FFF;
	text-decoration:underline;
}
#menu img
{
	vertical-align: middle;
	margin: 0 5px 0 5px;
}

#bottom
{
	font-size: 10px;
	text-align: center;
	padding-top: 10px;
	height: 20px;
	background: transparent url('../images/bottom.jpg') no-repeat;
	margin-bottom: 50px;
}

.title 
{
  	font-size: 16px;
	color: #C2C2C2;
	font-weight: bold;     
	font-family: Tahoma;
	margin: 3px;
	margin-bottom: 6px;
}
.padded
{
	padding-left: 25px;
	background: transparent url('../images/flech.gif') no-repeat 15px 4px;
	color: #196F87;
}
