/* standard elements */
* body {
	margin: 0;
	font-size: 75%;
	font-family: Tahoma; 
	font-weight: none; 
	color: #000000;
}


body {
	/*background:url("images/gradient.gif") repeat-x scroll 0 0 #73ADD7;*/
	background-image:url('images/gradient.gif');
	background-color:#73ADD7;
	background-repeat:repeat-x;
	vertical-align: top;
	text-align: center;
}

form,input {
	margin: 0;
	padding: 0;
	display: inline;
}

.col {width:48%; padding:0 5px; float:left;}
p {  line-height:15px;}

H2{
	line-height: 20px;	
	font-size: 1.4em;
	margin-bottom: 10px;	
}



.float_left {
	float: left;
}

.float_right {
	float: right;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}


/* structure */
#container {
	vertical-align: top;
	border: 2px solid #D7D7D2;
	background: #FFF;
	margin: 0 auto;
	padding: 5px;
	width: 852px
}

#banner{
	background-color:#FFFFFF;
}

#page_margins{
	background:url("images/background.jpg") no-repeat scroll center top transparent;
	display:table;
	width:100%;
}

#content{
	background:none repeat scroll 0 0 transparent;
	border:1px solid #CCCCCC;
	margin:205px auto;
	min-height:700px;
	text-align:center;
	width:892px;
}
#page{
	background-color:#FFFFFF;
	min-height: 500px;
}
#footer{
	background-color:#FFFFFF;
	color:#C0C0C0;
	margin-bottom: 30px;
}

.box{
	text-align: left;
	line-height: 1.3em;
	margin: 10px;
}

.message{
	padding: 5px;
	padding-left:25px;
}

textarea {
	border: 1px solid #888888;
}

FIELDSET{
	margin:5px;
}
LI {
	margin-left: -30px;
	line-height: 20px;
}

.form-buttons  {
	text-align:right;
}

ul.liste li{
	list-style:none outside none;	
}
