/* ====== ELEMENTS Standards ========== */
body {
	color: #000;
	font-family: "Century Gothic";
	padding: 0;
	margin: 0 auto;
	text-align: justify;
	width: 780px;
}
h1 {
	color: #3399CC;
	font-size: 200%;
	font-weight: bold;
}
h2 {
	font-size: x-large;
	font-weight: bold;
}
h3 {
	font-size: 1.15em;
	font-weight: bold;
	margin: 0 auto;
	padding-top: 2em;
	padding-bottom: 1.4em;
	text-align: center;
}
h4 {
	text-decoration: underline;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover { 
	text-decoration: underline; 
}
/* tableaux en css XHTML*/

div.texte table {
border:3px solid #6495ed;
border-collapse:collapse;
width:100%;
margin:auto;
}
div.texte thead {
	background-color:#3399CC;
	background-image:url(sky.jpg);
	border:1px solid #6495ed;
	color: #FFFFFF;
}

div.texte tfoot {
	background-color:#3399CC;
	background-image:url(sky.jpg);
	border:1px solid #6495ed;
	color: #FFFFFF;
}

div.texte tbody {
background-color:#FFFFFF;
border:1px solid #6495ed;
}
div.texte th {
font-size:160%;
border:1px dotted #6495ed;
color: #FFFFFF;
padding:5px;
background-color:#6495ed;
width:25%;
}
div.texte td {

font-size:120%;
border:1px solid #6495ed;
padding:5px;
text-align:left;
}
div.texte caption {
font-size:250%;
color: #6495ed;



}

/* tableaux en css XHTML*/

div.AccordionPanelContent table {
border:3px solid #3399CC;
border-collapse:collapse;
width:100%;
margin:auto;
}
div.AccordionPanelContent thead {
	background-color:#3399CC;
	background-image:url(sky.jpg);
	border:1px solid #3399CC;
	color: #FFFFFF;
}

div.AccordionPanelContent tfoot {
	background-color:#3399CC;
	background-image:url(sky.jpg);
	border:1px solid #6495ed;
	color: #FFFFFF;
}

div.AccordionPanelContent tbody {
background-color:#FFFFFF;
border:1px solid #3399CC;
}
div.AccordionPanelContent th {
font-size:150%;
border:1px dotted #3399CC;
color: #FFFFFF;
padding:5px;
background-color:#3399CC;
width:25%;
}
div.AccordionPanelContent td {
font-size:100%;
border:1px solid #3399CC;
padding:5px;
text-align:left;
}
div.AccordionPanelContent caption {
font-size:150%;
color: #3399CC;



}

/* ========== Styles generiques ============ */
.clearLeftHidden, .clh {
	clear: left;
	visibility: hidden;
}
.clearRightHidden, .crh {
	clear: right;
	visibility: hidden;
}
.clearBothHidden, .cbh {
	clear: both;
	visibility: hidden;
	}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
a img {
  border: 0;
}

/* ========== Zone ENTETE ============ */

div.bandeau {
	background-color: #fff;
	font-family: "Century Gothic";
	margin: 0;
	padding: 0;
	text-align: left;
	width: 100%;
}
div.bandeauGauche {
	float: left;
	height: 100%; 
	margin: 0;
	text-align: right;
	vertical-align: top;
	width: auto;
}
div.bandeau2008-droite {
	background-image: url(jcef2008/bandeau-jce_1-ImageJCI-long800.png);
	background-repeat: no-repeat;
	background-position: top left;
	height: 100%;
	margin: 0 0 auto;
	overflow: hidden;
	width: auto;
} 
h1.Asso, h2.AssoSlogan {
	margin: 0;
}
h1.Asso a {
	color: #0D94D4;
	font-size: 10pt;
	font-weight: bold;
}
h2.AssoSlogan a {
	font-size: 8pt;
	font-variant: normal;
	font-weight: normal;
	color: #325D94;
}
h1 span.AssoSuite {
	color: #325D94;
	font-size: 120%;
}
h1.Asso a:hover, h2.AssoSlogan a:hover {
	text-decoration: none;
}
div.bandeau2 {
	background-color: #fff;
}
/* ============= Menu Bandeau déroulant =============== */

ul.menuList ul {  /* + , ul.menuList li ul ?? */   
	display: none; 
}
ul.menuList li:hover>ul { /* + , ul.menuList ul:hover ?? */
	display: block; 
}

ul.menuList, ul.menuList ul {
  background-color: transparent;
	border: 1px solid #00274E;
  font-family: "Century Gothic";
	font-size: 11px;
  list-style: none;
	margin: 0;
	padding: 0;
}

ul.menuList {
  background-color: #fff; /*#EFF3F6;*/
	border-left: none;
	border-right: none;
	left: 10px;
	padding: 0.3em 0;
	position: static;
	top: 0;
	width: 100%;
	}

ul.menuList ul {
  left: 1px;
  position: absolute;
  top: 1.4em;
	width: 15em;
}

ul.menuList ul ul {
	left: 95%;
	top: -1px;
}

ul.menuList li {
	display: inline;
  position: relative;
  margin: 0;
  padding: 0;
	z-index: +1;

}
ul.menuList ul li {
	display: block;
}

ul.menuList a {
	color: #00274E;
	display: inline;
  padding: 0.25em 0.75em 0.25em 0.75em;
  text-decoration: none;
  text-indent: 0;
  width: auto;
}

ul.menuList ul a {
	display: block;
}
ul.menuList li:hover, ul.menuList li a:hover {
  color: #FFFFFF;
  background-color: #FF3366; /*#0E90CA;*/
}

ul.menuList li.liRub a span {
	font-family: "Century Gothic";
}

/* ========= MENU RUBRIQUE GAUCHE ============== */
.menuPath {
 background-color: #F77E39;
	/*border: 1px solid #fff;*/
  color: #FFFFFF;
	list-style-position: outside;
  list-style-type: none;
	margin: 0;
	padding: 0;
	text-decoration: none;
	text-indent: 0;
}
.menuRub {
  /*background-color: #F77E39;*/
	/*border: 1px solid #fff;*/
  color: #fff;
	list-style-position: outside;
  list-style-type: none;
	margin: 0;
	padding: 0;
	text-decoration: none;
	text-indent: 0;
}
.menuPath a {
  color: #FFFFFF;
}
.menuPath li {
	display: inline;
}
.menuPath li.title {
	font-weight: bold;

}
.menuRub li {
	text-indent: 0;
	width: 100%;
	color: #99CC00;
	margin-left: 15px;
	margin-right: 15px;
}
.menuRub li.title a {
	font-size: 120%;
	font-weight: bold;
	padding-right: 1em;
	text-align: right;
}
.menuRub li a {
/*background-color: #FF6600;*/
  color: #99CC00; /*#fff;*/
  display: block;
	
}
ul.menuRub li a:hover {
  background-color: #FF3366;
  color: #FFFFFF; /*#EAEDFF;*/
  text-decoration: none;
}
*ul.menuRub li.liRub {
  font-weight: normal;
  list-style-type: square;
}
ul.menuRub li.liRub a {
	display: inline;	
}
ul.menuRub li a.liArtCible {
	background-color: #214160;
	color: #EAEDFF;
}
ul.menuRub li.liRub a span {
	font-family: "Century Gothic";
}


ul.menuRub li li {
	list-style-position: outside;
}
ul.menuRub li.liRub {
	/*border-bottom: 1px solid #fff;*/
  font-weight: normal;
  list-style-type: none;
  display: block;
}
ul.menuRub li.liRub a {
	display: list-item;
  list-style-type: disc;
}
ul.menuRub li.liRubCible, ul.menuRub li.liRubCible a {
	background-color: #fff;
	color: #0494D0;
}
ul.menuRub li a.liRubCible {
  border-left: solid 5px #214160;
}
ul.menuRub li.liRub div.liRub {
	display: list-item;
	font-size: 120%;
  list-style-type: none;
	list-style-position: inside;
	padding: 0em 0 0em 0em;
	margin-bottom: 0.2em;
}
ul.menuRub li.liRub div.liRub a {
	display: inline;
	border: none;
	margin: 0;
	padding: 0;
}
ul.menuRub li.liArt {
	font-size: x-small;
  font-weight: normal;
	height: auto;
  list-style-type: none;
	min-height: 1.6em;
  padding: 0;
	height: 1.6em;
	height: auto;
}
ul.menuRub li.liArt a {
	display: list-item;
  list-style-type: none;
	list-style-position: inside;
	margin: 0;
}

ul.menuRub li a.liArtCible {
	background-color: #214160;
	color: #EAEDFF;
	font-weight: bold;
  padding-right: 1em;
}


/* ========= ZONES ============ */ 
div#zPrincipal {
  background-color: #FFFFFF;
  clear: both;
  color: #000;
 	font-size: 11px;
  margin: 0 auto 2em;
	padding: 0 0 0 0;
	width: 100%;
}

div.fContenu {
	background-color: transparent;
	border: none;
	font-family: "Century Gothic";
	position: relative;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0%;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	width: 80%;
	padding-left: 4%;
}
div.zContenu {
	background-color: transparent;
	border: none;
	font-family: "Century Gothic";
	position: relative;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 25%;
	padding-top: 0;
	padding-right: 4%;
	padding-bottom: 0;
	padding-left: 4%;
}
/*div.zContenu h1 {
	color: #FF6600;
} */
div.zContenu h2 {
	background-color: #EAEEFF;
	color: #4E68A4;
	font-size: 130%;
} 
div.zContenu div {
	padding: 0.5em;
	margin-right: 2em;	
	position: relative; /* Pour que le texte central ne bloque pas les liens à droite */
	margin-top: 0em;
	margin-bottom: 0em;
	margin-left: 0em;
	list-style-type: square;
	
}
div.zContenu div div {
	margin: 0 0 0.5em;
	padding: 0.2em;
	position: relative;
}
div.zContenu div div.menu, .menu {
	margin: 0.5em;
	margin-bottom: 1em;
	width: auto;
}
div.zContenu a[target="Web"] {
	font-family: "Century Gothic";
	font-size: small;
	font-weight: bold;
}
div.encart {
	background-color: #fff;
	float: right;
	font-size: 11px;
	margin: 0 0 0 auto;
	padding-left:20px;
	width: 30%;
}

.zLeft25 {
	background-color: #fff;
  border: none;
  clear: left;
	color: #333;
	float: left;
	/*position: relative;*/
	font-family: "Century Gothic";
	font-size: 11px;
	margin: 0;
	margin-right: 1em;
	padding: 0;
	padding-right: 1em;
	/*text-align: center;*/
	width: 25%;
}
.zLeft25 form {
  font-size: 80%;
  margin-left: 1em;
  width: auto;
}
.zLeft25 form p, .zLeft25 form div, .zLeft25 form input  {
  margin-bottom: 0;
  margin-top: 0;
  width: auto;
  }
  
div.zMessage span {
	background-color: #f00;
	color: #fff;
	font-weight: bold;
} 

div.zContenu div.zDocuments {
	position : static;
}

/* ========= EDITOS à Gauche ============ */ 

.zEditos, .zActualites  {
	/* background-color: #ff8000; */

	color: #000;
	font-family: "Century Gothic";
	font-size: 11px;
	margin: 1em 0.5em;
	padding: 0.3em;
	text-align: justify;
	-moz-border-radius : 8px 8px 8px 8px;
}
.zEditos .Edito, .zActualites .Actualite {
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-align: left;
}
.zEditos img.logo, .zActualites img.logo{
	float: left;
	margin: 2px;
	padding: 0;
}
.zEditos .chapo, .zActualites .chapo {
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-align: left;
}

.zActualites {
	border : 1px solid #4483C5;
	text-align: left;
	-moz-border-radius : 0;
}
.Actualite {	
	background-color: #4483C5;
	color: #fff;
	text-align: center;
}

p.Actualite a {
	color: #fff;
}	

/* =========== ANNONCES =============== */

/* Habillage du plan du site : Habillage.css */

.breves {
	color: #333;
	margin: 0.5em;
	margin-bottom: 1em;
	width: auto;
}

.breves ul {
	list-style-type: none;
	margin: 0 0 0.75em;
	padding: 0;
}
.breves li {
	margin: 0.3em;
}

.breves-titre {
	border-bottom: dotted 1px #ccc;
  font-weight : bold;
  height: auto;
  min-height: 13px;
	text-align: center;
  }

.motscles 		{ background-color: #cee1ff; }
.motscles .breves-titre	{ background-color: #e6f0ff; text-align:center; }

/* =========== ACTUALITES =============== */

.zActualiteExterne {
	margin: 1em 0.5em;
	padding: 0;
}
.zActualiteExterne .breves {
	margin: 0;
}
.zActualiteExterne .breves-1, 
.zActualiteExterne .breves-2, 
.zActualiteExterne .breves-3, 
.zActualiteExterne .breves-4, 
.zActualiteExterne .breves-5, 
.zActualiteExterne .breves-6 {
	background-color: transparent;
	margin: 0;
	padding: 0;
} 
.zActualiteExterne .breves-1 .breves-titre {
	margin: 0;
	padding: 0.5em 0;
}
.zActualiteExterne .breves-1 .breves-titre a {
	color: #F90;
}
.zActualiteExterne .breves-titre {
	background-color: #fff5eb;
}
/* =======================================*/  
  
.titre_sommaire {
	background-color: transparent;
	font-size: xx-small;
	margin: 0 0 1em 0;
	text-align: center;
}
div.displayPrint, .hideOnScreen {
	display: none;
}
.rubInfo {
	font-family: "Century Gothic";
	font-size: x-small;
	margin: 0;
	padding: 0;
}
ul.rubResume {
	font-family: "Century Gothic";
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.rubResume li.titResume {
	list-style-type: none;
	margin: 0.5em 0 0.5em;
	font-size: 1.15em;
	font-variant: small-caps;
	font-weight: bold;
}
ul.rubResume li {
	list-style-type: none;
	font-family: "Century Gothic";
	font-size: small;
	margin: 0 0 0 0;
	text-decoration: none;
}
ul.rubResume a {
	color: #3C6B8D;
	text-decoration: none;
}
div.spip_encadrer  {
  background-color: transparent;
  border: none;

  font-size: x-small;
  line-height: 1em;
  height: normal;
  margin: 0 0 0 12px;
  padding: 0 0 0 0px;
	text-align: center;
  width: auto;
}
div.spip_encadrer div, div.spip_encadrer p {
  margin: 0 0 0 0;
  padding: 0;
	text-align: center;
  width: auto;
}
#zLeft25 hr {
	margin-left: 12px;
}
div.spip_encadrer input#var_login {
	width: 90%;
}
.auteurSession {
	background-color: #F77E39;
	color: #FFFFFF;
	margin: 0;
	padding: 0.3em 1em;

}
.espaceMembres {
	font-weight: bold;
	text-align: center;
	text-decoration: underline;
  margin-left: 12px;
}
.sommaire {
	font-size: small;
	font-style: italic;
	font-weight: bolder;
	text-transform: uppercase;
	text-decoration: underline;
	text-align: center;
	font-family: "Century Gothic";
}
.edition {
	font-family: "Century Gothic";
	font-weight: bold;
	text-align: center;
	font-size: smaller;
}
.noms li {
  display: inline;
  margin: 0.1em 0.5em 0.1em 0.5em;
}
.DocumJoint_Titre {
	font-weight: bold;
	margin: 0;
}
.DocumJoint_Descrip {
	margin: 0;
}

.logiciel {
	font-style: italic;
	font-weight: bold;
}
.siteWeb {
	font-family: "Century Gothic";
	font-size: small;
}
.spanMenu {
	font-family: "Century Gothic";
	font-size: small;
	font-weight: normal;
	background-color: #D4D0C8;
	padding: 1px 0.5em;
}
.spanKey {
	font-family: "Century Gothic";
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
	border-bottom: dashed thin ;
	padding: 1px 0.5em;
}
.spanTabs {
	border: outset medium;
	border-bottom: solid 1px #C0C0C0;
	font-family: "Century Gothic";
	font-size: small;
	font-variant: normal;
	font-weight: bold;
	padding: 1px 0.5em;
}
.spanLabel {
	font-family: "Century Gothic";
	font-size: small;
	background-color: #D4D0C8;
	border: none;
	padding: 1px 0.5em;
}
.spanButton {
	font-family: "Century Gothic";
	font-size: small;
	background-color: #D4D0C8;
	border: outset medium;
	padding: 1px 0.5em;
}
.spanDialog {
	background-color: #173275;
	border: outset medium;
	border-bottom: none;
	color: #FFFFFF;
	font-family: "Century Gothic";
	font-size: small;
	font-weight: bold;
	padding: 1px 0.5em;
}
.spanHelp {
	background-color: #FFFFD1;
	border: solid thin;
	font-family: "Century Gothic";;
	font-size: small;
	font-weight: normal;
	padding: 1px 0.5em;
}
.spanComboBox {
	font-family: "Century Gothic";
	border: inset thin;
	font-size: small;
	padding: 1px 0.5em;
	padding-right: 1.5em;
	background-image: url(Gui-ComboBox.gif);
	background-repeat: no-repeat;
	background-position: center right;
}

div.zFooter, div.zFooter ul {
 	font-size: 11px;
	display: block;
	margin: 0;
	padding: 0;
	text-align: center;
	width: auto;
}
div.zFooter {
	padding-bottom: 1em;
}
div.zFooter li {
	border: 1px solid #222;
	border-top: none;
	border-bottom: none;
	display: inline;
	list-style-type: disc;
	margin: 0;
	padding: 0;
}
div.zFooter li a {
	color: #222;
	white-space: nowrap;
	margin: 0;
	padding: 0 0.5em;
}
div.zContenu div.zDateHeure {
	margin: 0 auto 1em;
	text-align: center;
}
.zStatistique {
	margin :0;
	padding: 0;
}
/* ========== Edition *************** */
.zAccesEdition {
	width: 100%;
}
.zAccesEdition, .zAccesEdition a  {
	color: #888;
 	font-size: 11px;
	margin: 0;
	padding: 0;
}
.zAccesEdition a:hover, .zAccesEdition li:hover, .zAccesEdition li:hover a {
	color: #222;
}
.zAccesEdition select {
	background-color: #EFF3F6;
 	font-size: 11px;
 	margin: 2px;
}
table.zAccesEdition td {
	text-align : center;
	vertical-align: top;
}
.zAccesEdition fieldset {
	padding: 0.25em 0.8em;
}

ul.zAccesEdition {
	display: block;
	float: right;
	margin-right: 0;
	text-align: right;
}
ul.zAccesEdition form {
	text-align: right;
	display : inline;
}
ul.zAccesEdition li {
	border: none;
	display: block;
	text-align: right;
}
ul.zAccesEdition input[type="submit"] {
	background-color: transparent;
	border-width: 1px;
	color: #888;
	font-size: inherit;
	margin-left: 0.2em;
}
ul.zAccesEdition .boutonIE, ul.zAccesEdition .inputIE {
	border-width: 1px;
	font-size: 11px;
	margin-left: 0.2em;
	padding: 0;
}
ul.zAccesEdition .boutonIE {
	background: transparent;
	display: inline;
	color: #888;
} 

ul.zAccesEdition input[type="input"] {
	font-size: 11px;
	padding: 0;
}
ul.zAccesEdition input[type="submit"]#submitAccesMembres:hover {
	color: #A00000;
}

ul.zAccesEdition input[type="submit"]#submitDeconnecter:hover {
	color: #00A000;
}
ul.zAccesEdition input[type="submit"]#submitNouvelArticle:hover {
	color: #0000A0;
}

.zThemes {
	width: 25%;
}
/* ============== CALENDAR ============= */

div#calendar {
	text-align: center;
}
div#calendar table, div#calendar caption {
	margin: 0 auto;
	text-align: center;
}
div#calendar td, div#calendar th {
	border: solid 1px #ccc;
	color: #333; 
}
div#calendar caption {
	color: #333;
	font-weight: bold; 
}

/* =========== SPIP Standard =============== */

/* SPIP-STYLE                                              version 1.9  */
/* Cette feuille contient les styles associes au code genere par SPIP.  */
/* Ces styles sont indispensables et doivent necessairement etre        */
/* definis pour le bon fonctionnement de vos squelettes.                */


/* Raccourcis typographiques de SPIP */
i.spip {}
strong.spip {}
hr.spip {}

.spip_puce { list-style-position: outside; 
	list-style-type: square;}

ul.spip {}
ol.spip {}
li.spip {}

h3.spip {
	text-align: center; 
	margin-top: 2em; 
	margin-bottom: 1.4em; 
	font-size: 1.15em; 
	font-weight: bold; }

/* Paragraphes, citations, code et poesie */
p.spip {}
p.spip_note {}

blockquote.spip, .spip_serif { font-family: Georgia, Times, serif; }

blockquote.spip { 
	margin: 1em; 
	padding-left: 1em;
	padding-right: 1em;
	border: 1px dotted; }

div.spip_poesie { 
	margin: 1em; 
	padding-left: 1em; 
	border-left: 1px solid;
	font-family: Garamond, Georgia, Times, serif; }
div.spip_poesie div { text-indent: -60px; margin-left: 60px; }

.spip_code, .spip_cadre { font-family: monospace; font-style: normal; font-size: 1.2em; }
.spip_cadre { width: 99%; border: 1px inset; }

.spip_surligne { background: #FF6; }

/* Tableaux */
table.spip {
	margin: auto;
	margin-bottom: 1em;
	border: 1px solid;
	border-collapse: collapse; }
table.spip caption {
	caption-side: top; /* bottom pas pris en compte par IE */
	text-align: center;
	margin: auto;
	padding: 3px;
	font-weight: bold; }
table.spip tr.row_first { background: #FFC; }
table.spip tr.row_odd { background: #DDD; }
table.spip tr.row_even { background: #EEE; }
table.spip th, table.spip td { padding: 3px; text-align: left; vertical-align: middle; }

/* Logos, documents et images */
img, .spip_logos { margin: 0; padding: 0; border: none; }

.spip_documents { text-align: center; }
.spip_documents_center { clear: both; width: 100%; margin: auto; }
span.spip_documents_center { display: block; margin-top:1em; }
.spip_documents_left { float: left; margin-right: 15px; margin-bottom: 5px; }
.spip_documents_right { float: right; margin-left: 15px; margin-bottom: 5px; }
.spip_doc_titre { font-weight: bold; font-size: 0.8em; margin-left: auto; margin-right: auto; }
.spip_doc_descriptif { clear: both; font-size: 0.8em; margin-left: auto; margin-right: auto; }

/* Images typographiques (via image_typo), URL a revoir... */
.format_png { behavior: url(win_png.htc); }

/* modeles par defaut */
.spip_modele { float: right; display: block; border: 1px dotted #666; width: 180px; }

/* Barre de raccourcis typographiques */
table.spip_barre { width: 100%; }

table.spip_barre a img {
	background: #FDA;
	padding: 3px;
	border: 1px outset #999; }
table.spip_barre a:hover img {
	background: #FFF;
	border: 1px solid #999; }

table.spip_barre input.barre { width: 100%; background: #EEE; }

/* * Couleurs des liens de Spip */
a.spip_note {} /* liens vers notes de bas de page */
a.spip_in { color: #900; } /* liens internes */
a.spip_out { color: #009; } /* liens sortants */
a.spip_url { color: #009; } /* liens url sortants */
a.spip_glossaire { color: #060; } /* liens vers encyclopedie */
.on { font-weight: bold; color: #000; } /* liens exposes */

/* =========== Formulaires =============== */



/* =========== Bouton de navigation =============== */
.clear { /* generic container (i.e. div) for floating buttons */
     overflow: hidden;
     width: 100%; 
} 
a.button {
     background: transparent url('bg_button_a.gif') no-repeat scroll top right;
     color: #444;
     display: block;
     float: left;
     font: normal 12px arial, sans-serif;
     height: 24px;
     margin-right: 6px;
     padding-right: 18px; /* sliding doors padding */
     text-decoration: none; 
} 
a.button span {
     background: transparent url('bg_button_span.gif') no-repeat;
     display: block;
     line-height: 14px;
     padding: 5px 0 5px 18px; 
} 
a.button:active {
     background-position: bottom right;
     color: #000;
     outline: none; /* hide dotted outline in Firefox */ 
} 
a.button:active span {
     background-position: bottom left;
     padding: 6px 0 4px 18px; /* push text down 1px */ 
}


/* =========== Zone arrondi =============== */
.arrondi-menu{
	padding:0;
	width:40%;/* determine la largeur de la boite contenue */
	min-width:600px;
	float:left;
	margin:1%;
	z-index: 1001;
	filter : alpha(opacity=93);
	-moz-opacity : 0.93;
	opacity : 0.93;
	
}

.arrondi-colonne-gauche{
	padding:0;
	width:100%;/* determine la largeur de la boite contenue */
	float:left;
	
}

.arrondi-colonne-centre{
	padding:0;
	width:100%;/* determine la largeur de la boite contenue */
	float:left;
	margin-top: 3%;
	margin-right: 3%;
	margin-bottom: 3%;
	margin-left: 6%;
	
}

.arrondi-banniere{
	padding:0;
	width:100%;/* determine la largeur de la boite contenue */
	float:left;
	margin-top: 3%;
}

.arrondi-login {
	padding:0;
	width:100%;/* determine la largeur de la boite contenue */
	float:left;
	margin-top: 10px;
	margin-right: 20px;

	
}

 .un      {
    margin:0 4px;
    height:1px;
    background-color:#BFBFBF;
    overflow:hidden;/*necssaire pour IE */
    border:1px solid #BFBFBF;
    border-top:0;border-bottom:0;
	
	}

.deux {
    margin:0 3px;
    height:1px;
    overflow:hidden;/*necssaire pour IE */
    border:1px solid #BFBFBF;
    border-top:0;border-bottom:0;
	background-color: #FFF;
	
	}

.trois{
    margin:0 2px;
    height:2px;
    overflow:hidden;/*necssaire pour IE */
    border:1px solid #BFBFBF;
    border-top:0;border-bottom:0;
	background-color: #FFF;
	}

.quatre {
    margin:0 1px;
    height:2px;overflow:hidden;/*necssaire pour IE */
    border:1px solid #BFBFBF;
    border-top:0;border-bottom:0;
	background-color: #FFF;
	}

 .centrearrondi {
	border:1px solid #BFBFBF;
	border-top:0;
	border-bottom:0;
	margin:0 1px;
	padding:0 2em;
	min-height:120px;/* avec eventuellement une hauteur mini */
	height:auto!important;
	height:120px;
	background-color: #FFF;
	z-index: 1002;	
}

/*Accordeon AJAX Spry*/


/* SpryAccordion.css - version 0.4 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* This is the selector for the main Accordion container. For our default style,
 * we draw borders on the left, right, and bottom. The top border of the Accordion
 * will be rendered by the first AccordionPanelTab which never moves.
 *
 * If you want to constrain the width of the Accordion widget, set a width on
 * the Accordion container. By default, our accordion expands horizontally to fill
 * up available space.
 *
 * The name of the class ("Accordion") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style the
 * Accordion container.
 */
.Accordion {
		overflow: hidden;
}

/* This is the selector for the AccordionPanel container which houses the
 * panel tab and a panel content area. It doesn't render visually, but we
 * make sure that it has zero margin and padding.
 *
 * The name of the class ("AccordionPanel") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel container.
*/
.AccordionPanel {
	margin: 0px;
	padding: 0px;
}

/* This is the selector for the AccordionPanelTab. This container houses
 * the title for the panel. This is also the container that the user clicks
 * on to open a specific panel.
 *
 * The name of the class ("AccordionPanelTab") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel tab container.
 *
 * NOTE:
 * This rule uses -moz-user-select and -khtml-user-select properties to prevent the
 * user from selecting the text in the AccordionPanelTab. These are proprietary browser
 * properties that only work in Mozilla based browsers (like FireFox) and KHTML based
 * browsers (like Safari), so they will not pass W3C validation. If you want your documents to
 * validate, and don't care if the user can select the text within an AccordionPanelTab,
 * you can safely remove those properties without affecting the functionality of the widget.
 */
.AccordionPanelTab {
	background-color: #F77E39;
	/*border: 1px solid #fff;*/
  color: #FFFFFF;
	margin: 0px;
	padding: 2px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
}

/* This is the selector for a Panel's Content area. It's important to note that
 * you should never put any padding on the panel's content area if you plan to
 * use the Accordions panel animations. Placing a non-zero padding on the content
 * area can cause the accordion to abruptly grow in height while the panels animate.
 *
 * Anyone who styles an Accordion *MUST* specify a height on the Accordion Panel
 * Content container.
 *
 * The name of the class ("AccordionPanelContent") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel content container.
 */
.AccordionPanelContent {
	overflow: auto;
	margin: 0px;
	padding: 0px;

}

/* This is an example of how to change the appearance of the panel tab that is
 * currently open. The class "AccordionPanelOpen" is programatically added and removed
 * from panels as the user clicks on the tabs within the Accordion.
 */
.AccordionPanelOpen .AccordionPanelTab{
background-color: #3399CC;
	/*border: 1px solid #fff;*/
  color: #FFFFFF;
}

/* This is an example of how to change the appearance of the panel tab as the
 * mouse hovers over it. The class "AccordionPanelTabHover" is programatically added
 * and removed from panel tab containers as the mouse enters and exits the tab container.
 */

.AccordionPanelTabHover {
background-color: #3399CC;
	/*border: 1px solid #fff;*/
  color: #FFFFFF;
}

/* This is an example of how to change the appearance of all the panel tabs when the
 * Accordion has focus. The "AccordionFocused" class is programatically added and removed
 * whenever the Accordion gains or loses keyboard focus.
 */
.AccordionFocused .AccordionPanelTab{
  color: #FFFFFF;

}

/* This is an example of how to change the appearance of the panel tab that is
 * currently open when the Accordion has focus.
 */





