/*======DEFAULT======*/

* {
	border: none; margin: 0; padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}

body {
	margin: 0; padding: 0;
	background: white url("fondexplosion.jpg") repeat-x top center;
	background-attachment:fixed ;
	border: none;
	font-size: 13px;
	color: white;
	white-space: normal;
}

a, a:visited, a:link {
	color: #DC5E27;    /*couleur liens des billets */
	text-decoration: none;
	font-weight: normal;
}

a:focus {
	outline: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

table {
	border-collapse: collapse;
}

td {
	border: none;
	vertical-align: middle;
	padding: 10px;
}

ul {
	margin: 10px 2px 10px 10px; padding: 0;
	list-style-type: none;
}

li {
	margin: 5px 2px; padding: 0;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
	color: #a82107;
	font-weight: bold;
}

small {
	font-size: 11px; font-family: sans-serif;
}

code {
	font-size: 13px;
	color: #3d0d05;
	font-family: mono;
	text-align: left;
	background: transparent;
}

/*======INPUTS======*/

input[type=text], input[type=password], textarea, select {
	padding: 2px;
	background-color: white;
	color: #404040;
	font-size: 1.0em;
	border: 1px solid #ccc;
}

input[type=text]:focus, input[type=password]:focus, textarea:focus {
	border: 1px solid #aaa;
	background-color: #ffc;
}

input[type=submit], button {
	padding: 4px 8px;
	background: #ccc url("pics/shadow.png") repeat-x top left;
	color: #202020;
	font-size: 1.0em;
	border: 1px solid #aaa;
	cursor: pointer;
}

input[type=submit]:hover, button:hover {
	border: 1px solid #808080;
	color: black;
}

/*======HEADLINES======*/

h1 {
	margin: 0; padding: 0;
	font-size: 24px; font-weight: bold; color: black;
	text-align: left;
}
	h1 a, h1 a:visited, h1 a:link {
		font-size: 24px; font-weight: bold; color: red;
		text-decoration: none;
	}
	h1 a:hover {
		text-decoration: none;
	}

h2 {
	margin: 20px 0 10px 0; padding: 2px;
	font-size: 20px;
	font-weight: bold;
	color: white;
}

p.subtitle {
	margin: 0px; margin-bottom: 10px; padding: 1px; padding-left: 10px;
	border: none;
	font-size: 13px; font-weight: normal; color: white;
	text-align: left;
	background: transparent;
}
	p.subtitle span.tags a, p.subtitle span.tags a:link, p.subtitle span.tags a:visited {
		color: #ff8000;  /*--couleur de la catégorie dans les billets */
		font-weight: normal;
		text-decoration: none;
	}
	p.subtitle span.tags a:hover {
		text-decoration: underline;
	}

h3, h4 {
	margin: 20px 0 0 0; padding: 2px 0 2px 6px;
	border: none;
	font-size: 16px; font-weight: bold; color: #404040;
	text-align: left;
	background: transparent;
}


/*======VARIOUS=====*/

.padding {
	padding: 8px;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
	color: white;
}

.justify {
	text-align: justify;
}

.tips, .information {
	margin: 5px;
	padding: 8px 5px 5px 20px;
	background: #510202 url('pics/lamp.png') no-repeat center left;
	color: white;
}

.more {
	margin: 5px 0;
	padding: 2px 2px 2px 20px;
	background: maroon url('pics/moremore.png') no-repeat center left;
	color: none;
}

.error {
	position: fixed;
	top: 0;
	left: 0;
	margin: 0; padding: 5px 0;
	width: 100%;
	background: #800000;
	color: white;
	font-weight: normal;
	text-align: center;
}

.success {
	position: fixed;
	top: 0;
	left: 0;
	margin: 0; padding: 5px 0;
	width: 100%;
	background: #008000;
	color: white;
	font-weight: normal;
	text-align: center;
}
	.error a, .error a:visited, .error a:link, .success a, .success a:visited, .success a:link {
		color: #404040;
		font-weight: bold;
		text-decoration: none;
	}

	.error a:hover, .success a:hover {
		text-decoration: underline;
	}

.cloud {
	margin: 20px 0; padding: 3px 0;
	text-align: center;
	background: transparent;
	border: none;
}

	.cloud a, .cloud a:visited, .cloud a:link {
		color: #aaa;
		text-decoration: none;
		font-weight: normal;
	}

	.cloud a:hover {
		text-decoration: underline;
	}

.navigator {
	margin: 10px 0; padding: 5px 5px 5px 25px;
	background: transparent url("pics/compas.png") no-repeat center left;
	text-align: right;
}
	.navigator span.mirror {
		text-align: left;
		float: left;
		color: black;
	}

.time {
	color: #b86325;
	font-weight: bold;
}

.required {
	color: red;
}

.clearleft {
	clear: left;
}
.clearright {
	clear: right;
}
.clearboth {
	clear: both;
}

.pager {
	margin: 5px 0;
}

/* truc bienvenu */
.intro {
	margin: 20px 2px 5px 2px;
	padding: 5px 10px;
	background: #510202;
	font-size: 13px;
	color: white;
	font-size: 18px;
	border: 1px solid black;
}

.submenu {
	margin: 30px 0 5px 0; padding: 8px;
	background: #510202;
	border-bottom: 1px solid black;
	text-align: center;
}
	.submenu span.end {
		color: white;
	}

	.submenu a, .submenu a:link, .submenu a:visited {
		color: white;
		font-weight: normal;
		text-decoration: none;
	}

	.submenu a:hover {
		text-decoration: underline;
	}

		.submenu a span.selected {
			background: transparent;
			color: orange;
			font-weight: bold;
		}

                /* la ou on poste   */
div.item {
	margin: 10px;
	padding: 10px;
        background: url("bande.jpg");
	border: none;
	border-bottom: 1px dotted #ccc;
}
div.item h1 a{
color: red;
TEXT-DECORATION:underline;
}

.banner {
  text-align: center;
}

/*======BBCODE=====*/

.corps {
	overflow: hidden;
}

	.corps p {
		margin: 10px; padding: 0px;
		border: none;
		font-weight: normal;
		color: white;
		text-align: justify;
		font-size: 15px;
	}

	.corps p.center {
		text-align: center;
	}

	.corps p img {
	}

	.corps p small {
		font-size: 10px;
	}

	.corps p a, .corps p a:visited, .corps p a:link {
		color: redu57627855;
		text-decoration: underline;
		font-weight: normal;
	}

	.corps p a:hover {
		text-decoration: underline;
	}

	.corps span.item {
		padding: 0 0 0 10px;
		line-height: 30px;
		background: transparent url('pics/puce.png') no-repeat center left;
	}

/*======COMMENTS======*/

.comment {
	padding: 2px;
	margin: 4px 0 20px 0;
	font-size: 13px;
	border: none;
	background: transparent;
	color: white;
}
	.comment p.top {
		padding: 4px;
		margin: 0;
		background: transparent;
		font-size: 13px;
	}

		.comment p.top span.id {
			float: right;
			display: block;
			margin: 0;
			color: white;
			font-weight: normal;
			font-size: 13px;
		}

.comment img.avatar {
		display: block;
		padding: 1px;
		border: 1px solid #ccc;
	}

	.comment td {
		vertical-align: top;
	}

/*======TABLES=====*/

.data {
	margin: 8px 2px;

}

	.data table {
		border-collapse: collapse;
		width: 100%;
	}

		.data table th
		{
			padding: 8px;
			border-bottom: 2px solid #ccc;
			background: white;
			font-weight: bold;
			text-align: center;
			font-size: 13px;
			color: #202020;
		}

	.data table td
		{
			padding: 8px 4px;
			background: transparent;
			font-weight: normal;
			text-align: center;
			font-size: 13px;
		}

		.data table td.c1
		{
			background: white;
			color: black;
		}

		.data table td.c2
		{
			background: #eee;
			color: black;
		}

		.data table td.c3
		{
			background: white;
			font-weight: bold;
		}

/*======MENU=====*/

ul.menu {
	margin: 0;
	padding: 0;
}
	ul.menu li {
		margin: 0;
		padding: 0;
	}

		ul.menu li a, ul.menu li a:visited, ul.menu li a:link {
			margin: 0;
			padding: 6px 4px 8px 30px;
			display: block;
			background: transparent url("pics/tombale.png") no-repeat center left;
			color: #440e02;
			font-size: 14px;
			font-weight: bold;
		}

		ul.menu li a:hover {
			color: black;
			text-decoration: none;
		}

/*======EVENT======*/

ul.agenda {
	margin: 0 0 15px 20px;
	padding: 0;
	list-style-image: url('pics/puce.png');
}
	ul.agenda li {
		margin: 3px;
		padding: 5px;
	}
		ul.agenda li span.date {
			font-weight: bold;
			color: black;
		}
		ul.agenda li span.date-past {
			font-weight: normal;
			color: black;
		}

		ul.agenda li a, ul.agenda li a:visited, ul.agenda li a:link {
			font-weight: normal;
			color: #505050;
		}

/*======MAIN======*/

#head {

	height: 200px;      /*=hauteur haut=*/
	background:  url("bannofficielle.png")no-repeat center;


}
#content {
	margin: 10px auto;
	margin-top: 10px;
	padding: 0 20px;
	width: 800px;
	text-align: left;
	/*=background: transparent url("fondpapiertransp2.png");
	border: 2px solid black;    =*/
}


#top {
	padding: 1px;
	margin: 1px;
}

/* truc du côté avec mles menu */
#side {
	margin: 0;
	float: left;
	width: 210px;
	padding: 10px;
	border: none;
	 background: transparent url("fondpapiertransp2.png");
	 color: black;

}

#wide {
	margin: 10px 0 10px 240px; padding: 10px;
	color: white;
	font-size: 16px;
	border: none;

}

#main {
	margin: 0; padding: 10px;
	color: white;
	background: transparent;
	border: none;
	min-height: 300px;
}

#foot {
	clear: both;
	padding: 22px 8px 4px 2px;
	margin: 0;
	background: transparent;
	border: none;
	text-align: right;
	color: white;
	font-size: 11px;
	font-weight: bold;

}
	#foot a, #foot a:visited, #foot a:link { color: white}
