/* CSS Document */
/********************** Pour la page d'accueil uniquement ******************************************************/
#page_accueil {
	background-image: url(images/test2.jpg);
	background-repeat: repeat-x;
}
#ligne1_accueil {
	padding-left:0px;
	padding-top:15px;
	margin-top:0px;
	margin-left:0px;
	height: 240px;
	width:100%;
}
.titre_accueil {
	font-size:22px;
	font-weight:bold;
	color:#5F6D7A;
	height:30px;
	padding-top:10px;
}
.arguments {
	font-size:15px;
	color:#C74833;
}
.inscription {padding-top:20px; padding-bottom:20px;}
#naissance .inscription {
	background-image: url(images/naissance3.gif);
	background-repeat: no-repeat;
	background-position: 360px center;
}
#mariage .inscription {
	background-image: url(images/mariage2.gif);
	background-repeat: no-repeat;
	background-position: 390px center;
}
#anniversaire .inscription {
	background-image: url(images/anniversaire2.gif);
	background-repeat: no-repeat;
	background-position: 400px center;
}
#noel .inscription {
	background-image: url(images/noel.gif);
	background-repeat: no-repeat;
	background-position: 400px center;
}
#definition {
	height:185px;
	margin-right:0px;
}
#slider {
	border: 1px double #D2D2D2; margin-left:0px; margin-top:5px; padding-right:5px;
	height:199px;
	background-color:#E2EBE6;
}
#slider #suivant {
position:relative;
 top: -14px;
 left:370px;
 width:70px;
 }
