body, html
{
	height: 100%;
	margin: 0px;
	padding: 0px;
}

a img
{
	border: none;
}

h3
{
	font-size: 2em;
	margin-top: 0px;
	margin-bottom: 15px;
}

body
{
	text-align: center;
	font-family: "century schoolbook", verdana, arial, serif;
	font-size: 12px;
	background-color: #f5db93;
	color: #5d005e;
}

#haut
{
	margin-top: 0px;
	padding-top: 20px;
	background-image: url(./images/fondhaut.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: #224d6b;
}

#bas
{
	background-image: url(./images/fondbas.jpg);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #f5db93;
	margin-bottom: 0px;
}


#structure
{
	height: 550px;
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	background-color: #fbc4d9;
}

td
{
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}

p
{
	text-align: center;
	text-indent: 0px;
}

a img
{
	border: none;
}

#menu
{
	background-color: #f99ec0;
	text-align: center;
	background-image: url(./images/bordure.jpg);
	background-repeat: repeat-y;
	background-position: left;
	border-right: 1px solid #5d005e;
	

}

#menu a, #menu img
{
	display:inline;
	margin:0px;
	padding:0px;
}

#cadrecontact
{	
	background-image:url(./images/cadrecontact.png);
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: middle;
	width: 191px;
	height: 137px;
	padding-top: 15px;
	padding-bottom: auto;
}

#contenu
{
	background-image: url(./images/logo.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	border-right: 1px solid #5d005e;
	font-size: 18px;

}

#contenu p
{
	padding-left: 10px;
	padding-right: 5px;
}

#bandeau
{
	width: 952px;
	height: 187px;
	background-image: url(./images/bandeau.jpg);
	background-position: center;
	margin-left: auto;
	margin-right: auto;
}

#fondmenu
{
	vertical-align: top;
	background-image: url(./images/bordure.jpg);
	background-repeat: repeat-y;
	background-position: left;
	padding-bottom:auto;
	height: auto;
}

#pied
{
	color: white;
	text-align: center;
	vertical-align: top;
	padding-top: 15px;
	background-image: url(./images/pied.jpg);
	background-position: top;
	background-repeat: no-repeat;
	height: 75px;
	width: 952px;
	margin-left: auto;
	margin-right: auto;
	font-size: 1.2em;	
}