body {
	font-family: Verdana;
	font-size: 11px;
	background: url(../images/fonds/fond-body.png) repeat-y center 164px #ffffff;
	color:#fff;
	margin:0;
}

#global {
	width:980px;
	margin:auto;
}
#header {
	width:980px;
	height:164px;
	background: url(../images/fonds/fond-header.jpg) no-repeat left;
	overflow: hidden;
	position: relative;
}
#header .logo {
	margin-top:30px;
	margin-left:24px;
}

#gcontent {
	width:980px;
	height:495px;
	position:relative;
}

#main {
	width:740px;
	height:495px;
	overflow: hidden;
	position:relative;
}


/** MENU **/
#menu {
	float:right;
	width:235px;
	height:495px;
}
#menu ul {
	list-style: none;
	margin-left:0;
	padding-left: 15px;
	font-size: 12px;
	margin-top:12px;
}
#menu ul li {
	margin-bottom:2px;
	color:#ffffff;
}
#menu ul li a {
	color:#ffffff;
	text-decoration: none;
}
#menu ul li.section {
	font-size: 20px;
}
#menu ul li.courant a,
#menu ul li a.section-courante {
	color:#000000;
}
#menu ul li ul {
	margin-top:0;
}
#menu ul li ul li a {
	color:#808080;
}
#menu ul li.section a:hover {
	color:#000000;
}
#menu ul li.feuille {
	color:#000000;
}
#menu ul li.courant {
	color:#fc6d02;
}
#menu ul li.feuille a {
	padding-left: 10px;
	color:#000000;
	background: url(../images/puce-noire.png) left center no-repeat;
}
#menu ul li.feuille a.courant {
	color:#fc6d02;
	background: url(../images/puce-orange.png) left center no-repeat;
}

#menu ul li.feuille a:hover {
	color:#fc6d02;
}


/** PAUPIERE **/
#main .paupiere {
	background:#000;
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;
	z-index:5;
}
#main .paupiere .contenu {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
	padding:10px 20px 15px 5px;
	overflow: auto;
}
#main .paupiere .contenu ul {
	margin:0;
	padding:0;
	list-style-type: none;
}
#main .paupiere .contenu ul li {
	margin-left:15px;
}
#paupiere-bottom {
	position:absolute;
	left:0;
	width:740px;
	bottom:0;
}
#paupiere-bottom .contenu {
}
#paupiere-bottom .contenu .legende {
	margin-left:15px;
	color:#fc6d02;
}
#paupiere-bottom .contenu .legende-nom {
	margin-left:35px;
}
#paupiere-bottom .contenu .legende .legende-item {
	color: #ffffff;
	display: none;
}
#paupiere-bottom .contenu .legende .detail {
	margin-top:10px;
	color:#eee;
}
.page-equipe #paupiere-bottom .contenu .legende .detail {
	color:#fc6d02;
}

#paupiere-bottom .contenu .pagination {
	float:right;
	text-align:right;
	white-space: nowrap;
	margin-right:15px;
}
#paupiere-bottom .contenu .pagination-nom {
	float:none;
	white-space: normal;
	text-align:left;
	margin-left:15px;
}
#paupiere-bottom .contenu .pagination ul li {
	display:inline;
	margin-left:2px;
	padding:0;
	color:#fc6300;
}
#paupiere-bottom .contenu .pagination-nom ul {
	margin-left:20px;
}
#paupiere-bottom .contenu .pagination ul li.categorie {
	color: #ffffff;
}
#paupiere-bottom .contenu .pagination ul li a {
	color:#ffffff;
	text-decoration: none;
}
#paupiere-bottom .contenu .pagination ul li a.courant {
	font-size:150%;
}
#paupiere-bottom .contenu .pagination .diaporama {
	float:left;
	margin-right:5px;
	width:15px;
	height:15px;
	cursor: pointer;
	margin-top:4px;
}

.paupiere-accueil .contenu .accroche {
	display:none;
	color:#fff;
	font-size: 24px;
	margin-left:15px;
}
#global .main-lien {
	cursor: pointer;
}

#blanc {
	position: absolute;
	width:740px;
	height:495px;
	background-color: #000000;
	z-index:2;
	display: none;
}

#global .contact {
	color:#ffffff;
	font-size:12px;
	margin-top:30px;
	margin-left: 20px;
	line-height: 16px;
	padding-bottom:40px;
}
#global .contact a {
	color:#ffffff;
}

#global .fond-partenaires {
	background: url(../images/fonds/partenaires.jpg) no-repeat;
}