@charset "UTF-8";

html,body
{
	background: transparent;
	font-family: Arial, sans-serif;
	font-size: 13px;
	height: 100%;
	margin: 0;
	padding: 0;
	padding-top: 5px;
	width: 100%;
}
.calage
{
	clear: both;
	height: 0;
	font-size: 0;
}
a
{
	color: #0060a9;
	text-decoration: none;
}
	a:hover
	{
		text-decoration: underline;
	}
button
{
	background: url('/images/commun/bouton_petit_bg.png') 0 0 no-repeat;
	border: none;
	color: #ffffff;
	cursor: pointer;
	height: 22px;
	padding-bottom: 3px;
	text-align: center;
	width: 120px;
}
	button:hover
	{
		background: url('/images/commun/bouton_petit_hover_bg.png')
					0 0 no-repeat;
		color: #0060a9;
	}

.titre
{
	height: 65px;
	position: relative;
	z-index: 150;
}
	.titre .gauche
	{
		background: url('/images/colorbox/titre_gauche.png') 0 0 no-repeat;
		float: left;
		height: 100%;
		width: 10px;
	}
	.titre h1
	{
		background: url('/images/colorbox/titre_h1.png') 0 0 repeat-x;
		color: #0060a9;
		font-size: 11px;
		float: left;
		height: 57px;
		margin: 0;
		text-transform: uppercase;
	}
	.titre .droite
	{
		background: url('/images/colorbox/titre_droite.png') 0 0 no-repeat;
		float: left;
		height: 100%;
		width: 30px;
	}
		.titre .droite a
		{
			display: block;
			height: 31px;
			width: 100%;
		}
.contenu
{
	background: #ffffff;
	color: #595959;
	float: left;
	margin: -40px 0 -50px 0;
	min-height: 90px;
	padding: 0 20px;
}
	.contenu *
	{
		position: relative;
		z-index: 200;
	}
	.contenu p
	{
		margin: 13px 0 0 0;
	}
.actions
{
	height: 65px;
	position: relative;
	z-index: 150;
}
	.actions .gauche
	{
		background: url('/images/colorbox/actions_gauche.png') 0 0 no-repeat;
		float: left;
		height: 100%;
		width: 10px;
	}
	.actions .milieu
	{
		background: url('/images/colorbox/actions_milieu.png') 0 0 repeat-x;
		float: left;
		text-align: right;
	}
	.actions .droite
	{
		background: url('/images/colorbox/actions_droite.png') 0 0 no-repeat;
		float: left;
		height: 100%;
		width: 10px;
	}
