body {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	margin: 0px;
    color: #fefdef;
    font-size: 12px;
    background-color: #3f3f3f;
}

table {
    color: #3f3f3f;
    font-size: 12px;
    background-color: #f4f4e9;
}

td {
}

th {
}



a.offre:link {
	color: #006AC4;
	text-decoration: none;
}

a.offre:visited {
  color: #006AC4;
	text-decoration: none;
}

a.offre:hover {
	color: #006AC4;
	text-decoration: underline;
}

a.offre:active {
	color: #006AC4;
	text-decoration: none;
}

a.offre2:link {
	color: #000066;
	text-decoration: none;
}
a.offre2:visited {
  color: #000066;
	text-decoration: none;
}
a.offre2:hover {
	color: #fefdef;
	text-decoration: underline;
}
a.offre2:active {
	color: #000066;
	text-decoration: none;
}

a:link {
	color: #3f3f3f;
	text-decoration: none;
}
a:visited {
  color: #3f3f3f;
	text-decoration: none;
}
a:hover {
	color: #3f3f3f;
	text-decoration: underline;
}
a:active {
	color: #3f3f3f;
	text-decoration: none;
}

a.hautdepage:link {
    font-size: 10px;
	text-decoration: none;
}
a.hautdepage:visited {
    font-size: 10px;
	text-decoration: none;
}
a.hautdepage:hover {
    font-size: 10px;
	text-decoration: underline;
}
a.hautdepage:active {
    font-size: 10px;
	text-decoration: none;
}


.envaleur {
    font-weight: bold;
    color: #006AC4;
}

.tabletitle {
	color: #006AC4
}
.tableborder {
    border: solid #dcc31d thin;
}

.img {
    border: solid #dcc31d thin;
    padding: 2px;
}


/* élément de couleur bleu */
option.bleu {
	color : #000066;
}

/* élément de couleur violet */
option.rouge {
	color : #FF0000;
	font-weight:bold;
}
.boutonAccueil {	
	text-align:center;
/*
	width: 130px;
*/
	font-weight:bold;
	padding: 10px;
}
.boutonContact {
	color: #006AC4;
	font-size: 14px;
	border: solid #ccc thin;
    background-color: #f4f4e9;
    cursor: pointer;
}
.boutonContact:hover {
	color: #006AC4;
	font-size: 14px;
	border: solid #ccc thin;
    background-color: #ccc;
    cursor: pointer;
}

.slideshow { height: 132px; width: 132px; display: none;}
.slideshow img { padding: 2px; border: 1px solid #dcc31d; background-color: #f4f4e9; }


