
@import url(typo.css);
@import url(skin.css);
@import url(menu1.css);
@import url(menu2.css);

/*===| I. LAYOUT SIZE |====================================================*/

#container, #footer, #header {width: 780px;}
#header {height:340px;}
#right-column {width: 768px;}

/*	--- Important! ----------------------------------------
	#wrap-footer, #footer and .push must be the same height
	-------------------------------------------------------
*/	#wrap-footer, #footer {height: 75px;}

.push	{clear: both;width:auto;}

/* --- Important! -------------------------------
	The bottom margin of #wrap-container
	is the negative value of the footer's height 
	-----------------------------------------------
*/	#wrap-container {	margin: 0 auto -75px;}


/* ===| II. LAYOUT's DEFAULT ELEMENTS |=======================================*/

* {margin: 0;}

html {height: 100%; width: 100%;}
body {text-align: center; width: 100%;}
ul, li{
	list-style: none;
	list-style-position: outside;
	margin: 0;
	padding: 0;}

#wrap-container {
	min-height: 100%;
	height: auto !important;
	height: 100%;}
#container {

	margin:0 auto;
	text-align: left;
    margin-top: 12px;
}

#header {

}
#left-column{
	float:left;
}
#right-column{
	float:left;
    min-height:380px;
    height:auto!important;
    height:380px;
    border-left: 6px solid #ff0000;
    border-right: 6px solid #ff0000;
    background: url(../images/charte/bg-repeat.jpg) top left repeat-y;
}
#index-content{
    background: url(../images/charte/index-bg.jpg) right bottom no-repeat;
    height:380px;
    width: 768px;
}

#wrap-footer{
  background: url(../images/charte/content-footer.jpg) top center no-repeat;
}


#footer {
	margin: 0 auto;
	padding: 0;}

.copyright{
	padding: 17px 0 0;
    color: #fff;
	text-align: center;}
.fmenu{
  display:inline;
  background: black;
}
.fmenu a{
  color: white;
  font-weight: bold;
}
.flink{
  color:#fff;
  text-decoration: underline;
}

.flink:hover{
  text-decoration: none;
}



.tabclass td{
  border: 1px solid red;
  background: #2baa12;
  padding-left: 5px;
}
.tabclass strong{
  color: #fff;
}
.tabclass td.tabclasspt{
  border: 1px solid #2baa12;
  background: #fff;
  font-weight: bold;

}
.tabclass td.tabclasst{
  border: 1px solid #2baa12;
  background: #fff;
  font-weight: bold;
    text-align: center;
}
.tabclassp{
  border: 1px solid red;
  background: #2baa12;
  color: #fff;
}

ul.klist{
   padding-left:14px;
   width:90px;
   float: left;
   text-align: left;
}
.klist li.bullet{
   background: url(../images/charte/bullet.jpg) left 5px no-repeat;
   padding:2px 15px;
   font-weight: bold;
   /*color: #600933;*/
   color: red;
}
ul.klist2{
   padding-left:1px;
   width:250px;
   float: left;
   text-align: left;
   padding-top: 20px;
}
.klist2 li.bullet{
   background: url(../images/charte/bullet.jpg) left 5px no-repeat;
   padding:2px 15px;
   font-weight: bold;
   color: red;
}

.separator3{
  background: url(../images/charte/separator.jpg) 42px top no-repeat;
  height: 6px;
  width: 100%;

}
.separator4{
  background: url(../images/charte/separator.jpg) center top no-repeat;
  height: 6px;
  width: 100%;

}


.title{
   text-align:center;
   color:#000;
   font-weight:bold;
}
.contact-n{
  padding-top: 10px;
  margin: 0 auto;
  text-align: center;
  color: #000;
}

.lcont{
  color:#29aa11;

}


/*	--- Important! -----------------------------------
	If you want space between paragraphs or headers, 
	use padding instead of margin.
	-------------------------------------------------*/

/* ===| III. CONTENT ELEMENTS |===============================================*/

img {border: 0;}

/*	--- Important! ----------------------------------
	Use class "left" or "right" on the html elements 
	you want to float (on the thumbs, for example)
*/	.left{float: left;} .right{float: right;}
a:focus {
   outline: none;
} 
.thumb{
	display: block;
	margin:1px 5px;}
	
.thumb img{
	border-style:solid;
	border-width: 5px;
	border-color: inherit;
	padding: 5px;
	margin: 0}

.paragraph{
	clear: both;
	display: table;}

.separator{
	width: 100%;
	height: 0px;
	clear: both;
	padding:0;
	margin:15px 0;
	border-top: 1px solid;
	border-bottom: 1px solid;
	line-height: 0px;}

	.ref {
		width: 780px;
		margin: 0 auto;
		text-align:center;
		color: #fff;
		font-family:Arial;
		font-size:11px;
	}

/* ===| IV. NAVIGATION |===============================================*/
#menu2 ul li{display: inline;}
/* ---| THE END |------------------------- */
