body {
	margin : 0;
	padding : 0;
	padding-top : 10px;
	padding-bottom : 10px;
	background-color : #0096AD;
	background-image: url("../images/page_fond.gif");
	
	text-align : center;
}

#page {
	width : 760px;
	text-align : left;

	background-color : #ffffff;

	margin-right : auto;
	margin-left : auto;
}


.logo {
	padding: 7px;
}

/*--------------------------------------------------------------------
/* HEADER
/**/

#header {
  background-image : url(../images/header.gif);
  background-repeat: no-repeat;
  height: 154px;
  width: 760px; 
}

/*--------------------------------------------------------------------
/* CONTENT
/**/

#content {
	width : 760px;
	min-height : 340px;
	margin: 0px;
	text-align : left;
}

.boxhead {
	margin: 0px;
	padding:0px;
	padding-left: 10px;
	padding-right : 10px;
	padding-top: 10px;
	height: 30px;
	background-color: #962A2C;
	color:#FFFFFF;
	font-family: Verdana, Arial, sans-serif;
	font-size: 13pt;
	font-weight:900;	
}

.boxhead a{
	color: white;
}
	

/*--------------------------------------------------------------------
/* Box
/**/

.box {
	
	width: 100%;
	padding: 0px;
	margin: 0px;
	margin-top: 2px;
	/*border: solid #962A2C thin;*/
	font-family: Verdana, Arial, sans-serif;
}

.boxpartner, .boxcoord{
	width: 340px;
	margin-top: 5px;
	padding-top: 0px;
	border: none;
	text-align: center;
}

.boxcoord {
	float: right;
}

p{
	margin: 10px;
}



/*--------------------------------------------------------------------
/* FOOTER
/**/

#footer {
	margin-top : 10px;
	background-color: #006A7C;
	height : 40px;
}

#footer #footer-container{
	position : relative;
}

#footer #f_copyright {
	font-size: 7pt;
	position : absolute;
	left : 10px;
	top : 10px;
	color : #ffffff;
}

#footer #f_copyright a{
	color : #ffffff;
}

#footer #f_realisation {
	font-size : 7pt;
	position : absolute;
	right : 10px;
	top : 10px;
	color : #ffffff;
}

#footer #f_realisation a {
	color : #ffffff;
}

