/* ****************************************************

	@file:		  global.css
	@description: Feuille de style globale du site
	@author:      remi (ixmedia.com)
	@updated:	  29 janvier 2008

******************************************************/

html {
	overflow-y: scroll;
}

body {
	font-family: "Lucida Grande", "Lucida sans Unicode", "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 76%;
	line-height: 1.3;
	behavior: url("/js/csshover.htc");
	color: #4358aa;
	background: #fff;
}

a {
	color: #4c60a9;
}

a:hover {
	color: #2f49ac;
}

.contenu-inner a:focus {
	outline: 1px dotted #2f49ac;
	color: #2f49ac;
}

p {
	margin-bottom: 1em;
}

hr {
	display: none;
}

sup {
	vertical-align: super;
	font-size: 90%;
}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

h1,h2,h3 {
	letter-spacing: -0.05em;
	font-family: Helvetica, Arial, sans-serif;
}



.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*
 * @section Entête
 ******************************************************************************/

/*
 @subsection Sous-titre 
----------------------------*/

#entete p#soustitre {
	background: url("/img/bg-soustitre.gif");
	color: #fff;
	font-size: 1.15em;
	margin-bottom: 0;
}

#entete p#soustitre span a {
	color: #fff;
	text-decoration: none;
	display: block;
}

#entete p#soustitre span a:hover {
	text-decoration: underline;
}

#entete p#soustitre span {
	display: block;
	width: 926px;
	padding: 11px 0;
	margin: 0 auto;	
}

#entete p#soustitre span em {
	display: block;
	padding-right: 200px;
	font-style: normal;
}

/*
 @subsection Image
----------------------------*/

#entete #img {
	width: 100%;
	background: #e7d828;
	height: 139px;
}

#entete #img .inner {
	width: 968px;
	height: 139px;
	margin: 0 auto;
	background: url("/img/bg-entete.jpg") no-repeat;
	position: relative;
}

#entete h1 a {
	text-indent: -99999px;
	display: block;
	width: 360px;
	height: 100px;
	position: absolute;
	top: 20px;
	left: 10px;
}

#entete #perso {
	position: absolute;
	top: -37px;
	right: 30px;
	
}

/*
 @subsection Menu
----------------------------*/

#entete #menu {
	background: #4c5faa url("/img/bg-menu.gif") repeat-x bottom left;
	border-bottom: 3px solid #4c5faa;
	font-weight: bold;
}

#entete #menu .inner {
	width: 968px;
	margin: 0 auto;
	padding-top: 8px;
}

#entete #menu .tabs {
	background: url("/img/bg-menu.png") no-repeat top left;
	padding-top: 3px;
}

#entete #menu ul {
	padding-left: 6px;
}

#entete #menu ul li {
	float: left;
	position: relative;
	z-index: 100;
	margin-right: 1px;
}

#entete #menu ul li a {
	display: block;
	background: url("/img/bg-menu-item-droite.gif") no-repeat top right;
	color: #6671a7;
	text-decoration: none;
	position: relative;
	padding-right: 1px;
}

#entete #menu ul li a:hover {
	color: #31459A;
}

#entete #menu ul li a.actif {
	background-image: url("/img/bg-menu-item-actif-droite.gif");
}

#entete #menu ul li a span {
	background: url("/img/bg-menu-item-gauche.gif") no-repeat top left;
	display: block;
	position: relative;
}

#entete #menu ul li a.actif span {
	background-image: url("/img/bg-menu-item-actif-gauche.gif");
}

#entete #menu ul li a span, #entete #menu ul li.accueil a {
	display: block;	
	padding: 6px 7px 6px 14px;
}

#entete #menu ul li.accueil a {
	background: none;
}

#entete #menu ul li.accueil a:hover {
	color: #fff;
}

#entete #menu ul li span em {
	background: url("/img/bg-menu-fleche.gif") no-repeat 100% 50%;
	display: block;
	padding-right: 17px;
	font-style: normal;
}

#entete #menu ul li span em.single {
	padding-right: 7px;
	background: #fff;
}

#entete #menu ul li a.actif span em.single {
	background: #E8D928;
}

#entete #menu ul li strong {
	color: #a9b1d5;
}

#entete #menu ul li ul {
	position: absolute;
	left: -99999px;
	height: 0;
	border: 2px solid #4156a4;
	border-bottom-width: 1px;
	padding-left: 0;
	font-size: 0.8em;
	width: 250px;
	overflow: hidden;
}

#entete #menu ul li:hover ul {
	left: -1px;
	height: auto;
}

#entete #menu ul li ul li {
	float: left;
	display: block;
	width: 100%;
	overflow: hidden;
}

#entete #menu ul li ul li a {
	background: #6e89d0;
	background-image: none !important;
	color: #fff;
	width: 100%;
	float: left;
	display: block;
	border-bottom: 1px solid #4156a4;
}

#entete #menu ul li ul li a:hover {
	background: #fff;
	color: #6671a7;
}

#entete #menu ul li ul li a span {
	padding: 5px 5px 5px 12px;
	background: none;
	background-image: none !important;
	border: none;
	float: none;
}

/*
 * @section Pied
 ******************************************************************************/

html, body {
  height: 100%;
}

#wrap {
  height: auto !important;
  height: 100%; /* Pour IE6*/
  min-height: 100%;
}

#pied {
	clear: both;
	position: relative;
	border-top: 1px solid #e0e4f0;
	height: 15em;
	font-size: 0.9em;
	margin-top: -16em;
}

#pied .inner {
	width: 968px;
	margin: 0 auto;
	background: url("/img/bg-pied.jpg") no-repeat 20px 50%;
	height: 15em;
}

#pied h2 {
	padding-top: 45px;
	padding-left: 170px;
	font-size: 1.3em;
	margin-bottom: 0.5em;
}

#pied p {
	padding-left: 170px;
	line-height: 1.5;
}

/*
 * @section Contenu
 ******************************************************************************/

#contenu {
	width: 968px;
	margin: 0 auto;
	padding-bottom: 19em;
}

.boite {
	color: #4358aa;
	line-height: 1.4;
	position: relative;
}

.boite h2, .boite h3 {
	font-family: "Lucida Grande", "Lucida sans Unicode", "Lucida Sans", Arial, Helvetica, sans-serif;
}

.boite h2 {
	padding-top: 0.8em;
	margin-bottom: 0.8em;
	font-size: 1.3em;
	border-bottom: 1px solid #E0E4F0;
	padding-bottom: 0.2em;
}

.boite h3 {
	margin-bottom: 0.4em;	
}

.boite .titre {
	border-bottom: 2px solid #e0e4f0;
	width: 100%;
	position: relative;
	margin-top: 1.4em;
	font-size: 2.2em;
	letter-spacing: -0.05em;
	font-family: Helvetica, Arial, sans-serif;
	color: #e0e4f0;
	padding: 0;
	margin-bottom: 0;
}

.boite .titre span {
	background: #fff;
	position: absolute;
	bottom: -2px;
	left: 10px;
	padding: 0 4px;
	line-height: 0.8;
}

.boite .contenu {
	border: 2px solid #e0e4f0;
	background: #fff;
	border-top: none;
}

.boite .contenu .contenu-inner {
	padding: 13px 20px;	
}

.boite p.intro {
	color: #c0cbeb;
	padding: 8px 14px;
	border-right: 2px solid #E0E4F0;
	border-left: 2px solid #E0E4F0;
	margin: 0;
}

.boite .contenu .plus a {
	background: #eef0f7 url("/img/bg-plus.gif") no-repeat 98% 50%;
	display: block;
	text-align: right;
	padding: 0.6em 38px 0.6em 0.4em;
	margin: 1px;
	font-size: 0.9em;
	height: 1%;
}

.boite .contenu .plus a:hover {
	color: #6e7db2;
}

.boite .plus.pdf a {
	text-decoration: none;
}

.boite .plus.pdf a strong {
	background: url("/img/img-pdf.gif") no-repeat 0 50%;
	padding: 2px 0 2px 25px;
}

.boite .plus.pdf a strong span {
	text-decoration: underline;
}

.contenu-inner ol,.contenu-inner ul {
	margin-bottom: 1em;
}

.contenu-inner ul ul {
	margin-top: 0.6em;
	margin-bottom: 0.4em;
}

.contenu-inner ol li {
	margin-left: 32px;
	list-style: decimal;
	margin-bottom: 0.4em;
}

.contenu-inner ul li {
	margin-left: 25px;
	list-style: disc;
	margin-bottom: 0.4em;
}

/*
 * @section Accueil
 ******************************************************************************/

#boites {
	width: 641px;
	float: left;
}

#accueil {
	display: none;
	margin-bottom: 2em;
}

.mission {
	width: 317px;
	float: left;
	margin-right: 7px;
}

.mission .contenu-inner {
	font-size: 114%;
}

.mission p {
	margin-bottom: 0;
}

.mission .contenu .plus {
	position: absolute;
	bottom: 2px;
	width: 313px;
}

.mission .contenu .plus a {

}

.bottin {
	width: 317px;
	float: left;
}

.membre {
	width: 317px;
	float: left;
}

.nouvelles {
	clear: both;
}

.nouvelles .contenu .contenu-inner {
	padding-top: 0;
}

.nouvelles .nouvelle h3 {
	font-size: 1.5em;
	letter-spacing: -0.04em;
	margin-bottom: 0;
}

.nouvelles .nouvelle h3 a {
	color: #4156a4;
	text-decoration: none;
}

.nouvelles .nouvelle .date {
	color: #a1abd4;
	font-weight: bold;
	font-size: 0.9em;
}

.nouvelles .nouvelle-contenu {
	margin: 1em 0 2.5em;
}

#sidebar {
	width: 321px;
	float: right;
	padding-top: 6px;
}

#sidebar p.msg {
	margin-bottom: 0.5em;
	background: #EEF0F7;
	padding: 0.4em;
	border: 1px solid #cbd1e5;
}

#sidebar h2 a, #sidebar h2 em {
	display: block;
	font-style: normal;
	width: 297px;
	padding-left: 24px;
	padding-top: 9px;
	height: 53px;
	background: url("/img/bg-titre-communaute.jpg") no-repeat;
	text-decoration: none;
	color: #e0e4f0;
}

#sidebar h2 strong {
	font-family: Helvetica, Arial, sans-serif;
	color: #fff;
	font-size: 2.2em;
	letter-spacing: -0.03em;
	display: block;
	line-height: 1;
}

#sidebar h2 span {
	display: block;
	padding-left: 84px;
}

#sidebar .contenu {
	background: url("/img/bg-communaute.gif");
	border: 2px solid #e0e4f0;
	border-top: none;
	padding: 13px 20px;
}

#sidebar h3 {
	margin-bottom: 0.4em;
	padding-top: 0.8em;
	font-size: 1.15em;
}

/*
 * @section Page statique
 ******************************************************************************/

.static .boite .contenu {
	padding: 2px;
}

.static .boite .contenu .contenu-inner-wrap {
	background: url("/img/bg-sidebar-wide.jpg") repeat-y;
}

.static .boite .contenu-inner {
	width: 687px;
	float: right;
}

#titrepage {
	font-size: 2em;
	font-weight: bold;
	color: #30449a;
	margin-bottom: 0.5em;
	line-height: 1;
}

.static .boite .retour {
	position: absolute;
	top: -12px;
	right: 12px;
	z-index: 300;
	width: 103px;
	height: 28px;
}

.static .boite .retour a {
	background: url("/img/btn-retour.gif") no-repeat 0 -28px;
	display: block;
	font-size: 93%;
	line-height: 28px;
	height: 29px;
	color: #e1e5f0;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	padding-left: 19px;
}

.static .boite .retour a:hover {
	color: #e1e5f0;
	background-position: 0 0;
	border: none;
}

/*
 * @section Exceptions
 ******************************************************************************/

#liens ul li {
	list-style: none;
	margin-left: 0;
}

#liens ul li ul li {
	list-style: disc;
	margin-left: 25px;
}

span.tel {
	white-space: nowrap;
}

/*
 @subsection Sous-menu
----------------------------*/

.static .boite #sousmenu {
	width: 233px;
	float: left;
	padding-top: 1.8em;
	padding-bottom: 1.8em;
}

#sousmenu ul {

}

#sousmenu ul li {
	display: block !important;
	display: inline-block;
}

#sousmenu ul li strong, #sousmenu ul li a {
	display: block;
	padding: 6px 0 6px 40px;
}

#sousmenu ul li a {
	background: url("/img/bg-sousmenu-fleche.gif") no-repeat 20px 11px;
	padding-right: 1em;
}

#sousmenu ul li.current_page_item a, #sousmenu ul li.current_page_parent a {
	background: #fff url("/img/bg-sousmenu-fleche-active.gif") no-repeat 20px 11px;
	color: #30449A;
	text-decoration: none;
	font-weight: bold;
}

#sousmenu ul li ul {
	padding-left: 40px;
	font-size: 87%;
}

#sousmenu ul li ul {
	display: none;
}



#sousmenu ul li.current_page_item ul, #sousmenu ul li.current_page_parent ul {
	display: block;
	margin-bottom: 1em;
}

#sousmenu ul li ul li a, #sousmenu ul li.current_page_item ul li a {
	padding-left: 0;
	background: none;
}

#sousmenu ul li.current_page_parent ul li a, #sousmenu ul li.current_page_item ul li a {
	background: none;
	padding-bottom: 0.1em;
	font-weight: normal;
}


#sousmenu ul li.current_page_item ul li a, #sousmenu ul li.current_page_parent ul li a {
	padding-left: 13px;
	background: url("/img/bg-puce.gif") no-repeat 0 9px;
	height: 1%;
}

#sousmenu ul li.current_page_item ul li a:hover, #sousmenu ul li.current_page_parent ul li a:hover {
	color: #1b2e7d;
	text-decoration: underline;
}

#sousmenu ul li.current_page_parent ul li.current_page_item a {
	font-weight: bold;
}

#sousmenu ul li.page-item-8 ul {
	display: none;
}


/*
 * @section Liste des membres
 ******************************************************************************/

.membres-ancres {
	margin-bottom: 1em;
	padding-top: 0.5em;
}

.membres-ancres ul {
	float: left;
	margin-right: 22px;
	margin-bottom: 0;
}

p.membres-retour a {
	float: right;
	font-size: 90%;
	text-decoration: none;
}

#liste-membres {
	padding-top: 1.5em;
}

#liste-membres ul li span {
	display: block;
	border-bottom: 1px solid #E0E4F0;
	padding-bottom: 3px;
}

#liste-membres ul li ul li span {
	display: block;
	border-bottom: none;
	padding-bottom: 0;
}

#liste-membres ul li a {
	font-weight: bold;
	font-size: 120%;
	text-decoration: none;
	cursor: default;
}

#liste-membres ul li ul li {
	list-style: none;
	margin-left: 0;
	margin-bottom: 3px;
}

#liste-membres ul li ul {
	margin-bottom: 1.3em;
}

#liste-membres ul li ul li a {
	font-size: 100%;
	font-weight: normal;	
	text-decoration: none;
	cursor: pointer;
}
