/* Corps
-------------------------------------------------------- */
body {
	margin:0px 0px 0px 0px;
	padding:0px;
	color:#666;
	background:#e4c67e url("/images/style_orange/fond.png") repeat-y 0 0;
	font-size: small;
}

* {
	font-family: "Trebuchet MS", Verdana, sans-serif;
}


/* Styles typographiques
-------------------------------------------------------- */
img { border : 0; }
form { margin : 0; }

h1 { font-size : 1.8em; margin : 0.67em 0; }
h2 { font-size : 1.4em; margin : 0.83em 0; }
h3 { font-size : 1.1em; margin : 1em 0; }
h4 { font-size : 1em; margin : 1.33em 0; }
h5 { font-size : 0.83em; margin : 1.67em 0; }
h6 { font-size : 0.67em; margin : 2.33em 0; }

.intertitre {
	display:block;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 120%;
	text-align: center;
	padding-top:30px;
	padding-bottom:20px;
}


code,pre { font-family : "Courier New",monospace; font-size : 1em; }

blockquote { font-style : italic; }

a {
	color: #800000;
	text-decoration : none;
	/*color: #9C0000;*/
}

a:hover, a:focus {
	color: #FF9A31;
	text-decoration : underline;
}

p {
	/*line-height:18px;*/
	font-size: small;
}

/*.spip a {
	text-decoration : underline;
}*/


/* Sommaire
-------------------------------------------------------- */
#sommaireAuteur
{
	margin-top:20px;
}

#sommaire .article, #sommaireSecteur .autreArticle, #sommaireRubrique .autreArticle
{
	padding-top:10px;
	padding-bottom:10px;
	border-bottom:1px #666 solid;
}

#sommaire .autreArticle
{
	padding-top:10px;
	padding-bottom:10px;
}	


#sommaire h1, #sommaireRubrique h1, #sommaireSecteur h1, #sommaireAuteur h1
{
	font-size: 110%;
	font-weight: bold;
	margin : 0.05em 0;
}

#sommaire h2, #sommaireRubrique h2, #sommaireSecteur h2
{
	font-size:100%;
	font-style:italic;
	color:#666;
	margin : 0;
	display:none;
}

/* mode deux colonnes */
.colonne {
	/*float:left;
	width:45%;*/
}

#sommaire .metaInfoArticle
{
	padding-bottom:5px;
	padding-top:5px;
	font-weight:normal;
	font-size:90%;
}

#sommaireRubrique .metaInfoArticle, #sommaireSecteur .metaInfoArticle,#sommaireAuteur .metaInfoArticle
{
	padding-top:5px;
	font-weight:normal;
	font-size:100%;
	padding-bottom:0;
}

#sommaire .arbre, #sommaireRubrique .arbre, #sommaireSecteur .arbre
{
}

#sommaire .date
{
	display:inline;
	padding-left:5px;
	padding-right:5px;
	border-right:1px solid #666;
}

#sommaire .auteur
{
	display:inline;
	padding-right:5px;
	border-right:1px solid #666;
}

#sommaire .arbre
{
	display:inline;
	padding-left:5px;
}


#sommaireRubrique .titreBloc, #sommaireSecteur .titreBloc
{
	padding-top:10px;
	font-variant: small-caps;
	border-bottom:1px solid #666;
	font-weight:bold;
	margin-bottom:10px;
}


/* Arborescence - hiérarchie
-------------------------------------------------------- */
.arbre {
		color:#808080;
		font-size: 90%;
}


/* Article
-------------------------------------------------------- */

.article
{
}

.metaInfoArticle {
	font-size: 85%;
	font-weight: bold;
	padding-bottom:20px;
}

.date {
	font-size: 80%;
}

.auteur {
	font-style: normal;
	font-size: 85%;
	font-weight: bold;
}

.chapo,.chapo p.spip {
	text-align: justify;
	font-weight:bold;
	font-size: 95%;
	color:#666;
}

.texte {
	text-align: justify;
}

.ps {
	text-align: justify;
	margin-top:20px;
	font-size:85%;
	padding:10px;
	font-style: italic;
	border:1px dashed #666;
}

.notes {
	border-top:1px solid #000;
	margin-top:30px;
	font-size:85%;
}


.introduction {
	font-size: 85%;
}

.point {
	font-size:18px;
	font-weight:bold;
}


/* Forum
-------------------------------------------------------- */
.cadreForum {
	border:1px solid #000;
}

.titreMessageForum {
	background-color:#FFCC00;
	padding:1px;
	font-weight:bold;
}

.titreMessageParentForum {
	background-color:#FF9900;
	padding:1px;
	font-weight:bold;
}

.metaInfoMessageForum {
	background-color:#FFF7D9;
	padding:3px;
}

.texteMessageForum {
	padding:5px;
}


/* Centre - Contenu
-------------------------------------------------------- */
#container {
	background:url("/images/style_orange/fond_global.png") no-repeat fixed 90% 10%;
}

#centre {
	padding-top:20px;
	margin-left:40px;
	display: table;
	background-color: #fff;
	text-align: left;
	padding:0;
	width: 748px;
	border-left:1px #000 solid;
	border-right:1px #000 solid;
 	voice-family: "\"}\""; 
  	voice-family:inherit;
	width: 746px;	/* You get it. Good value for compliant browers. */	
}

html>#centre {
	width: 746px;	 /* Be nice to Opera */
}

#contenu {
	float: left;
	height:100%;
	display: table-cell;
	padding: 10px 10px 30px 30px;
	margin: 0;
	background-color: #fff;
	margin-left:0px;
	width: 506px; 	/* False value for IE4-5.x/Win. */
 	voice-family: "\"}\""; 
  	voice-family:inherit;
	width: 498px;	/* You get it. Good value for compliant browers. */	
}
	
html>#contenu {
	width: 498px;	 /* Be nice to Opera */
	float:none;
}

/* Colonne (sidebar)
-------------------------------------------------------- */

#sidebar
{
	height:100%;
	display: table-cell;
	text-align:center;
	float:right;
	padding-left:20px;
	padding-right:20px;
	margin-right:0;
	width: 200px; 	/* False value for IE4-5.x/Win. */
 	voice-family: "\"}\""; 
  	voice-family:inherit;
  	width:160px;
}

html>#sidebar {
	width:160px;	 /* Be nice to Opera */
	float:none;
}




/* MENU */
/* ----------------- */

#menu
{
	text-align:left;
	padding:0;
}

#menu .titreBloc
{
	border:0;
	margin:0;
}

#menu ul
{
	text-align:left;
	border:1px solid #888;
	margin-top:0;
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}

#menu a
{
	display: block;
	padding: 3px;
	width: 154px;
	background-color: #eee;
	padding-left:5px;
	font-size:0.9em;
	border-top: 1px solid #c8c8c8;
}

#menu #menuhaut a
{
	border:0;
}


#menu a, #menu #menuhaut a
{
	text-decoration: none;
}

#menu a:hover
{
	background-color: #800000;
	color: #FF9A31;
}

/* ----------------- */

#menuContainer,#liensDivers
{
	line-height:17px;
}

#liensDivers {
	text-align:left;
	margin-top:30px;
}

#liensDivers div.item {
	padding:5px;
	text-align:left;
	font-size:85%;
}

#liensDivers div.ligne {
	text-align:left;
	font-weight:bold;
	font-size:130%;
	color:#666;
	padding-bottom:10px;
	padding-left:10px;
}


/*actu divers */
#actuDivers {
	padding-top:30px;
	text-align:left;
	
}
#actuDivers span {
	letter-spacing:4px;
}

#selecteurCss
{
	margin-top:10px;
	text-align:left;
	margin-bottom:20px;
}

#selecteurCss ul
{
	font-size:85%;
	padding-left:20px;
	margin-top:0;
	list-style: square;
}

#sites h2
{
	padding-bottom:2px;
	border-bottom:1px solid #888;
}

/* Entête
-------------------------------------------------------- */
#entete {
	border-left:1px #000 solid;
	border-right:1px #000 solid;
	border-top:1px solid #000;
	border-bottom:1px dashed #888;
	margin-left:40px;
	font-size: 85%;
	background-color:#eee;
	line-height:12px;
	padding-bottom:8px;
	padding-top:4px;
	text-align:center;
	width:748px;
 	voice-family: "\"}\""; 
  	voice-family:inherit;
	width: 746px;	/* You get it. Good value for compliant browers. */	
}

html>#entete {
	width: 746px;	 /* Be nice to Opera */
}

#entete a {
}

#entete a:hover {

}

#logoEntete {
	position: relative;
	top: 0px;
	left: 0px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background-color:transparent;
}

#bandehaut {
}

#haut {
	width:786px;
	height: 90px;
	background : url("/images/style_orange/logo.png") no-repeat 0 0;
}

#bannerlogoban {
	display: none;
}

#logoban {
	display: none;
}

#formRecherche {
	padding:5px 0px 5px 50px;
	margin-right:0px;
	display:inline;
	font-size:85%;
	float:right;
	text-align: right;
	display: table-cell;
	color:#404040;
	position:relative;
	top:40px;
	margin-bottom:10px;
}

#slogan {
	letter-spacing : 0.06em;
	position:relative;
	top:70px;
	right:20px;
	text-align:right;
	font-size:95%;
	margin-bottom:5px;
	color:#404040;
}


/* Pied de page
-------------------------------------------------------- */
#piedpage {
	margin-left:40px;
	background-color:#fff;
	width: 726px;
	font-size: 85%;
	text-align:center;
	padding:10px;
	border:1px solid #000;
	border-top:0px;
 	voice-family: "\"}\""; 
  	voice-family:inherit;
	width: 726px;
}

html>#piedpage {
	width: 726px;	 /* Be nice to Opera */
}

#menuPiedPage
{
	border-top:1px #999 solid;
	padding-top:10px;
}

#retourHaut {
	width: 100%;
	text-align:center;
	padding-top:5px;
	padding-bottom:5px;
}

#diversPiedPage a
{
	color:#800000;
}

#retourHaut a:hover, #diversPiedPage a:hover
{
	color:#FF6600;
}


/* Tableaux
-------------------------------------------------------- */

div.row {
	 clear: both;
}

div.row span.label {
	float: left;
	width: 100px;
	text-align: left;
}

div.row span.formw {
	 float: left;
	 width: 300px;
	 text-align: left;
}

.listesousrubsecteur {
	float:right;
	padding:6px;
	border:1px dashed #666;
	background-color:#D6E3FF;
	margin:0px 0px 10px 20px;
}

.listesousrub {
	padding:10px;
	border:1px dashed #666;
	font-variant: small-caps;
}

div.spacer {
	clear: both;
}

/* Syndication
-------------------------------------------------------- */
#syndic {
	display:none;
	float:right;
	margin-top:15px;
	margin-left:20px;
	width:230px;
	border:1px solid #888;
	/*background:url(/images/layout/gradient_colonne.gif);*/
}

.syndicTitre {
	padding:5px;
	font-size:85%;
	font-weight:bold;
	text-align:center;
}

.syndicArticle {
	padding:5px;
	font-size:85%;
	padding-top:5px;
	color:#999;
}

.syndicArticleSelect {
	background-color:#FFF7D9;
	background:url(/images/layout/gradient_bis.gif);
	padding:5px;
	font-size:85%;
	padding-top:5px;
	color:#000;
}

.syndicArticle a,.syndicArticleSelect a {
	font-weight:bold;
}


/* SPIP
-------------------------------------------------------- */

a.spip_url { }
a.spip_in { }
a.spip_out { }

.spip_code { }

p.spip_note { }

.spip_documents{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size : 80%;
	text-align: center;
}

table.spip {
	padding:0;
	border:1px solid #888;
	border-spacing:0;
}

table.spip tr.row_first {
	background-color: #FCF4D0;
	padding: 3px;
}

table.spip tr.row_odd {
	background-color: #FF9900;
	padding: 3px;
}

table.spip tr.row_even {
	background-color: #F7F7F7;
	padding: 3px;
}

table.spip td {
	text-align: left;
	vertical-align: middle;
	padding: 5px;
	font-size: 13px;
	
}

hr.spip { }
b.spip { }
i.spip { }

textarea.forml {
	margin: 4px;
	padding: 1px;
	font-size: 90%;
	width: 95%;
}

input.forml {
	margin: 4px;
	padding: 1px;
	font-size: 90%;
}

.spip_encadrer {
	background-color: #FFFFFF;
	padding: 10px;
	border:1px dashed #666;
	margin-bottom:5px;
	background: #f7f7f7;
}

.spip_cadre {
	background-color: #FFFFFF;
	padding: 5px;
}

.spip_bouton {
	border: 1px solid #404040;
	padding: 1px;
	background: #d0d0d0;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
}

.reponse_formulaire {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 110%;
	color: red;
}

.spip_surligne { background-color: #FFFF66; }

.spip-admin-bloc {
	position: fixed;
	bottom: 5px;
	z-index:5;
	background-color:#eee;
}


/* Divers
-------------------------------------------------------- */

.titreBloc {
	letter-spacing:2px;
	border-bottom:1px solid #666;
	font-size:85%;
}

div.case, div.float {
	width: 120px auto;
	float: left;
}

.erreur {
	color:#FF0000;
}

.message {
	font-size:85%;
	color:#999999;
}

#memerubrique {
	padding:5px;
	margin-bottom:15px;
}

#memerubrique div{
	font-size:90%;
	margin-bottom:7px;
}


.troispoints {
	font-weight: bold;
}

.point {
	font-size:18px;
	font-weight:bold;
}

.barre {
	border-top:1px solid #888;
}

#sommaire .barre {
	display: none;	
}