*
{
	border: 0px;
	margin: 0px;
	padding: 0px;
}

body
{
	background-color: #fff;
	background-image: url('fond_hachures.png');
	font-family: arial;
	color: #893a00;
}
#logo
{
	position: absolute;
	top: 0px;
	right: 0px;
}
	#pousse_texte_pour_logo
	{
		float: right;
		height: 180px;
		width: 230px;
	}
#menu
{
	padding-top:10px;
	padding-bottom:10px;
	background-color: #fff;
	border-top: 1px solid #ffda6b;
	border-bottom: 1px solid #ffda6b;
	text-align: left;
	margin-top: 10px;
}
	#menu a
	{
		text-decoration: none;
		font-size: 13px;
		color: #893a00;
		margin-left: 10px;
		padding-left: 15px;
		background-image: url('puce_menu.png');
		background-repeat: no-repeat;
	}
	#menu a:hover
	{
		color: #000;
		background-image: url('puce_menu_hover.png');
	}
#content
{
	margin-left: 50px;
	margin-right: 50px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	min-height: 400px;
	
	border: 1px solid #ffda6b;
	
	background-color: #fff;
}
	#content h1
	{
		margin-bottom: 5px;
		margin-top: 10px;
		text-align: center;
		font-size: 20px;
		border: 1px solid #893a00;
		border-left: 0px;
		border-right: 0px;
	}
	#content h2
	{
		margin-top: 5px;
		font-size: 16px;
	}
	#content p
	{
		margin-top: 5px;
		text-indent: 25px;
		text-align: justify;
	}
	#content a
	{
		color: #038900;
		text-decoration: none;
		border-bottom: 1px solid #038900;
	}
		#content a:hover
		{
			background-color: #ffda6b;
			border-top: 1px solid #038900;
		}
	img.image_gauche
	{
		float: left;
		margin-right: 10px;
		margin-bottom: 5px;
		margin-top: 5px;
		padding:5px;
		border: 1px solid #000;
	}
	img.image_droite
	{
		float: right;
		margin-left: 10px;
		margin-bottom: 5px;
		margin-top: 5px;
		padding:5px;
		border: 1px solid #000;
	}
#alphao_cc
{
	margin: auto;
	background-color: #fff;
	border: 1px solid #ffda6b;
	border-bottom: 0px;
	width: 200px;
	padding: 5px;
	text-align: center;
	font-size: 12px;
}
	#alphao_cc a
	{
		color: #893a00;
		text-decoration: none;
		margin-left: 5px;
		margin-right: 5px;
	}