body {
	background-color:#fff;
	font-family:arial;
}

#global {
	width:978px;
	margin:auto;
	margin-top:10px;
}

#header {
	width:978px;
	height:125px;
	background:url('../images/forum_nutrition_header.png');
}

#menu {
	width:978px;
	height:45px;
	background:url('../images/forum_nutrition_menu.png');
}

#menu ul  {
	margin:0px;
	padding:0px;
	list-style:none;
	padding-top:9px;
	margin-left:50px;
}

#menu ul li {
	float:left;
}

#menu a {
	text-decoration:none;
	color: #fff;
	font-size:15px;
	font-weight:bold;
}

#menu a:hover {
	color: #dfdb00;

}


#corps {
	width:978px;
	height:428px;
	background:url('../images/forum_nutrition_corps.png');
}

#content {
	margin-left:370px;
	width:608px;
}

#texte {
	height:315px;
	margin-top:0px;
	width:570px;
	color: #811e6e;
	overflow:auto;
	font-size:13px;
}

#texte p {
	margin-right:3px;
}

#texte h1 {
	color:#e2007a;
	padding:0px;
	font-size:25px;
	border-bottom: 1px solid #e2007a;
}

#boutton {
	height:50px;
	margin-top:5px;
}

#boutton ul {
	margin:0px;
	padding:0px;
	list-style:none;
	padding-top:9px;
	margin-left:30px;	
}

#boutton ul li {
	float:left;
}

#boutton ul li a {
	padding-left:36px;
	padding-top:5px;
	display:block;
	height: 36px;
	text-decoration:none;
	font-weight:bold;
}

#boutton ul li a:hover{
	text-decoration:underline;
}

#bouton_communication {
	background: url('../images/icone_com.png') no-repeat;
	width:140px;
	color: #e2007a;
}

#bouton_book {
	background: url('../images/icone_book.png') no-repeat;
	width:80px;
	color: #811e6e;
}

#bouton_presse {
	background: url('../images/icone_presse.png') no-repeat;
	width:80px;
	color: #00a096;
}

#bouton_contact {
	background: url('../images/icone_contact.png') no-repeat;
	width:80px;
	color: #e75113;
}

#adresse {
	font-size:10px;
	text-align:right;
	padding-right:20px;
}

#mentions {
	font-size:10px;
	text-align:right;
	padding-right:20px;
}

a {
	color:#000;
}

h2 {
	margin:0px;
}

.liste_programme li {
	margin-top:10px;
}

/* jQuery lightBox plugin - Gallery style */
.gallery {
    width: 560px;
    height: 180px;
    margin-top: 20px;
}
.gallery ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.gallery ul li { display: inline; }
.gallery ul img {
    border: 5px solid #811E6E;
    border-width: 5px;
    margin-right: 2px;
    margin-bottom: 2px;
}
.gallery ul a:hover img {
    border: 5px solid #fff;
    border-width: 5px;
    color: #fff;
}
.gallery ul a:hover { color: #fff; }

#prev {
    	cursor: pointer;
	float: left;
	background-image: url('../images/prev.png');
	width: 145px;
	height: 29px;
}

#next {
    	cursor: pointer;
	float: right;
	margin-right: 20px;
	background-image: url('../images/next.png');
	width: 145px;
	height: 29px;
}