/*


POUR LES PAGES

antic: CF8F2F

ocre: F0B04F

couleur txt ds tables : 9E000F

body { background: #C0B0A0 url(img/fond05.gif) repeat}

TD { line-height:14pt ; font-family: verdana, arial ; color: #202020 ; font-size: 10pt }

TD { line-height:14pt ; font-family: verdana, arial ; color: #a0a0a0 ; font-size: 10pt }


*/

body { background: #5d4e47 }



A:link , A:visited , A:active { color: #F00000 ; text-decoration: none ; font-weight : bold} , A:hover { text-decoration: underline }

A.m2:link , A.m2:visited , A.m2:active { font-family: arial ; color: #303030 ; text-decoration: none ; font-size: 10pt ; font-style : normal ; font-weight : normal} , A.m2:hover {color: #000000 ;text-decoration: underline}

A.m3:link , A.m3:visited , A.m3:active { text-decoration: none } , A.m3:hover {text-decoration: underline ; letter-spacing: 0px}

A.m4:link , A.m3:visited , A.m3:active { text-decoration: none } , A.m3:hover {text-decoration: underline ; color: #FFFFFF}


H1 {font-size: 18pt }

H2 {font-size: 14pt }


TD { font-family: verdana, arial ; color: #ffffff ; font-size: 10pt }
TD.old { line-height:14pt ; font-family: verdana, arial ; color: #ffffff ; font-size: 10pt }

TD.test {	font-family: times new roman ; color: #000000 ; font-size: 14pt  ; font-style : italic} 

TD.t2 {	font-family: "Times New Roman", Times, serif; color: #000000 ; font-size: 14px; font-style : normal}

TD.t0 {	font-family: times new roman ; color: #000000 ; font-size: 12pt  ; font-style : normal}


.boutonReservationClair {
	width: 200px;
	background-color: #fff;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 20px;
	color: red;
	font-size: 16px;
	font-weight: bold;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	transition: background-color .6s;
}

.boutonReservationClair:hover {
	background-color: #ddd; 
	-moz-border-radius: 9px;
	border-radius: 9px;	

	transition: background-color .6s;
}

