@charset "UTF-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}

img{
	border:0;
}

body{
	background:url(templateindex/index.jpg) top center no-repeat fixed;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

#top{
	width:100%;
	background:url(templateindex/top.jpg) top center no-repeat;
	height:42px;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	color:#FFF;
	padding-top:17px;
}

#conteneur{
	width:1000px;
	margin:100px auto;
	height:200px;
}

#prestacor{
	width:295px;
	height:198px;
	background:url(templateindex/prestacor.png) top center no-repeat;
	float:left;
	margin-left:200px;
	text-align:center;
	padding-top:230px;
}

#animacorse{
	width:295px;
	height:198px;
	background:url(templateindex/animacorse.png) top center no-repeat;
	float:left;
	text-align:center;
	padding-top:230px;
}

#texte{
	background:url(templateindex/texte.png) top center no-repeat;
	width:690px;
	height:400px;
	text-align:justify;
	color:#FFF;
	padding:40px 155px 10px 155px;
	position:absolute;
	left:50%;
	margin-left:-500px;
	margin-top:20px;
}
