html,
body {
   	margin:0;
   	padding:0;
   	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#231F20;
	background: #FDDE36;
}
* {
	margin: 0;
	padding: 0;
}
.cab2k_width{
	width:850px;
	bottom:0px;	
}
.center_box{
	align: center;
	margin: 0 auto; 
} 

#container {
   min-height:100%;
   position:relative;
}
#header {
	background:#FDDE36;
	border-bottom:11px #231F20 solid; 	
	height:99px;	
}
#body {
	float:left;
    padding:10px;
	width:100%;
	position:relative;
	background-color:#FFFFFF;
}
#footer {
	float:left;
   	position:relative;
   	width:100%;
   	height:50px;   /* Height of the footer */
	background:#FDDE36;
	border-top:11px #231F20 solid; 	
}
#header_content{
	height:99px;
	background:url(../images/cab2000_.jpg) bottom no-repeat;
	margin-bottom:11px;
	*margin-bottom:0px;
}
#body_content{
	background-color:white;
}
#body_content a{
	color:#1087F7;
	text-decoration:underline;
}
#body_content a{
	color:#1087F7;
	text-decoration:none;
}
#colonne1{
	float:left;
	width:250px;
	background-color:white;
}
#colonne2{
	float:left;
	width:600px;
	min-height:416px;
	top:0; 
	bottom:0; 
	background-color:white;
}
#footer_content{
	padding-top:13px;
}
#footer_content a{
	color:#231F20;
	text-decoration:none;
}
#footer_content a:hover{
	text-decoration:underline;
}
ul{
	padding-left:30px;
	text-indent:0px;
}
ul#menu {
	list-style-type: none;
	height: 35px;
	left:0px;
	font-size:13px;
	padding-left:0px;
	text-indent:0px;
}
ul#menu li {
	float: left;
	padding-right:17px;

}
ul#menu li a{
	text-decoration:none;
	color:#202020;
	font-weight:bold;
}
ul#menu li a.current {
	color:#1087F7;
}
ul#menu li em {
	color:#1087F7;
}
h1{
	font-size:18px;
	font-weight:normal;
	color:#1087F7;
}
.sep_table{
	border-top:1px solid #1087F7;
	height:20px;
	padding-bottom:20px;
}
.inp_txt{
	border:1px solid #1087F7;
}
.inp_btn{
	border:1px solid #1087F7;
	background-color:#1087F7;
	color:white;
}

