/* CSS Document */
body
{
	background-image:url(../img/ligne_fond.jpg);
	background-repeat:repeat-x;
	padding:0;
	margin:0;
}
/*div{
 border:1px solid red;
}*/
a{ text-decoration:none;}
img{border:0;}

a#lien_accueil
{
	display:block;
	width:100%;
	height:100%;
	}
input.submitok{
	background:#72C8FC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:white;
	border:0;
	cursor:pointer;
}
input.submitok:hover{background:#236CA6;}
input.rech{border:1px solid #72C8FC;}
#fond
{
	background:url(../img/accueil/fond_accueil.jpg) no-repeat center;
	width:1000px;
	height:750px;
	z-index:1;
	margin: 0 auto;
	position:relative;
}
#magazine
{
	background-image:url(../img/accueil/magazine.png);
	background-repeat:no-repeat;
	position:absolute;
	width:151px;
	height:97px;
	top:530px;
	left:40px;
	z-index:10;
	margin:auto;
}
#rechercher
{
	position:absolute;
	left:750px;
	top:5px;
}
#menu_droit{
	/*background-image:url(../img/accueil/menu%20droite.png);
	background-repeat:no-repeat;*/
	width:363px;
	height:264px;
	position:absolute;
	z-index:10;
	top:65px;
	right:51px;
	z-index:20;
}

#actus{
	background:url(../img/accueil/actus.png) no-repeat;
	width:332px;
	height:62px;
	position:absolute;
	z-index:10;
	top:355px;
	right:49px;
}
#contenu_actus
{
	width:297px;
	height:55px;
	overflow:auto;
	position:relative;
	left:10px;
	top:1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#6F6F6F;
	font-weight:bold;
	text-align:left;
	padding:10px 10px;
	}
#contenu_actus a{color:#6F6F6F;}
#pro_horizon{
background:url(../img/accueil/projet_horizon.png) no-repeat;
width:196px;
height:196px;
position:absolute;
z-index:10;
top:430px;
right:110px;
}

#dons{
background:url(../img/accueil/dons.png) no-repeat;
width:158px;
height:577px;
position:absolute;
z-index:10;
top:48px;
left:500px;
}

#nous_aider{
 position:absolute;
 width:235px;
 height:142px;
 z-index:10;
 top:475px;
 left:240px;
}

#bas_accueil{
	position:absolute;
	bottom:0px;
	}
