*
{
	margin: 0;
	padding: 0;
	font: 11px Lucida Grande, Arial, Tahoma, serif;
}

body
{
	background: #F6EBCF url('images/fond_body_tl.jpg') top left no-repeat;
	margin-left: 50px;
}

a img
{
	border: none;
}

a
{
	color: #492F15;
	text-decoration: none;
	font-weight: bold;
}

a:hover
{
	color: #1b86ea;
	text-decoration: none;
	font-weight: bold;
}

strong
{
	color: #553D25;
	font-weight: bold;
}

h1 /*réservé au logo du site*/
{
	width: 100%;
	height: 150px;
	padding-bottom: 5px;
}

#colonne_l
{
	width: 502px;
	float: left;
	color: #BBA883;
	margin-top: -10px;
	padding-bottom: 100px;
}

	.onglet_ferme
	{
		width: 472px;
		height: 13px;
		background: #F9F1E5 url('images/fond_onglet_ferme.png') no-repeat;
		padding: 14px 15px;
		margin-top: 5px;
		cursor: pointer;
	}
		
	.onglet_ouvert
	{
		width: 472px;
		height: 13px;
		background: #829B25 url('images/fond_onglet_ouvert.png') no-repeat;
		padding: 14px 15px;
		color: #D8EA90;
	}
	
		.onglet_ouvert strong
		{
			color: #FFFFFF;
		}
		
	/*   Styles pour le contenu des onglets (ouverts, donc)     */
	
	.onglet_content
	{
		width: 502px;
		height: 264px;
	}
	
		.onglet_description
		{
			width: 472px;
			height: 14px;
			background: #7F9828 url('images/fond_onglet_description.jpg') no-repeat;
			padding: 13px 15px;
			color: #FFFFFF;
		}
		
		.onglet_apercu
		{
			width: 500px;
			height: 220px;
			border-left: 1px solid #617C14;
			border-right: 1px solid #617C14;
		}
		
		.bandeau
		{
			width: 472px;
			height: 18px;
			background: url('images/bandeau.png') no-repeat bottom left;
			padding: 7px 15px;
			position: relative;
			top: -32px;
		}
		
			.bandeau a
			{
				text-decoration: none;
				color: white;
			}
			
			.bandeau a:hover
			{
				text-decoration: none;
				color: white;
			}

#colonne_r
{
	width: 200px;
	margin-left: 50px;
	float: left;
	color: #492F15;
}

	#colonne_r h2
	{
		font: 19px "Times New Roman", Arial, serif;
		color: #492F15;
		border-bottom: double 3px #9F8D72;
		margin-bottom: 10px;
	}
	
	.important
	{
		font-weight: bold;
	}

	.marge_l
	{
		padding-left: 27px;
	}
	
	.float_l
	{
		float: left;
	}
	
	.input_text
	{
		border: 1px solid #DDCEB1;
		width: 198px;
		height: 15px;
		padding: 2px;
		color: #492F15;
	}
	
	textarea
	{
		border: 1px solid #DDCEB1;
		padding: 2px;
		color: #492F15;
	}
