/* ############################## HAUT ############################## */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	/*background-color: #F5F6F9;*/
	margin: 0;
	padding: 0;
	background-color: #fafafa;
	background-image: url(../images/fond.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#main {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
#haut {
	background-color: #585858;
	height: 20px;
}
#header {
	float:left;
	padding-top: 10px;
	margin-bottom: 0px;
	/*background-image: url(fond_titre.jpg);*/
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: #fafafa;
	padding-bottom: 0px;
	width: 800px;
}
#header_billet {
	float:left;
	padding-top: 10px;
	margin-bottom: 0px;
	/*background-image: url(fond_titre.jpg);*/
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: #fafafa;
	padding-bottom: 12px;
	margin-bottom: 25px;
	width: 800px;
}
#intro {
	height: 42px;
	float:left;
	margin-top: 0px;
	margin-bottom: 25px;
	padding-top: 15px;
	background-image: url(../images/fond_titre.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: #fafafa;
	width: 800px;
}

/* ############################## MENU ############################## */

#menu {
	float: left;
	font-size: 16px;
	padding-left: 100px;
	padding-right: 100px;
	background-image: url('../images/fond_header.jpg');
}
#menu ul {
	margin: 0;
	padding: 0;
	white-space : nowrap;
}
#menu ul li {
	margin: 0;
	padding: 0;
	display: block;
	float:left;
	text-align: center;
}
#menu ul li a {
	/*color : #9b6e1f;*/
	color : #d3b522;
	background-color: transparent;
	text-decoration : none;
	font-weight: bold;
	display: block;
	border-style:none;
	margin-left: 15px;
	margin-right: 15px;
}
#menu ul li a:link, #menu ul li a:visited, #menu ul li a:active {
	background-image: url('../images/menu_item.jpg');
	background-repeat: no-repeat;
	height: 40px;
	width: 90px;
	line-height: 40px;
	padding-top: 7px;
}
#menu ul li a:hover {
	background-image: url('../images/menu_item.jpg');
	background-repeat: no-repeat;
	background-position: 0px -49px;
	height: 45px;
	width: 90px;
	line-height: 45px;
	padding-top: 2px;
	color: #444;
}
#menu ul li.current a:link, #menu ul li.current a:visited, #menu ul li.current a:active, #menu ul li.current a:hover {
	background-image: url('../images/menu_item.jpg');
	background-repeat: no-repeat;
	background-position: 0px -49px;
	height: 45px;
	width: 90px;
	line-height: 45px;
	padding-top: 2px;
	color: #444;
}
#menu_bas {
	float: left;
	height: 30px;
	width: 800px;
	background-image: url('../images/menu_bas.jpg');
	margin-bottom: 13px;
	/*border: 1px solid #000;*/
}

/* ############################## GAUCHE ############################## */

#gauche {
	width: 550px;
	float: left;
	margin-right: 30px;
}

.cadre {
	float: left;
	width: 550px;
	margin-bottom: 30px;
}

.cadre_titre {
	background-image: url('../images/fond_h2.jpg');
	height: 40px;
	line-height: 40px;
	padding-right: 15px;
	padding-left: 14px;
}
.cadre_titre_billet {
	background-image: url('../images/fond_h2_billet.jpg');
	height: 40px;
	line-height: 40px;
	padding-right: 15px;
	padding-left: 14px;
}
.cadre_titre a, .cadre_titre a:hover {
	text-decoration: none;
	color: #444;
}
.cadre_interieur {
	padding: 20px;
	padding-bottom: 15px;
	border: 1px solid #ccc;
	border-bottom: 0;
	border-top: 0;
	margin: 0;
	background-image: url('../images/fond_cadre_interieur_2.jpg');
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: #fafafa;
}
.cadre_bas {
	padding-left: 40px;
	padding-right: 0px;
	background-image: url('../images/fond_cadre_bas.jpg');
	background-position: top;
	background-repeat: no-repeat;
	height: 30px;
	line-height: 30px;
	font-weight: normal;
	color: #555;
	font-size: 11px;
}

.commentaire_titre {
	margin-top: 15px;
	height: 20px;
	background-image: url(../images/fond_commentaire_titre.gif);
	/*padding-bottom: 23px;*/
	/*padding-left: 10px;*/
	background-repeat: no-repeat;
	background-position: left bottom;
}
.commentaire_texte {
	padding-left: 15px;
	padding-right: 15px;
	background-color: #eee;
	color: #565656;
}
.commentaire_bas {
	font-size: 0px;
	height: 10px;
	background-image: url(../images/fond_commentaire.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

/* ############################## DROITE ############################## */

#droite {
	width: 220px;
	float: left;
}
.droite_haut {
	height: 30px;
	width: 220px;
	float: right;
	background-image: url(../images/fond_droite_haut.gif);
	background-color: transparent;
	font-weight: bold;
}
.droite_interieur {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	width: 188px;
	float: right;
	background-image: url(../images/fond_droite_interieur.jpg);
	background-repeat: no-repeat;
	background-color: #f8f5e5;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	font-size: 11px;
}
.droite_bas {
	height: 15px;
	width: 220px;
	float: right;
	background-image: url(../images/fond_droite_bas.gif);
	background-position: bottom;
	background-color: transparent;
	margin-bottom: 25px;
}
#droite ul, #droite li {
	margin: 0;
	padding: 0;
	list-style-position: outside;
	line-height: 125%;
	color: #9b6e1f;
	margin-left: 8px;
}
#droite li a {
	color: #9b6e1f;
}

/* ############################## BAS ############################## */

#bas p {
	width: 800px;
	float: left;
	text-align: center;
	height: 70px;
	height: 40px;
	color: #9b6e1f;
	color: #d3b522;
	color: #999;
	line-height: 40px;
	margin-top: 10px;
	font-size: 11px;
	/*background-image: url(bas.jpg);*/
	background-repeat: no-repeat;
	border-top: 1px solid #bbb;
	/*background-color: #f3f3f3;*/
}
#bas a {
	color: #9b6e1f;
	color: #999;
}

/* ############################## TEXTE - LIENS - PHOTOS ############################## */

h1 {
	padding: 0px;
	margin: 0px;
	color: #444;
	font-weight: bold;
	background-color: transparent;
	font-size: 15px;
}
h2 {
	padding: 0px;
	margin: 0px;
	color: #444;
	font-weight: bold;
	background-color: transparent;
	font-size: 15px;
}
h2 a {
	padding: 0px;
	margin: 0px;
	color: #444;
	font-weight: bold;
	background-color: transparent;
	font-size: 15px;
}
h3 {
	color: #333;
	background-color: transparent;
	font-size: 14px;
	font-weight: normal;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

p {
	line-height: 125%;
	margin: 0px 0px 0px 0px;
}
a {
	text-decoration: none;
	color: #9b6e1f;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: 0px;
}
.photo {
	border: 1px solid #999;
	padding: 2px;
	float: left;
	margin-bottom: 0px;
	margin-right: 15px;
}

/* ############################## FORMULAIRES ############################## */

form {
	font-family: Arial, Helvetica, sans-serif;
}
label {
	display: block;
	font-size: 11px;
	line-height: 10px;
	color: #9b6e1f;
	border: 0;
	margin: 0;
	padding: 0;
	margin-bottom: 2px;
}
.input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #777;
	margin: 0;
	padding-bottom: 2px;
	padding-top: 3px;
	padding-left: 4px;
	padding-right: 4px;
	border: 1px solid #777;
	line-height: 11px;
}
.input_12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #777;
	margin: 0;
	padding-bottom: 3px;
	padding-top: 4px;
	padding-left: 5px;
	padding-right: 5px;
	border: 1px solid #999;
	line-height: 125%;
}
.submit_connexion {
	height: 20px;
	width: 80px;
	background-image: url(../images/btn_connexion.jpg);
	background-repeat: no-repeat;
	background-position: right;
	background-color: transparent;
	cursor: pointer;
	border: 0;
}
.submit_recherche {
	height: 20px;
	width: 30px;
	background-image: url(../images/btn_recherche.jpg);
	background-repeat: no-repeat;
	background-position: right;
	background-color: transparent;
	cursor: pointer;
	border: 0;
}
.submit_publier {
	height: 23px;
	width: 60px;
	background-image: url(../images/btn_publier.jpg);
	background-repeat: no-repeat;
	background-position: right;
	background-color: transparent;
	cursor: pointer;
	border: 0;
}