@import "reset.css";

body {
	background-color: #EEEEEE;
	font-family: Arial, Verdana, Tahoma, Helvetica, Sans;
}

h1 {
	color: #656565;
	font-size:10px;
	text-align: center;
	height: 12px;
}

h2 {
	color: #656565;
	font-size:17px;
	margin-bottom: 15px;
	text-decoration: underline;
}

h3 {
	color: #656565;
	font-size:16px;
	margin-bottom: 15px;
	text-decoration: underline;
}

h4 {
	color: #656565;
	font-size:15px;
	margin-bottom: 10px;
	text-decoration: underline;
}

ul li {
	text-align:justify;
	font-size: 12px;
	list-style-type: none;
}

b {
	font-weight: bolder;
}

#page {
	width: 100%;
	height: 100%;
}

#contenu {
	position: relative;
	width: 934px;
	height: 504px;
	margin:auto;
	background-image:url(images/ringler-fond.jpg);
}

#menu {
	position: absolute;
	top: 140px;
	left: 725px;
	width:199px;
	height:207px;
}

#bloc-image {
	position:absolute;
	top:98px;
	left:3px;
	width: 250px;
	height: 380px;
}

#bloc-texte {
	position: absolute;
	top: 190px;
	left:235px;
	width: 454px;
	height: 270px;
	color: #666666;
	line-height: 1.5em;
	font-weight:normal;
	font-size: 12px;
	overflow: auto;
	padding-right: 5px;
	font-family: Arial, Verdana, Tahoma, Helvetica, Sans;
}

#bloc-texte p {
	text-align:justify;
	font-size: 12px;
	font-family: Arial, Verdana, Tahoma, Helvetica, Sans;
}

#bloc-texte a, #bloc-texte a:active, #bloc-texte a:visited  {
	text-align:justify;
	font-size: 14px;
	font-family: Arial, Verdana, Tahoma, Helvetica, Sans;
	color: #666666;
	text-decoration: none;
}

#bloc-texte a:hover  {
	text-decoration: underline;
}


#contact {
	position: absolute;
	top: 482px;
	text-align:left;
	left:20px;
	color:#FFFFFF;
	width:895px;
	font-size:12px;
	font-weight: bold;
	font-family: Arial, Verdana, Tahoma, Helvetica, Sans;
}

#contact a, #contact a:active, #contact a:visited {
	color:#FFFFFF;
	font-size:12px;
	text-decoration : none;
}

#contact a:hover {
	color:#FFFFFF;
	text-decoration: underline;
}

#recom {
	float: right;
}

#footer {
	position: absolute;
	top: 515px;
	left:810px;
	color:#656565;
	width:350px;
	font-size:12px;
	font-family: Arial, Verdana, Tahoma, Helvetica, Sans;
}



#footer a, #footer a:active, #footer a:visited {
	color:#656565;
	font-size:12px;
	text-decoration : none;
}

#footer a:hover {
	text-decoration: underline;
}

#menu ul li a, ul li a:active, ul li a:visited {
	display: block;
	height: 16px;
	margin-bottom:12px;
	background-position: 0px 1px;
	background-repeat: no-repeat;
}

#menu ul li a:hover {
	display: block;
	height: 16px;
	margin-bottom:12px;
	background-position: 0px -16px;
	background-repeat: no-repeat;
}
