/* CSS Document */

.screen {display:none;}

#navigBarre {display:none;}

#menu {display:none;}

#options {display:none;}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #FFFFFF;
	margin: 0px;
}

form {
	margin-bottom: 0px;
}



/* Liens ---------------------------------------------*/

a {
	text-decoration: none;
	color: #BF1238;	}
a:hover {
	text-decoration: underline;
	color: #BF1238;	}


/*-- Total de la page, alignement centré -------------*/
#webpage {
	width: 100%;
	margin:0px auto 0px auto;
	text-align:left;
/*	top:-680px; */
	position:relative;
	z-index:3;
}


/*-- Bandeau et texte pour l'identité ----------------*/
#identity {
	margin: 0px;
	padding: 0px;
	position:relative;
	clear:both;
}
	
	
#addressHome {
	padding: 20px 0px 15px 0px;
	float: left;
	width: 400px;
	margin: 0px;
}
	
#address {
	padding: 20px 0px 18px 0px;
	float: left;
	margin: 0px;
}
	

#bandeau {
	position:relative;
	margin: 0px 0px 0px 349px;
	padding-top: 70px;
}

#bandeau p {
	margin:2px 0px 2px 0px;
	font-size:10px;
	line-height:15px;
	}
.brd1px {
	border:1px solid #333333;
}



/*-- Zone principale ---------------------------------*/
#main {
	position:absolute;
	width:100%;
	margin: 0px;
	padding: 0px;
	clear: both;
	border-top: 0px #FF0000 solid;
}
	
 
/*-- contenu --------------------*/

#content {
	position:relative;
	float: left;
	margin: 0px 0px 20px 0px;
	padding:0px 10px 0px 10px;
	background-color:#ffffff;
	z-index:5;
	width:505px;
 }
#content p {
	text-indent:0px;
	margin: 0px 0px 0.5em 0px;
	padding:0px;
	line-height:1.5em;
	}
#content p.first {
	text-indent:0px;
	padding-top:8px;
	}
#content p.tree {
	margin:0px;
	padding:0px;
	line-height:1.5em;
	text-align:right;
	border-bottom: 1px #333333 dotted;
	}
#content p.tree a {
	text-decoration:none;
	font-weight: bold;
	color:#333333;
	}
#content p.tree a:hover {
	text-decoration:overline;
	}

#content li {
	margin: 2px 0px 2px 0px;
	font-weight:normal;
	background-image: url(images/not_red9.png);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-bottom: 2px; 
	padding-left: 18px;
}
#content ul {
	margin: 5px 0px 5px 20px;
	padding-left: 12px;
	list-style:none;
}

#content p.headline {
	margin:23px 0px 0.5em 0px;
	padding:0px;
	line-height:1.5em;
	text-align:left;
	font-weight:bold;
	border-bottom: 1px #333333 dotted;
	}

.list {
	margin-bottom:0.5em;
	border-bottom:1px #333333 dotted;
	}
.msg {
	color: #BF1238;
	padding-bottom:10px;
	border-bottom:1px #333333 dotted;
}
.brdbottom{
	border-bottom:1px solid #333333;
}
.brdtopbottom {
	border-top:1px solid #333333;
	border-bottom:1px solid #333333;
}
* html #content { height: 1%; }


/*-- Colonne  de droite ------------------*/

.opt {
	background-color: #ffffff;
	position:relative;
	width: 100%;
	padding: 0px; 
	margin-top:20px;
	margin-bottom:1px;
	z-index:10;
	border:1px dotted #333333;

}

.opt td {
	font-size:10px;
	}
	
.SmallButton {
	font-size:10px;
	WIDTH: 100px; 
	height:21px;
	background-color:#EEEEEE; 
	border:1px solid #333333;
}

.SmallSelect {
	font-size:10px;
	background-color:#FFFFFF; 
	border:1px solid #333333; 
	height:13px; 
}


/*-- Signature en bas de page --------------------*/
#signature  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	margin:0px;
	padding: 3px 5px 5px 5px;
	clear:both;
	border-top: 1px solid #CCCCCC;
	}
#signature td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	}
#signature p {
	margin: 5px 0px 20px 5px;
}
#signature table {
	margin: 0px;
	padding: 0px;
	border:0px;
}