/* CSS Reset */
* { margin:0; padding:0; }
body {
	background: url(../images/body_bg.png) repeat-x 0px 0px;
	background-color:#35292a;
	font-family: Arial, Helvetica, sans-serif;
}
#container {
	width:960px;
Height: 100%;
	margin:0 auto;
	padding: 0 10px;
 
}
#header{
	position:relative;
	width: 100%;
}
#header h1{
	display:block;
	float:left;
	width:480px;
	height:115px;
	background:url(../images/logo.jpg) no-repeat 0 0;
	text-indent:-9999px;
}
#header h1 a{
	display:block;
    height:100%;
	width:100%;
}
#header #phone {
  height: 47px;
  position: absolute;
  top: 41px;
  right: 0;
  text-align: right;
  padding: 5px 50px 0 0;
}

#header #phone p {
  font-size: 15px;
}

#nav{
	clear: both;
	height: 35px;
	width: 100%;
}
#nav ul{
	float: left;
}
#nav ul li{
	list-style-type: none;
	display: block;
	height: 35px;
	float: left;
	padding: 0px 1px 0px 0px;
}
#nav ul li a{
	color: #3f3f3f;
	display: block;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	height: 100%;
	line-height: 35px;
	padding: 0 0 0 18px;
}
#nav li a span{
	display: block;
	float: left;
	height: 100%;
	padding: 0 18px 0 0;
}
#nav li a:hover, #nav li.active a{
	background: url(../images/hover.jpg) no-repeat left;
	color: #fff;
	cursor: pointer;
	text-decoration: none
}
#nav li.active a span, #nav li a:hover span{
	background: url(../images/hover.jpg) no-repeat right;
}

#nav li.social {
	background: none;
	width: 32px;
	padding-left: auto;
	float: right;
}
#nav li.social a:hover {
	background: none;
	margin-bottom: 5px;
}

#nav li.social a.twitter {
	background: url(../images/twitter.png) no-repeat;
}
#nav li.social a.facebook {
	background: url(../images/facebook.png) no-repeat;
}

#nav li.social a.rss {
	background: url(../images/rss.png) no-repeat;
}

#content {
  margin: 50px 0 0;
  clear: both;
  font-size: 12px;
  color: #767676;
}
#content a {
	color: #767676;
}
#content img{
max-width: 600px;
border: none;
}
#content div{
padding-bottom: 10px;
}
#content .col {
Position:relative;
  float: left;
  width: 100%;
  height: 175px;
  border: 1px solid #CCC;
  padding: 20px;
  margin-right: 30px;
background-color:#fff;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
}
#content .col h2, #content .news h2 {
  font: normal 24px "Trebuchet MS", Arial, Helvetica, sans-serif;
  color: #b47825;text-decoration: none;
  margin-bottom: 18px;
}
#content .col h2 span, #content .news h2 span {
  color: #2f2f2f;
}
#content .col img {
  border: solid 1px #d8d8d8;
  padding: 2px;
  float: left;
  margin-left: 10px;
  margin-bottom: 10px;
}
#content .col p, #content .news p {
  margin-bottom: 20px;
  line-height: 17px;
}
#content .col a.readmore, #content .news a.readmore {
  font-weight: bold;
  color: #252525;
  text-decoration: underline;
}
#content .col a:hover.readmore {
  text-decoration: none;
}
#content .news {
Position:relative;
  float: left;
  width: 100%;
  border: 1px solid #CCC;
  padding: 20px;
  margin-right: 30px;
background-color:#fff;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
}

#content .page {
Position:relative;
  float: left;
  width: 100%;
  border: 1px solid #CCC;
  padding: 20px;
  margin-right: 30px;
background-color:#fff;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
}
#content .page p {
  margin-bottom: 0px;
  line-height: 17px;
}

.clear {
  clear: both;
}

#footer{
	clear: both;
	background: url(../images/footer_bg.jpg) repeat-x;
	height: 100px;
	margin-top: 40px;
}
#footerContainer{
	margin: 0px auto 0;
	width: 100%;
	font-size: 12px;
	color: #ddd;
	padding-top: 20px;
	position: relative;
}
#footerContainer p{
	margin: 8px 0 8px;
}
#footerContainer a{
	color: #ddd;
	text-decoration: none;
}
#footerContainer a:hover{
	text-decoration: underline;
}

/* form#newsletter{
	position: absolute;
	right: 0;
	top: 20px;
	width: 300px;
}
form#newsletter label{
	font-weight: bold;
	color: #fff;
}
form#newsletter input{
	background-color: #fff;
	border:1px solid #ddd;
	color: #666;
	float: left;
	font: 12px Arial, Helvetica, sans-serif;
	margin: 5px 0 0;
	padding: 8px;
	width: 190px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
form#newsletter input.btn{
	width: auto;
	border: none;
	padding: 0;
	margin-left: 3px;
}*/

label {
display:block;
width:150px;
float:left;
}
/* Forum */

.titre { width:67%; }
.nombremessages { width:2%; }
.nombrevu { width:4%; }
.nombresujets { width:2%; }
.auteur { width:7%;}
.derniermessage { width:18%; }
.categorie { width:92%; background-color: #f0d491; }

table {
	margin:auto;
	width:99%;
}
th {
	background: url(../images/fondforum.jpg) repeat-x;
	background-color: #e3ab27;
	color: white;
	text-align:center;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
}
td {
	padding:2px 3px;
	vertical-align:top;
	border:1px solid silver;
	background-color:#fff;
}


.vt_auteur
{
width:20%;
background-color : #f0d491;;
}
.vt_mess
{
width:75%;
background-color : #f0d491;;
}

/* Messagerie Preivée */

.mp_titre { width:65%; }
.mp_expediteur { width:10%; }
.mp_time { width:20%; }


/* bbcode */

.rouge {
	color: red;
}

.bleu {
	color: blue;
}

.vert {
	color: green;
}

.noir {
	color: black;
}
.noborder {
	border: none;
}

.code {
	margin-left: 50px;
}
/*
.shadowImage
{

 
  float:left;
 
  background: url('../images/shadowAlpha.png') no-repeat bottom right;
  
  margin-left: auto; 
  margin-right: auto;
  text-align: left;

}
 
.shadowImage img
{

  display: block;
  
  position: relative;
  
  background-color: #fff;
  
  border: 1px solid #a9a9a9;
  
  margin: -6px 6px 6px -6px;
 
}
*/
