
body
{
	margin: 0;
/*    background-color: #D3CFD0; */
  background-color: white;
}

#top
{
	background-image: url('images/banner.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	border-bottom: 1px solid #333333;
	height: 150px;

/*    background-color: #4C2600; */
    background-color: white;
}

#left
{
	float:left;
	margin-right: 20px;
	width: 180px;
}

#middle
{
	margin-left: 230px;
}

#intpage
{
	padding-right: 25px;
	text-align: justify;
	min-height: 400px;
}

h1 {
	color: #600000;
	font-size: 24px;
}


#tarifs
{
	border: 1px solid black;
	border-collapse: collapse;
	width: 80%;
	margin: auto;
	text-align: right;
}

#tarifs .title
{
	background-color: #500000;
	color: white;
	font-weight: bold;
	border: 1px solid black;
}


#tarifs .periode
{
	color: #cccccc;
	text-align: right;
	padding-right: 10px;
}

#tarifs td
{
	border-right: 1px solid black;
	height: 24px;
	padding-right: 10px;
}

#tarifs .p1
{
	background-color: #f0f0ff;
}

#tarifs .p3
{
	background-color: #f0ffff;
}

#tarifs .p2
{
	background-color: #fff0f0;
}

#tarifs .p4
{
	background-color: #f0f0f0;
}
#tarifs .t
{
	border-bottom: 1px solid black;
}
#tarifs .end
{
	border-right: 2px solid black;
}

#tarifs .tprev
{
	background-color: #900000;
}

#footer
{
	text-align: right;
	font-size: 12px;
	padding-bottom: 10px;
	padding-right: 10px;
}

.accueil ul
{
	padding-left: 15px;
}

.accueil ul li
{
	list-style-type: none;
	list-style-position: inside;
	padding-top: 3px;
	padding-bottom: 3px;
	
}


a
{
	color: #000090;
	text-decoration: none;
}


#adresse
{
	font-size: 12px;
	text-align: center;
}


.hoverlittleimg
{
	vertical-align: top;
	border: 0;
}

#flashcontent
{
  height: 600px; 
}
