a {
	color: #0179c2;
}

h6 {
	color: #00006b;
}

.error {
	color: red;
}
/*
.button {
	border:2px outset #0179c2;
	*border:1px outset #0179c2;
	color: #0179c2;
	font-weight:normal;
	cursor:pointer;
}

.button:hover {
	background:white;
}

.button:active {
	border:2px inset #0179c2;
	*border:none;
	background-color:#0179c2;
	color:white;
} 
*/
/* Header */
#hd ul {
	clear:both;
}
#hd li {
	display: inline;
}
#ft ul {
	clear:both;
}
#ft li {
	display: inline;
}

/* Tracking sur la gauche */
#tracking h6 {
	text-align: center;
	border: solid 1px #0179c2;
	border-bottom: solid 1px #FFFFFF;
	width: 11em;
	background:#0179c2;
	color: #FFFFFF;
}

#tracking div {
	border: solid 1px #0179c2;
	background:#e7e7e7;
	width: 10em;
	height: 104px;
	*height: 104px;
	padding: 0.5em;
	padding-top: 1em;
}

/* top = bandeau */
div#top
{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1px;
	text-align: left;
	width: 57.69em;
	*width: 66.3em;
	min-width:750px;
	height: 82px;
	border-top: solid 6px #0179c2;
	border-bottom: solid 2px #0179c2;
	color: #FFFFFF;
	font-weight: bold;
}

div#top ul
{
	background: #0179c2;
	list-style: none;
	display:inline;
	float:right;
	height: 1.5em;
	padding-left: 1em;
}

div#top li
{
	display: inline;
	list-style: none;
	color: #FFFFFF;
	font-weight: bold;
}

#top a
{
	color: #FFFFFF;
	font-weight: bold;
}

/* Menu horizontal en dessous du bandeau */
.menu {
	background-color:#e7e7e7;
	padding-bottom: 2px;
	height: 1.6em;
}

.menu a {
	color: #0179c2;
}
	
/* style de l'image publicitaire */
.pub {
	border: solid 2px #0179c2;
}

/* bloc de gauche accueil */
.bloc1 {
	float:left;
	width:47%;
	margin-right:2px;
	*width:48%; /*IE*/
	background:#e7e7e7;
	border-top:solid 5px #0179c2;
	padding: 2px;
}

/* bloc de droite accueil */
.bloc2 {
	float:left;
	width:47%;
	*width:48%; /*IE*/
	text-align:justify;
	background:#e7e7e7;
	border-top:solid 5px #0179c2;
	padding: 2px;
}
#ft {
	text-align: center;
}


