/*  ----------------------------------------------------------- */
/*  Feuilles de styles des squelettes par defaut pour SPIP 1.9  */
/*  ----------------------------------------------------------- */

/* taille typo
 * Base				100%
 * -------------------------------------
 * 20px				1.27em
 * 19px				1.21em
 * 18px				1.15em
 * 17px				1.09em
 * 16px				1.03em
 * 15px				0.96em
 * 14px				0.88em
 * 13px				0.82em
 * 12px				0.77em
 * 11px				0.71em
 * 10px				0.65em
 *  9px				0.59em
 * Attention : en dessous de 0.71em le texte devient illisible en text smallest sur MSIE
 */

/*  ------------------------------------------
/*  Correction des styles HTML par defaut
/*  ------------------------------------------ */
body {
	background: #FFFFFF; /*couleur de fond*/
	margin: 1.5em;
	text-align: center;
	font-size: 1em;
	color: #000000; /* couleur de police */
}

a.spip_in {
	color: #0d706b;
}

a.spip_out {
	color: #0d706b;
}

a.spip_url {
	color: #0d706b;
}

img {
	margin: 0;
	padding: 0;
	border: none;
	float: left;
	clear: none;
}


table { margin: 0; padding: 0; border: none; }
h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 1em; font-weight: normal; }

/*  ------------------------------------------
/*  Disposition a l'ecran des blocs principaux
/*  ------------------------------------------ */
#page {
	width: 48em;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

#conteneur {
	width: 767.5px;
	margin: 0; 
}

#conteneur #contenu {
	float: left;
	width: 33em;
}

#conteneur #navigation {
	float: right;
	width: 12em;
	text-align: center;
}

/* Blocs du contenu (c-a-d. la colonne principale) */
#contenu .contre-encart {
	float: left;
	width: 21em;
}

#contenu .encart {
	float: right;
	width: 11em;
	margin: 0;
	margin-bottom: 1em;
}

/* Entete */
#entete {
	width: 100%;
	border-bottom: 2px solid #333; }
#entete #nom_site_spip, #entete a .spip_logos {
	display: block;
	float: left;
	font-weight: bold;
	font-size: 1.5em; }
#entete a { text-decoration: none; }
#entete .formulaire_recherche { float: right; }

/* Fil d'Ariane */
#hierarchie {
	clear: both;
	margin-bottom: 2em;
	font-size: 0.77em; }

/* Pied de page */
#pied {
	clear: both;
	width: 100%;
	margin-top: 4em;
	border-top: 1px dotted #CCC;
	padding: 2px;
	text-align: center; }
#pied small { font-size: 0.77em; }
#pied img { vertical-align: bottom; }

/* Espaceur de blocs */
.nettoyeur { clear: both; margin: 0; padding: 0; border: none; height: 0; line-height: 1px; font-size: 1px; }
.nettoyeur2 { clear: both; margin: 0; padding: 0; border: none; height: 0; line-height: 1px; font-size: 1px; color: #000000; }

/* Non visible a l'ecran */
.invisible { position: absolute; top: -3000em; height: 1%; }


/*  ------------------------------------------
/*  Typographie generale du site
/*  ------------------------------------------ */

/* Typo pour les menus et la navigation */
body, #navigation, .encart, .formulaire_spip {
	font-family: Verdana, Tahoma, Arial, sans-serif; }

/* Typo pour le contenu */
#contenu {
	font-family: "Trebuchet MS", Helvetica, sans-serif; }

/* Typo pour les citations et extraits introductifs */
q, blockquote, .liste-articles li .texte, h3.spip, .voirskel {
	font-family: Georgia, Times, serif; }


/*  ------------------------------------------
/*  Habillage des menus et de la navigation
/*  ------------------------------------------ */

/*  Habillage general des menus de navigation
---------------------------------------------- */
.rubriques, .breves, .syndic, .forums, .divers {
	min-width: 10em;
	border: 1px solid #CCC;
	margin-bottom: 1em;
	font-size: 0.77em;
}

.menu-titre {
	padding: 0.2em 0.4em;
	border-bottom: 1px dotted #CCC;
	text-align: center;
	font-weight: bold;
}

#navigation p, .encart p { margin: 0; padding: 0.2em 0.7em; text-align: left;  }
#navigation ul, .encart ul { margin: 0; padding: 0.2em 0; text-align: left; list-style: none; }
#navigation li, .encart li { margin: 0; padding: 0 0.7em; }

/*  Des couleurs specifiques selon les types de menus
---------------------------------------------- */
.rubriques { background: #EAFFEA;}
.rubriques .menu-titre { background: #F2FFF2; }

.breves { background: #FFEAEA; }
.breves .menu-titre { background: #FFF2F2; }

.syndic { background: #E8F8F8; }
.syndic .menu-titre { background: #F0FCFC; }

.forums { background: #EAEAFF; }
.forums .menu-titre { background: #F2F2FF; }

.divers { background: #F8F8E8; }
.divers .menu-titre { background: #FCFCF0; }

/*  ------------------------------------------
/*  Habillage du contenu
/*  ------------------------------------------ */

/*  Cartouche et titraille
---------------------------------------------- */
.cartouche { margin-bottom: 2em; }

.cartouche .titre {
	font-size: 1.27em;
	font-weight: bold;
	color: #000; }
#contenu .surtitre, #contenu .soustitre { font-size: 0.82em; }

.cartouche .spip_logos {
	float: right;
	margin-left: 16px;
	margin-bottom: 16px; }

.cartouche p { margin: 0; padding: 0; clear: left; }
.cartouche small { font-size: 0.71em; }

.cartouche .traductions { font-size: 0.71em; }
.cartouche .traductions * { display: inline; }
.cartouche .traductions li { padding-left: 1em; }


/*  Mise en forme des textes du contenu
---------------------------------------------- */
.chapo {
	margin-bottom: 1.5em;
	font-weight: bold;
	line-height: 1.4em; }

.lien {
	background: #EEE;
	margin: 1em;
	margin-bottom: 1.5em;
	padding: 0.82em;
	border: 1px solid #CCC;
	font-size: 0.82em;
	font-weight: bold; }

.texte { color: #000; font-size: 0.96em; }

.ps, .notes {
	margin-top: 1.4em;
	padding-top: 2px;
	border-top: 2px solid #CCC; }
.ps { font-size: 0.82em; }
.notes { clear: both; font-size: 0.77em; }
.ps h2, .notes h2 { font-size: 1.19em; font-weight: bold; }

/*  Portfolio
---------------------------------------------- */
#documents_portfolio {
	clear: both;
	margin-top: 1.4em;
	padding-top: 2px;
	border-top: 2px solid #CCC; }
#documents_portfolio h2 { margin-bottom: 0.4em; font-size: 0.88em; font-weight: bold; }

#document_actif { margin-top: 1em; }

/*  Listes de documents joints (a un article ou une rubrique)
---------------------------------------------- */
#documents_joints {
	margin-top: 1.4em;
	padding-top: 2px;
	border-top: 2px solid #CCC; }
#documents_joints h2 { margin-bottom: 0.4em; font-size: 0.88em; font-weight: bold; }
#documents_joints ul { margin: 0; padding: 0; list-style: none; }
#documents_joints li { margin-bottom: 0.4em; }
#documents_joints li .spip_doc_titre {}
#documents_joints li .spip_doc_titre small { font-weight: normal; }
#documents_joints li .spip_doc_descriptif {}

/* Listes d'articles et extraits introductifs
----------------------------------------------- */
.liste-articles ul { margin: 0; padding: 0; list-style: none; }
.liste-articles li { margin-bottom: 1em; clear: both; }

.liste-articles li .titre {
	font-size: 1.03em;
	font-weight: bold; }

.liste-articles li .spip_logos {
	float: right;
	margin-left: 16px;
	margin-bottom: 16px;
	clear: right; }

.liste-articles li p { margin: 0; padding: 0; }

.liste-articles li .enclosures {
	float: right;
	text-align: right;
	max-width: 60%;
	margin: 0; }

.liste-articles li small {
	display: block;
	font-size: 0.71em; }

.liste-articles li .texte {
	margin-top: 5px;
	margin-bottom: 2em;
	border: 1px solid #CCC;
	padding: 0.9em;
	font-size: 0.82em;
	line-height: 1.4em; }

.pagination { font-size: 0.90em; }

/*  ------------------------------------------
/*  Habillage specifique du plan du site
/*  ------------------------------------------ */

.page_plan .cartouche { display: none; }

.page_plan #contenu h2 {
	clear: both;
	background: #EEE;
	border: 1px solid #CCC;
	padding: 0.5em;
	margin-bottom: 1em;
	font-weight: bold;
	text-align: center; }

.page_plan #contenu .contre-encart ul {
	display: block;
	clear: left;
	margin-top: 0;
	margin-bottom: 1em;
	padding-top: 0; }
.page_plan #contenu .contre-encart li {}

/*  ------------------------------------------
/*  Habillage des formulaires
/*  ------------------------------------------ */

.formulaire_spip { text-align: left; font-size: 0.77em; }
.formulaire_spip p { margin: 0.5em 0; padding: 0; }

.formulaire_spip fieldset {}
.formulaire_spip legend {}

.formulaire_spip label {}
.formulaire_spip .forml { width: 99%; font-family: inherit; font-size: inherit; }

/* Boutons */
.spip_bouton { text-align: right; }
.spip_bouton input { float: right; }

/* Reponse du formulaire */
.reponse_formulaire { font-weight: bold; color: #e86519; }
fieldset.reponse_formulaire { border-color: #e86519; font-weight: normal; }

/* Previsualisation du message */
fieldset.previsu { padding: 1em; }

/* Formulaire de login au forum */
.formulaire_login_forum .forml { width: 12em; }
.formulaire_login_forum .spip_logos { float: right; padding-left: 10px; }

/* Choix des mots-clefs */
ul.choix_mots { float: left; width: 47%; margin: 0; padding: 0; list-style: none; } 
ul.choix_mots label { display: inline; }

/* Formulaire de recherche */
.formulaire_recherche { width: 12em; text-align: left; }
.formulaire_recherche label { display: none; }

/*  ------------------------------------------
/*  Habillage des forums
/*  ------------------------------------------ */

.forum-repondre, .forum-decompte {
	clear: both;
	margin-top: 2.5em;
	padding-top: 2px;
	border-top: 2px solid #CCC;
	font-size: 0.88em;
	font-weight: bold; }

/* * Habillage des forums */
ul.forum { display: block; clear: both; margin: 0; padding: 0; }
ul.forum, ul.forum ul { list-style: none; }
.forum-fil { margin-top: 1.5em; }
.forum-fil ul { display: block; margin: 0; padding: 0; margin-left: 1em; }
.forum-chapo .forum-titre, .forum-chapo .forum-titre a { display: block; margin: 0; padding: 0; font-weight: bold; text-decoration: none; color: #333; }
.forum-chapo small {}
.forum-texte { margin: 0; padding: 0.5em 1em 0 1em; color: #333; font-size: 0.82em; }
.forum-texte .forum-lien {}
.forum-texte .forum-repondre-message { margin: 0; padding: 1px 0; text-align: right; }

/* Boite d'un forum : eclaircissement progressif des bords */
ul .forum-message { border: 1px solid #666; margin: 0; padding: 0; margin-bottom: 1em; }
ul ul .forum-message { border: 1px solid #A4A4A4; }
ul ul ul .forum-message { border: 1px solid #B8B8B8; }
ul ul ul ul .forum-message { border: 1px solid #CCC; }
ul ul ul ul ul .forum-message { border: 1px solid #E0E0E0; }
ul ul ul ul ul ul .forum-message { border: 1px dotted #E0E0E0; }

/* Boite de titre d'un forum : mise en couleur selon la profondeur du forum */
ul .forum-chapo { border: none; border-bottom: 1px dotted #B8B8B8; margin: 0; padding: 3px 6px 2px 6px; font-size: 0.88em; background: #C4E0E0; }
ul ul .forum-chapo { background: #D4E8E8; }
ul ul ul .forum-chapo { background: #E4F0F0; }
ul ul ul ul .forum-chapo { background: #F4F8F8; border-bottom: 1px dotted #E0E0E0; }
ul ul ul ul ul .forum-chapo { background: #FFF; }

/*  ------------------------------------------
/*  Habillage des petitions
/*  ------------------------------------------ */

#signatures { clear: both; font-size: 0.77em; }

#signatures h2 {
	padding: 0.5em;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold; }

#signatures table { width: 100%; margin: 1em 0; }
#signatures thead { display: none; } /* On n'affiche pas les titres du tableau */

#signatures td.signature-date {
	background: #E4F0F0;
	padding: 0.5em;
	white-space: nowrap; }

#signatures td.signature-nom {
	background: #ECF4F4;
	padding: 0.2em;
	text-align: center;
	font-weight: bold; }

#signatures td.signature-message {
	background: #F4F8F8;
	padding: 0.4em;
	font-size: 0.96em; }

/*  ------------------------------------------
/*  Couleurs des liens
/*  ------------------------------------------ */
a { text-decoration: none; color: #333; }
a:hover {
	text-decoration: underline;
	border-bottom: 0px;
}/* indispensable pour IE seulement */

/*  Habillage du bloc menu (barre de manigation horizontale)
/*  ------------------------------------------ */
/*#menu { margin:0 12px;}
#menu ul {margin: 0; padding: 0;  list-style: none; }
#menu ul li { display:inline;}
#menu ul li a {display:block;float:right; background: #666; color:#fff; text-decoration:none; font-size:0.9em; padding:4px 12px;border:1px solid #efefef;border-top:0 solid #333;}
#menu ul li a:hover {background: #333; border:1px solid #fff;border-top:0 solid #333;}
*/

#main_header{
	position:relative;
	width:761px;
	text-align:left;
}

#menu{
	font-size:11px;
	border: 0;
	margin: 0;
	position:relative;
	}
	
#newmenu{
	border: 0;
	margin: 0;
	position:relative;
	text-align:left;
	}
	
#nav, #nav ul {
	float: left;
	list-style: none;
	background: #707070;
	padding: 0;
	margin: 0;
	text-align:center;
	margin-top: 2px;
	height: 30px;
}

#nav a {
	display: block;
	color: #404040;
	text-decoration: none;
	height: 30px;
	font-weight:bold;
	background-image:url(images/btn_bgnd.jpg);
}

#nav a:hover {
	background: #777777;
	color: #eeeeee;
}

#nav li {
	float: left;
	padding: 0;
	width: 152.5px;
	height: 30px;
	margin-right: 0.5px;
	margin-left: 0.5px;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 2.5em;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 152.5px;
	font-weight: normal;
	margin: 0;
	font-size:9px;
	height: 30px;
}

#nav li li {
	float: left;
	padding: 0;
	width: 152.5px;
	height: 30px;
	margin-right: 0.5px;
	margin-left: 0.5px;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 3.25em;
}

#nav li ul a {
	display: block;
	color: #505050;
	text-decoration: none;
	height: 30px;
	font-weight: normal;
	background-image:url(images/btn_bgnd.jpg);
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul,
#nav li.sfhover ul ul, #nav li.sfhover ul ul ul, #nav li.sfhover ul ul ul ul
{
	left: -999em;
}


#nav li:hover ul, 
#nav li li:hover ul, 
#nav li li li:hover ul,
#nav li li li li:hover ul
{
	left: auto;
}

#nav li.sfhover ul{
	left:auto;
}
#nav li li.sfhover ul,
#nav li li li.sfhover ul,
#nav li li li li.sfhover ul
{
	left: auto;
}

/*#nav li:hover, #nav li.sfhover {
	background:#777777 ;
	height: 30px;
}*/

#nonav li{
	margin: 0 0 0 0 ;
	padding: 0 0 0 0 ;
}

.col11 {
	width:165px;
	vertical-align:top;
	border:none;
	padding-top:20px;
	padding-bottom:0;
	padding-left:0;
	padding-right:0;
}

.colbas {
	vertical-align:top;
	border:none;
	padding:none;
}

#col1 {
	width:165px;
	vertical-align:top;
	border:none;
	padding-top:20px;
	padding-bottom:0;
	padding-left:0;
	padding-right:0;
}

#col2 {
	border:none;
	width:437.5px;
	padding:0;
}

#col3 {
	border:none;
	width:165px;
	padding:0;
}

.rounded{display:block}
.rounded *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#32507d}
.rounded1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #a6b3c7;
  border-right:1px solid #a6b3c7;
  background:#657b9d}
.rounded2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #eaedf2;
  border-right:1px solid #eaedf2;
  background:#587195}
.rounded3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #587195;
  border-right:1px solid #587195;}
.rounded4{
  border-left:1px solid #a6b3c7;
  border-right:1px solid #a6b3c7}
.rounded5{
  border-left:1px solid #657b9d;
  border-right:1px solid #657b9d}
.rounded_content{
  background:#32507d}

.roundeda{display:block}
.roundeda *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#32507d}
.rounded1a{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #a6b3c7;
  border-right:1px solid #a6b3c7;
  background:#657b9d}
.rounded2a{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #eaedf2;
  border-right:1px solid #eaedf2;
  background:#587195}
.rounded3a{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #587195;
  border-right:1px solid #587195;}
.rounded4a{
  border-left:1px solid #a6b3c7;
  border-right:1px solid #a6b3c7}
.rounded5a{
  border-left:1px solid #657b9d;
  border-right:1px solid #657b9d}
.rounded_contenta{
  background:#32507d}

.rounded0 {display:block}
.rounded0 *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#2e74a4}
.rounded10{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #a5c3d7;
  border-right:1px solid #a5c3d7;
  background:#6296ba}
.rounded20{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #eaf1f5;
  border-right:1px solid #eaf1f5;
  background:#558eb5}
.rounded30{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #558eb5;
  border-right:1px solid #558eb5;}
.rounded40{
  border-left:1px solid #a5c3d7;
  border-right:1px solid #a5c3d7}
.rounded50{
  border-left:1px solid #6296ba;
  border-right:1px solid #6296ba}
.rounded_content0{
  background:#2e74a4}

.rounded00{display:block}
.rounded00 *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#e52626}
.rounded100{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #f3a1a1;
  border-right:1px solid #f3a1a1;
  background:#eb5c5c}
.rounded200{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #fce9e9;
  border-right:1px solid #fce9e9;
  background:#e94f4f}
.rounded300{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #e94f4f;
  border-right:1px solid #e94f4f;}
.rounded400{
  border-left:1px solid #f3a1a1;
  border-right:1px solid #f3a1a1}
.rounded500{
  border-left:1px solid #eb5c5c;
  border-right:1px solid #eb5c5c}
.rounded_content00{
  background:#e52626}

.rounded000{display:block}
.rounded000 *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#009900}
.rounded1000{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #91d391;
  border-right:1px solid #91d391;
  background:#3fb23f}
.rounded2000{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #e5f4e5;
  border-right:1px solid #e5f4e5;
  background:#30ac30}
.rounded3000{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #30ac30;
  border-right:1px solid #30ac30;}
.rounded4000{
  border-left:1px solid #91d391;
  border-right:1px solid #91d391}
.rounded5000{
  border-left:1px solid #3fb23f;
  border-right:1px solid #3fb23f}
.rounded_content000{
  background:#009900}

.colacctitre {
	text-align: center;
	color: #ffffff;
	font-weight:bold;
}

.colacctitre2 {
	text-align: center;
	font-size:14px;
	color: #ffffff;
	font-weight:bold;
}

.colacctitre3 {
	text-align: center;
	color: #ffffff;
	font-weight:bold;
/*	padding-bottom:5px;*/
}

.colacctitre4 {
	text-align: center;
	color: #ffffff;
	font-weight:bold;
/*	padding-bottom:5px;*/
}

.colacccontenu {
	color: #ffffff;
	text-align:center;
}

.colacccontenu1 {
	color: #ffffff;
	text-align:center;
	height: 130px;
/*	background:#ffffff;
	border-left:1px solid #336699;
	border-right:1px solid #336699; */
}

.colacccontenu2 {
	color: #ffffff;
	text-align:center;
/*	background:#ffffff;
	border-left:1px solid #336699;
	border-right:1px solid #336699; */
}

.colacccontenu3 {
	color: #ffffff;
	text-align:center;
	height: 40px;
	padding-top:15px;
	padding-bottom:0px;
}

.colacccontenu4 {
	color: #ffffff;
	text-align:center;
	height: 120px;
	padding-top:15px;
	padding-bottom:0px;
}

.colacccontenu5 {
	color: #ffffff;
	text-align:center;
	height: 85px;
	padding-top:15px;
	padding-bottom:0px;
}

.colaccueil {
	font-size: 12px;
	text-align: center;
	color: #ffffff;
}

.colaccueil1 {
	font-size: 12px;
	text-align: center;
	color: #ffffff;
}

.colaccueil2 {
	font-size: 12px;
	text-align: center;
	color: #ffffff;
}

.tdarticle {
	vertical-align:top;
	border:none;
	padding-top:20px;
	padding-bottom:0;
	padding-left:0;
	padding-right:0;
	width: 595px;
}

.tdarticlec {
	vertical-align:top;
	border:none;
	padding-top:20px;
	padding-bottom:0;
	padding-left:0;
	padding-right:0;
	width: 430px;
}

.tdarticleliste {
	vertical-align:top;
	border:none;
	padding-top:20px;
	padding-bottom:0;
	padding-left:0px;
	padding-right:0;
	width: 500px;
	font-size:12px;
}

.titrearticle {
	font-size: 20px;
	color: #32507d;
	font-weight:bold;
	text-align:left;
	padding-left:40px;
}

.stitrearticle {
	font-size: 16px;
	color: #000000;
	font-weight:bold;
	text-align:left;
	padding-left:40px;
	padding-top:5px;
	padding-bottom:20px;
}

.textearticle {
	font-size: 12px;
	padding-left: 40px;
	padding-top: 20px;
	padding-right: 30px;
	color: #32507d;
}

.textearticle2 {
	font-size: 12px;
	padding-left: 40px;
	padding-top: 0px;
	padding-right: 30px;
	color: #32507d;
}
.textearticle3 {
	font-size: 12px;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	color: #32507d;
}

.tablecontenu {
	border:0;
	margin:0;
	vertical-align:top;
	padding:0;
}

.formulaire {
	font-size: 12px;
	padding-bottom:0;
	padding-left:40px;
	padding-right:20px;
	padding-top:0px;
}

#comparatif {
	font-size: 12px;
	padding-left: 40px;
}

.compcrit {
	font-size: 12px;
	color: #0d706b;
}

.compformation1 {
	font-size: 12px;
	color: #fff;
	text-align:center;
	padding:5px;
	background: #32507d;
}

.compformation2 {
	font-size: 12px;
	color: #fff;
	text-align:center;
	padding:5px;
	background: #208b86;
}

.compcheck1 {
	text-align:center;
	background:#8096b8;
	width:150px;
	padding:5px;
}

.compcheck2 {
	text-align:center;
	background:#75bebb;
	width:150px;
	padding:5px;
}

#disque {
}

.boutons {
	border: none;
	margin: none;
	padding: none;
}

#ppboutons {
	padding: none;
	border: none;
}

.achat {
	font-size:12px;
	padding-top:6px;
	padding-bottom:10px;
	text-align:center;
}
.achatinscr {
	font-size:12px;
	color:#ffffff;
	text-align:center;
}

.formationboxes {
}

.csboutons {
	padding: none;
	margin: none;
	border: none;
}

a.csboutons span {
	display:none ; /* cache les <span> placés dans un lien <a> */
	text-decoration:none ; /* supprime le soulignement du texte <span> */
	color:black
} /* met le texte <span> en noir */

a:hover.csboutons span {
	display: block; /* Montre le texte <span> lors du survol */
	position: absolute; /* envoi le texte <span> dans 1 zone précise de l'écran */
	top: 0px; 
	left: 20px ;
	background: #fff;
	font-size: 10px;
	padding: 3px;
	border: 1px solid #000;
	vertical-align: top;
	text-align:center;
}

a.arcabas {
	float: right;
}

a.arcabas span {
	display:none ; /* cache les <span> placés dans un lien <a> */
	text-decoration:none ; /* supprime le soulignement du texte <span> */
	color: #208b86;
}

a:hover.arcabas span {
	display: block; /* Montre le texte <span> lors du survol */
	position: absolute; /* envoi le texte <span> dans 1 zone précise de l'écran */
	top: 0px; 
	left: 500px ;
	background: #fff;
	font-size: 10px;
	padding: 3px;
	border: 1px solid #000;
	vertical-align: top;
	text-align:center;
}

#bouton1 {
	position: relative;
	padding: none;
	border: none;
	margin: none;
	border-collapse: collapse;
}

#bouton2 {
	position: relative;
	padding: none;
	border: none;
	margin: none;
	border-collapse: collapse;
}

/*#acces {
	position: relative;
	background: #208b86;
	vertical-align:top;
}*/

#tboutons {
	border: none;
	padding: none;
	margin: none;
	border-collapse: collapse;
}

.tdboutons1 {
	border: 1px solid #000;
	padding: none;
	margin: none;
	width: 200px;
	height: 90px;
	font-size: 10px;
	background: #208b86;
	vertical-align: bottom;
}

.tdboutons2 {
	border: 1px solid #000;
	padding: none;
	margin: none;
	width: 200px;
	height: 90px;
	font-size: 10px;
	background-image:url(images/bgdbiblio.jpg);
}

.tdboutons3 {
	border: 1px solid #000;
	padding-top: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin: none;
	width: 322px;
	font-size: 10px;
	color: #fff;
	background-image:url(images/acces.jpg);
}

.tdboutons {
	border: 1px solid #000;
	padding: none;
	margin: none;
	width: 200px;
	height: 90px;
	font-size: 12px;
}

.btnlab {
	padding-left: 18px;
	font-size: 10px;
}

.submitauth2 {
	font-size: 10px;
	width: 60px;
}

.btninput {
	background: #eeeeee;
	width: 80px;
	font-size: 10px;
}
#accestitre {
	font-size: 12px;
}
.btnspacer {
	width: 11px;
}
#loginform2 {
	margin: none;
	padding: none;
	border: none;
}

.zero {
	margin: none;
	padding: none;
	border: none;
	border-collapse: collapse;
}

#copyright {
	color: #97abc9;
	font-size: 9px;
	text-align: right;
}
.redlink {
	color: #e9635f;
}

.zero1 {
	margin: none;
	padding: none;
	border: none;
	font-size: 12px;
	background: #25938c;
	color: #fff;
}

.zero2 {
	padding: 0px;
}

.zero3 {
	padding: 2px;
}

.zero4 {
	margin: none;
	padding: none;
	border: none;
	font-size: 12px;
	background: #25938c;
	color: #fff;
	height: 100px;
	width: 490px;
}

.zero5 {
	margin: none;
	padding: none;
	border: none;
	font-size: 12px;
	background: #25938c;
	color: #fff;
	height: 100px;
	width: 260px;
}

.zero6 {
	margin: none;
	padding: none;
	border: none;
	font-size: 12px;
	background: #fff;
	color: #fff;
}

.turqciel {
	background: #a7dcd9;
	padding-left: 7px;
}

.warning {
	padding: 30px;
	color: red;
	font-size:12px;
}
.titreboutons {
	padding: 10px;
	font-weight: bold;
}
.titreboutons2 {
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 8px;
	font-weight: bold;
	width: 400px;
}
.listenouveautes {
	height: 66px;
	vertical-align: top;
}
.whitetd {
	color: #fff;
	width: 10px;
}
.nouvitem {
	color: #fff;
}
.tpcategories {
	padding-top: 10px;
	padding-left: 40px;
	padding-bottom: 0px;
	font-size:18px;
	color: #32507d;
	font-weight:bold;
}

.tpcategories2 {
	padding-top: 0px;
	padding-left: 40px;
	font-size:12px;
	color: #32507d;
	font-weight:bold;
}

.tpcategories3 {
	padding-top: 0px;
	padding-left: 70px;
	font-size:12px;
	color: #000;
}
.pagemot1 {
	font-size:12px;
	font-weight:bold;
	padding-left:40px;
	padding-top:10px;
	padding-bottom:20px;
}

.pagemot2 {
	font-size:12px;
	padding-left:60px;
}

.tdmot {
	vertical-align:top;
	border:none;
	padding-top:20px;
	padding-bottom:0;
	padding-left:0;
	padding-right:0;
	width: 650px;
}
.tdarticle2 {
	vertical-align:top;
	border:none;
	padding-top:20px;
	padding-bottom:0;
	padding-left:0;
	padding-right:0;
	width: 750px;
}
.tdarticle10 {
	vertical-align:top;
	border:none;
	padding-top:20px;
	padding-bottom:0;
	padding-left:0;
	padding-right:0;
	width: 750px;
}
.textearticle11 {
	padding-top:20px;
	padding-bottom:0;
	padding-left:40px;
	padding-right:30px;
	color: #32507d;
}
.listecours {
	padding-left:100px;
}
.textestandard {
	padding-left:40px;
	font-size:12px;
}
.titrenews {
	font-size:12px;
	color:#fff;
	font-weight:bold;
}
.news {
	font-size:10px;
	color:#fff;
	font-weight:normal;
}
.contenu100 {
	font-size:12px;
	color:#32507d;
	padding-left:40px;
	padding-top:20px;
	padding-right:40px;
}

.tdcarte {
	vertical-align:top;
	border:none;
	padding-top:20px;
	padding-bottom:0;
	padding-left:30px;
	padding-right:0;
	width: 595px;
}
.enumeration {
	font-size:12px;
	padding-left:40px;
	padding-right:30px;
	color: #32507d;
}

.simpleliste {
	font-size:12px;
	color: #32507d;
}
.menulang {
	font-size:12px;
	color: #32507d;
}
#global {
	margin-left: auto;
	margin-right: auto;
	width: 761px;
}
#banner_droite {
	float: right;
}
#ftbanner {
	color: #32507d;
	font-family:"Times New Roman", Times, serif;
	font-size:30px;
	position:relative;
	left:30px;
	top:10px;
}

.spacer3 {
	clear: both;
	height: 3px;
}
.spacer10 {
	clear: both;
	height: 10px;
}
.spacer15 {
	clear: both;
	height: 15px;
}
.spacer20 {
	clear: both;
	height: 20px;
}
.spacer25 {
	clear: both;
	height: 25px;
}
.spacer30 {
	clear: both;
	height: 30px;
}