/* ----------'----------------------------------------------- */
/* Feuille de style des squelettes par defaut pour SPIP 2.0  */
/* --------------------------------------------------------- */


/* ------------------------------------------
/* Typographie generale (style transversaux)
/* ------------------------------------------ */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}

/* Titraille / Intertitres */
h1,h2,h3,h4,h5,h6 { font-family: Cambria, Georgia, serif; }

.cartouche h1 {
	z-index: 100;
	float: left;
	width: 550px;
	height: 32px;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 20px;
	letter-spacing : .1em;
	text-decoration: none;
	text-align: left;
	background: url('images/rpm_cartouche.jpg') no-repeat;
	color: #ebebeb;
	padding: 7px 4px 3px 16px;
	margin-left: 8px;
}
h2 { font-size: 1.5em; font-weight: normal; }
h2, h2 a, h2 a:focus, h2 a:hover, h2 a:active { color: #003; }
h3 { 
	font-size: 1.2em; 
	font-weight: bold; 
	padding-bottom: 6px;
}

h3.spip {} /* Cf.: spip_style.css */

/* cf modif spécifique pr la galerie */

hr.spip {} /* Cf.: spip_style.css */

/* Autres enrichissements typo */
strong { font-weight: bold; }
em { font-style: italic; }
abbr {
	border: 0;
}

acronym { border-bottom: 1px dotted; cursor: help; }

small { 
	font-size: 0.75em;
	text-align: right;
	color: #404040;
}

dfn { font-weight: bold; color: #666; }
del { text-decoration: line-through; }
ins { color: red !important; text-decoration: none; }
sup, sub { font-size: .9em; font-variant: normal; }

/* Listes */
ul.spip {} /* Cf.: spip_style.css */
ol.spip {} /* Cf.: spip_style.css */
dl {}
dt {}
dd {}

/* Citations, code et poesie */
cite {}
q {}
blockquote {}
blockquote.spip {} /* Cf.: spip_style.css */
blockquote.spip_poesie {} /* Cf.: spip_style.css */
.spip_code {} /* Cf.: spip_style.css */
.spip_cadre {} /* Cf.: spip_style.css */
address {}

/* Tableaux */
table.spip {} /* Cf.: spip_style.css */

/* Logos, documents et images */
img { margin: 0; padding: 0; border: 0; }
.spip_logos {} /* Cf.: spip_style.css */
.spip_documents {} /* Cf.: spip_style.css */
.spip_documents_center {} /* Cf.: spip_style.css */
.spip_documents_left {} /* Cf.: spip_style.css */
.spip_documents_right {} /* Cf.: spip_style.css */
.spip_doc_titre {} /* Cf.: spip_style.css */
.spip_doc_descriptif {} /* Cf.: spip_style.css */


/* ------------------------------------------
/* Disposition a l'ecran des blocs principaux
/* ------------------------------------------ */
body {
	font-family: Arial, Corbel, "Trebuchet MS";
	color: #121212;
	background-color: #404040;
	margin: 0;
	padding: 0;
	text-align: center;
}

#page { 
	z-index: 1;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -540px;
	width: 1080px !important;
	min-width: 1080px;
	height: 100%;
	background: url('images/rpm_top.jpg') top left no-repeat;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  #page {
    font-size:85%;
  }
}	
	
#maincon {
	z-index: 2;
	clear: both;
	position: relative;
	top: 160px;
	width: 1080px;
	height: auto !important;
	height: 100%;
}
/* ### Implémentation de la navigation principale à gauche ### */
#gauche {
	z-index: 10;
	float: left;
	width: 180px;
	min-width: 180px;
	height: 515px;
	background: transparent;
	/* border: solid 1px blue; */
}
#sidenave {
	z-index: 1;
	float: right;
	width: 110px;
	margin-top: 64px;
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  #sidenave {
    font-size:1.35em;
  }
}	

#sidenave ul, #sidenave li {
	display:inline;
}
#sidenave li {
	float: left;
	height: 45px;
	width: 110px;
	background: url('images/totokk.jpg') repeat-x top left;
	padding: 0;
	margin-bottom: 8px;
}
#sidenave li:hover {
	background: url('images/totokk.jpg') repeat-x left -45px;
	cursor: pointer;
	color: #404040;
}
#sidenave li.select {
	background: url('images/totokk.jpg') repeat-x left -45px;
}
.fakontact {
	position: relative;
	right: -6px;
	top: -60px;
	float: left;
	height: 45px;
	width: 110px;
	background: url('images/totokk.jpg') repeat-x left -45px;
	float: right;
	margin: 7px 6px 0 0;
	color: #404040;
}
#spacebutt {
	clear: both;
	min-height: 140px;
	max-height: 140px;
	height: 160px !important;
	background: transparent;
}

#sidenave a {
	float: right;
	margin: 9px 6px 0 0;
	color: #bc24ab;
}
#sidenave a:hover {
	color: #404040;
	margin: 9px 6px 0 0;
	text-decoration: none;
}
.fakhombut {
	color: #404040;
	float:right;
	position:relative;
	top:9px;
	right:6px;
}

/*-- end Navigation principale à gauche --*/

#centre {
	z-index: 5;
	float: left;
	width: 900px;
	background: url('images/rpm_contbg.jpg') repeat-y;
	/* background: transparent; */
	height: auto !important;
	height: 100%;
}
#tetedeu { 
	z-index: 3;
	float: left;
	width: 900px;
	height: 105px;
	margin: 0;
	background: url('images/rpm_tet2.jpg') no-repeat; 
}

#entete a.accueil { display: block; width: 67%; }
#entete a.accueil img.spip_logos { vertical-align: bottom; line-height: 1em; }

#entete a.accueil #nom_site_spip { 
	visibility: hidden !important;
	vertical-align: bottom;
	font-size: 2em;
	font-family: Cambria, Georgia, serif;
	color: #404040;
	font-weight: normal;
	font-style: italic;
	padding: 20px 0 0 80px;
}
#entete .formulaire_menu_lang { position: absolute; right: 0; top: 0.9em; display: block; width: 30%; } /*Cf.: spip_formulaires.css*/

#navigation { 
	clear: both;
	float: left;
	width: 50%;
	margin-top: 1em;
	overflow: hidden;
}

#conteneursom {
	z-index: 5;
	clear: both;
	width: 900px;
	height: 396px !important; 
	min-height: 372px;
	/* margin-left: 2px; */
}
#conteneur {
	z-index: 5;
	clear: both;
	width: 900px;
	height: auto !important; 
	height: 100%;
}

#fil {
	z-index: 8;
	float: left;
	margin: 24px 0 0 24px;
	padding: 4px;
	font-size: .8em;
	text-align: left;
	width: auto;
	width: 560px;
	max-width: 620px;
	color: #404040;
}
#fil a:hover  {
	color: #c020bd;
	text-decoration: underline;
}

#contenusom {
	z-index: 8;
	float: left;
	padding: 0.4em;
	width: 564px;
	height: auto;
	margin: -68px 0 0 10px;
}
#contenu {
	z-index: 8;
	float: left;
	padding: 0.4em;
	margin-top: -68px;
	width: 570px;
	min-height: 300px;
	height: auto !important;
}

#resulsearch {
	z-index: 8;
	/* font-family: Corbel, Trebuchet MS; */
	float: left;
	text-align: left;
	padding: 0.4em;
	margin-left: 10px;
	width: 560px;
	height: auto;
	/* border: solid 1px blue; */
}
.mysearch {
	max-width: 550px;
	float: left;
	font-size: 1.2em;
	text-align: left;
	color: #404040;
	padding-left: 12px;
	margin: 16px 0 24px 0;
}

#leplan {
	z-index: 8;
	/* font-family: Corbel, Trebuchet MS; */
	float: right;
	text-align: left;
	padding: 0.4em;
	margin-left: 10px;
	width: 480px;
	height: auto;
	line-height: 24px;
}
#rabiot {
	float: left;
}
#leplan h2 {
	margin-top: 8px;
	/* border: 1px solid red; */
}
#leplan ul li {
	margin-left: 32px;
}

#extra {
	z-index: 8;
	float: right;
	clear: right;
	background: transparent;
	width: 300px;
	height: auto;
	margin: 0;
	overflow: hidden;
}
#extrazone {
	float: left;
	clear: right;
	width: 200px;
	height: 260px;
	margin: 2em 0 0 .4em;
	padding: 0;
	overflow: hidden;
}
/* desactivé pour cause de coins arrondis automatiques ###
.sousrub {
	font-family: Trebuchet MS;
	float: left;
	width: 70%;
	height: auto;
	margin: 2em 0 0 .4em;
	padding: 4px;
	border: dotted 2px #c020bd ;	
}
.sousrub h2 {
	font-family: Trebuchet MS;
	font-size: 1.2em;
	font-variant: small-caps;
	font-weight: bold;
	letter-spacing: .05em;
	color: #97358A;
}
.sousrub ul,li {
	list-style-type: none;
	margin: 12px 0 4px 0;
	padding: 0;
	clear: both;
	float: right;
	text-align: right;
	font-size: 11px;
	width :200px;
}
### ------------------------------------------------------- end desa */

/* ### Ajout footer inclus dans le centre ### */
#footer {
	z-index: 10;
	display: block;
	float: left;
	width: 900px;
	height: 52px;
	background: url('images/rpm_pied.jpg') no-repeat left top;
	letter-spacing: .02em;
	text-align: center;
}
#footzone {
	width:628px;
	height: 32px;
	max-height: 32px !important;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	margin-top: 8px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  #footzone {
	width:604px;
	/* border: thin solid red; */
  }
}	

.footlink {
	float: left;
	padding-top: 8px;
	width: auto;
	height: 1.4em;
	font-size: .8em;
} 
#footer a {
	color: #404040;
	text-decoration: none;
}
#footer a:hover {
	color: #BC24AB;
	text-decoration: underline;
}
.footlogo {
	float: left;
	position: relative;
	width: 80px;
	top: 8px;
}

#pied { clear: both; width: 100%; margin: 0; padding: 0.40em 0; border-top: 1px solid #8B6F92; text-align: center; font-size: 1em; }
#pied img { vertical-align: middle; }

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

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


/* ------------------------------------------
/* Habillage des elements du contenu
/* ------------------------------------------ */

#hierarchie { clear: both; margin-bottom: 2em; font-size: .9em; }
#hierarchie, #hierarchie a { color: #666; }

.homlogo {
	float: left;
	margin:0;
	padding: 0 6px 5px 0;
}
.rublogo {
	float: left;
	margin:0;
	padding:0;
}
.artlogo { 
	float: left;
	clear: right;
	margin: 0 0 4px 16px;
}
.cartouche { 
	z-index: 10;
	float: left;
	text-align: left;
	width: 560px;
	height: auto;
	padding-left: 4px;
}
.cartlogo { 
	float: left;
	padding: 0 8px 8px 0;
	margin: 0 0 8px 12px;
}
.cartsmall {
	float: right;
	width: 65%;
	font-size: 0.9em;
	text-align: right;
	color: #404040;
	margin-bottom: 12px;
}
.chapo p {
	margin: 0;
	padding: 3px 0 2px 0;
	float: left;
}
.bonnet p {
	margin: 0;
	padding: 4px 0 8px 0;
	float: left;
	width: 100%;
	text-align: left;
}

.surtitre, .soustitre {
	font-size: 1.1em;
	color: #404040;
	text-transform: uppercase;
	letter-spacing: .03em;
	margin-bottom: 12px;
}
.cartouche .surtitre { margin-bottom: 0.3em; }
.cartouche .soustitre { margin-top: 0.5em; margin-bottom: 0.3em; }
.cartouche .traductions { font-size: 1em; }

.chapo { /* pour les rubriques */
	text-align: left;
	float: right;
	max-width: 370px;
	width: 370px !important; 
	margin-bottom: 1em;
	line-height: 1.25em;
	font-size: 1em;
	color: #97358A;
	font-style: italic;
}
.chapo a, .bonnet a {
	color: #97358A;
}
.chapo a:hover, .bonnet a:hover {
	color: #404040;
}
.bonnet { /* pour les articles des galeries et le modèle standard 2 - 3 - 5 */
	text-align: left;
	float: left;
	max-width: 370px;
	width: 370px !important; 
	margin-bottom: 1em;
	line-height: 1.3em;
	font-size: 1em;
	font-weight: normal;
	color: #97358A;
	font-style: normal;
}
.fez { /* pour le cartouche sans imagette > Rubrique 4 Contact */
	font-size: .9em;
	text-align: left;
	float: left;
	width: 560px;
	margin: 0 0 .6em 1.4em;
	line-height: 1.3em;
	color: #404040;
	font-style: normal;
}
.kippa { /* pour les listes d'articles */
	text-align: left;
	float: left;
	width: auto;
	margin: .6em 0 .2em 0;
	line-height: 1.3em;
	font-size: .95em;
	color: #404040;
	font-style: normal;
}
.mention {
	font-size:.9em;
	font-style:normal;
	line-height: 4em;
}

.texte { 
	float: left;
	text-align: left;
	margin-left: 16px;
	line-height: 1.4em;
	font-size: 1em;
}
.lien {
	float: left;
	text-align: left;
	margin: 0;
	color: #404040;
}

.contenustandard {
	font-size: 1em;
	float: left;
	text-align: left;
	margin: 0 0 8px 16px;
	color: #202020;
	padding-left: 8px;
	padding-right: 8px;
}
.contenuart {
	font-size: .9em;
	float: left;
	text-align: justify;
	margin: 0 0 8px 16px;
	color: #202020;
	padding-left: 8px;
	padding-right: 8px;
	line-height: 1.3em;
}
.contenugal {
	float: left;
	text-align: left;
	margin: 20px 0 8px 16px;
	color: #202020;
}
.contenugal h3.spip {
	float: left;
	width: 564px;
	font-size: 1.3em;
}
.contenugal p {
	float: left;
	width: 564px;
	font-size: 1em;
	line-height: 1.3em;
}

.hyperlien { display: block; background: #EEE; padding: 0.50em 1em; font-weight: bold; color: #404040; }
.ps, .notes { margin-bottom: 2em; line-height: 1.40em; }
.notes { clear: both; font-size: 1em; }

abbr.published { border: 0; }

/* Portfolio */
#documents_portfolio {
	clear: both;
	width: 576px;
	margin: 0 0 2em 1em;
	text-align: center;
}
#documents_portfolio .spip_logos {
	margin: 4px; 
	border: 2px solid #404040; 
	padding: 2px; 
}
#documents_portfolio a.on .spip_logos { border: #F57900; }
#documents_portfolio a:focus .spip_logos,
#documents_portfolio a:hover .spip_logos,
#documents_portfolio a:active .spip_logos { border: 2px dotted #bc24ab; }

/* Formulaire de contact */
.rpm_form {
clear:both;
float:right;
width: 532px;
margin-top: 16px;
/* border: solid 1px red ;*/
}
/* Zone spéciale du formulaire de recherche : shunt du <p> avec ses pointillés roses... */
#myform {
	height: 28px;
	width: 210px;
	margin-top: 8px;
	padding: 2px 10px 0px 12px;
}

/* Habillage des forums
---------------------------------------------- */
.repondre { clear: both; margin-top: 2.50em; margin-right: 1em; text-align: right; 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.50em; }
.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; color: #333; }
.forum-texte { margin: 0; padding: 0.50em 1em; color: #333; }
.forum-texte .hyperlien {}
.forum-texte .repondre { margin: 0; padding: 0.10em 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: 0; border-bottom: 1px dotted #B8B8B8; margin: 0; padding: 3px 6px 2px 6px; 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; margin: 0 0 2em 0; padding: 0; background: none; }
#signatures table { width: 100%; margin: 1em 0 0 0; }
#signatures thead { text-align: center; color: #555; }
#signatures td { padding: 0.50em; border: 2px solid #FEFEFE; vertical-align: top; }
#signatures td.signature-date { background: #E4F0F0; text-align: center; white-space: nowrap; }
#signatures td.signature-nom { background: #ECF4F4; text-align: center; }
#signatures td.signature-nom small { display: block; }
#signatures td.signature-message { background: #F4F8F8; }
#signatures .formulaire_recherche { margin: 1em 0; text-align: right; } /*Cf.: spip_formulaires.css*/
#signatures .formulaire_recherche input.text { width: 10em; text-align: left; } /*Cf.: spip_formulaires.css*/


/* ------------------------------------------
/* Sous-navigation et autres menus
/* ------------------------------------------ */

/* Habillage general des menus de navigation */
.menusom { 
	clear: both;
	float: left;
	margin-bottom: 2em;
	padding: 8px 0 0 8px;
	text-align: left;
	width: 600px;
}
.menuart { 
	clear: both;
	float: left;
	margin: 1em 0 1em .4em;
	padding: 0 0 0 8px;
	text-align: left;
	width: 560px;
}
.menuart  p, .menusom p  { 
	margin: 0.20em 0;
	padding: 0.20em 0.10em;
}

.menuart  ul, .menusom ul { 
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	/* border: 1px solid blue; */
}

.menuart .spip_logos {
	padding: 1px;
	border: 1px solid #404040;
}
	
.menuart  li, .menusom li { 
	float: left;
	margin: .2em;
	padding: .1em .2em 0 0;
	width: 98%;
	border-top: 2px dotted #c020bd;
}
.arpic {
	float: left;
	width: 80px;
	height: 80px;
	margin: 8px 0 8px 0;
}
.artitre {
	float: left;
	width: 65%;
	text-align: left;
	margin-top: 4px;
	padding: 5px 0 5px 10px;
	/* border: solid 1px red ;  */	
}
.lasuite {
	height: 90px;
	width: 80px;
	float: right;
	background: transparent;
	background: url('images/suite.jpg') no-repeat right bottom;
	cursor: pointer;
}

.menu ul li ul, .menusom ul li ul { margin-left: 1em; border: 0; }
.menu ul li li, .menusom ul li li { padding: 0; border: 0; }

/* Pagination */
.pagination { clear: both; text-align: right; font-size: 1em; color: #666; }
.pagination .on { font-weight: bold; color: #666; }

/* Rubriques */
.rubriques ul { border: 0; }
.rubriques ul li {
	background: transparent;
	border: 0;
}

/*.formulaire_recherche { margin-bottom: 2em; } Cf.: spip_formulaires.css*/

/* Listes d'articles et extraits introductifs */
.articles ul li {
	clear: both;
	padding: .4em .4em .2em 0;
}

.articles ul li h3 { margin: .3em 0; }

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

.articles ul li .introduction { margin-top: .3em; line-height: 1.40em; }

/* Couleurs des liens ---------------------------------------------- */
a { color: #404040; text-decoration: none; }
a:focus,a:hover,a:active { color: #c020bd; text-decoration: underline; }

/* --- ### Mise en page spéciale de la page Sommaire ### --- */
.topzone {
	float: left;
	height: 36px;
	width: 580px;
	background-color: transparent;
	background: url('images/topbar.jpg') no-repeat;
}
.midzone {
	clear: both;
	float: left;
	height: auto;
	width: 580px;
	background-color: transparent;
	background: url('images/midbar.jpg') repeat-y;
	color: #404040;
	text-align: left;
	padding-top: 5px;
}
.bazzone {
	clear: both;
	float: left;
	height: 20px;
	width: 580px;
	background-color: transparent;
	background: url('images/bottombar.jpg') no-repeat;
}
#elpic {
	float: left;
	width: 182px;
	height: 232px;
	padding: 2px;
	margin: 0 0 0 16px;
	background: url('images/hompic.jpg') no-repeat;
}
#eltex {
	float: right;
	width: 344px;
	height: auto;
	padding: 2px 24px 0px 0px;
}
#eltex p {
	line-height: 1.3em;
	font-size: .95em;
	margin-bottom: 8px;
}

.moroz {
	color: #993690;
	font-weight: bold;
}
.premier {
	float: left;
	width: 580px;
	height: auto;
	margin-bottom: 8px;
}
.titzone {
	color: #ebebeb;
	position: relative;
	top: 7px;
	left: 16px;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 20px;
	font-family: Cambria, Georgia, serif;
	letter-spacing : .1em;
	text-decoration: none;
	text-align: left;
}
.mogra {
	font-size: 1em;
	font-weight: bold;
}
.second {
	clear: both;
	float: left;
	width: 520px;
	height: 160px;
}
.enprod {
	float : left;
	text-align: left;
	height: 100px;
	width: 552px;
}
#zepic  {
	float: left;
	width: 100px;
	height: 100px;
	float: left;
	margin-left: 16px;
	cursor: pointer;
}
#zetit {
	float: left;
	width: 60%;
	height: auto;
	padding: 4px 4px 8px 8px;
	font-size: 1.2em;
}
#zetex {
	float: left;
	width: 75%;
	height: auto;
	padding: 6px 0px 0px 8px;
	font-size: .95em;
	line-height: 1.2em;
}
#zesuit {
	height: 23px;
	width: 80px;
	float: right;
	background: transparent;
	cursor: pointer;
}
#zetit a {
	/*background: url('img/gifs/puce_rouge.gif') no-repeat 0% 6px;
	padding-left: 10px;*/
	color: #993690;
	font-weight: bold;
	line-height: 15px;
	letter-spacing: .1em;
	margin-bottom: 8px;
}
#zetit a:hover {
	text-decoration: underline;
}
/* --- ### Mise en page spéciale de la page d'erreur 404 ### --- */
#message404 {
	text-align: center;
	width: 100%;
	font-size: 1.5em;
	font-style: italic;
	line-height: 2.8em;
	padding: 60px 40px 40px 10px;
}
/* -$- Habillage spécifique des breves -$- */
.breve {
	text-align: left;
	float: left;
	max-width: 372px;
	width: 372px !important; 
	margin-bottom: 1em;
	line-height: 1.4em;
	font-size: 1em;
	font-weight: normal;
	color: #404040;
	font-style: normal;
}
.breflogo { 
	float: left;
	padding: 0;
	margin: 0;
}
#logobox {
	width: 228px;
	height: auto;
	float: left;
	margin-top: 92px;
}
.logopub {
	width: 100%;
	float: left;
	height: auto;
	padding: 16px 0px;
	background: transparent;
}
/* Un petit insert pour les logos des partenaires */

#lapub {
	clear: both;
	float: left;
	display: block;
	width: 216px;
	height: auto;
	margin: 16px 0 16px 6px;
	background: transparent;
	border: 1px solid #606060;
-moz-border-radius: 1em;
-khtml-border-radius: 1em;
-webkit-border-radius: 1em;
border-radius: 1em; 
}
.imagepub {
	padding: 10px 0px;
}
.texpub {
	clear: both;
	font-weight: bold;
	font-variant: small-caps;
	padding: 8px 8px 0px 8px;
}

/* Main box de la Flashgal... */

#flashgal {
	float: left;
	margin-left: 12px;
	width: 820px;
	height: 600px;
}

