/* CSS Canine Attitude */
/* Fix a bug in Mozilla when the user resizes window */
html 
{
	min-width:675px;
}
/* END MOZILLA FIX */

body 
{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	background-color: #C090A8;
	font-family: "Comic Sans MS", Arial, "Times New Roman", Times, sans-serif;
	font-size: 0.9em;
}

a
{
	color: #90A890;
	text-decoration: none;
	font-weight: bold;
}

a:hover
{
	text-decoration: underline;
}

#logo
{
	width: 183px;
	height: 192px;
	position: absolute;
	top: 10px;
	left: 11%;
	background: url("../images/logo.gif") no-repeat;
}

h1
{
	text-indent: -50000px;
}

#en_tete
{
	height: 200px;
	border: 2px dotted #C07890;
	background: url("../images/bandeau.gif") no-repeat bottom center #F0D8C0;
}

#menu
{
	width: 20%;
	float: left;
	margin-top: 20px;
	padding: 5px;
	background-color: #F0D8C0;
	border: 2px dotted #C07890;
}

#corps
{
	margin-left: 22%;
	margin-top: 20px;
	padding: 10px;
	border: 2px dotted #C07890;
	background-color: #F0D8C0;
	text-align: justify;
}

#corps h2
{
	text-align: center;
	color: #907860;
}
#pied_de_page
{
	clear: left;
	margin-top: 20px;
	text-align: center;
	border: 2px dotted #C07890;
	background-color: #F0D8C0;
}

.a_droite 
{
	text-align: right;
}

.au_centre 
{
	text-align: center;
}

#tarif
{
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}

#tarif table
{
	width: 100%;
}
