body, html
{
	overflow: auto;
}


/*
**   BLOCS   **************************************************************************
*/

div#conteneur
{
	position: relative;
	width: 100%;
	text-align: left;
}

div#titrePage
{
	position: relative;
	height: auto;
	margin: 0 0 10px;
}


/*
**   CADRES DEGRADES ******************************************************************
*/

div.cadre
{
	position: relative;
	width: 660px;
	margin: 0 0 10px;
}

div.degradeDH
{
	position: relative;
	width: 660px;
	height: 13px;
	background: url(../img/degrade_d_haut.jpg) no-repeat top left;
}

div.degradeD
{
	position: relative;
	width: 660px;
	background: url(../img/degrade_d_fd.jpg) repeat-y top left;
}

div.degradeDB
{
	position: relative;
	width: 660px;
	height: 13px;
	background: url(../img/degrade_d_bas.jpg) no-repeat top left;
}

div.degradeGH
{
	position: relative;
	width: 660px;
	height: 13px;
	background: url(../img/degrade_g_haut.jpg) no-repeat top left;
}

div.degradeG
{
	position: relative;
	width: 660px;
	background: url(../img/degrade_g_fd.jpg) repeat-y top left;
}

div.degradeGB
{
	position: relative;
	width: 660px;
	height: 13px;
	background: url(../img/degrade_g_bas.jpg) no-repeat top left;
}

div.cadre th
{
	font-weight: bold;
	text-align: right;
	padding: 2px 5px 0;
	vertical-align: top;
}

div.cadre td
{
	padding: 0 5px;
	vertical-align: top;
}


/*
**   FORMULAIRES ********************************************************************
*/

option
{
	padding: 1px 6px 1px 3px !important;
	padding: 1px 3px;
	vertical-align: middle;
	margin: 0 0 3px;
	font-weight: normal;
}

input, textarea
{
	padding: 1px 3px;
	vertical-align: middle;
	margin: 0 0 3px;
	font-weight: normal;
}

input.bouton
{
	display: block;
	width: 181px;
	height: 33px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	border: 0 none;
	background: url(../img/bt_valider_off.gif) no-repeat top left;
	cursor: pointer;
}

.erreur
{
	font-weight: bold;
	color: #FF0000;
}

.note
{
	font-size: 9px;
}
