@charset "utf-8";
/* 
*** CSS Document
*** Par Axel
*/

body
{
	background-color:#483e35;
	background-image:url(../images/bg.png);
}


#contenu
{
	
	margin: auto;
	width: 800px;
	height: auto;	
	background-color: #271f1c;
	border: 5px solid  #663300;
}

#header
{
	width: 800px;
	margin: auto;
	height: 150px;
	background-image:url(../images/header.png);
	border: 5px solid  #663300;
	margin-bottom: 15px;
}

#page
{
	width: 800px;
	min-height: 900px;
}

#pgauche
{
	float:left;
	height: auto;
	width: 23.5%;
	margin-top: 10px;
	display: block;
	background-color:#5b4d40;
	margin-left: 5px;
	border-radius: 10px 10px 10px 10px; 
	-moz-border-radius: 10px 10px 10px 10px; 
	-webkit-border-radius: 10px 10px 10px 10px;         
	-webkit-border-top-left-radius: 10px; /* pour Chrome */ 
	-webkit-border-top-right-radius: 10px; /* pour Chrome */ 
	-webkit-border-bottom-left-radius: 10px; /* pour Chrome */ 
	-webkit-border-bottom-right-radius: 10px; /* pour Chrome */
}

.menu
{
	height: auto;
	width: 100%;
	margin-bottom: 10px;
	font:normal 0.85em "Trebuchet MS", Verdana, Tahoma, Sans-serif;
	color: white;
	margin-bottom: 15px;
}

.menu ul {
	list-style: none;
	text-align: left;
	margin: 3px 0 8px 0; padding: 0;
	text-decoration: none;		
}
.menu ul li {	
	padding: 2px 0 2px 15px;
	margin: 0 2px;	
	font:normal 1.1em "Trebuchet MS", Verdana, Tahoma, Sans-serif;
}
.menu ul a {
	font-weight: bolder;
	text-decoration: none;	
	background-image: none;	
	color: white;
	font:normal 1.15em "Trebuchet MS", Verdana, Tahoma, Sans-serif;
}

.menu ul a:hover {
	font-weight: bolder;
	text-decoration: none;	
	background-image: none;	
	color: #ff7100;
}

.menu h1
{
	color: white;
	text-align: center;
	width: 100%;
	background-color:#a3500c;
	margin: 0;
	margin-bottom: 10px;
	-moz-border-radius: 10px 10px 10px 10px; 
	-webkit-border-radius: 10px 10px 10px 10px; 
	border-radius: 10px 10px 10px 10px;         
	-webkit-border-top-left-radius: 10px; /* pour Chrome */ 
	-webkit-border-top-right-radius: 10px; /* pour Chrome */ 
	-webkit-border-bottom-left-radius: 10px; /* pour Chrome */ 
	-webkit-border-bottom-right-radius: 10px; /* pour Chrome */
	font:normal 1.4em "Trebuchet MS", Verdana, Tahoma, Sans-serif;
}

#pdroite
{
	float: right;
	height:auto;
	width : 72%;
	margin-top: 10px;
	margin-right: 18px;
}

.pub
{
	width: 100%;
	margin: auto;
	height: 66px;
	padding-top: 5px;
	margin-bottom: 10px;
	text-align: center;
	background-color: #5b4d40;
	-moz-border-radius: 10px 10px 10px 10px; 
	-webkit-border-radius: 10px 10px 10px 10px; 
	border-radius: 10px 10px 10px 10px;         
	-webkit-border-top-left-radius: 10px; /* pour Chrome */ 
	-webkit-border-top-right-radius: 10px; /* pour Chrome */ 
	-webkit-border-bottom-left-radius: 10px; /* pour Chrome */ 
	-webkit-border-bottom-right-radius: 10px; /* pour Chrome */
}

#princ
{
	width: auto;
	height: auto;
	margin-bottom: 10px;
	margin: auto;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 1px;
	margin-bottom: 10px;
	background-color: #5b4d40;
	-moz-border-radius: 10px 10px 10px 10px; 
	-webkit-border-radius: 10px 10px 10px 10px; 
	border-radius: 10px 10px 10px 10px;         
	-webkit-border-top-left-radius: 10px; /* pour Chrome */ 
	-webkit-border-top-right-radius: 10px; /* pour Chrome */ 
	-webkit-border-bottom-left-radius: 10px; /* pour Chrome */ 
	-webkit-border-bottom-right-radius: 10px; /* pour Chrome */
}

#princ h1
{
	color: white;
	width: 98%;
	padding-left: 10px;
	background-color:#6b3508;
	-moz-border-radius: 10px 10px 10px 10px; 
	-webkit-border-radius: 10px 10px 10px 10px; 
	border-radius: 10px 10px 10px 10px;         
	-webkit-border-top-left-radius: 10px; /* pour Chrome */ 
	-webkit-border-top-right-radius: 10px; /* pour Chrome */ 
	-webkit-border-bottom-left-radius: 10px; /* pour Chrome */ 
	-webkit-border-bottom-right-radius: 10px; /* pour Chrome */
	font:normal 0.9em "Trebuchet MS", Verdana, Tahoma, Sans-serif;
}

.princin
{
	height: auto;
	width: 100%;
}

#princ h2
{
	color: white;
	width: 50%;
	padding-left: 10px;
	background-color:#6b3508;
	font:normal 0.9em "Trebuchet MS", Verdana, Tahoma, Sans-serif;
}

#footer
{
	width: 800px;
	height: 15px;
	background-color:#5b4d40;
	border-top: 3px solid  #663333;
	color: white;
	font:normal 0.7em "Trebuchet MS", Verdana, Tahoma, Sans-serif;
}

a {
	font-weight: bolder;
	text-decoration: none;	
	background-image: none;	
	color: white;
	font:normal 0.9em "Trebuchet MS", Verdana, Tahoma, Sans-serif;
}

a:hover {
	font-weight: bolder;
	text-decoration: none;	
	background-image: none;	
	color: #ff7100;
}

img
{
margin: O;
}

.menu_list {	
	width: 100%;
}
.menu_head {
	padding: 5px 10px;
	cursor: pointer;
	position: relative;
	margin:1px;
}
.menu_body {
	display:none;
}

.menu_bodyin
{
	width: 100%;
}

.menu_bodyin1
{
	width: 20%;
}

.menu_bodyin2
{
	width: 84.5%;
	margin: auto;
}

p.info
{
	height:auto;
	border: 1px black;
	width: 70%;
	margin: auto;
	padding-left: 5px;
	text-align: center;
	background-color: #FFFFCC;
}

p.info2
{
	height:auto;
	border: 1px black;
	width: 90%;
	margin: auto;
	padding-left: 5px;
	text-align: center;
	background-color: #FFFFCC;
}
#box {
	margin-top: 5px;
	margin-bottom: 10px;
	width: 100%;
	height: auto;
	display: table;
	height:auto;
}

#box a {
	text-decoration: none;
	color: #4E3D28;
}

#box a:hover {
	text-decoration:underline;
	color: #FE7A10;
}

.box2 {
	float:left;
	width: 85%;
	background-color: #BFBFBF;
	margin-bottom: 5px;
	height: 20px;
	
}

.betat {
	float: right;
	width: 15%;
	text-align: center;
	background-color: #BFBFBF;
	margin-bottom: 5px;
	height: 20px;
	vertical-align: top;
}

.bcont {
	width: 45%;
	margin-bottom: 5px;
	float:left;
	height: auto;
}
.bcont2 {
	width: 50%;
	margin-bottom: 5px;
	float:right;
	height: auto;
	text-align:right;
}
#addcred
{
	width: 100%;
	background-color: #FFFF66;
	float:left;
	height: auto;
	text-align: right;
}
