/* CSS Document
---------------------------------------------------------- */

body {
	background: #401A2E;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size:1em;
	line-height: 1.6em;
	}

html, body {
	margin:0;
	padding:0;
	}

/* Layout
---------------------------------------------------------- */
div#conteneur{
	margin: 0 auto 0 auto;
	width:942px;
	background:#401A2E url(wrapper.jpg) repeat-y;
	}

div#menu {
	margin: 0 60px 0 60px;
	}

div#wrapper {
	margin: 0 auto 0 auto;
	height:auto;
	width: 942px;
	}

div#header {
	background:#401A2E url(header.jpg) no-repeat;
	height:101px;
	margin: 0 auto 0 auto;
	width: 942px;
	}

div#page {
	padding: 10px 60px 25px 60px;
	margin: 0 35px 0 35px;
	}

div#page1 {
	padding: 10px 60px 25px 60px;
	margin: 0 35px 0 35px;
	background-attachment:scroll;
	background-image:url(chatons.jpg);
	background-position:right bottom;
	background-repeat:no-repeat;
	}

div#footer {
	background:#401A2E url(footer.jpg) no-repeat;
	margin: 0 auto 0 auto;
	width: 942px;
	height:102px;
	}
div#footer p { text-align:center; margin-top:0px; padding-top: 17px;font-size:10px; line-height: normal;}
div#footer a { color:#FFFFFF; text-decoration:none;}
div#footer a:hover { text-decoration:underline;}

/* Textes & Images
---------------------------------------------------------- */
p { text-align:justify;}

h1, h2, h3, h4, h5 {
	font-weight:lighter;
}
.center {text-align:center;}

h5 {text-align:center; margin-top:50px;}

h1 {font-size:1.8em}
h2 {font-size:1.5em}
h3 {font-size:1.3em}
h4 {font-size:1.2em}
h5 {font-size:1.0em}

 .imgleft { float:left; text-align:center; padding: 0 0 0 0; margin: 5px 1em 0 0; }
 .imgright { float:right; text-align:center; padding: 0 0 0 0; margin: 5px 0 0 1em; }
 .imgcenter { display:block; position:relative; margin-left:auto; margin-right:auto; margin-top:5px; }
 
 img {border: 3px solid #FFFFFF;}
 
 a {color:#FF67B6;}
 a:hover {color:#F891C7;}
 
.imgliens {border:0px;}
