HTML {
  height: 100%;
}

BODY, form {
	margin: 0;
	background: #efefef;
	height: 100%;
}

td,tr,p,div,p,ul,li,div,form,h1,h2,h3, textarea {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9px;
	color: #AFAFAF;
	padding: 0;
	margin: 0;
}

select, label, input { font-family: Verdana, Helvetica, sans-serif; font-size: 9px; padding: 0; margin: 0; z-index: 1; }

a:link {
	text-decoration: none;
	color: #AFAFAF;
}

a:visited {
	text-decoration: none;
	color: #AFAFAF;
	outline:none;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

a:active {
	text-decoration: none;
	color: #000000;
	outline:none;
}

a img { border:none; }

/*---------------------------------------------------*/
/*-- structure de la page --*/
/*---------------------------------------------------*/
#global {
	width: 100%;
	height: 100%;
	background: #FFFFFF;
	/*background: url(../img/nav_lg.gif) 0 0 repeat;*/
}

#global #main {
	width: 100%;
	margin: auto 0;
}

#global #main #container {
	width: 406px;
	margin: auto;
}

/*---------------------------------------------------*/
/*-- popup.js --*/
/*---------------------------------------------------*/
div.popup{
	width: 406px;
	/* The following properties should not be changed */
	position: absolute;
	z-index:2;
}

#popup_overlay {
  background-color: #000000;
  /* The following properties should not be changed */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 500px;
}

/* css du contenu */
#top {
	width: 100%;
	height: 10px;
	font-size: 1px;
	background: url(../img/popup_bg_top.gif) 0 0 no-repeat;
}
#bottom {
	width: 100%;
	height: 10px;
	font-size: 1px;
	background: url(../img/popup_bg_bottom.gif) 0 100% no-repeat;
}

#intitule {
	background: #FFFFFF;
	padding: 25px 25px 15px 35px;
}
#intitule #btClose {
	position: absolute;
	top: 10px;
	right: 24px;
}
#intitule h1 {
	text-transform: uppercase;
	padding-bottom: 20px;
	font-weight: normal;
	color: #000000;
}
#intitule p {
	font-weight: bold;
	color: #000000;
}
#contentPopup {
	background: #e5e5e5;
	padding: 25px 25px 15px 35px;
}
#contentPopup p {
	color: #000000;
	padding-bottom: 25px;
}
#contentPopup form {
	background: #e5e5e5;
}
#contentPopup label {
	color: #000000;
}
#contentPopup table {
	width: 100%;
}
#contentPopup table th {
	vertical-align: top;
	text-align: left;
	padding: 5px 0 30px 0;
	width: 100px;
}
#contentPopup table th { padding: 5px 0 15px 0; }
#contentPopup table td {
	vertical-align: top;
	padding: 3px 0 30px 0;
	width: 290px;
}
#contentPopup .table2 td { padding: 3px 0 15px 0; }
#contentPopup table label {
	color: #000000;
	font-weight: bold;
}
#contentPopup input {
	width: 80%;
	padding-bottom: 3px;
	border: 0;
	border-bottom: 1px solid #FFFFFF;
	background: #e5e5e5;
	margin: 10px 0 25px 0;
}
#contentPopup table input {
	width: 100%;
	padding-bottom: 3px;
	margin: 0;
	border: 0;
	border-bottom: 1px solid #FFFFFF;
	background: #e5e5e5;
}
#contentPopup table textarea {
	width: 96%;
	height: 175px;
	padding: 3px;
	border: 1px solid #FFFFFF;
	color: #000000;
}

#contentPopup .bouton {
	height: 17px;
	padding-top: 35px;
}
#contentPopup .bouton a {
	float: right;
}
#contentPopup .bouton .btCancel {
	padding-left: 20px;
}
#contentPopup .nostyle {
	padding: 0;
	margin: 0;
	width: 20px;
	border: 0;
}

#contentPopup #option input {
	padding: 0;
	margin: 0;
	width: 20px;
	border: 0;
}
#intitule .ref {
	color: #000000;
	text-transform: uppercase;
	padding-left: 5px;
}
#intitule .description {
	color: #000000;
	padding-left: 5px;
}
#contentPopup .mention {
	font-style: italic;
	color: #000000;
}
#contentPopup .option {
	color: #000000;
	padding: 10px 0;
}
#contentPopup .message {
	color: #000000;
	text-transform: uppercase;
	line-height: 120px;
	font-weight: bold;
	text-align: center;
}
#contentPopup .message2 {
	color: #000000;
	line-height: 20px;
}
