@import "reset.css";

body {
	background-color: #330000;
	font-family: arial, sanserif, verdana;
}

h1 {
	font-size:10px;
	text-align:center;
	color: #ADADAD;
}

h2 {
	font-size:18px;
	text-align:center;
	color: #000000;
	margin-bottom:15px;
}

h3 {
	font-size:16px;
	text-align:left;
	color: #000000;
	margin-bottom:10px;
	margin-top:10px;
	font-style: italic;
}

h4 {
	font-size:14px;
	text-align:left;
	color: #000000;
	margin-bottom:10px;
	margin-top:10px;
	font-style: italic;
	text-decoration: underline;
}


#page {
	position: absolute;
	height:100%;
	width:100%;
}

#pagebis {
	position: relative;
	width:1000px;
	margin: auto;
}

#haut {
	position: relative;
	width: 1000px;
	height: 142px;
	background-image: url(images/haut.jpg);
}

#accueil {
	position: absolute;
	top: 38px;
	left: 30px;
}

#imghaut {
	position: absolute;
	top: 41px;
	left: 479px;
}

#bas {
	position: relative;
	width: 1000px;
	height: 147px;
	background-image: url(images/bas.jpg);
}

#imgbas {
	position: absolute;
	top: 1px;
	left: 26px;
}

#contact {
	position: absolute;
	top: 40px;
	left: 535px;
	height: 70px;
	width: 270px;
	font-size: 13px;
	font-weight: bold;
	color: #330000;
}

#tweb {
	position: absolute;
	top: 110px;
	left: 730px;
	height: 70px;
	width: 370px;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
}

#tweb a, #tweb a:active,  #tweb a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#tweb a:hover {
	text-decoration: underline;
}

#corps {
	position: relative;
	width: 1000px;
	background-image: url(images/corps.jpg);
	background-repeat: repeat-y;
}

#contenu {
	position: absolute;
	padding-left: 40px;
	padding-right: 40px;
}

#texte {
	position: absolute;
	font-weight: bold;
	font-size:13px;
	width: 420px;
	text-align: justify;
	padding-top:20px;
	overflow: auto;
}

#texte2 {
	position: absolute;
	font-weight: bold;
	font-size:13px;
	width: 730px;
	text-align: justify;
	padding-top:20px;
	overflow: auto;
}

#texte2 p {
	text-align:center;
	margin-top:10px;
	margin-bottom: 10px;
}

#menu {
	position: absolute;
	left:800px;
	top: 10px;
	height: 155px;
	width: 175px;
}

#blocimage1 {
	position: absolute;
	width: 326px;
	height: 150px;
	top: 10px;
	left: 468px;
}

#blocimage2 {
	position: absolute;
	width: 326px;
	height: 150px;
	top: 175px;
	left: 628px;
	overflow: visible;
}

#blocimage3 {
	position: absolute;
	width: 176px;
	height: 150px;
	top: 175px;
	left: 799px;
	overflow: visible;
}

#blocimage1 img, #blocimage2 img {
	margin-left: 10px;
}


#menu a, #menu a:active, #menu a:visited {
	display:block;
	height:33px;
	background-position: 0 0;
	background-repeat: none;
	margin-bottom: 5px;
}

#menu a:hover {
	height: 33px;
	background-position: 0 -33px;
	background-repeat: none;
}