
body {
        font-family: sans-serif;
}

/*
 * Mise en page des textes (bordures...)
 */

.chapo {
	line-height: 1.4em;
	margin-top: 1em;
}
.texte {
}
.ps {
	padding-top: 0.6em;
	margin-top: 0.6em;
	border-top: 1px dashed #404040;
}
.notes {
	margin-top: 0.6em;
	margin-bottom: 0.6em;
	border-top: 1px solid #a0a0a0;
	padding: 1.5em;
}

/*
 * Habillage des menus et de la navigation
 */
.gsearch {
    border: 1px solid #a0a0a0;
    background-color: #F2F2FF;
    padding: 0px;
    margin: 0px;
    margin-bottom: 16px;
    font-size: 9pt;
    font-family: "Trebuchet MS", sans-serif;
}


.menu {
	border: 1px solid #a0a0a0;
	border-top: 0px;
	padding: 0px;
	margin: 0px;
	margin-bottom: 16px;
}
.menu ul {
	display: block;
	margin: 0px;
	padding: 0px;
	padding-bottom: 4px;
	list-style: none;
}

.menu ol {
	display: block;
	margin: 0px;
	padding: 0px;
	padding-bottom: 4px;
	list-style: none;
}
.menu-titre {
	border-top: 1px solid #a0a0a0;
	border-bottom: 1px solid #d0d0d0;
	margin: 0px;
    padding:0;
/*	padding-left: 4px;
	padding-right: 4px;
	padding-top: 3px;
	padding-bottom: 2px;*/
	font-size: 90%;
}
.menu-item {
	margin: 0px;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-size: 80%;
}

/* Des couleurs specifiques selon les types de menus */

.general		{ background-color: #e3eaf9; text-align:center;
}
.general .menu-titre 	{ background-color: #cfdfff; 
    background-image: url('IMG/bg1.png');
    background-repeat: repeat-x;
    background-position: 0 0;
}

.menu a:hover { width: 100%; padding-left:auto; padding-right: auto;
    position:relative;left:0px;top:0px; display: block;
}

.general a:hover .menu-titre{
    background-color: #e3eaf9;
}

.rubriques { background-color: #f2f2ff; text-align:center; }
.rubriques .menu-titre	{ background-color: #eaeaff;
    background-image: url('IMG/bg2.png');
    background-repeat: repeat-x;
    background-position: 0 0;
}
.rubriques .menu-item { list-style: none; text-align:left;           padding-left: 20px;}

.breves {
	border: 2px solid #646464;
/*	border-bottom: 2px solid #646464;
	margin-left: -8px;
	margin-right:-5px;
*/
	background-color: #ffeaea; }
.breves .menu-titre	{
 	font-family: "Impact", sans-serif;
	font-size: 18pt;
	background-color: #fff2f2; text-align:center;
    background-image: url('IMG/bg3.png');
    background-repeat: repeat-x;
    background-position: 0 0;
}
.breves li.menu-item {
        list-style: none;
        border-bottom:  1px dotted #8190a6;
        padding-top: 5px;
}

.breves .caption {
	font-family: sans-serif;
	font-size: 12pt;
}

.divers 		{
	background-color: #f2f2ff;
	text-align:center;
}
.divers .menu-titre	{ background-color: #eaeaff; text-align:left;           padding-left: 20px;
    background-image: url('IMG/bg4.png');
    background-repeat: repeat-x;
    background-position: 0 0;
}
.divers .menu-item { list-style: none;
    text-align: left;
}

.forums 		{ background-color: #e8f8f8; }
.forums .menu-titre	{ background-color: #f0fcfc; text-align:center; }

.instructions {
	list-style:  none;
	padding-left: 8px;
	text-align: left;
	font-size: 10pt;
	padding-top: 2px;
	padding-bottom: 3px;
}

/*
 * Styles pour le contenu (c-a-d. la colonne principale)
 */

.contenu {
	margin: 15px;
}
.contenu h2.titre-extrait {
	font-size: 110%;
}

.contenu h2 {
	font-size: 90%;
	padding: 0;
	margin: 0;
}

.contenu h2.titre-texte {
}
.contenu .surtitre {
	margin-top: 0em;
	margin-bottom: 0em;
}
.contenu .detail {
	margin-left: 2em;
}
.contenu .detail .important {
	color: #a02020;
}
.extrait {
	margin: 0.1em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-left: 2em;
	margin-right: 0.1em;
	line-height: 1.4em;
}
.liste-articles {
	margin-top: 1em;
	margin-bottom: 1em;
}
.contenu .forum-repondre {
	font-family: sans-serif;
	text-align: left;
	font-size: 90%;
	font-weight: bold;
	margin-top: 0.6em;
}


/*
 * Disposition a l'ecran : colonnes, encarts, cartouches
 */
body {
	padding: 0;
	margin: 0;
/*	background-image: url("./IMG/lion.jpg");
	background-repeat: no-repeat;
	background-position: 100% 600%;
	background-attachment: fixed;
*/
}

#header {
        padding: 0;
        margin-bottom: 10px;
        text-align: center;
	height: 110px;
        margin-top: 10px;
	width:100%;
	font-family: sans-serif;
}

#header p {
	display: none;
}

#header img {
    margin-left: 10%;
    margin-right: 10%;
}

#principal {
	margin-left: 170px;
	margin-right: 170px;
	margin-top: -10px;
	padding: 1em;
	padding-bottom: 40px;
	background-color: #f8fdff;
	border: 1px solid #a0a0a0;
        border-radius: 15px;
        -moz-border-radius: 15px;
        -khtml-border-radius: 15px;
}

#footer {
	margin-bottom: 1%;
	margin-top: 25px;
	text-align: center;
	border-top: 1px solid silver;
        padding: 5px;
	color: #2F3B55;
	clear: both;
        margin-left: 10%;
        margin-right: 10%;
        letter-spacing: 2px;
        font-size: 10pt;
        font-family: "Trebuchet MS", sans-serif;
}


img {
	behavior: url("http://www.akatale.com/5/win_png.htc");
}

#plan {
	position: absolute;
	left: 2em;
	top: 110px;
	margin: 0px;
	padding: 0px;
	margin-right: 2em;
	margin-top: 2em;
}

#navigation {
	float: left;
	width: 150px;
	/*width: 14em;*/
	padding: 0px;
	margin: 0px;
	/*margin-left: 1.8em;*/
	margin-left: 5px;
	margin-top: -70px;
}

.encart {
	float: right;
	/*width: 14em;*/
	width: 150px;
	padding: 0px;
	margin: 0px;
	margin-right: 5px;
	/*margin-left: 2em;*/
	margin-top: -70px;
}

.cartouche {
	padding-top: 1em;
/*	border-top: 2px solid #404040;*/
	margin-bottom: 0em;
}

.spip_logos {
	margin: 10px;
	border-width: 0px;
}

/*
 * Habillage du plan du site
 */

.plan-secteur {
	margin-top: 0em;
	margin-bottom: 3em;
	clear: right;
}

.plan-secteur h1 {
	display: block;
	border: 1px solid #a0a0a0;
	margin: 0px;
	padding: 8px;
	font-size: 150%;
	font-weight: bold;
	background-color: #e0ffe0;
	text-align:center;
}
.plan-rubriques {
	clear: left;
	display: block;
	list-style: none;
}
.plan-rubrique {
	display: inline;
	border: 1px solid #a0a0a0;
	padding: 3px;
	font-weight: bold;
}
.plan-articles {
	clear: left;
	margin-top: 0.5em;
	margin-bottom: 1em;
	list-style: square;
}

/* Eclaircissement progressif des rubriques en fonction de la profondeur */

ul .plan-rubrique {
	background-color: #e0ffe0;
	border-color: #b8b8b8;
}
ul ul .plan-rubrique {
	background-color: #eaffea;
	border-color: #d0d0d0;
}
ul ul ul .plan-rubrique {
	background-color: #f4fff4;
	border-color: #e8e8e8;
}


/*
 * Habillage des forums
 */

ul.forum-total {
	display: block;
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.forum-fil {
	margin-top: 3em;
}
.forum-fil ul {
	display: block;
	margin: 0px;
	margin-left: 2em;
	padding: 0px;
	list-style: none;
}
.forum-titre {
	font-weight: bold;
	font-size: 120%;
}
.forum-item {
	margin: 0px;
	padding: 1em;
	padding-top: 0.5em;
	padding-bottom: 0em;
	text-align: justify;
	color: #303030;
	font-size: 80%;
}
.forum-repondre-message {
	text-align: right;
}

/* Boite d'un forum : eclaircissement progressif des bords */

ul .forum {
	border: 1px solid #909090;
	padding: 0px;
	margin: 0px;
	margin-bottom: 1em;
}
ul ul .forum {
	border: 1px solid #a4a4a4;
}
ul ul ul .forum {
	border: 1px solid #b8b8b8;
}
ul ul ul ul .forum {
	border: 1px solid #cccccc;
}
ul ul ul ul ul .forum {
	border: 1px solid #e0e0e0;
}
ul ul ul ul ul ul .forum {
	border: 1px dashed #e0e0e0;
}

/* Boite de titre d'un forum : mise en couleur selon la profondeur du forum */

ul .forum-chapo {
	border: 0px;
	border-bottom: 1px dashed #b8b8b8;
	margin: 0px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 3px;
	padding-bottom: 2px;
	font-size: 90%;
	background: #c4e0e0;
}
ul ul .forum-chapo {
	background: #d4e8e8;
}
ul ul ul .forum-chapo {
	background: #e4f0f0;
}
ul ul ul ul .forum-chapo {
	background: #f4f8f8;
}
ul ul ul ul ul .forum-chapo {
	background: #ffffff;
}


/*
 * Habillage des petitions
 */

.signatures {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 1em;
	margin-bottom: 1em;
	width: 100%;
}
.signatures td, .signatures th {
	-moz-border-radius: 0.4em;
}
.signatures-titre {
	clear: right;
	font-weight: bold;
	font-size: 120%;
	text-align: center;
	padding: 0.5em;
	margin: 0px;
}
.signature-date {
	white-space: nowrap;
	background: #e4f0f0;
	padding: 0.5em;
}
.signature-nom {
	font-weight: bold;
	background: #ecf4f4;
	padding: 0.2em;
	text-align: center;
}
.signature-message {
	font-size: 85%;
	background: #f4f8f8;
	padding: 0.4em;
	text-align: justify;
}


/*
 * Formulaires
 */

.formrecherche {
	background-color: #7cadff;
	color: #505030;
	margin: 0px;
	padding: 2px;
	border: solid 1px #909090;
	font-family: sans-serif;
	font-size: 80%;
	font-weight: normal;
}

.formulaire {
	color: black;
	margin: 0px;
	margin-bottom: 16px;
	padding: 4px;
	border: 1px solid #a0a0a0;
	background-color: #f6f6f6;
	font-family: sans-serif;
	font-size: 80%;
	font-weight: normal;
}
.forml {
	background-color: #ececec;
	margin: 4px;
	padding: 1px;
	border: dashed 1px #909090;
	font-family: sans-serif;
	font-size: 90%;
}
.spip_bouton {
	border: 2px solid #404040;
	padding: 3px;
	background: #d0d0d0;
	font-family: sans-serif;
}

.spip-admin {
}

ul.texte {
	list-style: circle inside;
}

ul.texte li {
	padding-top: 2px;
	padding-bottom: 3px;
}

.date {
        text-align: right;
}

/*
#leftcol {
	float: left;
	width: 50%;
}


#rightcol {
	float: right;
	width: 50%;
}
*/

#google3 {
position:relative;left:0px;top:0px;margin-left:auto;margin-right:auto;
width: 468px;
}

#google4 {
position:relative;left:0px;top:0px;margin-left:auto;margin-right:auto;
width: 125px;
}

#welcome {
    text-align: center;
    font-family: "Trebuchet MS", sans-serif;
}

a img {
    border: none;
}

#nav_table {
        position: relative;
        top: 0;
        left: 0;
        margin-left: auto;
        margin-right: auto;
}