Your IP : 216.73.216.249


Current Path : /home/etiennec/www/oldsite/plugins/auto/theme_UrbanArtist1-0/
Upload File :
Current File : /home/etiennec/www/oldsite/plugins/auto/theme_UrbanArtist1-0/Copie de habillage.css

/* --------------------------------------------------------- */
/* Feuille de style des squelettes par defaut pour SPIP 2.0  */
/* --------------------------------------------------------- */
/* ----------------------------------------------
	Template Name : UrbanArtist
	Template Code : S-0025
	Version : 1.0   
	Author : Erwin Aligam
	Author URI : http://www.styleshout.com/       
	Last Date Modified : June 30, 2008	
	Adaptation pour Spip-Z : Cedric Morin http://www.yterium.com
 ------------------------------------------------ */


/* formulaires */
/* form elements */
.formulaire_spip {
	margin: 20px 0;
	padding: 15px 20px 20px;
	background: transparent;
	border: 1px solid #111;
}
.formulaire_spip fieldset legend {
	background: #070707;
}

.formulaire_spip li {
	border-bottom: 1px solid #101010;
	padding: 12px 0 5px;
	margin: 0;
}
.formulaire_spip li .saisie_mot {border:none;}
.formulaire_spip label {
	font-weight: bold;
	color: #FAFAFA;
}
.formulaire_spip input.text,.formulaire_spip input.password, .formulaire_spip select, .formulaire_spip textarea {
	margin: 5px 0;
	padding: 5px;
	font: normal 1em Verdana, Tahoma, sans-serif;
	color: #6A6969;
	background: #0C0C0C;
	border: 1px solid #1C1C1C;
}
.formulaire_spip option { padding-right: 0.5em; }

.formulaire_spip textarea {
	height: 100px;
	display: block;
}

.formulaire_spip .boutons input, .formulaire_spip input.submit {
	font: bold 12px Arial, Verdana, Sans-serif;
	height: 30px;
	padding: 2px 3px;
	margin-top: 8px;
	color: #48780E;
	background: #000;
	border-width: 1px;
	border-style: solid;
	border-color: #1B1B1B;
}


/*  ------------------------------------------
/*  Sous-navigation et autres menus
/*  ------------------------------------------ */
/* Habillage general des menus de navigation */
.menu p,.liste p { margin: 0.20em 0; padding: 0.20em 0; }

/* menu */
.menu-liste {
	text-align: left;
	margin: 20px 0;
	padding: 0;
	border-top: 1px solid #111;
}
.menu-liste .menu-entree {
	list-style: none;
	padding: 8px 10px;
	margin: 0;
	border-bottom: 1px solid #111;
	clear:both;
	overflow:hidden;
}
* html body .menu-liste .menu-entree {
	height: 1%;
}
.menu-liste .menu-entree a,
.menu-liste .menu-entree a:visited {
	font-family: 'Trebuchet MS', Helvetica, Tahoma, Arial, Sans-serif;
	text-decoration: none;
	border: none;
	font-size: 17px;
	font-weight: lighter;
	color: #FFFFFF;
}

.menu-liste .menu-liste { margin:0;margin-left: 1px; padding: 0; }
.menu-liste .menu-liste .menu-entree { background: none; }

/* Liste d'items */
.liste-items {
	text-align: left;
	margin: 20px 0;
	padding: 0;
	border-top: 1px solid #111;
}
.liste-items .item {
	list-style: none;
	padding: 8px 10px;
	margin: 0;
	border-bottom: 1px solid #111;
	clear:both;
	overflow:hidden;
}
* html body .liste-items .item {
	height: 1%;
}
.liste-items .item a,
.liste-items .item a:visited {
	text-decoration: none;
	border: none;
}
.liste-items .item a:hover {
	color: #fff;
}

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


/*  ------------------------------------------
/* 	Typographie generale (style transversaux)
/*  ------------------------------------------ */
html {  background: #010000 url(img/bg.gif) repeat-x; font-size: 100%; } /* Cf.: http://pompage.net/pompe/definir-des-tailles-de-polices-en-CSS/ */
body {
	font: 11px/165% 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
	color: #9B9B9B;
	margin: 0;
	padding: 0;
	background: #010000 url(img/bg2.jpg) no-repeat center top;
	text-align: center;
}


/* Couleurs des liens
---------------------------------------------- */
/* Links */
a, a:visited, a.spip_out, a.spip_in, a.spip_url, a.spip_glossaire {
	text-decoration: none;
	color: #FFCC99;	
}
a:hover {
	color: #fff;
	border-bottom: 1px dotted #438800;
}

/* Titraille / Intertitres */
/* headers */
h1,.h1, h2,.h2, h3,.h3 {
	font-family: 'Trebuchet MS', Helvetica, Tahoma, Arial, Sans-serif;
	color: #48780B;
	line-height: 1em;
}
h1 a,.h1 a, h2 a,.h2 a, h3 a,.h3 a{
	color: #FAFAFA;
}
h1,.h1 {
	font-size: 3.1em;
	padding: 15px 10px 5px 0px;
}
h2,.h2 {
	font-size: 2em;
	color: #48780B;
	padding: 20px 10px 5px;
	font-family: Georgia;
}
h3,.h3,h3.spip {
	font-size: 1.5em;	
	font-weight: normal;
	padding: 20px 0 5px;
	color: #FFCC99;
}
h3.spip {
text-align:left;
} /*Cf.: spip_style.css*/

/* Divers */
hr.spip {} /*Cf.: spip_style.css*/
abbr,acronym {
  	cursor: help;
  	border-bottom: 1px dotted #5B5B5B;
}

small,.small { font-size: 0.90em; color: #666; }

/* Listes SPIP */
ul, ol {
	margin: 10px 0;
	padding: 0 20px;
}
ul { list-style: none; }

dt {
  font-weight: bold;
  color: #FAFAFA;
}
dd {
  padding-left: 25px; 
}


p, dl { padding: 10px 0; margin: 0; }
ul.spip {} /*Cf.: spip_style.css*/
ol.spip {} /*Cf.: spip_style.css*/

/* Citations, code et poesie */
blockquote.spip {} /*Cf.: spip_style.css*/
blockquote, blockquote.spip {
	margin: 15px 0;
	padding: 10px;
	padding-left: 45px;
	background: #070707 url(img/quote.gif) no-repeat 10px 10px;
	border: 1px solid #111;
	font-weight: normal;
	font-size: 17px;
	line-height: 1.6em;
	font-style: italic;
	font-family: Georgia, 'Times New Roman', Times, serif;
	color: #808080;
}
blockquote.spip_poesie {
	font-style: normal;
	background:none;
	border-top:0;
	border-bottom:0;
	border-right:0;
} /*Cf.: spip_style.css*/
.spip_code {} /*Cf.: spip_style.css*/
code, .spip_code {
	color : #8E8E8E;
	font: 500 1em/1.5em 'Lucida Console', 'Courier New', monospace;
	/* white-space: pre; */
}
.spip_cadre {
	color : #8E8E8E;
	margin: 5px 0;
	padding: 15px;
	text-align: left;
	display: block;
	overflow: auto;
	font: 500 1em/1.5em 'Lucida Console', 'Courier New', Monospace ;
	width:90%;
	/* white-space: pre; */
	background: #070707;
	border: 1px solid #111;
} /*Cf.: spip_style.css*/

/* Tableaux */
table.spip {} /*Cf.: spip_style.css*/
/* start - table */
table.spip {
	margin: 15px 0; 
	border-collapse: collapse;			
}
table.spip th {
	background: #000;
	color: #FAFAFA;
	height: 38px;
	padding-left: 12px;
	padding-right: 12px;	
	text-align: left;
	border-left: 1px solid #211E20;
	border-right: 1px solid #211E20;
	border-bottom: 1px solid #211E20; 
	border-top: 1px solid #48780E;
}
table.spip tr {
	color: #5b5b5b;
	height: 34px;		
}
table.spip td {
	padding-left: 12px;
	padding-right: 12px;
	border: 1px solid #111;	
	background: #070707; 
}
/* end - table */

/* Logos, documents et images */
.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*/

/* images */
/* images */
.spip_documents,.spip_logos {
	/*background: red;*/
	border: 1px solid #1B1B1B;
	padding: 2px;
}
.spip_documents_right {
  margin: 5px 10px 10px;
  margin-left: 12px;
}
.spip_documents_left {
  margin: 5px 0px 10px;
  margin-right: 22px;
}


/*  ------------------------------------------
/*  Disposition a l'ecran des blocs principaux
/*  ------------------------------------------ */
body { margin: 0; padding: 0; text-align: center;	margin: 0; padding: 0; }

#page {
	width: 950px;
	margin: 0 auto;
	text-align: left;
}

#bloc-haut{
	position: relative;
	position: relative;
	width: 950px;
	margin: 0; padding: 0;
}
#entete {	
	height: 100px;
		
}
#entete .accueil #nom_site_spip {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 65px 'Trebuchet MS', Tahoma, Helvetica, Arial, Sans-serif;
	letter-spacing: -1.5px;
	color: #F8F8F8;
	text-decoration: none;
	text-transform: none;

	/* change the values of top and left to adjust the position of the logo*/
	top: 25px; left: 25px;
}
#entete .accueil #nom_site_spip a{
	color: #F8F8F8;
	text-decoration: none;
	margin-left: -10px;
}

#entete .accueil img.spip_logos {	
	background: none;	border: none;
	position:absolute;

	/* change the values of top and left to adjust the position */
	top:125px;right:25px;
}
#entete #slogan_site_spip {
	position: absolute;
	margin: 0; padding: 0;
	font-family: 'Trebuchet MS', Tahoma, Helvetica, Arial, Sans-serif;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.5em;
	font-style: normal;
	text-transform: none;
	color: #6D7D2D;
	width: 400px;
	
	/* change the values of top and left to adjust the position */
	top: 205px; left: 30px;		
}

#descriptif_site_spip {
	margin: 0;
	padding: 0;
	font-family: 'Trebuchet MS', Tahoma, Helvetica, Arial, Sans-serif;
	font-weight: bold;
	font-size: 22px;
	line-height: 1.5em;
	font-style: normal;
	text-transform: none;
	color: #CACACA;
}

/* Navigation */
#nav {
	position: absolute;
	margin: 0; padding: 0;		
	height: 50px;
	left: 10px;	top: 30px;			
}
#nav .menu-liste {
	float: left;
	list-style: none;
	height: 50px;
	margin: 0 0 0 5px; padding: 0;	
	display: inline;
}
#nav .menu-liste {overflow:hidden;}

#nav .menu-liste .menu-entree {
	display: inline;
	margin: 0; padding: 0;
}
#nav .menu-liste .menu-entree a {
	float: left;
	margin: 0;	padding: 0 12px;
	font: bold 15px/50px 'Trebuchet MS', Helvetica, Arial, Geneva, sans-serif;
	text-decoration: none;	
	color: #c95723;	
	text-transform: uppercase;
}
#nav .menu-liste .menu-entree a:hover,
#nav .menu-liste .menu-entree a:active {
	color: #eee;
	background: none;
	border: none;
}
#nav .menu-liste .menu-entree.on a{
	color: #D33972;	
}


#bloc-central{
	clear: both;
	padding-top: 15px;
	padding-bottom: 50px;
	background: url(img/midline.gif) repeat-y 600px 0;
	border-top: 1px solid #121212;
	border-bottom: 1px solid #121212;
}
#conteneur { 
	background: #fff XXX repeat-y center top;
}
#contenu { float:left;width:555px;margin-left:20px;}

#navigation {
	float: right;
	width: 300px;
	padding: 0; 
	margin: 0px;
	margin-right:18px;
	overflow: hidden;
}
#extra { clear:right;float: right; width:300px; margin-top: 5px; margin-right:18px; overflow: hidden; }
#navigation .h2, #extra .h2 {
	padding: 5px 12px;
	margin: 15px 0 10px;
	font: bold 2.4em 'Trebuchet MS', Tahoma, Helvetica, Arial, sans-serif;				
	color: #45D5E6;
	border-bottom: 1px solid #121212; 
	background-image: url(img/pattern.gif);
}

#navigation .liste-items .item a,
#navigation .liste-items .item a:visited,
#extra .liste-items .item a,
#extra .liste-items .item a:visited {
	color: #FFFFFF;
	font-weight: bold;
	font-family: 'Trebuchet MS', Tahoma, Helvetica, Arial, Sans-serif;
	font-size: 16px;
}
#navigation .liste-items .item a:hover,
#extra .liste-items .item a:hover {
	color: #fff;
}

#navigation .menu-liste .menu-entree a,
#navigation .menu-liste .menu-entree a,
#extra .menu-liste .menu-entree a:visited,
#extra .menu-liste .menu-entree a:visited {
	color: #F1C191;
	font-weight: bold;
	font-size: 16px;
	font-family: 'Trebuchet MS', Tahoma, Helvetica, Arial, Sans-serif;
}

#navigation .menu-liste .menu-entree a:hover,
#extra .menu-liste .menu-entree a:hover {
	color: #fff;
}



.formulaire_recherche {
	padding: 0;
	margin: 20px 0 35px;
	height: 28px;
	border: 1px solid #1c1c1c;
	z-index: 999999;
	padding:2px;
	margin:0;
}
#formulaire_recherche {width: 290px; }

.formulaire_recherche  input.text {
	background: transparent;
	color: #4E4E4E;
	margin: 0;
	padding: 5px;
	border: thin solid Gray;
	width: 290px;
}
#formulaire_recherche  input.text {
	width:245px;
}

.formulaire_recherche  input.submit{
	text-indent:-1000px;
	width: 25px; height: 24px;
	border:0;
	background: url(img/search.gif) no-repeat top left;
	margin-top:2px;
}

.formulaire_recherche label {
	display: none;
}

#bloc-bas {
	clear: both;
	width: 950px;
	margin: 0 auto;
	padding: 2em 0 2.5em 0;
	background: #010000;
	color: #4E4E4E;
	border-bottom: 60px solid #010000;	
}
#pied { }
#pied p {
}
#pied a {
	color: #FFCC99;
	border: none;
}
#pied a:hover {
	color: #fafafa;
}

/*  ------------------------------------------
/*  Habillage des elements du contenu
/*  ------------------------------------------ */
/* main column */
#contenu .h2 {
	padding: 5px 12px;
	margin: 15px 5px 10px 0;
	font: bold 2.4em 'Trebuchet MS', Helvetica, Arial, sans-serif;
	color: #ADD8E6;
	border-bottom: 1px solid #121212;
	background-image: url(img/pattern.gif);
}
#contenu .h2 a {
	color: #45D5E6;
	text-decoration: none;		
	border: none;		
}

#contenu ul.spip li {
	list-style-image: url(img/bullet.gif);
}

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

.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;
	line-height: 1.40em;
	font-weight: bold;
	color: White;
}
.texte { line-height: 1.60em; }
.hyperlien { display: block; background: #181818; padding: 0.50em 1em; font-weight: bold; }
.ps, .notes { margin-bottom: 2em; line-height: 1.40em; }
.notes { clear: both; font-size: 0.90em; }

abbr.published { border: 0; }

/* Portfolio */
.documents_portfolio { clear: both; margin: 2em auto; text-align: center; }
.documents_portfolio .spip_logos { margin: 6px 3px 0 3px; padding: 4px; border: 1px solid #DDD; }
.documents_portfolio a:hover .spip_logos { border-color: #F57900; }
.documents_portfolio a.on .spip_logos { border-color: #8B6F92; }
#document_actif { margin: 1em auto; }
#document_actif img { padding: 4px; border: 1px solid #DDD; }


/* Habillage des forums
---------------------------------------------- */
.repondre { clear: both; margin-top: 0em; 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; }

/* comments list */
ul.forum, ul.forum ul {
	margin: 12px 10px;
	padding: 0;
	border-style: solid;	
	border-color: #F0F0F0;	
	border-width: 1px 1px 0 1px;
}
ul.forum ul { margin:0; }
ul.forum ul.spip {border:none;margin-left:20px;}
.forum li {
	margin: 0;
	padding: 10px;
	list-style: none;
	border-bottom: 1px solid #F0F0F0; 
}
ul.forum ul.spip li {border:none;padding:0;}
.forum li cite {
	display: block;
	font-style: normal;
	font-weight: bold;
	padding: 7px;	
}
.forum li cite img {
	float: left;
	margin-right: 10px;	
}
.forum li cite .forum-chapo {
	font-size: .8em;
	font-weight: normal;
}
.forum li .forum-texte {
	clear: both;
	margin: 0; padding: 0;
}
.forum li.alt {
	background: #f8f8f8 
}

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

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

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

#entete .formulaire_menu_lang { position: absolute; right: 18px; top: 305px; display: block; margin:0;width: 300px;padding:0;background:none;border:0; } /*Cf.: spip_formulaires.css*/


/* Listes d'articles et extraits introductifs */
.articles .liste-items .item { clear: both; padding: 0.40em 0.20em; }
.articles .liste-items .item .h3 { margin: 0.30em 0; }
.articles .spip_logos { float: right; clear: right; margin: 0 0 4px 16px; }
.articles .liste-items .item .enclosures { float: right; text-align: right; max-width: 60%; margin: 0; }
.articles .liste-items .item .introduction { margin-top: 0.30em; line-height: 1.40em; }

.info-publi { font-size: .95em; padding: 0; margin-left: 1px; color: #444; }
.info-publi a, .info-publi a:visited { color: #AE275A; }
.h3+.info-publi {margin-top:-10px;}

.meta-publi {
	padding: 7px 5px; margin: 20px 0 30px;
	clear:both;
	font-size: 1em;
	color: #545454;
	border: 1px solid #111;
	background: #070707;
}

.meta-publi .date-redac { margin: 0 10px 0 5px;	}
.meta-publi a.nb_commentaires { margin: 0 10px 0 5px;	}
.meta-publi a.lire-la-suite { margin: 0 10px 0 5px;	}



/*  ------------------------------------------
/*  Autres supports
/*  ------------------------------------------ */

/* Affichage pour les petits ecrans (type 400 x 300) */
/*
@media handheld, only screen and (max-device-width: 481px), only and (max-device-width: 400px), only and (max-width: 400px) {
div#page, div#conteneur, div#navigation, div#extra { width: auto; }
}*/