/* Corps
-------------------------------------------------------- */
body {
	margin:0px 0px 0px 0px;
	padding:0px;
	color:#333;
	background-color:#D1E2FF;/*#FFF7D9;*/
	font-size: 13px;
	text-align: center;
}

* {
	font-family: arial, helvetica, 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 {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 120%;
	text-align: center;
	padding-top:20px;
}


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

blockquote { font-style : italic; }

a {
	color: #E34B29;

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

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

p {
	line-height:18px;
}

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


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

#sommaire .article, #sommaire .autreArticle,  #sommaireSecteur .autreArticle, #sommaireRubrique .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;
}

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

#sommaire .colonne {
	float:left;
	width:45%;
	margin-left:5px;
	margin-right:5px;
}

#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;
}

.ps {
	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
-------------------------------------------------------- */
#centre {
	display: table;
	border-left: 1px solid #B7B8CF;
	border-right: 1px solid #B7B8CF;
	background-color: #EFEFF7;
	margin: 0 auto;
	text-align: left;
	padding:0;
	width: 748px;
 	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 30px 30px 30px;
	/*border:1px solid #000;*/
	border-right:1px dashed #B7B8CF;
	margin: 0;
	background-color: #fff;
	margin-left:0px;
	width: 550px; 	/* False value for IE4-5.x/Win. */
 	voice-family: "\"}\""; 
  	voice-family:inherit;
	width: 487px;	/* You get it. Good value for compliant browers. */	
}
	
html>#contenu {
	width: 487px;	 /* Be nice to Opera */
	float:none;
}

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


#sidebar
{
	height:100%;
	/*border:1px solid #000;*/
	display: table-cell;
	width:190px;
	text-align:center;
	float:right;
	background-color:#EFEFF7;
	padding:0px;
	margin-right:0;
}

#menu
{
	text-align:left;
	/* float: left; */
	/*padding: 0 30px 0px 30px;*/
	padding: 0;
}

#menu ul {
	list-style: none;
	padding: 0;
	margin: 15px 0;
	border: 0;
}

#menu li {
	list-style: none;
	/*border: 1px solid #26a;*/
	/*width: 150px;*/
	margin: 0;
	padding: 3px;
	font: 11px/15px verdana, lucida, arial, helvetica, sans-serif;
}

#menuhaut {
	/*border-top: 1px solid #F0BA00;/*#E5CE7F;*/
}

#menu li a {
	font-weight:bold;
	/*color: #6C55B5;*/
	text-decoration: none;
	display: block;
	border-left: 0.5em solid #800000;
	border-bottom: 1px solid #800000;
	padding: 4px 8px;
}
	
#menu li a:hover {
	border-color: #D04500;
	text-decoration: none;
	font-weight:bold;
	color: #FF9A31;
}

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

#liensDivers {
	text-align:left;
}

#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 {
	width:746px;
	font-size: 85%;
	/*font-weight:bold;*/
	background-color:#eee;
	line-height:12px;
	padding-bottom:8px;
	padding-top:4px;
	border-top:1px solid #000;
	border-bottom:1px dashed #888;
	margin:0 auto;
	text-align:right;
	border-left: 1px solid #B7B8CF;
	border-right: 1px solid #B7B8CF;
}

#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 {
	margin:0 auto;
	width:748px;
	background: #325984;
	color: #000;
	border: 0;
	padding: 0;
	height: 5px;
	display: visible;
}

#haut {
	margin:0 auto;
	width:748px;
	height: 90px;
	background : #4A7DB5 url("/images/style_bleu/bandeau_logo.png") no-repeat 0 0;
}

#bannerlogoban {
	display: none;
}

#logoban {
	display: none;
}

#formRecherche {
	border-left:1px dashed #D1E2FF;
	padding:5px 10px 5px 10px;
	margin-top:0px;
	margin-right:0px;
	display:inline;
	font-size:85%;
	float:right;
	text-align: right;
	display: table-cell;
	color:#fff;
	height:70px;
}

#slogan {
	letter-spacing : 0.06em;
	position:relative;
	top:70px;
	right:20px;
	text-align:right;
	font-family:Georgia, verdana, arial;
	font-size:110%;
	font-style:italic;
	font-weight:bold;
	margin-bottom:5px;
	color:#D1E2FF;
}


/* Pied de page
-------------------------------------------------------- */
#piedpage {
	width: 748px;
	font-size: 85%;
	text-align:center;
	margin: 0 auto;
}

#menuPiedPage
{
	color:#fff;
	background-color:#4F7FB5;
	padding-top:5px;
	padding-bottom:5px;
}

#menuPiedPage a {
	color:#E0E5EA;
}

#menuPiedPage a:hover {
	color:#FFFFC0;
}

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

#diversPiedPage a
{
	color:#800000;
}

#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 {
	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 : 70%;
}

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: center;
	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: 5px;
	border:1px dashed #666;
}

.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;
}

.formrecherche { 
	width: 100% ; background-color: #FFDDAA;
}

.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;

}

.troispoints {
	font-weight: bold;
}

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

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

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