/****** SNB *********/

body {
	margin: 0;
	padding:0;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	background-repeat: no-repeat;
	background-position: center top;
}

img {
	border: none;
}

#wrapper {
	position: relative;
	width: 780px;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
}

#welcome {
	width:204px;
	height:36px;
	background: #fff url(../imgs/welcome.gif) 0 0 no-repeat;
	position:relative;
	top: 5px;
	left: -5px;
	margin-bottom: 15px
}

#bienvenue {

	width:206px;
	height:37px;
	background: #fff url(../imgs/bienvenue.gif) 0 0 no-repeat;
	position:relative;
	left: -4px;
		margin-bottom: 15px
}


#content {

	width:780px;
	height:500px;
	background: #fff url(../imgs/geonb-bg1.jpg) 0 0 no-repeat;
}


.texte {
	width: 500px;
	padding: 10px 10px 0 35px;
	color: #000000;
	font-size: 12px;
	
}
.textf {
	width: 450px;
	padding: 10px 10px 0 35px;
	color: #000000;
	font-size: 12px;
	
}

.text a, .text a:visited {
	color: #0053a0;
	font-weight: bold;
		font-size: 12px;
}

.text a:hover {
	color: #821a4a;
	font-weight: bold;
		font-size: 12px;
}



.bigtext {
	color: #000000;
	font-family: Avenir, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	line-height: 14px;
}


#topnav {
	float: right;
	color: #821a4a;
	font-size: 12px;
	margin-top: 20px;
	margin-right: 25px;	
}
#topnav a {
	color: #0053a0;
	padding: 0 15px;
}
#topnav a:hover {
	color: #821a4a;
}	
	
