html { font-size: 100%; }

body {
	margin: 0; padding: 0;
	font-size: 62.5%; /* ho yeah */
	font-family: Arial, sans-serif;
	color: #222;
	background-color: #fff;
}


/************************************
*	GENERAL
*************************************/

h1,h2,h3,h4,h5,h6 { margin: 0; padding: 0; font-weight: normal; font-size: 1em; }
h1 { font-size: 1.70em; padding-bottom: 10px; }
h2 { font-size: 1.40em; font-weight: normal; }
h3 { font-size: 1.20em; font-weight: bold; }

a { color: #ddd; text-decoration: underline; }
a:focus,a:hover,a:active { color: #fff; text-decoration: none; }
a.spacer { display:none; }

ul, li {list-style-type: none;}
strong { font-weight: bold; }
em { font-style: italic; }
small { font-size: 0.90em; color: #666; }
sup, sub { font-size: .8em; font-variant: normal; }
a span,.cacher { display: none!important; }
 
/* général spip */

h3.spip {
	margin: 0 0 15px 0;
	clear: both;
	padding: 20px 0 2px 0;
	font-size: 2em;
	border-bottom: 1px solid #777;
	min-height: 32px;
	color: #444;
	
}
hr.spip { margin: 2em auto; }
ul.spip { padding-left: 25px;}
ul.spip li { background : transparent url(axome/images/puce.gif) no-repeat 0 3px; padding-left:20px; }

.hyperlien { background : transparent url(axome/images/puce.gif) no-repeat 0 3px; padding-left:15px; }

ol.spip li { list-style: decimal; }
ul.spip li, ol.spip li { padding-top:5px; }

.nettoyeur { clear: both; overflow: hidden; height: 0; margin: 0; padding: 0; border: 0; line-height: 1px; font-size: 1px; }
.invisible { position: absolute; top: -3000em; height: 1%; }

div#logo_article {	float: right;	padding: 0 0 4px 8px; }
div#logo_article img { border: 4px solid #ddd; padding: 1px; }




/************************************
*	STRUCTURE
*************************************/

div.fond {  }
div#page { background-color: #fff; }
div#haut {
	height: 188px;
	overflow: hidden;
	background: #000 url(../images/top3.jpg) center top no-repeat;
	border-bottom: 1px solid #fff;
}
body.page_sommaire div#haut { height: 562px; }
a#logo {
	display: block;
	float: left;
	width: 347px;
	height: 168px;
	outline: none;
}
div#gauche {	float: left;	width: 210px;	padding: 80px 0 30px 70px; }
div#centre {	float: left;	width: 660px;	padding: 10px 10px 30px 10px; font-size: 1.2em; }
div#centre.centre_wide {	float: none;	width: 960px; }

div#droite {	float: right;	width: 210px;	padding: 80px 0 30px 70px; }

div#centre a { color: #222; }

div.wfixe { width: 980px; clear: both; margin: 0 auto; }




div#precsuiv {
	height: 55px;
	background: transparent url(../images/precsuiv.gif) right top no-repeat;
	text-align: right;
}
div#precsuiv a {
	display: inline-block;
	width: 35px;
	height: 35px;
}

#equipe .texte_article { display:block; width:290px; padding:6px 12px;  }




/************************************
*	FOOTER
*************************************/

#pied {
	clear: both;
	text-align: center;
	border-top: 1px solid #fff;
	background: #fff url(axome/images/foot.png) repeat-x;
	padding-bottom: 40px;
	font-size: 1.1em;
}

#pied ul { margin: 0; padding: 0; }
#pied ul li { float: left; width: 324px; }
	#pied ul li.der_refs { text-align: right; width: 304px; padding-right: 20px; }
	#pied ul li.social { text-align: left; width: 300px; padding-left: 20px; background: transparent url(../images/social.png) no-repeat; }
	#pied h4 { padding: 18px 0 12px 0; }
	#pied ul li.der_refs h4 img ,
	#pied ul li.social h4 img { border-bottom: 1px solid #ddd; }
	#pied ul li ul li { float: none; display: block; width: auto; }
	#pied ul li ul li a { color: #606060; display: block; padding: 1px 0; text-decoration: none; font-size: 1.2em; }
	#pied ul li ul li a:hover { color: #000; }
	#pied ul li.social h4 { padding-bottom: 8px; }
	#pied ul li.social ul li a {
		padding: 3px 0 8px 46px;
	}



/************************************
*	MENU PRINCIPAL
*************************************/
div#menu_principal_2 {
	float: left;
	height: 35px;
	width: 630px;
	padding: 46px 0 0 0;
}






div#menu_principal {
	float: left;
	height: 35px;
	width: 630px;
	padding: 95px 0 0 0;
}
div#menu_principal ul { padding: 0; margin: 0; }
div#menu_principal ul li {
	float: left;
	padding: 0 8px;
}

div#menu_principal ul li a {
	display: inline-block;
	text-transform: uppercase;
	font-size: 1.3em;
	padding: 7px 9px;
	text-decoration: none;
	color: #fff;
}

div#menu_principal ul li a:hover, div#menu_principal ul li.menu_active_oui a {
	border-bottom: 1px solid #4BD;
}


/************************************
*	MENU GAUCHE
*************************************/

#gauche h2 { display: none; }
#gauche ul { margin: 0; padding: 0; list-style: none; }
#gauche ul li { padding: 1px 0; font-size: 1.4em; }
#gauche ul li a {
	text-decoration:none;
	display: inline-block;
	padding: 8px 18px;
	background-color: #000;
	color: #fff;
	-webkit-transition:color 0.3s ease-in;
}
#gauche ul li.active_oui a {
	background: #000 url(axome/images/p_gauche.gif) 18px center no-repeat;
	padding-left: 30px;
}
#gauche ul li a:hover {
	color: #33CCFF;
}
#gauche ul li.active_oui a:hover { color: #fff; }
#gauche ul li ul { margin-left: 1em; border: 0; }
#gauche ul li li { padding: 0; border: 0; }

body.page_reas #gauche,
body.page_mot #gauche { padding-left: 35px; width: 245px; font-size: 0.9em; }



/************************************
*	CONTENU
*************************************/

#hierarchie { display: none; }

.cartouche { margin-bottom: 2em; }
.cartouche .spip_logos { float: right; margin-left: 16px; margin-bottom: 4px; }
.cartouche p { margin: 0; padding: 0; clear: left; }
.surtitre, .soustitre { font-size: 0.90em; color: #666; text-transform: uppercase; letter-spacing: 0.10em; }
.cartouche .surtitre { margin-bottom: 0.30em; }
.cartouche .soustitre { margin-top: 0.50em; margin-bottom: 0.30em; }
.cartouche .traductions { font-size: 0.90em; }

.chapo { margin-bottom: 1.50em; font-size: 1.1em; line-height: 1.30em; font-weight: bold; color: #000; }
.texte_article { line-height: 1.30em; padding-bottom: 15px; }
.texte_article strong { color: #000; }
div#centre .texte_article a, a.addthis_button_compact {
	color: #33CCFF;
}
div#centre .texte_article a:hover { color: #000; }

.hyperlien { font-weight: bold; }
.hyperlien a { color: #000; text-decoration: none; }
.ps { clear: both;	margin: 10px 40px;	border: 2px solid #bbb;	background-color: #eee;	padding: 10px 15px; }
.notes { clear: both; font-size: 0.90em; }

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


.spip_surligne { /* background: #FF6; */ }

.fond_menu_gauche { margin-bottom:40px; }

/* Tableaux */
table.spip { clear: both; width: 90%; margin: 5px auto; border-collapse: collapse; border-spacing: 0; line-height: normal; }
table.spip caption { caption-side: top; /* bottom pas pris en compte par IE */ text-align: center; margin-right: auto; margin-left: auto; font-weight: bold; }
table.spip tr.row_first { background: #bbb; }
table.spip tr.row_odd { background: #EEE; }
table.spip tr.row_even { background: #DDD; }
table.spip td { padding: 4px 6px; text-align: left; border: 1px solid #6F6F6F; }
table.spip th { padding: 6px 8px; vertical-align: bottom; font-weight: bold; text-align: center; border: 1px solid #6F6F6F; }
table.spip td { vertical-align: top; }



.spip_documents img { border: 3px solid #e6e6e6; }




div#imgz_crea {
	float: left;
	width: 610px;
	padding-bottom: 30px;
}
	div#imgz_crea img { border: 3px solid #e6e6e6; margin-bottom: 15px; }

div#txt_crea {
	float: left;
	width: 350px;
	padding-left: 15px;
	font-size: 1.2em;
	padding-bottom: 30px;
}







/************************************
*	HOME, SLIDE
*************************************/

a#trenta {
	position: absolute;
	width: 85px;
	height: 30px;
	left: 50%;
	margin-left: 400px;
}
a#trenta span { text-indent: -4444px; position: absolute; top: -555px; }

div#slide_home {
	height: 331px;
	width: 980px;
	overflow: hidden;
}

div#slide {
	float: left;
	width: 856px;
	height: 331px;
	overflow: hidden;
	position: relative;
}
	div#slide ul { width: 9999px; height: 331px; margin: 0; padding: 0; position: relative; }
	div#slide ul li { float: left; width: 856px; height: 331px; margin: 0; padding: 0; overflow: hidden; }
	div#slide ul li a { text-decoration: none; outline: none; }
	div#slide ul li a.logo_slide { border: 6px solid #979797; display: block; float: left; margin: 0 20px 20px 5px; text-indent:-9999px; width:504px; height:319px; }
	div#slide ul li a.logo_slide:hover { border: 6px solid #ccc; }
	
	div#slide h2 {
		font-size: 5em;
		font-weight: normal;
		color: #ddd;
		padding: 0 12px 18px 0;
	}
	div#slide h3 {
		font-weight: normal;
		padding-right: 12px;
	}
	div#slide h3 a { color: #acacac; }
	div#slide h3 a:hover { color: #fff; }

a#focus_prec, a#focus_suiv {
	display: block;
	float: left;
	width: 61px;
	height: 331px;
	background: transparent url(../images/precsuiv.png) no-repeat;
}
a#focus_suiv { float: right; background-position: -122px top; }
a#focus_prec:hover { background-position: -61px top; }
a#focus_suiv:hover { background-position: -183px top; }

#page { background: #fff url(axome/images/fond.png) repeat-x; border-bottom: 1px solid #e8e8e8; min-height: 300px; }
#page2 {
	width: 980px;
	margin: 0 auto;
	padding: 10px 0 4px 0;
	border-bottom: #e8e8e8;
}

body.page_sommaire #page { height: 260px; min-height: 260px; }
body.page_sommaire #page2 ul { margin: 0; padding: 0; }
body.page_sommaire #page2 ul li {
	display: block;
	float: left;
	width: 324px;
	height: 240px;
	padding: 0;
	border-left: 1px solid #f5f5f5;
	border-right: 1px solid #ddd;
	font-size: 1.2em;
}
body.page_sommaire #page2 ul li.edito_1 { border-left: none; }
body.page_sommaire #page2 ul li.edito_3 { border-right: none; }

body.page_sommaire #page2 ul li h3 {
	padding: 15px 0 2px 20px;
	font-size: 2em;
}

body.page_sommaire #page2 ul li h4 {
	padding: 0 0 0 20px;
	height: 26px;
	color: #777;
	font-size: 1.2em;
}

body.page_sommaire #page2 ul li a {
	color: #555;
	text-decoration: none;
	display: block;
	padding: 30px 22px 0 140px;
	height: 100px;
	cursor: default;
	outline:none;
}


body.page_sommaire #page2 ul li.edito_1 a { background: transparent url(../images/edito_1.png) no-repeat; }
body.page_sommaire #page2 ul li.edito_2 a { background: transparent url(../images/edito_2.png) no-repeat; }
body.page_sommaire #page2 ul li.edito_3 a { background: transparent url(../images/edito_3.png) no-repeat; }




body.page_sommaire #page2 ul li a:hover { color: #222; background-position: left -160px!important; }






/************************************
*	PORTFOLIO
*************************************/


div#portfolio {
	width: 900px;
	margin: 0 auto;
	overflow: hidden;
}

div#portfolio a#portfolio_up { display: block; height: 44px; background: transparent url(axome/images/bt_prec.png) no-repeat; }
div#portfolio a#portfolio_down { display: block; height: 44px; background: transparent url(axome/images/bt_suiv.png) right top no-repeat; }

div#myportfolio { height: 404px; overflow: hidden; }

div#portfolio ul li {
	width: 288px;
	height: 187px;
}

.thumbnailWrapper ul { margin: 0; padding: 0; width: 660px; }
div#myportfolio.thumbnailWrapper ul { width: 910px; }

.thumbnailWrapper li {
	float: left;
	position: relative;
	overflow: hidden;
	border: 3px solid #ddd;
	margin: 0 9px 9px 0;
}

.thumbnailWrapper ul li a img {
	width: 600px; /* not important, the pics we use here are too big */
	position:relative; /* so we can use top and left positioning */
	border:none; /* remove the default blue border */
}
.thumbnailWrapper .caption{
	position:absolute; /* needed for positioning */
	bottom:0px; /* bottom of the list item (container) */
	left:0px; /* start from left of the list item (container) */
	width:100%; /* stretch to the whole width of container */
	display:none; /* hide by default */
	background-color :#444;
	background-color: rgba(0,0,0,0.80);
	color:white;
}
.thumbnailWrapper .caption a {
	display: block;
	padding: 10px 12px;
	text-decoration: none;
	color: #fff!important;
}

.thumbnailWrapper a strong { display: block; padding-bottom: 3px; font-weight: normal; text-transform: uppercase; font-size: 1.1em; }
.thumbnailWrapper a em { display: block; font-style: normal; }


/************************************
 * REA
 ************************************/

ul#rea_axome { padding: 30px 0; }
ul#rea_axome li {
	width: 150px;
	height: 100px;
}
.thumbnailWrapper ul#rea_axome li a img { width: 300px; }
.thumbnailWrapper ul#rea_axome li .caption a { padding: 5px 6px; }
.thumbnailWrapper ul#rea_axome li .caption a strong { text-transform: none; font-size: 0.9em; }





#documents_portfolio { clear: both; margin: 2em auto; text-align: center; }
#documents_portfolio .spip_logos { margin: 6px 3px 0 3px; border: 4px solid #DDD; }
#documents_portfolio a.on .spip_logos { border-color: #F57900; }
#documents_portfolio a:focus .spip_logos, #documents_portfolio a:hover .spip_logos, #documents_portfolio a:active .spip_logos { border-color: #8B6F92; }


#autres_rea {margin:20px 0; display: none; }




/* actus */
body.page_actus h1 { padding-left: 50px; }

body.page_actus div#centre {	width: 800px;	padding: 10px 10px 30px 10px; font-size: 1.2em; }
body.page_actus div#droite {	width: 70px;	padding: 80px 0 30px 70px; }



ul#news_axome { margin: 0; padding: 20px 20px 15px 45px; }
ul#news_axome li {
	margin: 0;
	padding: 5px 8px;
	border-top: 1px solid #e0e0e0;
}

ul#news_axome h2 a { color: #7D7D7D; margin: 0; padding: 0; font-size: 1.1em; font-weight: bold; text-decoration:none; cursor:default; }

ul#news_axome h3 { margin: 0; padding: 0; font-size: 1em; font-weight: normal; }

ul#news_axome { font-size: 1em; }

ul#news_axome li.actu1 {
	border-top: none;
	padding-bottom: 15px;
	font-size: 1.4em;
}

ul#news_axome .logo_actu {
	float: left;
	width: 57px;
	height: 57px;
	padding: 4px 10px 10px 2px;
	background: transparent url(axome/images/actu.png) 2px 4px no-repeat;
}
ul#news_axome .txt_actu { float: left; width: 640px; }
p.affdate { margin: 0; padding: 2px 0; color: #aaa; }



#actus_social li a { display: block; width:32px; height:32px; background-position:bottom; background-repeat:none; margin-top:6px; }
#actus_social li a:hover { background-position:top; }
#actus_social li a strong { display:none; }
#actus_social li.rss a { background-image: url(../images/picto_rss.gif); }
#actus_social li.tw a { background-image: url(../images/picto_twitter.gif); }
#actus_social li.fb a { background-image: url(../images/picto_facebook.gif); }




/* contact */
div.bloc_contact1 {
	float: left;
	width: 245px;
}
div.bloc_contact2 {
	float: left;
	width: 300px;
	padding-left: 20px;
}
div.bloc_contact3 {
	float: right;
	width: 360px;
	padding-top: 25px;
}


.formulaire_ecrire_auteur legend { display: none; }

.formulaire_ecrire_auteur .text, .formulaire_ecrire_auteur textarea {
	font-size: 1.2em;
	padding: 4px 6px;
	border: 2px solid #bbb!important;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: #fafafa;
}
.formulaire_ecrire_auteur textarea { width: 94%!important; }
.formulaire_ecrire_auteur p.boutons { text-align: center!important; }
.formulaire_ecrire_auteur input.submit {
	border: none;
	font-size: 1.3em;
	cursor: pointer;
	padding: 4px 8px;
	background-color: #222;
	color: #fff!important;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.formulaire_ecrire_auteur input.submit:hover { background-color: #333; }



/* team patchwork d'images */
div#team {  }
div#team div.colteam { float: left; width: 312px; padding: 0 4px; /*border: 1px dashed red;*/ }

div#team div.colteam div { padding-bottom: 8px; overflow: hidden; }

div#team div.colteam div img { cursor: crosshair; }


div#team div.colteam div strong {
	display: block;
	clear: both;
	position: absolute;
	width: 288px;
	background-color: #444;
	background-color: rgba(0,0,0,0.7);
	padding: 10px 12px;
	margin-top: -50px;
	height: 30px;
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}

div#team div.colteam div strong span.titre {
	display:block; font-weight:bold;
}


/************************************
*	SOCIAL
*************************************/

#social { border-top:1px solid #e6e6e6; padding: 12px; margin-top:30px;  }
#social p.social { clear:both; padding:6px;  }
#social p:hover a { color:#649DBF; background-position:top; }
#social p span { float:left; padding:9px; }
#social p span a { color:#444; text-decoration:none; }
#social .btn_social { 	display:block;	width:32px; height:32px;	background-position:bottom;	background-repeat:no-repeat; float:left; }
#social .btn_social:hover { background-position:top; }
#social #twitter { background-image:url(../images/picto_twitter.gif); }
#social #facebook { background-image:url(../images/picto_facebook.gif); }
#social #mail { background-image:url(../images/picto_mail.gif); }





/************************************
*	NOTATION
*************************************/

.coeur { padding:6px; }
.coeur .statut { padding:9px!important; display:block; float:left;  }
.form_jaime { float:left; }

p.nb_jaime { margin:0; padding:0; display:block;  float:left!important; height:32px; }
p.nb_jaime span.note { font-size:1.8em; padding:0!important; }

div.star-rating, div.star-rating a { width:32px!important; height:32px!important; background:transparent url(axome/images/picto_coeur.gif) center bottom no-repeat!important; }
div.star-rating-on a { background-position:top!important;}
span.non_vote div.star-rating a { background-position:bottom!important; } 

input.submit.jaime { padding:0!important; float:left; color:#E0011C;  }
input.submit.jaime:hover { font-weight:normal!important; color:#C60018;  }




/* A DEVELOPPER */
.menu14, .menu13, .menu12 { display:none; }

/*  ------------------------------------------
/*  Habillage des formulaires
/*  ------------------------------------------ */
input, select, textarea { font-size: 100%; font-family: inherit; }


/* Structure generale des formulaires
----------------------------------------------- */
.formulaire_spip { clear: both; margin-bottom: 2em; padding: 0; border: 0; text-align: left; font-size: 1em; }
.formulaire_spip form { margin: 0; padding: 0; } /* Bug IE/Win */

/* Fieldset */
.formulaire_spip fieldset { clear: both; margin: 0 0 1em 0; padding: 0; border: 0; }
.formulaire_spip fieldset legend { margin: 0; padding: 0; font-size: 1.05em; font-weight: bold; background-color: #fff; color: #333; } /* Preciser la couleur des legend et du fond pour IE/Win */
.formulaire_spip fieldset fieldset { margin-top: 1em; }
.formulaire_spip fieldset fieldset legend { font-size: 1em; font-weight: normal; }

/* Explications */
.formulaire_spip .explication { margin: 0.50em 0; color: #444; }

/* Lignes */
.formulaire_spip ul { margin: 0; padding: 0; list-style: none; }
.formulaire_spip ul li { clear: both; margin: 0; padding: 0.50em 0; }

/* Labels */
.formulaire_spip label { display: block; text-align: left; color: #444; font-weight: bold; /* pour IE/Win */ position: relative;  }
.formulaire_spip li p { margin-top: 0; margin-bottom: 0; }

.formulaire_spip .choix label{display:inline;font-weight:normal;}
.formulaire_spip .choix input.radio,
.formulaire_spip .choix input.checkbox {width:auto;}


/* Champs de saisie */
.formulaire_spip input.text { width: 15em; border: 1px inset; }
.formulaire_spip textarea { width: 99%; border: 1px inset; }
.formulaire_spip select { width: 99%; }

/* Boutons */
.formulaire_spip .boutons { clear: both; margin: 0; padding: 0; text-align: right; }
.formulaire_spip .boutons input { margin-left: 1em; }
.formulaire_spip .boutons input, input.submit {}


/* Reponses, previsu et erreurs
----------------------------------------------- */

/* Champs obligatoires */
.formulaire_spip li.obligatoire {}
.formulaire_spip li.obligatoire label {}

/* Previsualisation du message */
.formulaire_spip fieldset.previsu { margin-bottom: 2em; padding: 1em; border: 2px dashed #F57900; }
.formulaire_spip fieldset.previsu legend { padding: 0 0.50em; font-weight: bold; color: #F57900; }
.formulaire_spip fieldset.previsu li { padding: 3px; border: none; }

/* Reponse du formulaire */
.reponse_formulaire { font-weight: bold; color: #e86519; font-size: 1.20em; }
fieldset.reponse_formulaire { border-color: #e86519; font-weight: normal; }
fieldset.reponse_formulaire.reponse_formulaire legend { color: #F57900; } /* Preciser la couleur des legend et du fond pour IE/Win */

/* * Erreurs */
.formulaire_spip li.erreur .erreur_message { display: block; color: #C30; font-weight: bold; }
.formulaire_spip li.erreur input.text, .formulaire_spip li.erreur textarea { background-color: #FCC; border-style: solid; border-color: #C30; }
.reponse_formulaire_erreur { margin: 0; color: #C30; font-weight: bold; }

/* * OK */
.reponse_formulaire_ok { margin: 0; color: #53AD20; font-weight: bold; }


/* Variantes et cas particuliers
----------------------------------------------- */

/* Barre de raccourcis typographiques */
table.spip_barre { width: 100%; }
table.spip_barre a img { background: #FFEE92; padding: 3px; border: 1px outset #AFAFAF; }
table.spip_barre a:focus img,
table.spip_barre a:hover img,
table.spip_barre a:active img { background: #FFF; border: 1px solid #AFAFAF; }
table.spip_barre input.barre { width: 99%; background: transparent; border: 0; }

/* Formulaire de forum */
.formulaire_forum .saisie_titre input.text, .formulaire_forum .saisie_titre textarea { width: 98%; }

/* Selection des langues */
.formulaire_menu_lang { margin: 0; padding: 0; background: none; }

.spip_surligne {} /* Cf.: spip_style.css */

/* Choix des mots-clefs */
ul.choix_mots { display: block; margin: 0; padding: 0; list-style: none; }
ul.choix_mots li { clear: none; float: left; display: block; width: 30%; padding: 1%; }
ul.choix_mots li label { display: inline; font-weight: normal; }

.formulaire_spip .bugajaxie { display: none; } /* Bug IE/Win */

/* Formulaire de login dans une page */
.formulaire_login ul li {clear:left;}
.formulaire_login .editer_password .details {display:block;}
.formulaire_login #spip_logo_auteur {float:right;}


/* Citations, code et poesie */
blockquote.spip { margin: 2em 0; padding-left: 1em; border-left: 0.30em solid; }
blockquote.spip_poesie { margin: 2em 0; padding-left: 1em; border-left: 1px solid; font-family: Garamond, Georgia, Times, serif; }
blockquote.spip_poesie div { text-indent: -3em; margin-left: 3em; }

.spip_code, .spip_cadre { font-family: Courier, "Courier New", monospace; color: #036; }
.spip_cadre { width: 99%; background-color: #F4F8F8; border: 1px inset; }
div.spip_code, .spip_cadre { margin-bottom: 1em;  }



/* Logos, documents et images */
img, .spip_logos { margin: 0; padding: 0; border: 0; }
.spip_documents { text-align: center; line-height: normal; }
.spip_documents p { margin: 0.10em; padding: 0; }
.spip_documents strong { display: block; padding: 4px; width: 70%; margin: 0 auto;}
.spip_documents em { font-size: 0.9em; display: block; padding-top: 2px; width: 70%; margin: 0 auto; font-style: normal; }
.spip_documents_center { display: block; width: 100%; margin: 1em auto; }
.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 { margin-right: auto; margin-left: auto; font-weight: bold; font-size: 0.90em; }
.spip_doc_descriptif { clear: both; margin-right: auto; margin-left: auto; font-size: 0.90em; }

/* modeles par defaut */
.spip_modele { float: right; display: block; padding: 1em; border: 1px solid; width: 180px; }

/* Couleurs des liens de SPIP */
a.spip_note {} /* liens vers notes de bas de page */
a.spip_ancre {} /* liens internes a la page */
a.spip_in {} /* liens internes */
a.spip_out, a.spip_url {} /* liens url sortants */
a.spip_glossaire {} /* liens vers encyclopedie */
.on { font-weight: bold; } /* liens exposes */


#slide ul li a.logo_slide65 {
	background-image:url(../images/bcnrestaurantes-home.jpg);
}

#slide ul li a.logo_slide74 { background-image:url(../images/elforo.jpg); }

#slide ul li a.logo_slide70 {
	background-image:url(../images/dead-sea-renewal.jpg);
}



#slide ul li a.logo_slide66 {
	background-image:url(../images/matias-guarro-espais.jpg);
}

#slide ul li a.logo_slide56 {
	background-image:url(../images/yeguada-mateo-heredia.jpg);
}

#slide ul li a.logo_slide36 {
	background-image:url(../images/automobils-mitjans.jpg);
}

#slide ul li a.logo_slide35 {
	background-image:url(../images/citi-blocs.jpg);
}

#slide ul li a.logo_slide34 {
	background-image:url(../images/blast-feed.jpg);
}

#slide ul li a.logo_slide32 { background-image:url(local/cache-gd2/31b2ea7853629728ad1233dbbb852ca0.png); }

#slide ul li a.logo_slide31 { background-image:url(local/cache-gd2/b6b2e489a3161379852d5c269f8f4aff.png); }

#slide ul li a.logo_slide23 { background-image:url(local/cache-gd2/fb1318212523b3271cd5d05d13f64b60.png); }




/************************************
*	ESTILOS ANTIGUOS
*************************************/


/* Post */



.post {
	margin: 0 0 20px 0;
	padding: 10px 10px 30px 40px;
	float: left;
	width: 440px;
	border-bottom: 1px #FFFFFF solid;
	font-size: xx-small;
	color: #FFFFFF;

	}	



.post .info a

	{

	text-decoration:none;

	}

	

.post h2 a 

	{

	text-decoration:none;

	color: #3c3c3c;

	}

	

.post h2 a:hover 

	{

	text-decoration:none;

	color: #818181;

	}

	



/* Screen */	



.screen {
	margin: 5px 5px 5px 5px;
	width: auto;
	font-family: Verdana, Times, serif;
	font-size: 100%;
	display: inline;
	font-weight: normal;

	}

	

.screen a {

	float: left;

	margin: 0;

	height: 20px;

	padding: 1px 5px 1px 12px;

	text-decoration: none;

	font-weight: normal;

	color: #fff;

	width: auto;

	display: block;

	background: url(images/scr_b.gif) no-repeat;

	}

	

.screen  a:hover {

	text-decoration: none;

	color: #FFFFFF;

	background: #33CCFF url(images/scr.gif) no-repeat;

	}



.pic { 

	border-style: solid; 

	border-width: 4px; 

	border-color: #1b1b1b; 

	}

	

.pic a:link {

	border-style: solid; 

	border-width: 4px; 

	border-color: #1b1b1b; 

	}	

		

.pic a:visited {

	border-style: solid; 

	border-width: 4px; 

	border-color: #1b1b1b; 

	}	

			

a:hover .pic {

	border-style: solid; 

	border-width: 4px; 

	border-color: #f0f0f0; 

	}





A:link { COLOR: #184756; TEXT-DECORATION: none; }

A:visited { COLOR: #184756; TEXT-DECORATION: none; }

A:hover { COLOR: #33ccff; TEXT-DECORATION: underline; }</pre></div><h3><span class="expanded pivot"></span><a href="http://www.sofasurfer.eu/wp-content/plugins/lightbox/lightbox.css">http://www.sofasurfer.eu/wp-content/plugins/lightbox/lightbox.css</a></h3><div class="output"><pre>#lightbox{

	position: absolute;

	left: 0;

	width: 100%;

	z-index: 100;

	text-align: center;

	line-height: 0;

	}



#lightbox a img{ border: none; }



#outerImageContainer{

	position: relative;

	background-color: #fff;

	width: 250px;

	height: 250px;

	margin: 0 auto;

	}



#imageContainer{

	padding: 10px;

	}



#loading{

	position: absolute;

	top: 40%;

	left: 0%;

	height: 25%;

	width: 100%;

	text-align: center;

	line-height: 0;

	}

#hoverNav{

	position: absolute;

	top: 0;

	left: 0;

	height: 100%;

	width: 100%;

	z-index: 10;

	}

#imageContainer&gt;#hoverNav{ left: 0;}

#hoverNav a{ outline: none;}



#prevLink, #nextLink{

	width: 49%;

	height: 100%;

	background: transparent url(images/blank.gif) no-repeat; /* Trick IE into showing hover */

	display: block;

	}

#prevLink { left: 0; float: left;}

#nextLink { right: 0; float: right;}

#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }

#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }





#imageDataContainer{

	font: 10px Verdana, Helvetica, sans-serif;

	background-color: #fff;

	margin: 0 auto;

	line-height: 1.4em;

	overflow: auto;

	width: 100%	

	}



#imageData{	padding:0 10px; color: #666; }

#imageData #imageDetails{ float: left; text-align: left; }	

#imageData #caption{ font-weight: bold;	}

#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			

#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	

		

#overlay{

	position: absolute;

	top: 0;

	left: 0;

	z-index: 90;

	width: 100%;

	height: 500px;

	background-color: #000;

	}

#centrado {

	width: 860px;

	margin: 0 auto;
}

#exp {
	width: 960px;
	text-align: left;
	padding: 0 0 0 0;
	position: relative;
	height: 30px;
}
#exp_left {
	width: 600px;
	text-align: left;
	padding: 0 0 0 10px;
	position: relative;
	border-bottom: 1px #000000 solid;
	height: 30px;
	float: left;
}
#exp_right {
	width: 300px;
	text-align: left;
	padding: 0 0 0 10px;
	position: relative;
	border-bottom: 1px #000000 solid;
	height: 30px;
	float: right;
}

#index_columna1{
	width: 285px;
	height:inherit;
	PADDING-RIGHT: 20px;
	PADDING-LEFT: 20px;
	FLOAT: left;
	PADDING-BOTTOM: 20px;
	PADDING-TOP: 45px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 18px;
}

#content2 {
	width: 980px;
	margin: 0 auto;
	position: relative;
	height: inherit;
}

.Estilo4 {color: #00B8E0}

.Estilo3 {color: #000000; font-size: 12px;}

.Estilo6 {
	color: #00B8E0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: 900;
}

.Estilo5 {
	color: #00B8E0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 900;
}

.titulo_2 {
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0px;
	height: 20px;
	padding-top: 4px;
}

#col_izda {
	width: 300px;
	height:auto;
	float: left;
	padding: 0 0px 0 0px;
	position: relative;
	clear: right;
}

#form{
	width: 650px;
	height:auto;
	float: right;
	padding: 0 0px 0 0px;
	position: relative;
	clear: right;
	
}
div#call_action {
	float: left;
	height: 36px;
	width: 630px;
	padding: 0px 0 0 0;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: lighter;
	color: #666666;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
}
