/*****************************************/
/*****     STRUCTURE DU TEMPLATE     *****/
/*****     !! NE PAS MODIFIER !!     *****/
/*****************************************/

/* Global */
body  { margin:0; padding:0; text-align:center; background:#bea151; }

/* Container */
#container {
	width: 1000px;
	border:1px solid #8e7535;
	background: #bea151;
	text-align: left;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 5px;
} 

/* Header */
#header { background: #8e7535; padding:0; margin:0; } 
#header .header-menu { height:30px; }
#header .header-menu div { float:left; width:200px; height:30px; text-align:center; }
.menu-link { margin-left: 40px; background:url(../images/template_3.png) no-repeat;}
.menu-link a:link { display:block; height:20px; margin-top:5px; }
.menu-link a:visited { display:block; height:20px; margin-top:5px; }
.menu-link-h { margin-left: 40px; background:url(../images/template_4.png) no-repeat; }
.menu-link-h a:link { display:block; height:20px; margin-top:5px; }
.menu-link-h a:visited { display:block; height:20px; margin-top:5px; }
#header-design { width:1000px; height:100px; background:url(../images/template_9.png) no-repeat; }
#header img { width:55px; height:56px; float:left; margin:25px 20px 0 100px; }
#header h1 { margin: 0; padding:20px 0 0 0; }
#header h2 { margin:0 0 0 200px; padding:0; }

/* Content left */
#sidebar {
	float: left;
	width: 230px;
}

/* Content right */
#mainContent {
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 5px;
	float: left;
	width: 750px;
} 

/* Content */
.box {
	border:1px solid #8e7535;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding: 5px;
	background-image: url(../images/fond1.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.box-t {
	height:23px;
	border:1px solid #8e7535;
	background-color: #8e7535;
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
}
.box-l-c { padding:0 8px; }
.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 198px;
	height: 24px;
	margin-bottom: 3px;
	padding: 9px 0 0 0;
	display: block;
	background-image: url(../images/template_4.png);
	color: #FFF;
	text-align: center;
	text-decoration: none;
}

.menu:hover {
	background-image: url(../images/template_3.png);
	color: #FFF;
	text-align: center;
	text-decoration: none;
}
.links {
	color: #FFF;
	text-decoration: none;
	
}

.links:hover {
	color: #FFF;
	text-decoration: none;
	
}

.linktop {
    width: 115px;
	height: 30px;
	display: block;
	padding: 10px 0 0 0;
	margin-left: 2px;
	background-image: url(../images/template_4.png);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	float: right;
}

.linktop:hover {
	background-image: url(../images/template_3.png);
	text-decoration: none;
}

.box-r-c { padding:0 8px; }
.clearfloat { clear:both; height:0; font-size: 1px; line-height: 0px; }

/* Footer */
#footer { padding:0; } 
#footer-bar {
	height:28px;
	border:1px solid #8e7535;
	text-align:center;
	padding-top:5px;
	background-color: #8e7535;
	background-repeat: repeat-x;
}
