@charset "utf-8";
/* CSS Document par Christine Haas*/

body {
	background: #3d1a1b;
	font-family: "Trebuchet MS",Arial,sans-serif;
}

/*body,td,th {
	color: #00FF99;
}*/

h1 {
	font-size: 35px;
	margin-top: 15px;
	margin-bottom: 0px;
	text-align: center;
	color: #CCCCCC;
	font-family:"Times New Roman", Times, serif;
	text-decoration: none;
}

h2 {
	text-align: center;
	color: #775c5c;
	font-size: 13px;
	font-weight: light;
}

a:link {
	text-decoration: none;
	color:#CCCCCC;
}
a:hover {
	color: red;
}
a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
a:active {
	color: red;
}


#container {
	background: url(../images/index.jpg) no-repeat;
	margin: auto;
	width: 1024px;
	height: 1000x;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden; /*pour Firefox, qui ne prend pas le height en 100%*/
	padding-bottom: 25px;
	}
	

#image {
	height: 480px;
	}
	
#image1 img {
	width: 180px;
	height: auto;
	margin-left: 50px;
	margin-top : 250px;
	float: left;
	border: solid white 3px;
	}

#image2 img {
	width: 180px;
	height: auto;
	margin-left: 50px;
	margin-top : 50px;
	float: left;
	border: solid white 3px;
	}
	
#image3 img {
	width: 180px;
	height: auto;
	margin-left: 70px;
	margin-top : 50px;
	float: left;
	border: solid white 3px;
	}

#image4 img {
	width: 180px;
	height: auto;
	margin-left: 550px;
	margin-top : 250px;
	float: left;
	border: solid white 3px;
	}
	
#intro {
	width: 100%;
	margin: 0 ;
	margin-top: 100px;
    padding: 0 ; 
	text-align: center ;
	}

#menu {
	margin: 0 ;
	margin-top: 10px;
    padding: 0 ; 
    list-style: none ; 
    text-align: center ; 
	}
	
#menu ul {
	padding: 0;
	}
	
#menu li { 
    display: inline ; 
    margin-right: 1px ; 
    color: #fff ; 
    background: #c00 ; 
    }
	
#menu li a { 
    padding: 4px 20px ; 
    background: #461d1f ; 
    color: #e2d3d3 ; 
    border: #660033 1px solid ; 
    font: 1em "Trebuchet MS",Arial,sans-serif ; 
    line-height: 1em ; 
    text-align: center ; 
    text-decoration: none ; 
    }
	
#menu li a:hover, #menu li a:focus, #menu li a:active { 
    background: #592628 ; 
    text-decoration: underline ; 
    }



