BODY{
	background-image:url(images/bg_body.jpg);
	background-repeat:repeat-y;
	background-position:center;
	background-color:#dde4e6;
}

.AdminContent{
	background-image:url(images/bg_body.jpg);
	background-repeat:repeat-y;
	background-position:center;
	background-color:#dde4e6;
	font-family:Verdana;
	color:#475b60;
	font-size:12px;
	text-align:justify;
}

INPUT.btn
{
	border:1px solid #a5acb2;
	background-color:#fdfdfd;
	color:#939393;
	width:100px;
}

HR
{
	width:100%; 
	height:1px;
	line-height:1px; 
	background:url(images/separateur_text.gif); 
	background-repeat:repeat-x;
	font-size:1px;
	border:0;
}
H1,H2,H3,H4,H5,H6
{
	margin:0px;
	padding:0px;
	display:inline;
}

H1{
	font-family:Helvetica;
	font-size:22px;
	color:#acbcc0;
	text-transform:uppercase;
	font-weight:bold;
	height:31px;
	vertical-align:top;
	text-align:left;
}
H2{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#475b60;
	font-weight:bold;
	text-transform:uppercase;
	text-align:left;
}
H3{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#475b60;
	font-weight:bold;
}
IMG{
	border:0;
}


#divHeader{

}

#divCentre{
	width:760px;
	padding-top:10px;
	padding-left:20px;
	padding-right:20px;
	overflow:auto;
}
#contentScroll{
	text-align:justify;
	width:540px;
	font-family:Verdana;
	color:#475b60;
	font-size:12px;
	text-align:justify;
}
#divContentScroll TD
{
	text-align:left;
	font-family:Verdana;
	color:#475b60;
	font-size:12px;
}
#divFooter{
	width:760px;
	padding-left:20px;
	padding-right:20px;
}
#divError{
	background-image:url(images/error-bg.jpg);
	margin-top:150px;
	width:638px;
	height:432px;
	border:1px #C1C2C3 solid;
}
#divTitleError
{
	height:72px;
	padding:25px;
}
#divDescError{
	height:223px;
	padding:10px;
}

.bgJaune{
	background-color:#f4b800;
}
.textCopyright{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#737373;
	height:17px;
}
.Titre1{
	font-family:Helvetica;
	font-size:22px;
	color:#acbcc0;
	text-transform:uppercase;
	height:31px;
	font-weight:bold;
	vertical-align:top;
}
.sousTitre1{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#475b60;
	font-weight:bold;
	text-transform:uppercase;
}
.paraTitre1{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#475b60;
	font-weight:bold;
}



a:hover{
	font-family:Verdana;
	color:#f4b800;
	font-size:10pt;
	text-decoration:underline;
	font-weight:bold;
}
a:visited{
	font-family:Verdana;
	color:#f4b800;
	font-size:10pt;
	text-decoration:none;
	font-weight:bold;
}
a:link{
	font-family:Verdana;
	color:#f4b800;
	font-size:10pt;
	text-decoration:none;
	font-weight:bold;
}
a:active{
	font-family:Verdana;
	color:#f4b800;
	font-size:10pt;
	text-decoration:none;
	font-weight:bold;
}
.PtitText1{
	font-family:Verdana;
	color:#424143;
	font-size:8pt;
}

/* ---------- FORM --------------------- */
form {
		width: 100%;
		min-width: 400px;
	}
	
fieldset {
	border: 1px solid #d3d7cf;
	border-width: 1px 0 0 0;
	margin: 0;
	padding: 1% 1em;
	clear: both;
}

legend {
	margin-bottom: 10px;
	padding: 0 1em;
	font-weight:bold;
	color:#475b60;
	text-transform:uppercase;
}

.double 
{
	text-align:right;
	width:94.8%;
}

.field, .double 
{
	clear: both;
	padding: 1% 0 0 0;
	margin: 0 0 0 0;
}

.field label, .double p {
	cursor: pointer;
	width: 29%;
	margin: 0 1% 0 0;
	float: left;
	display: block;
	text-align: right;
	line-height: 150%;
	max-width: 150px;
	min-width: 50px;
}

.field input, .field select, .field textarea {
	width: 64%;
	float: left;
	display: block;
	line-height: 150%;
	margin: 0;
	max-width: 450px;
	min-width: 150px;
}

.double input, .double select, .double textarea {
	width: 26.5%;
	max-width: 112px;
	min-width: 75px;
}

.double label {
	width: 16.46%;
	max-width: 120px;
	min-width: 25px;
	
}
.double textarea, .double input, .field input, .field select, .field textarea {
	border-top: 1px solid #d3d7cf;
	border-left: 1px solid #d3d7cf;
	border-bottom: 1px solid #eeeeec;
	border-right: 1px solid #eeeeec;
	background-color:#fdfdfd;
	color:#939393;
}