/* ==============================================
   FEUILLE DE STYLES DES GABARITS HTML/CSS --- 
   site www.cercledumarais.org
   auteur : Jean-Benoît RICHARD cdm@jbrichard.net
   date : 23/9/2009
   ============================================== */


/* --- COULEURS --- */


/* Général */
body {
	color: #137178;
	background: #fff;
}
a {
	color: #ff6533;
}
a:hover, a:focus {
	color: #ff4c00;
}


/* Conteneur central */
#centre {
	/*background: #fff;*/
}

/* Navigation */
#navigation {
	color: #fff;
	font-size: 1.3em; 
}
#navigation a {
	color: #fff;

}
#navigation a:hover, #navigation a:focus {
	color: #f51a53;
}

/* Contenu principal */
#principal {
	font-size: 0.85em;
}
#principal a {
	text-decoration: underline;
	color: #fb5f63;

}
#principal a:hover, #principal a:focus {
	color: #f51a53;
}

/* Contenu secondaire */
#secondaire {
	font-size: 0.85em;
}



/* --- POSITIONNEMENT --- */

/* Page */
body {
	padding: 20px 5px;
}
#global {
	width: 860px;
	margin-left: auto;
	margin-right: auto;
}

/* En-tête */
#entete {
	padding: 20px 0;
	height: 160px;
}
#entete h1 {
	margin: 0;
}
#entete h1 img {
	float: left;
	margin: 7px 20px 10px 0;
}
#entete .sous-titre {
	margin: 4px 0 15px 0;
}

/* Bloc central */
#centre {
	width: 100%;
	overflow: hidden;
}

.vague {
	text-align: center;
}

/* Menu de navigation */
#navigation {
	float: left;
	width: 200px;
}
#navigation ul {
	margin: 0;
	padding: 20px 10px;
	list-style: none;
}
#navigation a {
	display: block;
	height: 1%;
	padding: 6px 10px 6px 10px;
	line-height: 1.5em;
	font-size: .9em;
	text-decoration: none;
}

/* Contenu principal */
#principal {
	float: left;
	width: 460px;
	padding: 10px 20px;
}
#principal > :first-child {
	margin-top: 10px;
}
#principal p, #principal li {
	line-height: 1.5;
}

/* Contenu secondaire */
#secondaire {
	margin-left: 700px;
	margin-right: 20px;
	padding: 12px 0;
}

#inscription {
	border: 1px solid #137178;
	width: 100%;
	margin: 0;
	padding: 6px;	
}

#inscription a {
	color: #fb5f63;
}
#inscription a:hover, #inscription a:focus {
	color: #f51a53;
}


/* Formulaire d'accès backend */
#usr, #motdp {
 padding-top: 4px;
 padding-bottom: 4px;
}

.loginmdp {
	border:solid 1px #137178; 
	margin-top:1px; 
	height:16px; 
	width:100px; 
	margin-left:30px;
	font-size:10px;
	font-family :verdana;
	color:#137178;
	/*text-align: left;*/
}

/* Styles générés par SPIP */
/* Tableaux */
table.spip { 
	max-width: 99%; 
	margin-right: auto; 
	margin-left: auto; 
	margin-bottom: 1em; 
	border-collapse: collapse; 
	border-spacing: 0; 
	line-height: normal;
}
table.spip caption { 
	caption-side: top; /* bottom pas pris en compte par IE */ 
	text-align: center; 
	margin-right: auto; 
	margin-left: auto;
	margin-bottom: 0.5em; 
	font-weight: bold; 
}
table.spip tr.row_first { 
	background: #FFC; 
}
table.spip tr.row_odd { 
	background: #EEE;
}
table.spip tr.row_even { 
	background: #DDD; 
}
table.spip th, table.spip td { 
	padding: 0.20em 0.40em; 
	text-align: left; 
	border: 1px solid; 
}
table.spip th { 
	vertical-align: bottom;
	font-weight: bold; 
}
table.spip td { 
	vertical-align: top; 
}

/* Logos, documents et images */
img, .spip_logos { 
	margin: 0; 
	padding: 0; 
	border: 0; 
}

a.spip_out img {
	border: 0;
}
.spip_documents { 
	text-align: center; 
	line-height: normal; 
}
.spip_documents p { 
	margin: 0.10em; 
	padding: 0; 
}
.spip_documents_center { 
	display: block; 
	clear: both; 
	width: 100%; 
	margin: 1em auto; 
}
.spip_documents_left { 
	float: left; 
	margin-right: 15px; 
	margin-bottom: 5px; 
}
.spip_documents_right { 
	float: right; 
	margin-left: 15px; 
	margin-bottom: 5px; 
}
.spip_doc_titre { 
	margin-right: auto; 
	margin-left: auto; 
	font-weight: bold; 
	font-size: 0.90em; 
}
.spip_doc_descriptif { 
	clear: both; 
	margin-right: auto; 
	margin-left: auto; 
	font-size: 0.90em; 
}

