* {
margin:0;
padding:0;
}
body {
    background-color: #fff;
    margin-left: 0;
    margin-top: 0;
}
img {
    border: 0;
    vertical-align: middle ;
}

div#wrap {
   border: 0px solid black;
   margin: 0 auto;     /* this centers wrapper */
   max-width: 1000px; /* IE wont understand these, so we will use javascript magick */
   min-width: 1000px;
   min-height: 800px;
   background-color: #fff;;
   color: black;
}
div#header {
   height: 326px;
   width: 1000px;
   background: #479451 url(/images/networking/header.jpg) no-repeat 0 0px;
}
div#bande {
    float: left;
    height: 160px;
    width: 1000px;
    background: #fff url(/images/networking/bandeau.jpg) no-repeat 0 0px;
}
div#news {
      float: left;
    height: 380px;
    width: 250px;
    background: #fff;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 10px;
    border: solid 1px #C1146E;
}

.titre_news{
      margin-top:10px;
      padding-top:0px;
      font-family: verdana;
      font-size: 15px;
      font-weight: bold;
      color: #fff;
      background-color: #C1146E;
}
div#normal_content {
      float: right;
    height: auto;
    width: 680px;
    background: #fff;
    padding-left: 10px;
    text-align: justify;
}
div#nav {
    position: relative;
    margin-top: 95px;
    margin-left: 20px;
    height: 20px;
    width: 1000px;
    font-family: verdana;
    font-weight: lighter;
    font-size: 14px;
}
div#nav2 {
    position: relative;
    margin-top: 4px;
    margin-left: 19px;
    height: 20px;
    width: 1000px;
    font-family: verdana;
    font-weight: lighter;
    font-size: 13px;
}
div#content a{
    color: #C1146E;
    text-decoration:underline;
}
div#content a:hover{
        color: #C1146E;
}
div#content a:visited{
        color: #C1146E;
}
div#content {
    background-color: #fff;
    float: left;
    padding-left: 0px;
    padding-top: 2px;
    padding-right: 0px;
    height: 100%;
    width: 1000px;
    font-family: verdana;
    font-weight: lighter;
    font-size: 13px;
    color: #000;
}
/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 12px;
	height: 100%;
	background: red;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: red;
}

.jspVerticalBar *,
.jspHorizontalBar *
{
	margin: 0;
	padding: 0;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background: #dde;
	position: relative;
}

.jspDrag
{
	background: #bbd;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow
{
	height: 16px;
}

.jspHorizontalBar .jspArrow
{
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}
