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


/* ------------------------------------------
/* Typographie generale (style transversaux)
/* ------------------------------------------ */
html {
	font-size: 100%;
} /* Cf.: http://pompage.net/pompe/definir-des-tailles-de-polices-en-CSS/ */
body {
	font-size: 0.88em;
	font-family: "Luxi sans", "Lucida Grande", Lucida, "Lucida Sans Unicode", sans-serif;
}

/* Titraille / Intertitres */
h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 1em;
	font-family: Georgia, Times, serif;
}
h1 {
	font-size: 1.80em;
	color: #000;
	letter-spacing: 1px;
}
h2 {
	font-size: 1.40em;
	font-weight: normal;
}
h2, h2 a, h2 a:focus, h2 a:hover, h2 a:active {
	color: #003;
}
h3 {
	font-size: 1.25em;
	font-weight: bold;
	letter-spacing: 1px;
}
h3.spip {
	margin-bottom: 1.6em;
	font-size: 1.25em;
	text-align: inherit;
} /* Cf.: spip_style.css */
h4 {
	margin: 2em 0 1em;
}
hr.spip {} /* Cf.: spip_style.css */

/* Autres enrichissements typo */
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
abbr, acronym {
	border-bottom: 1px dotted;
	cursor: help;
}
small {
	font-size: 0.90em;
	color: #666;
}
dfn {
	font-weight: bold;
	color: #666;
}
del {
	text-decoration: line-through;
}
ins {
	color: red !important;
	text-decoration: none;
}
sup, sub {
	font-size: .8em;
	font-variant: normal;
}
pre,
.texte pre {
	overflow: auto;
	padding: 0.75em 0.5em;
	font-size: 1.12em;
	line-height: 1.25em;
	background-color: #fafafa;
	border: 1px solid #dadada;
}

/* Couleurs des liens
---------------------------------------------- */
a, a.spip_out {
	color: #460e6e;
	text-decoration: none;
}
a:focus,a:hover,a:active {
	color: #F57900;
	text-decoration: underline;
}

/* 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_code {
	font-size: 1.12em;
	line-height: 100%;
}
.spip_cadre {} /* Cf.: spip_style.css */
address {}

/* Tableaux */
table.spip {} /* Cf.: spip_style.css */
table.spip caption {
	font-size: 0.88em;
	font-weight: normal;
	font-style: italic;
	padding-bottom: 0.3em;
}
table.spip tr.row_first {
	background: #dde;
}
table.spip tr.row_odd {
	background: #f0f0f0;
}
table.spip tr.row_even {
	background: #fff;
}

/* 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 img {
	vertical-align: middle;
}
.spip_documents_center {} /* Cf.: spip_style.css */
.spip_documents_left {
	clear: left;
} /* Cf.: spip_style.css */
.spip_documents_right {
	clear: 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 {
	background: #FFF;
	margin: 0;
	padding: 0;
	text-align: center;
}

#page {
	position: relative;
	width: 58em;
	margin: 0 auto;
	text-align: left;
}

#entete {
	width: 58em;
	height: 180px;
	margin: 0;
	padding: 39px 0 0 0;
	background: #fff url('images/header-left.png') no-repeat left top;
}
/*#entete[dir="rtl"] {
	background: #fff url('./images/header.png') no-repeat left top;
}*/
#entete a.accueil {
}
#entete a.accueil img.spip_logos {
	position: absolute;
	top: 19px;
}
#slogan {
	position: relative;
	margin: -3.06em 0 0 0;		/* makes the box be at DIV middle vertically */
	margin-left: 0.75em;
	padding: 60px 0 0 0;		/* NB: 3.06em = site name 2.5em + slogan 1.12em ÷ 2 */
	font-family: serif;
	font-style: italic;
	font-weight: bold;
	font-size: 1.12em;
	letter-spacing: 2px;
	color: #FFFFFF;
}
#entete a.accueil #nom_site_spip {
	font-size: 2.5em;
	font-family: Georgia, Times, serif;
	font-weight: bold;
	letter-spacing: 4px;
}
#entete p.langues {
	position: absolute;
	top: 180px;
	margin: -48px 0 0 1em;
	font-size: 88%;
}
#entete p.langues span.on {
	font-size: 112%;
	font-weight: bold;
}
#entete .formulaire_menu_lang {
	position: absolute;
	right: 0;
	top: 0.90em;
	display: block;
	width: 30%;
} /*Cf.: spip_formulaires.css*/

#conteneur {
	clear: both;
	float: left;
	width: 75%;
	overflow: hidden;
}
#contenu {
}

#extra, #license, #followus, #clustrmaps, #supporters {
	float: right;
	clear: right;
	width: 22%;
	margin-top: -10px;
	padding-left: 14px;
	border-left: 1px solid #C9C9C9;
}
#license, #followus, #clustrmaps, #supporters {
	margin-top: 0;
	font-size: 76%;
	line-height: 1.5em;
}
#followus {
	padding-top: 2em;
}
#license {
	padding-bottom: 3em;
	text-align: center;
}
#license p {
	font-size: 0.76em;
}
#license img, #clustrmaps img, #supporters img {
	display: block;
	margin: 1em auto 1em;
}
#followus img {
	display: block;
	margin: 0.5em auto 0.5em;
}
#download, #donate, #buy {
	background-color: #e6e6e6;
	margin: 0 0 0 -1em;
	padding: 0 0 0 1em;
}
#download a, #donate a, #buy a {
	display: block;
	padding: 20px 0 20px 45px;
	background: #e6e6e6 url("images/download.png") no-repeat 0% 50%;
	font-size: 1.12em;
}
#download {
	margin-bottom: 0.5em;
}
#donate {
	background-color: #e5f5ff;
}
#donate a {
	background: #e5f5ff url("images/donate.png") no-repeat 0% 50%;
}
#buy {
	background-color: #e5e8ff;
}
#buy a {
	background: #e5e8ff url("images/shop.png") no-repeat 0% 50%;
}
#navigation ul, #extra ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#navigation {
	overflow: hidden;
	position: absolute;
	top: 180px;
	margin-top: -32px;
	width: 100%;
	padding: 0;
	font-size: .82em;
}
#navigation ul {
	margin-top: -0.82em;		/* makes the box be at DIV middle vertically */
	padding: 18px 0 0;
}
#navigation ul li {
	display: inline;
}
#navigation ul li a {
	height: 30px;
	padding: 0 1em;
	background: transparent url(img/onglet.html) no-repeat left bottom;
	border: 0;
	border-right: 1px solid #fff;
	color: #F8F7F3;
	letter-spacing: 1px;
}
* html #navigation ul li a {
	height: 2.4em;
}
#navigation ul li a:hover {
	color: #ff9933;
}
#navigation ul li a.on {
	font-weight: bold;
}

#outils {
	position: absolute;
	top: 179px;
	margin: 0;
	background: transparent url('images/sitebar-bottom.png') repeat-x right bottom;
	font-size: .82em;
	text-align: left;
}
#outils li {
	display: inline;
}
#outils ul {
	margin: -1em 0 0 0;		/* top values make the box be at DIV middle vertically */
	margin-left: 18em;
	padding: 20px 0 0 1em;
}
#outils, #outils a {
	width: 100%;
	height: 30px;
	color: #2F3436;
}
#outils a {
	padding: .1em 1em;
	border-left: 1px dotted #333;
}
#outils a:hover {
	color: #fff;
}

.formulaire_recherche {
	margin: 0;
	padding: .25em 1em;
	background: none;
	border: none;
}
.formulaire_recherche label {
	display: none;
}
.formulaire_recherche input.forml {
	width: 10em;
	background: #E8E8E8;
	margin: 0;
	padding: 1px 2px;
	border: 1px inset #68D055;
	color: #75507b;
}
.formulaire_recherche input.forml:focus {
	background-color: #F8F7F3;
}
.formulaire_recherche input.bouton {
	vertical-align: middle;
}

#pied {
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0.40em 0;
	border-top: 1px solid #8B6F92;
	text-align: center;
	font-size: 0.90em;
}
#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: 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;
}
.cartouche p.sharewith {
	margin-top: 0.5em;
}
.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.60em;
}
.texte {
	line-height: 1.60em;
}
.hyperlien {
	display: block;
	background: #EEE;
	padding: 0.50em 1em;
	font-weight: bold;
	color: #8B6F92;
}
.ps, .notes {
	margin-bottom: 2em;
	line-height: 1.40em;
}
.notes {
	clear: both;
	font-size: 0.90em;
}

abbr.published {
	border: 0;
}

div#tablematiere {
	/*float: left;
	margin: 0.25em 0.5em 0.25em 0;*/
	width: 90%;
	margin: auto;
	background-color: #f0f0fa;
	border: 1px solid #aaa;
}
div#tablematiere h3 {
	margin: 0 0.5em;
	font-size: 100%;
	font-weight: normal;
	font-style: italic;
}
div#tablematiere ul {
	margin: 0.25em 0.5em;
	padding: 0;
	list-style: none;
	font-size: 0.88em;
}
div#tablematiere li {
	margin: 0;
	padding: 0;
}

/* Portfolio */
#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;
}


/* 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 */
.menu-titre {
	padding: .2em 0;
	font-weight: normal;
	text-transform: uppercase;
}
.menu-titre, .menu-titre a {
	color: #babdb6;
}

.menu {
	clear: both;
	margin-bottom: 2em;
	text-align: left;
}
.menu p {
	margin: 0.20em 0;
	padding: 0.20em 0.10em;
}
.menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border-bottom: 1px solid #DDD;
}
.menu ul li {
	margin: 0.20em 0;
	padding: 0.20em;
	border-top: 1px solid #DDD;
}
.menu ul li ul {
	margin-left: 1em;
	border: 0;
}
.menu ul li li {
	padding: 0;
	border: 0;
}

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

/* Rubriques */
.rubriques li {
	background: #653286 url("images/menu-title.png") repeat-x scroll left top;
	text-transform: uppercase;
}
.rubriques li a {
	display: block;
	padding: 0.3em 0.5em;
	color: #FFF;
	letter-spacing: 1px;
}
.rubriques li li {
	background: #d5cdda;
	border-top: 1px solid #75507b;
	padding-top: 4px;
	padding-bottom: 4px;
	text-transform: none;
}
.rubriques li li a {
	padding: 0 0.5em;
	color: #4f246e;
	letter-spacing: 0;
}
#extra .rubriques ul.articles {
	padding: 0;
	padding-left: 0.5em;
	font-size: 0.9em;
	background: #e2dde6;
	list-style-type: square;
}
.rubriques ul.articles li {
	margin: 0;
	margin-left: 1em;
	padding: .3em;
	padding-left: 0;
	background: #e2dde6;
	line-height: 1.3em;
}
.rubriques li ul.articles li {
	border-top-width: 0;
}
.rubriques ul.articles li a {
	display: inline;
	padding: 0;
}
.rubriques ul.articles * {
	color: #4f246e !important;
}
.rubriques ul.articles a:hover {
	text-decoration: underline;
}

.formulaire_recherche {
	position: absolute;
	left: 0;		/* for IE6 only… */
	top: -1em;		/* makes the box be at DIV middle vertically */
	margin-top: 13px;
} /*Cf.: spip_formulaires.css*/

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

/* Sous-rubriques */
.sous_rubriques {
	margin-bottom: 3em;
}
.sous_rubriques h2 {
	font-style: italic;
	letter-spacing: 1px;
}
.sous_rubriques ul {
	margin: 0;
	padding: 0;
	border-top: 1px solid #C9C9C9;
}
.sous_rubriques ul li {
	height: 7em;
	padding: 1em .1em;
	border-bottom: 1px solid #C9C9C9;
	background: #FFF url(img/bg-sous_rubriques.html) repeat-x bottom;
}
*html .sous_rubriques ul li {
	height: 8em;
}
.sous_rubriques ul li.demi {
	display: block;
	width: 47%;
}
.sous_rubriques ul li.demileft {
	float: left;
}
.sous_rubriques ul li.demiright {
	float: right;
	margin-right: 0;
}
.sous_rubriques ul li:hover {
	/*background: #F4F8F8;*/
}
.sous_rubriques ul li h3 {
	/*font-size: 0.88em;*/
}
.sous_rubriques ul li p {
	font-size: .88em;
	color: #333;
	line-height: 1.4em;
}
.sous_rubriques ul li .spip_logos,
ul.breves li .spip_logos {
	float: right;
	margin-left: 0.15em;
}
.sous_rubriques ul li .suite,
.articles ul li .suite,
ul.breves li .suite {
	display: block;
	margin-top: 0.3em;
	background: #fff;
	font-style: italic;
	letter-spacing: 1px;
}
.sous_rubriques ul li ul li {
	height: auto;
	padding: 0;
	font-size: 10px;
	display: none;
}

/* large table div */

div.large-table {
	overflow: auto;
}

/* download table */
table.filelist {
	display: block;
	overflow: auto;
	border-collapse: collapse;
}
table.filelist caption {
	padding: 0.5em;
	font-style: italic;
	letter-spacing: 1px;
}
table.filelist thead {
	background: #e5e1dc;
	border-top: 1px solid #aaa;
}
table.filelist tbody {
	border-top: 1px solid #aaa;
}
table.filelist th,
table.filelist td {
	white-space : nowrap;
	padding: 0.5em;
}
table.filelist thead th {
	text-align: center;
	color: #444;
}
table.filelist tbody tr {
	background: #fff;
}
table.filelist tbody tr.row_even {
	background: #e2dde6;
}
table.filelist tbody th {
}
table.filelist tbody td {
}

p.checksum {
	margin-top: 0;
	font-style: italic;
	text-align: center;
}

/* download now */
div.downloadnow {
	margin: 0.5em 1.5em;
	padding: 1em;
	background: transparent url("http://media.doudoulinux.org/images/website/cdrom-64x64.png") no-repeat 98% 10%;
	border: 1px solid #666;
}
div.downloadnow p {
	margin-bottom: 0;
}
div.downloadnow p a {
	padding-left: 30px;
	background: transparent url("http://media.doudoulinux.org/images/website/filesave.png") no-repeat left 50%;
}
div.downloadnow span {
	display: block;
	float: left;
	min-width: 40px;
	max-width: 70px;
	min-height: 47px;
	margin: 1em 1.25em 0 0;
	background: transparent url("images/donate.png") no-repeat 50% top;
}
div.downloadnow span a {
	display: block;
	padding: 47px 0 5px 0;
	line-height: 1.3em;
	text-align: center;
	/*background: transparent url("./images/donate-22x26.png") no-repeat left 50%;*/
}
div.downloadnow p.note {
	margin-top: 0;
	margin-bottom: 1em;
	padding-left: 30px;
	font-size: 76%;
	color: #666;
}
div.downloadnow code {
	font-size: 124%;
	background-color: #eee;
}
div.downloadnow ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
div.downloadnow li {
	display: inline;
	padding: 3px 1em 3px 30px;
	font-size: 88%;
	background: transparent url("dummy.html") no-repeat 0 50%;
	background-image: url("http://media.doudoulinux.org/images/website/usbpendrive_unmount.png");
}
div.downloadnow li.torrent {
	background-image: url("http://media.doudoulinux.org/images/website/gnome-fs-network.png");
}
div.downloadnow li.otherdwnld {
	padding-right: 0;
	background-image: url("http://media.doudoulinux.org/images/website/locale.png");
}
div.downloadnow li a {
	color: #444;
}

/* the temporary banner */
#banner {
	height: 128px;
/*
	background: transparent url("http://media.doudoulinux.org/images/banner-contest-2011.png") no-repeat 50% top;
*/
	margin: -1em 0 1em;
	padding-top: 0.75em;
	text-align: center;
}
#banner h1 {
	width: 260px;
	margin: 0 auto;
	font-size: 1.6em;
}
#banner p {
	font-weight: bold;
	letter-spacing: 2px;
	margin: 0.25em 0 0 0;
}

/* the Piwik privacy box */
div#piwikpolicy {
	margin: 1em 1.5em;
	padding: 1em 1.5em;
	border: 1px solid grey;
	background-color: #f6f6f6;
}

/* the obsolete box */
#obsolete {
	margin: 1em 2em;
	padding: 0.5em 1em;
	background-color: #fffead;
	border: 1px solid #888;
	font-size: 120%;
}
#obsolete span {
	font-weight: bold;
	letter-spacing: 1px;
}
