body {
	background-color: #0D93DC;
	font-family: "Ubuntu",Arial,Helvetica,sans-serif;
	font-size: 0.85em;
	color: black;
	margin: 0;
	padding: 0;
	/*background-color: #fff;
	font-family: verdana, arial, sans-serif;
	color: #888;
	font-size: 0.7em;
	background-image:url(../Images/body_bg.png);
	background-repeat:repeat;
	*/
	
}

#form-global {
	position:absolute;
	left: 50%;
	top: 50%;
	width: 600px;
	height: 250px;
	margin-top: -125px;
	margin-left: -300px;
	border: 1px solid gray;
	background-color: #fff;
	
	
}

#gal-global {
	position:absolute;
	left: 50%;
	width: 750px;
	margin-left: -375px;
	margin-top: 10px;
	border: 1px solid gray;
	background-color: #fff;
}

img {
	border: 0;
}

#form-contents {
	margin-top: 70px;
	text-align: center;
}

input {
	border: 1px solid gray;
	color: #555;
	font-size: 1em;
}

#form-banniere {
	text-align: center;
	/*background: #e6e4ff;*/
	background-color:#8BCEEF;
	padding: 20px;
	font-weight: bold;
	font-size: 1.4em;
	border-bottom: 1px solid gray;
}

#gal-banniere {
	text-align: center;
	/*background: #e6e4ff;*/
	background: #8BCEEF;
	padding: 5px;
	font-weight: bold;
	font-size: 1.2em;
	border-bottom: 1px solid gray;
}

div .image {
	float: left;
	width: 510px;
	text-align: center;
	margin-bottom: 30px;
}

div .image img {
	border: 1px solid gray;
}

div .information {
	margin-left:515px;
	padding: 5px;
	width: 220px
}

ul {
	padding-left: 10px;
}


h1 {
	font-size: 1.2em;
	border-bottom: 1px solid gray;
	margin-bottom: 10px;
}

.wrapper {
	clear: both;
	height:0;
}

a {
	color: #8BCEEF;
	background-color: transparent;
	text-decoration: none;
}

a:hover {
	color: red;
	background-color: transparent;
	text-decoration: none;
}

div .pagebox {
	float: left;
	height: 20px;
	width: 68px;
	line-height: 20px;
	text-align: center;
	/*color: #F4F3FD;*/
	color: #8BCEEF;
	background: #fff;
	border: 1px solid gray;
	margin: 5px 4px 2px 4px;
}

div .deconnection {
	float: left;
	height: 20px;
	width: 64px;
	line-height: 20px;
	text-align: center;
	/*color: #00FFFF;*/
	color: #8BCEEF;
	background: #FFF;
	border: 1px solid gray;
	margin: 5px 4px 10px 4px;
}

div .pageboxactive {
	float: left;
	height: 20px;
	width: 64px;
	line-height: 20px;
	text-align: center;
	/*color: #C79FFF;*/
	color: #07416F;
	/*background: #F4F3FD;*/
	background: lightblue;
	border: 1px solid gray;
	margin: 5px 4px 2px 4px;
}

#footer {
	font-size: 0.8em;
	font-weight: bold;
	text-align: center;
	margin: 10px;
	background-color: #fff;
	color: #ccc;
}