body {
	background-color:#fff;
	font-family:arial;
}

#global {
	width: 980px;
	margin: 20px auto 0 auto;
}

#container {
	width: 980px;
	height: 570px;
	margin: 0 auto;
	border: 1px solid #cccccc;
	margin: 0;
}

#header {
	width: 980px;
	height: 70px;
}

#logo {
    float: right;
    margin: 20px 20px 0 0;
}

#menu {
	width: 980px;
	height: 20px;
	background-color: #E1357D;
	margin-bottom: 20px;
}

#menu ul  {
	margin: 0px;
	padding: 0px 0 0 150px;
	list-style: none;
}

#menu ul li {
	float: left;
	padding-right: 50px;
}

#menu a {
	text-decoration:none;
	color: #fff;
	font-size: 14px;
	font-weight:bold;
}

#menu a:hover {
	/*color: #aa0775;*/
    color: #fbbfd6;
}

#visuel { 
    float: left;
    width: 300px;
    height: 445px;
    margin: 0 0 0 20px;
    border: 1px solid #cccccc;
}

#content { 
    float: right;
    width:630px;
    height: 445px;
    margin: 0;
    padding: 0;
}

#texte {
	height: 445px;
	width: 600px;
	color: #333333;
	overflow: auto;
	font-size: 12px;
	padding: 0 10px;
	margin-bottom: 20px;
	margin-right: 10px;
}

#texte {
	height: 445px;
	width: 600px;
	color: #333333;
	overflow: auto;
	font-size: 12px;
	padding: 0 10px;
	margin-bottom: 20px;
	margin-right: 10px;
}

#texte h1 {
	color:#E1357D;
	font-size: 25px;
	margin-top: 0;
}

#content ul {
    margin: 0;
    /*padding-left: 50px;*/
    list-style: circle;
}

#content ul li {
    margin-bottom: 5px;
}

#plan {
    background-image: url('../images/plan_pbna.jpg');
    background-repeat: no-repeat;
    height: 431px;
    width: 550px;
    border: 1px solid #E1357D;
}


#partenaires img {
    margin: 0 15px 0 0;
    float: left;
}

#partenaires p {
    border-bottom: 1px dotted #ccc;
    height: 80px;
    font-size: 14px;
}

b, a {
    color: #811969;
}

a:hover {
    text-decoration: none;
}

#footer {
	font-size:10px;
	text-align: center;
	height: 20px;
	padding-top: 5px;
	color: #333333;
	clear: both;
}

#footer a {
	color: #333333;
}

#footer a:hover {
    text-decoration: none;
}

img {
    border: 0;
}