/* CSS Document */

body
{
	background-color:#fce6c4;
	color : #413016;
	font-family : Arial;
}

body p{
	margin : 0;
}

h1
{
	color:#074773;
	font-size:20px;
}

#container
{
	margin : auto;
	width:820px;
	background-color : #d3bfa0;
}

#header
{
	padding-bottom:10px;
	background-color:#d3bfa0;
}
#bandeau
{
	background-color:#413016;
	height : 160px;
	width : 100%;
}

#liens
{
	background-color:#413016;
	color : #ffffff;
	padding-bottom:5px;
	height : 30px;
}

#urls{
	width : 240px;
	background-color:#413016;
	color : #ffffff;
	margin-left : 10px;
}

.subtitle{
	background-color:#413016;
	color : #ffffff;
	border-top : 1px solid #000000;
	border-bottom : 1px solid #000000;
	padding : 5px 0 5px 0;
	text-align : center;
}

.lien_blanc{
	color : #ffffff;
	text-decoration:underline;
	}
.lien_pied{
	color : #ffffff;
	text-decoration:none;
	font-size : 0.9em;
	text-align : left;
}

.periode{
	font-size : 0.8em;
}
.tarif{
	font-size : 1.1em;
}

.text_reduit{
	font-size : 0.9em;
	text-align:left;
}

#liens a
{
	text-decoration:none;
	color:#FFFFFF;
}

#liens a:hover
{
	text-decoration:underline;
	color:#fce6c4;
}

#footer
{
	background-image : url('../images/footer2.jpg');
	background-repeat : no-repeat;
	width : 800px;
}

#top_div
{
	text-align:right;
	padding-right:10px;
}

#top_div a
{
	color:#074773;
	text-decoration:none;
}

#top_div a:hover
{
	color:#074773;
	text-decoration:underline;
}
.texte_justify{
text-align:justify;

}

