*	{
	margin: 0;
	padding: 0;
}
body	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #000;
	background: #FFF url(../images/app/fond-page.gif) top center repeat-y;
	text-align: center;
}
img,
fieldset	{
	border: none;
}

select,
input,
a img	{
	vertical-align: middle;
}
a	{
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
a:hover	{
	text-decoration: underline;
}

#page	{
	width: 970px;
	padding: 0 10px 16px 10px;
	margin: auto;
	text-align: left;
	background: #FFF;
}
#content	{
	width: 970px;
	overflow: hidden;
	padding-top: 18px;
}
#left	{
	float: left;
	width: 280px;
	padding-top: 5px;
}
#right	{
	float: right;
	width: 634px;
	padding: 5px;
}

.header1	{
	width: 885px;
	margin-left: 85px;
	padding-top: 10px;
	overflow: hidden;
}
.header1 p	{
	float: left;
	padding-right: 7px;
	margin-right: 7px;
	background: url(../images/app/fond-lien-bandeau.gif) right center no-repeat;
}
.public .header1 p.dernier	{
	background: transparent;
}

.header2	{
	width: 970px;
	overflow: hidden;
	padding-top: 7px;
}
.public .header2	{
	padding-top: 9px;
}
.logo	{
	float: left;
}
.bandeau	{
	width: 896px;
	overflow: hidden;
	float: right;
	background: url(../images/app/fond-bandeau-accueil-nnmp.jpg) top left no-repeat;
}
.accroche	{
	float: left;
}

.acces	{
	border-left: 1px solid #E2001A;
	margin-bottom: 20px;
	position: relative;
	height: 200px;
}
.acces p {
	font-size: 1.3em;
	padding-left: 16px;
}


.acces H2 {
	PADDING-LEFT: 26px;
	FONT-SIZE: 1.4em;
	BACKGROUND: url(../images/app/fond-titre-acces.gif) no-repeat left top;
	MARGIN-BOTTOM: 15px;
	POSITION: relative; 
}
ul{
	padding: 5px 0px 5px 5px;
}

li	{
	list-style-type: none;
	background: url(../images/app/puce-fleche-smenu.gif) top left no-repeat;
	padding-left: 14px;
		padding-bottom: 5px;
}

li span	{
	display: inline;
	background: transparent;
	font-size: 1.2em;
	font-weight: normal;
}

.entree	{
	position: absolute;
	bottom: 0;
	width: 280px;
}
.acces p.dernier	{
	margin-bottom: 18px;
}
.acces p.message	{
	margin-top: 16px;
	background: #E2001A;
	padding: 3px 11px 2px 11px;
}

.formulaires p	{
	padding-bottom: 3px;
	overflow: hidden;
}

td.toolEnregistrer, td.toolInfo {
	background: url(../images/app/fond-bouton.gif) top left no-repeat;
	border: 0;
	width: 130px;
	height: 22px;
	text-align: center;
	cursor: pointer;
	padding: 0;
	font-weight: bold;
	color: #E15815;
	font-size: 1.2em;
}
table.clsContent {
	background: #FCEEE7 url(../images/app/fond-champs.gif) top repeat-x;
	border-bottom: 1px solid #F2B99C;
	padding: 15px 10px 12px 10px;
	margin-bottom: 10px;
	float: left;
	width: 634px;

}

td.formlabel	{
	padding-left: 8px;
	padding-right:10px;
	margin-bottom:10px;
	font-size: 1.1em;
}
input, select, textarea	{
	border: 1px solid #7E898F;
	font-size: 1.2em;
}

select	{
	margin-top:3px;
		margin-bottom:3px;
}
input	{
	padding: 1px 3px;
	color: #E15815;
	font-weight: bold;
	margin-bottom:10px;

}
textarea	{
	width: 492px;
	margin-top: 10px;
	overflow: auto;
}

.requiredField {
	background:url(../images/app/important.gif) center center no-repeat;
	display:inline;
	width:20;
	height:16;
	cursor:hand;
	cursor:pointer;
}
 .cgu{
 	width:500px;
 	float:left;
 }
