img		{	border:none;}
img:hover.estomp { opacity:0.8; filter:alpha(opacity=80); -moz-opacity:8 }

H1 {	font-family: "Century Gothic", Verdana;	font-weight: 100;	font-size: 18px;	text-transform: uppercase	}
H2 { 	font-family: "Century Gothic", Verdana;	font-weight: 100;   font-size: 16px;	text-transform: uppercase 	}
H3 {	font-family: "Century Gothic", Verdana;	font-weight: 100;	font-size: 14px;	text-transform: uppercase	}

H4 {	font-family: "Century Gothic", Verdana;	font-weight: 100;	font-size: 18px	}
H5 { 	font-family: "Century Gothic", Verdana;	font-weight: 100;   font-size: 16px }
H6 {	font-family: "Century Gothic", Verdana;	font-weight: 100;	font-size: 14px	}

A 	 {  text-decoration: none; color:#7F7F7F }
A:hover  {	color:#556471}
A.blanc 	 	{  color:#FFF }
A.blanc:hover  	{	color:#CCC}
A.titre  	 	{ font-family:'Times New Roman', Times, Georgia, serif; color: #600E13; font-variant:small-caps; font-size:15px }
A.titre:hover  	{ color: #600E13;  font-weight:bold }

.clair { color:#CFC9C0 }
.clairG { color:#CFC9C0; font-weight: bold }
.moyen { color:#9D000C }
.moyenG { color:#9D000C; font-weight: bold }
.fonce {color:#685E51 }
.fonceG {color:#685E51; font-weight: bold }

.blanc { color:#FFF }
.blancG { color:#FFF; font-weight: bold }
.rouge  {color: #EC0606}
.rougeG {color: #EC0606; font-weight: bold}
.gris	{ color:#6F6F72}
.grisG	{ color:#6F6F72; font-weight: bold}
.noir	{ color:#000}
.noirG	{ color:#000; font-weight: bold}

.gras  { font-weight: bold }
.droite  { text-align:right }
.centre  { text-align:center }
.milieu  { vertical-align: middle }
.justif  { text-align:justify }
.retour { clear:both }
.divcentre { margin-left:auto; margin-right:auto  }

.curseur { cursor:pointer }

.visible { display:block; visibility:visible }
.nonvisible { display:none; visibility:hidden }
.minus		{ font-size:10px; letter-spacing: 2px; text-transform: uppercase}

input, textarea, select { 	padding: 3px	}
input[type=submit]			{ -webkit-appearance: none; border: 0; box-sizing:border-box }
.obli {  border:1px solid #9D000C }
.alert {	width: 375px;	background-color: #E40505;	color: #F3F3F3;	padding: 5px;	text-align:center;	font-family: "Century Gothic", Verdana;	font-size: 13px;}

li{ padding-bottom: 3px; list-style-image:url(images/icon_fleche.png) }
ul { padding-left: 20px }
TD.bordertop { border-top: 1px dotted #333 }

#toppage 							{ position:fixed; background-image:url(/images/haut-page2.png); height: 48px; width: 48px; right: 2%;  bottom: 2%; cursor:pointer }
#toppage:hover 						{ opacity:0.8; filter:alpha(opacity=80); -moz-opacity:8 }
@media (max-width: 768px){
#toppage							{ display:none; visibility:hidden }
}