@charset "windows-1252";

body {
	background-image: url(image/mexique_06.jpg); background-color: rgb(245,251,201); margin: 40px;
		
	scrollbar-face-color: #e2f2ad; scrollbar-highlight-color: #c6c6c6; scrollbar-shadow-color: #c6c6c6;
		   	
    scrollbar-3dlight-color: #c6c6c6; scrollbar-arrow-color: #c6c6c6; scrollbar-track-color: #e3edee; 
	
	scrollbar-darkshadow-color: #c6c6c6;
}												
.Style1 {
	font-weight: bold; font-size: 12px; font-style: normal; font-family: Comic Sans MS; color: rgb(125,129,95);
}
.Style2 {
	font-weight: bold; font-size: 16px; font-style: normal; font-family: Comic Sans MS; color: rgb(125,129,95);
}
.Style3 {
	font-weight: bold; font-size: 22px; font-style: normal; font-family: Comic Sans MS; color: rgb(125,129,95);
}
.Style4 {
    font-weight: blod; font-size: 40px; font-style: normal; font-family: Comic Sans MS; color: rgb(125,129,95);
}

/* button styles */	 

 a.button, a.buttonDis {
    display: block; background-color: transparent; background-image: url(button_mexique_06.gif);  
	
    background-repeat: no-repeat; width: 220px; height: 65px; margin: 5px auto; padding: 20px 0 0 0; 
	
    text-align: center; font-family: Comic Sans MS; font-size: 100%; font-weight: bold; text-decoration: none; 
 }
 a.button:link, a.button:visited {
    color: #7d815f;
 }
 a.button:hover, a.button:active {
     background-position: 0 -65px; color: #ffcc33;
 }
 
/* liens styles */ 
 
 a { text-decoration: none; }
 a:link, a:visited { color: #7d815f; }	 
 a:hover { color: #ffcc33; }
 a:active { color: #68ceda; }
