/* CSS Document */

body {
	background-color: white;
	margin:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:black;
	
	/* OPTIONAL BACKGROUND IMAGE
	
	background-image:url(images/backgrounds/main.jpg);
	background-position:center;
	background-repeat:repeat-y;
	
	*/
}

a {
	color:#999999;
}

a:hover {
	text-decoration:none;
}

textarea,input,submit {
	background-color:#eeeeee;
	color:#666666;
	padding:5px;
	border:none;
	margin:3px;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:200%;
	color:#000000;
	font-weight:normal;
}

/* THE AREA THAT CONTAINS THE STONE IMAGE AND THE WEBSITE TITLE */

#title {
	margin:0 auto 0 auto;
	text-align:center;
	margin-bottom:25px;
}

#title p {
	font-variant:small-caps;
	letter-spacing:2px;
}

/* PROPERTIES OF THE HEADER IMAGE */

#title img {
	border:none;
}

/* THE AREA THAT CONTAINS ALL THE CONTENT OF THE WEBSITE */

#container {
	width: 100%;
	float: none !important;
	margin: 0;
	border: 0;
	padding: 0;
}


/* THE SIDEBAR WITHIN THE CONTAINER */

#sidebar {
	display: none;}

/* THE MENU */

#menu {
	display: none;
}

/* THE AREA NEXT TO THE SIDEBAR */

#content {
	background-image:url(images/backgrounds/content.jpg);
	background-position:right;
	background-repeat:repeat-y;
}

#content h1 {
	font-family:"Trebuchet MS", Arial, Verdana;
	text-align:left;
	font-size:200%;
	color:#626477;
	border-bottom:1px dashed #eeeeee;
	padding-top:15px !important;
	padding-top:0;
	background-image:url(images/stone.gif);
	background-position:top right;
	background-repeat:no-repeat;
}

#content p {
	line-height:20px;
	text-indent:15px;
}

#content ol,ul {
	line-height:25px;
}

#content li {
	list-style-image:url(images/backgrounds/li.gif);
}

/* THE FOOTER */

#footer {
	width:580px;
	margin:0 auto 0 auto;
	padding:10px;
	text-align:center;
	border-top:1px dashed #cccccc;
}


/**********************************************/
/*                STYLES SPIP                 */
/**********************************************/

.spip {
	text-align: justify;
}

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

code {
	font-family: monospace;
	font-size: 10px;
	font-weight: normal;
	background-color: #eee;
	border: 1px solid #ccc;
	text-align: left;
}

code.block {
	display: block;
	text-align: left;
}

p.spip_note {
	font-size: 9px;
}

h3.spip {
	background: #4253A5;
	border: 1px solid #5c70d4;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	line-height: 1.5em;
}

/*
.spip_puce {
	list-style: disc inside;
}
*/

.spip_documents { }


table.spip, table.spip_forum {
	padding: 0;
	border-spacing: 0;
	border: 1px solid #ccc;
	font-size: x-small;
}

table.spip_forum {
	width: 100%;
}

table.spip tr.row_first, table.spip_forum tr.row_first{ /* premi¸re ligne d'un tableau gˇnˇrˇ par SPIP */
	background: #4253A5;
	color: #fff;
	font-weight: bold;
}

table.spip tr.row_odd, table.spip_forum tr.row_odd { /* pour l'alternance des couleurs des lignes d'un tableau SPIP */
	background: #eee;
}

table.spip tr.row_even, table.spip_forum tr.row_even {
	background: transparent;
}

table.spip tr.row_odd td, table.spip_forum tr.row_odd td {
	border-color: #eee;
}

table.spip td {
	padding: 7px;
	text-align: left;
	vertical-align: middle;
}

table.spip_forum td {
	padding: 7px;
	text-align: left;
	vertical-align: top;
}

hr.spip { 
	border: 1px dashed #333333;
}

b.spip { 
	font-weight: bold;
}

i.spip { 
	font-style: italic;
}

blockquote.spip {
	background-color: #eee;
	border: 1px solid #ccc;
	margin-left : 30px;
	margin-top : 10px;
	margin-bottom : 10px;
	margin-right: 10px;
	font-style: italic;
	padding: 10px;
}

.forml {
	width: 100%;
	border: 1px solid #ccc;
	font-family: monospace;
	font-size: 12px;
}

.spip_encadrer {
	padding: 5px;
	border: ??1px dott?????????
/*******ed #ccc;
}

.spip_cadre {
	padding: 5px;
}

div.spip_poesie { }

div.spip_poesie div { }


.spip_bouton { /* pour personnaliser les boutons de l'interface */
	background: #4253A5;
	border: 1px solid #5c70d4;
	color: #fff;
	font-weight: bold;
	font-size: x-small;   
	font-family: "Century Gothic", "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
}

.formrecherche { 
	width: 100px;
	color: #4253A5;
	border: 1px solid #ccc;
	font-size: x-small;
	font-family: "Century Gothic", "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
}

select { 
	border: 1px solid #ccc;
	font-family: "Century Gothic", "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
}

.spip_surligne {
	background-color: #EEE92E;
}



