* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background-image: url(titre.png);
	background-repeat: repeat-x;
	background-color: #3e3e40;

	font-size: 62.5%; /* 1em = 10px*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
}

a {
	color: #EA0F7E;
	text-decoration: none;
}

a:hover {
	color: #F89C19;
	/*text-decoration: underline;*/
}

img {
	vertical-align: bottom;
}

/*
	Conteneur
*/

#conteneur {
	margin: 0em auto;
	margin-top: 7em;
	text-align: left;
	width: 69.6em;
	overflow: hidden;
}

/*
	Titre
*/

h1 {
	font-size: 7em;
  height: 1.5em;
  text-align: center;
	/*background-image: url(titre.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #bab9a8;*/
}

h1 a {
	color: #332828;
  text-decoration: none;
	/*display: block;
	width: 69.6em;
	height: 9.6em;
	text-indent: -500em;*/
}

h1 a:hover {
	color: #662828;
  text-decoration: none;
}

/*
	Contenu
*/

#contenu {
	/*background-image: url(contenu_haut.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #bab9a8;*/
	padding: 1.5em;
}

/*
	Col gauche
*/

#colgauche {
	float: left;
	width: 45em;
}

#colgauche h2 {
	font-size: 2em;
	margin-top: 1em;
}

#colgauche h2#poster {
	color: #FAB00A;
}

#colgauche h3 {
	font-size: 1em;
}

.newscontenu {
	margin: 0.5em 0.5em 1.5em 0.5em;
	padding: 0.5em;
	font-size: 1.2em;
}

.newscomminfos {
	font-size: 1.2em;
}

#colgauche div.article {
  border-bottom: 1px dashed #FAB00A;
  padding-bottom: 1em;
  margin-bottom: 0.5em;
}

form {
	margin: 1.5em;
}

label {
	font-size: 1.2em;
	font-weight: bold;
	width: 7em;
	float: left;
	display: block;
}

form p {
	clear: both;
}

form fieldset div {
	margin-bottom: 0.5em;
}

form fieldset #post_nom, form fieldset #post_mail, form fieldset #post_url, form fieldset #codesecu {
	border: 1px solid #FAB00A;
}

form fieldset #codesecu {
	vertical-align: top;
}

form fieldset #post_message {
	border: 1px solid #FAB00A;
}

form fieldset #post_submit {
	background-color: #333;
	border: 1px solid #EA0F7E;
	font-weight: bold;
	color: #FAB00A;
	margin-left: 15em;
	margin-top: 1em;
}

/*
	liste pages
*/

#listepages {
	margin-top: 2em;
	text-align: center;
  font-size: 1.2em;
}

#listepages a.pagesel {
	font-weight: bold;
  color: #FAB00A;
}

/*
	Col droite
*/

#coldroite {
	float: right;
	width: 18.6em;
}

/*
	Fond bas
*/

#fondbas {
	background-image: url(fond_bas.png);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 16em;
	padding-top: 1em;
	margin-top: 2em;
	text-align: center;
	font-weight: bold;
	/*color: #fff;*/
}

.lienbas {
	margin-top: 1.5em;
  font-size: 1.2em;
}

/*
	Divers
*/

.cacher {
	/*display: none;*/
	position: absolute;
	left: -500em;
	top: -500em;
}

legend {
	display: none;
}

.nettoyage_vide {
	clear: both;
}

.alerte {
	color: #f00;
	font-weight: bold;
}

.align_droit {
	text-align: right;
}

/*
	Cases
*/

.elemmenu {
	background-image: url(case_bas.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	padding-bottom: 1em;
	margin-bottom: 0.5em;
}

.elemmenu h2 {
	color: #FAB00A;
	text-transform: uppercase;

	/*background-image: url(case_haut.jpg);
	background-position: top left;
	background-repeat: repeat-x;*/

	font-size: 1.5em;
	font-weight: bold;
	padding-top: 0.5em;
}

.elemmenu ul {
	list-style-position: inside;
	list-style-type: none;
	margin-left: 2em;
	margin-top: 1em;
}

.elemmenu ul li a {
	font-size: 1.2em;
	line-height: 1.4em;
	font-weight: bold;
}

/*
	Recherche
*/

.rechmenu {
	/*background-image: url(case_bas.jpg);
	background-position: bottom;
	background-repeat: repeat-x;*/
  background-color: #333;
  border: 1px solid #332828;
	margin-bottom: 0.5em;

	text-align: right;
}

.rechmenu label {
	display: inline;
	clear: both;
	width: 100%;
	text-align: left;
}

.rechmenu #rech {
	border: 1px solid #FAB00A;
	width: 100%;
}

.rechmenu .btnrech {
	background-color: #333;
	border: 1px solid #EA0F7E;
	font-weight: bold;
	color: #FAB00A;
	margin-top: 1em;
}


/*
	Liste g�n�rale
*/

ul {
	list-style-position: inside;
	list-style-type: circle;
	margin: 1em;
}

ul li a {
	font-size: 1.2em;
	line-height: 1.4em;
	font-weight: bold;
}

/*
	Extra Blog
*/

#sousmenu {
	font-size: 1em;
	height: 3em;
	padding: 0.5em;
	padding-top: 0.7em;
	padding-left: 0em;
	overflow: hidden;
}

#sousmenu a {
	color: #FAB00A;
	text-decoration: none;
	padding: 0.5em;
/*	border-right: 1px solid #bab9a8;
	border-left: 1px solid #bab9a8;*/
	border-bottom: 5px solid #FAB00A;
	font-weight: bold;
  font-size: 1.5em;
}

#sousmenu a:hover {
	/*color: #eee;*/
	border-bottom: 5px solid #332828;
}

#sousmenu .smsel {
	border-bottom: 5px solid #EA0F7E;
}

/*
	Photos
*/

.photos {
	margin-top: 1em;
	margin-bottom: 2em;
	border: 3px solid #333;
	padding: 0.5em;
}

.photos img {
	/*float: left;*/
	margin-right: 0.25em;
	border: 1px solid black;
	margin-bottom: 0.5em;
}

.photos_m {
	margin-top: 1em;
	margin-bottom: 1em;
	border: 3px solid #FAB00A;
	padding: 0.5em;
	text-align: center;
}

.photos_m a {
	/*color: #eee;
	text-decoration: none;*/
}

.photos_m a:hover {
	/*color: #FAB00A;
	text-decoration: underline;*/
}
