@charset "UTF-8";
/* CSS Document */

/* POLICES par défaut */ 		 
h1 {
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, verdana, sans-serif;
	display: inline;
	margin:0px;
	padding:0px;
	font-weight: normal;
}
h2 {
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, verdana, sans-serif;
	display: inline;
	margin:0px;
	padding:0px;
	font-weight: normal;	
}
h3 {
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, verdana, sans-serif;
	display: inline;
	margin:0px;
	padding:0px;
	font-weight: normal;	
}
h4 {
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, verdana, sans-serif;
	display: inline;
	margin:0px;
	padding:0px;
	font-weight: normal;	
}

h5 {
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, verdana, sans-serif;
	display: inline;
	margin:0px;
	padding:0px;
	font-weight: normal;	
}

h6 {
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, verdana, sans-serif;
	display: inline;
	margin:0px;
	padding:0px;
	font-weight: normal;	
}
a:link, a:visited {text-decoration: none;}
a:hover { text-decoration: underline;}

.strong {font-weight: bolder;}

.article h3 {
	font-size: 13px;
	color: #000000;
	font-weight: normal;
}
.article h3 a {
	font-size: 13px;
	color: #CEB48A;
	font-weight: normal;
	text-decoration: none;
}
.article h3 a:hover {
	text-decoration: underline;
}
.article h4 {
	font-size: 11px;
	color: #000000;
	font-weight: normal;
}
.article h4 a {
	font-size: 11px;
	color: #CEB48A;
	font-weight: normal;
	text-decoration: none;
}
.article h4 a:hover {
	text-decoration: underline;
}

}
.menuarticle h4 {
	font-size: 14px;
	color: #000000;
	font-weight: normal;
}
.menuarticle h4 a {
	font-size: 14px;
	color: #9a8157;
	font-weight: normal;
	text-decoration: none;
}
.menuarticle h4 a:hover {
	color: #bda379;
	text-decoration: none;
}
.menuarticle h6 {
	color: #000000;
	font-weight: normal;
}
.menuarticle h6 a {
	color: #9a8157;
	font-weight: normal;
	text-decoration: none;
}
.menuarticle h6 a:hover {
	color: #bda379;
	text-decoration: none;
}

/* COULEUR */
.dark {
	color:#300088;
}
.darker {
	color:#44105f;
}
.mauve {
	color:#6000bb;
}
.bleu {
	color:#0000CC;
}
