

body {
	background-repeat: repeat;
	z-index: 2;
	background-color: #ffffd4;
	margin: 0;
	padding: 0;
	font-family: century gothic, arial;
}

#page {
	position: absolute;
	left: 50%;
	margin-left: -401px;
	padding: 0px;
	top: 0px;
	width: 803px;
	background-image: url("/sites/templates/images/background_index.jpg");
	background-repeat: no-repeat;
	height: 565px;
}

#content {
	position: absolute;
	/*border:1px solid red;*/
	width: 470px;
	height: 250px;
	top: 50px;
	left: 310px;
}

#item1,#item2,#item3,#item4 {
	position:absolute;
	background-image: url("/sites/templates/images/background_item.png");
	background-repeat: no-repeat;
	width: 180px;
	height: 187px;
	z-index: 2;
}

#logo {
	position: absolute;
	top:40px;
	left:10px;
	}

#item1 {
  top:310px;
  left:0px;
}

#item2 {
  top:325px;
  left:200px;
}

#item3 {
  top:350px;
  left:400px;
}

#item4 {
  top:360px;
  left:600px;
}

.item_title {
	position:absolute;
    font-weight: bold;
    font-size: 20px;
    height: 24px;
    top: 20px;
    left: 25px;
    text-align: center;
    width: 160px;

/*border:1px solid red;*/
}

.item_title a {
    color:black;
    text-decoration: none;
    
}

.item_title a:hover {
    text-decoration: underline;
}


.item_content {
    position:absolute;
    font-family:Verdana;
    font-size: 12px;
    height: 120px;
    top: 65px;
    left: 35px;
    width:135px;
    color: #333333;
    line-height: 15px;
    
    
/*border:1px solid red;*/
}


.item_content a {
     color: #898989;
    text-decoration: none;
}

.item_content a:hover {
    text-decoration: underline;
}

a#lien1, a#lien2, a#lien3 {
text-decoration: none;
}

a#lien1:hover, a#lien2:hover, a#lien3:hover {
text-decoration: underline;
}

a#lien1 {
color:#ff5748;
}

a#lien2 {
color:#ffb748;
}

a#lien3 {
color:#ceeb72;
}

img#entrer_site {
    position:absolute;
    top: 280px;
    left: 430px;
}

a img {
border:0;
}