															/* 

	CSS for Composil WebSite
	Media : screen
	emmanuel{at}icone{dot}be


															*/
										
.div { border:1px solid green}

															/*
	Structure
	____________________________
															*/

html, body {height: 100%}

body {
	background: #ffffff;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:14px;
	color:#575757;
	}

div.Article {
	background: url("../images/corners_top.gif") top left no-repeat;
	width:698px;
	background-color:#ffffff;
	margin:0px auto;

	}

div.Article_content {
	background: url("../images/corners_top_content.gif") top left no-repeat;
	width:698px;
	background-color:#ffffff;
	margin:0px auto;

	}  
  
div.cadre_haut {
	height:60px;
	margin:2px;
	/margin:1px;
	}
  
div.ArticleBody {
	background: url("../images/corners_border.gif") top repeat-y;
	margin:3px 3px 0px 3px;
	margin-top:-2em;
	/*/height: 100%;*/
									
	}

	/* Hack for IE, Reset to 100% height */
	* div.ArticleBody {
		height: 100%;
	}
	/* End IE Hack */
 
div.ArticleFooter {
	background: url("../images/corners_bottom.gif") top left no-repeat;
	height:10px;
	}

															/*
	Home
	____________________________
															*/	
															
	div.Article {
	background: url("../images/corners_top_home.gif") top left no-repeat;
	width:698px;
	background-color:#ffffff;
	margin:0px auto;
	}														
															
																
															/*
	Header
	____________________________
															*/
															
#header {
	height:149px;
	/margin-left:-5px;
	}

div.header_logo {
	width:193px;
	height:149px;
	margin-left:5px;
	float:left
	}
	
div.header_menu {
	width:486px;
	height:149px;
	float:left	
	}															

div.switch_lang {
	width:130px;
	height:21px;
	float:right;
	padding-right:16px;
	padding-top:3px;
	}

div.accueil {
	width:77px;
	height:21px;
	float:left;
	padding-left:466px;
	padding-top:3px;
	}															
	
															/*
	Left Menu
	____________________________
															*/

div.menu_left {
	width:192px;
	margin-left:6px;
	/margin-left:4px;
	}	
	
div.menu_left_box {
	width:192px;
	height:70px;
	background-image:url("../images/filet_menu_left.gif");
	background-repeat: no-repeat;
	background-position: left bottom;
	}
	
div.menu_left_box_last {
	background-image:url("../images/rien.gif");
	width:192px;
	height:110px;
	}

/*
div.menu_left_box_over, div.menu_left_box:hover {
	background-image:url("../images/hover_menu_left.gif");
	}	
*/

div.menu_left_box_over {
	background-image:url("../images/hover_menu_left.gif");
	background-repeat: no-repeat;
	background-position: top;
	}	

/*	
div.menu_left_box_last:hover {
	background-image:url("../images/hover_menu_left_last.gif");
	background-repeat: no-repeat;
	background-position: top;
	}	
*/

div.menu_left_box_last_over {
	width:192px;
	height:110px;
	background-image:url("../images/hover_menu_left_last.gif");
	background-repeat: no-repeat;
	background-position: left top;
	}

div.menu_left_box_on {
	width:192px;
	height:70px;
	background-image:url("../images/menu_left_on.gif");
	background-repeat: no-repeat;
	background-position: left bottom;
	}
	
div.menu_left_box_last_on {
	width:192px;
	height:110px;
	background-image:url("../images/menu_left_last_on.gif");
	background-repeat: no-repeat;
	background-position: left top;
	}
															/*
	Footer
	____________________________
															*/
																
div.footer_txt {
	padding-top:8px;
	font-size:xx-small; 
	text-align:left;
	padding-left:6px;
	color: #666666;
	}

															/*
	Text
	____________________________
															*/
															
															
div.text {
	width:396px;
	margin:3px 5px 0px 3px;
	/margin:0px 5px 0px 0px;
	padding:33px 42px 42px 42px;
	text-align:justify;
	float:right;
		
	}

div.text a {
	color:#666666;
	font-weight:bold;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	}

h1 {
	color:#00739e;
	font-size:18px;
	line-height:18px;
	text-align:left;
	}															

															/*
	Misc
	____________________________
															*/	
																													
	
.png { behavior: url("win_png.html"); }

.img { border:0px }
														
