/* CSS Document */
span.orange,p.orange {
	color: #f79700;
}
span.vert,p.vert {
	color: #13a005;
}
span.marron,p.marron{
	color: #b26c22;
}
span.bleu,p.bleu{
	color: #6a5df0;
}		
span.gris, a.gris {
	color: #999999;
}
span.gras, p.gras{
	font-weight: bold;
}
p.tarifs {
	font-size: 130%;
	font-weight: bold;
	color: #f79700;
	text-align: center;
}
#texte h1,div.largeur h1 {
	color: #5e5f5f;
	margin-top: 15px;
	margin-bottom: 0px;
	text-align: left;
	background: url(../images/fleche.gif) no-repeat;
	padding-left: 16px;
	font: bold 0.8em "Trebuchet MS", sans-serif, Arial;
}
#texte h2,div.largeur h2 {
	color: #5e5f5f;
	margin-top: 15px;
	margin-bottom: 0px;
	text-align: left;
	background: url(../images/fleche.gif) no-repeat;
	padding-left: 16px;
	font: bold 0.8em "Trebuchet MS", sans-serif, Arial;
}
#texte h1,#menu-gauche h1{
	text-transform: uppercase;
}
#texte h4,#texte h2,#texte h3,#texte h5,#texte h6,#texte-bas h4, div.largeur h2 {
	color: #5e5f5f;
	margin-top: 15px;
	margin-bottom: 0px;
	text-align: left;
	background: url(../images/fleche-medium.gif) no-repeat;
	padding-left: 12px;
	font: bold 0.8em "Trebuchet MS", sans-serif, Arial;
}
#texte-bas h4 {
	margin-top: 0px;
}
img.sous-titre {
	margin: 0px;
	float: left;
}
p,table {
	font: 0.7em "Trebuchet MS", sans-serif, Arial;
	color: #5d5d5d;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 10px;
}
div.navigation {
	font: 0.7em "Trebuchet MS", sans-serif, Arial;
	color: #5d5d5d;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 10px;
	word-spacing: 0.2em;
}
p.petit {
	font-size: 60%;
	text-align: right;
}
span.petit {
	font-size: 80%;
}
p.centre {
	text-align: center;
}
a {
	color: #5d5d5d;
	text-decoration: underline;
}
a:hover, a.noline:hover {
	color: #f79700;
	text-decoration: none;
}
a.references {
	font-weight: bold;
	text-decoration: none;
}
a.noline {
	color: #847266;
	text-decoration: none;
}
a.page-references {
	text-decoration: none;
	color: #f79700;
	font: bold 0.8em "Trebuchet MS", sans-serif, Arial;
}
a.page-references:hover {
	color: #5d5d5d;
}

#haut-head,#haut-head a,#haut-head strong {
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}
#foot,#foot a {
	color: #ffffff;
	text-decoration: none;
}
#haut-head,#foot {
	font: 0.6em "Trebuchet MS", sans-serif, Arial;
	margin: 0px;
}
#foot {
	line-height: 1em;
}
#foot a:hover,#haut-head a:hover {
	color: #4487eb;
}
#texte ul,#texte li {
	color: #5d5d5d;
	list-style: url(../images/puce.gif) none;
	text-align: left;
	margin-top: 7px;
	margin-bottom: 7px;
}
#texte ul {
	font: 0.7em "Trebuchet MS", sans-serif, Arial;
}
/* FORMULAIRE */
table {
	margin-right: 10px;
	margin-left: 10px;
}
td {
	border-bottom: 1px dashed #FFF0E1;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-right: 15px;
}
input, textarea, select {
	color: #f79700;
	background-color: #f4f4f6;
	border-top: 1px solid #fff;
	border-right: 1px dashed #CECECE;
	border-bottom: 1px solid #CECECE;
	border-left: 2px solid #EC8800;
	font: bold 110% "Trebuchet MS", sans-serif, Arial;
}
input.envoyer {
	border: none;
}
input.envoyer:hover {
  opacity: 0.8;
  filter:alpha(opacity=80); 
}
/* MOTS CLEFS */
div#mots-clef {
	font-family: "Trebuchet MS", sans-serif, Arial;
	font-size: 0.8em;
}
#mots-clef a {
	text-decoration: none;
	margin-right: 5px;
	margin-left: 5px;
	color: #AEAEAE;
}
#mots-clef a.mot1 {
	font-size: 100%;
	font-weight: bold;
	color: #FFC977;
}
#mots-clef a.mot2 {
	font-size: 100%;
}
#mots-clef a.mot3 {
	font-size: 70%;
	color: #FFC977;
}
#mots-clef a.mot4 {
	font-size: 70%;
}
#mots-clef a.mot5 {
	font-size: 85%;
}
#mots-clef a.mot6 {
	font-size: 80%;
	color: #FFC977;
}
#mots-clef a.mot7 {
	font-size: 60%;
}
#mots-clef a:hover {
	color: #f79700;
	text-decoration: underline;
}