html, body{
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #646466;
	background-image: url(images/fond.jpg);
	background-repeat: repeat-x;
}

#container{
	width: 716px;
	text-align: left;
	margin: 0 auto 0 auto;
	height: 100%;
	padding-top: 0px;
}

#header{
	width: 716px;
	height: 270px;
	background: url(images/header-b.jpg);
	clear: both;
}

#menu{
	width: 182px;
	background: url(images/menu-fond-b.jpg);
	float:left;
}

#menu-h{
	width: 182px;
	font-family: Verdana;
	font-size: 14px;
	color: white;
	font-weight: bold;
}

#menu-h ul{
	list-style-type: none;
	margin: 0;
	padding-left: 25px;	
	padding-right: 25px;
}

#menu-h li{
	padding-top: 7px;
	padding-bottom: 4px;
	border-bottom: solid;
	border-bottom-color: white;
	border-bottom-width: thin;	
}

#menu-h li a{
	text-decoration : none;
	color:white;
}

#menu-h li a:hover{
	text-decoration : none;
	color:#fce303;
}
#menu-b{
	width: 182px;
	height: 34px;
	background: url(images/menu-footer-b.jpg);
}

#calepin{
	width: 534px;
	float: right;
	background: url(images/fond-carnet-b.jpg);
}

#page1 {
	width:534px;
	background: url(images/fond-carnet-c.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
}

h3 {
	padding: 0 15 10 15;
	margin:0;
	font-family: sans-serif;
	font-size: 20px;
	color: white;
}

h4 {
	padding: 0 15 0 15;
	margin:0;
	font-family: sans-serif;
	font-size: 16px;
	color: #fce303;
}

.sstitre {
	padding: 0 15 0 15;
	margin:0;
	font-family: sans-serif;
	font-size: 12px;
	color: white;
}

p {
	padding: 0 15 10 15;
	margin:0;
	font-family: sans-serif;
	font-size: 13px;
	color:white;
}

p a{
	color:white;
}

p a:visited{
	color:white;
}

p a:hover{
	color:white;
	text-decoration:none;
}



.chapo {
	padding: 0 15 10 15;
	margin:0;
	font-family: sans-serif;
	font-size: 16px;
	color:#fce303;
}

#suite {
	width:534px;
}

#spirales{
	width:534px;
	height:53px;
	background: url(images/spirales-b.jpg);
}

#page2 {
	width:534px;
	background: url(images/fond-carnet-c.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
}

#footer {
	width: 534px;
	height:90px;
	background: url(images/footer-b.jpg);
}

.textefooter {
	padding: 50 15 10 15;
	margin:0;
	font-family: sans-serif;
	font-size: 11px;
	color:white;
	text-align:center;
}

.textefooter a{
	font-family: sans-serif;
	font-size: 11px;
	color:white;
	text-align:center;
}

.textefooter a:hover{
	font-family: sans-serif;
	font-size: 11px;
	color:white;
	text-align:center;
}

.textefooter a:visited{
	font-family: sans-serif;
	font-size: 11px;
	color:white;
	text-align:center;
}

