* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF url(images/fond.jpg) repeat-x top center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #7F7772;
}

#map {
  margin: auto;

}

p {
	text-align: justify;
}

a {
  color: #a10004;
}

a img {
  border: none;
}

table {
  width: 100%;
}

thead {
  background-image: url('images/degrade1.jpg');
  
}
thead th {
padding: 4px;
}

.ssentete {
  background-image: url('images/degrade2.jpg');
}

h1, h2, h3 {
	/*margin-bottom: 15px;*/
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-family: "Trebuchet MS", "Times New Roman", Times, serif;
	font-weight: normal;
	color: #333333;
}
h1 { text-align: center; margin-bottom: 20px; }

/* ==== POST FORM */
.apercu_tps_reel
{
	border: 1px solid #2C485C;
	overflow: auto;
	margin-top: 1px;
	padding: 0.2em;
	width:650px;
}
html>body .apercu_tps_reel
{
	width:95%;
}

#prev, #prev_texte, #prev_notepad, #prev_avert
{
	height: 250px;
}

#prev_intro, #prev_conclu, #prev_qst, #prev_explic, #prev_sig, #prev_bio, #prev_nws_texte, #nws_texte, #prev_cmt_texte, #cmt_texte
{
	height: 200px;
}
.smiley_cliquable, .bouton_cliquable
{
	cursor:pointer;
}
.boutons_zform, .zform
{
	margin-left: 130px;
}
.smilies_zform
{
	width:130px;
	height:180px;
	clear:left;
	float:left;
}
textarea
{
	border: 1px solid #2C485C;
	width: 650px;
	height:200px;
	padding: 0.2em;
}

html>body textarea
{
	width: 95%;
}
.code, .citation, .spoiler /* Titre du code, de la citation et du spoiler */
{
	font-weight: bold;
	display:block;
	width:90%;
	margin:auto;
}



.code2, .citation2, .spoiler2, blockquote /* Contenu du code, de la citation et du spoiler */
{
	border:1px dashed #A3C0D5;
	background-color:white;
	width: 90%;
	padding: 8px;
	margin:auto;
	overflow: auto;
}


/* ==== HEADER */

#header {
	margin: auto;
	width: 100%;
	height: 283px;
	background-image: url(images/header.png);
	background-position: top center;
	background-repeat: no-repeat;
}
#header p {
	text-align: center;
	color: gray;
}
#header a {
	text-decoration: none;
	color: gray;
}


#page {
	width: 1060px;
	margin: auto;
}


#sidebar {
	float: left;
	width: 199px;
	position: relative;
	top: -22px;
	left: 3px;
	min-height: 470px;
	background-color:white;
}
#sidebar h2 { display: none; }
#sidebar .infos {
	background-image: url(images/infos.jpg);
	height: 47px;
	list-style: none;
}
#sidebar .infos ul {
	position: relative;
	top: 50px;
}

#sidebar .nextlan {
	background-image: url(images/nextlan.jpg);
	height: 28px;
	list-style: none;
	position: relative;
	top: 100px;
}
#sidebar .nextlan ul {
	position: relative;
	top: 30px;
}

#sidebar .communaute {
  background-image: url(images/communaute.jpg);
  height: 28px;
  list-style: none;
  position: relative;
  top: 220px;
}
#sidebar .communaute ul {
  position: relative;
  top: 30px;
}

#sidebar .moncompte {
  background-image: url(images/moncompte.jpg);
  height: 28px;
  list-style: none;
  position: relative;
  top: 280px;
}
#sidebar .moncompte ul {
  position: relative;
  top: 30px;
}



#sidebar ul li ul {
	list-style-type: disc;
	margin-left: 30px;
}




#content {
	background-color: white;
	width: 839px; 
	border: 1px solid black;
	border-top: none;
	padding: 5px;
	margin-left: 200px;
	position: relative;
	left: 10px;
}
#content ul {
  margin-left: 20px;
}

#footer {
  clear: both;
  margin-top : 5px;
  border-top: 1px dotted gray;
  background-color: rgb(240, 240, 240);
}
#footer p {
  text-align: center;
}


.post {
  border: 1px dashed gray;
  margin: 5px;
  background-image: url(images/lanup_nvidia.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-color:#f6f6f6;
}
.post .meta {
  /*background-color:#d2c8b3;*/
  background-color:#beb191;
  padding-left: 5px;
}
.post .meta p { color:#666666; } 
/* .post .meta p a { color:#d2b567; } */
.post .story {
  margin: 5px;
}
.post .story img { vertical-align: middle; margin-right: 10px; margin-left: 10px; }
.post h2 { margin: 10px;}


.frm_cat .tdsjtmsg, .frm_list .repaff {
	width: 75px;
	text-align: center;
}

.frm_list .createur, .frm_list .derniermsg {
	text-align: center;
	width: 170px;
}

.frm_cat .derniermessage {
	width: 250px;
}

.frm_cat td {
	font-size: 100%;
}

.ssentete {
	color: #950000;
	padding: 3px;
	padding-left: 10px;
	font-size: 110%;
	height: 1px;
}
.ssentete .controles {
	float: right;
}
.ssentete .controles img {
	vertical-align: middle;
}

.ssentete a {
	color: #950000;
}

.pseudo {
	text-align: center;
	font-weight: bold;
	width: 180px;
}
.avatar {
	text-align: center;
	font-style: italic;
}

.frm_cat .description {
	font-size: 80%;
}

.frm_list .titretopic2{
	background-color: #ddd7c9;
}

.contenu_msg { vertical-align: top; background-color: white;}

.contenu_msg img {
	vertical-align: middle;
	
}


.carte {
	border: 1px dotted #b01f17;
	width: 600px;
	margin: auto;
}
.carte ul li {
	margin-left: 40px;
}
.carte img {
	float: left;
	margin: 10px;
}
.carte2 {
	border: 1px dotted #b01f17;
	width: 250px;
	float: right;
	overflow: hidden;
}

#content div img {
  margin: 5px;
}

.smilies {
  padding: 0px;
  margin: 0px;
}

.erreur_overload {
	border: 1px solid red;
	background: url(http://www.zcorrecteurs.fr/css/img/forum/annonce.png) #ffcdcd no-repeat top left;
	background-position: 10px 2px;
	padding-left: 40px;
	position: fixed;
	bottom: 1px;
	left: 50%;
	margin-left: -300px;
	width: 600px;
	color: red;
	text-align: center;
}