img {
    border: 0;
}

body {
    padding:0;
    margin:0;
    background-color: black;
    background-image: url("/sites/templates/images/background.jpg");
    background-repeat:repeat-x;
    background-position:left 42px;
    font-family: trebuchet MS, arial;
    font-size: 16px;
    top:0px;
    color:white;
}

#page {
    position: absolute;
    left: 50%;
    margin-left: -457px;
    padding: 0px;
    top: 0px;
    width: 914px;
}


/*MENU FLASH*/

#menu {
    position: absolute;
    top:100px;
    width: 914px;
    left: 50%;
    margin-left: -457px;
    padding: 0px;
    top: 0px;
    z-index: 1; 
    overflow: hidden;  
}


/*CONTENT CHAT*/

#content_panel {
	position: absolute;
    background-image: url("/sites/templates/images/background_chat.jpg");
    width: 914px;
    height: 312px;
    top:42px;
	}
	
#logo {
    position: absolute;
    top:30px;
    left: 100px;
    } 	
    
#content {
	position: absolute;
	/*border:1px solid red;*/
	width: 700px;
	height: 130px;
	top:-130px;
	left: 138px;
	}   
	
#content2 {
	position: absolute;
	/*border:1px solid red;*/
	height: 130px;
	top:280px;
	left: 710px;
	}   	
	
/*BROCHURE*/
#brochure {
	position: absolute;
	top:250px;
	right:10px;
	width: 250px;
	height: 70px;
	}
	
#brochure #text {
	position: absolute;
    text-align: right;
    right:50px;
    top:20px;
    line-height: 18px;
    }	
	
#brochure #text a, #brochure #text {
    color:#ffffff;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
	}

#brochure #text a:hover {
    text-decoration: underline;
    }	
	
#brochure #text #big {
    font-size: 16px;
    }	
	
#brochure #icone {
    position: absolute;
    right:0px;
    top:0px;
    }	
    
#brochure .QE_Link {
	float: left;
	}    

/*BARRE ACTES*/

 #bar_panel {
    position: absolute;
    width: 914px;
    height: 182px;
    top:354px;
 } 
 
.item {
    position: absolute;
    top: 0px;
    height: 182px;
    width: 227px;
 }  
 
.item_title {
    position: absolute;
    top: 0px;
    height: 59px;
    width: 227px;
    background-color: #3b3d45;
    text-align: center;
    padding-top: 12px;
 }
 
.item_content {
    position: absolute;
    top: 59px;
    height: 123px;
    width: 182px;
    background-color: #3b3d45;
    background-image: url("/sites/templates/images/background_item_content.jpg");
    background-repeat: repeat-x;
    padding: 25px 20px 0px 25px;
    font-size: 13px;
 }
 
.item_separateur {
    position: absolute;
    top: 0px;
    height: 182px;
    left: 227px;
    width:2px;
    background-color: #3b3d45;
    background-image: url("/sites/templates/images/item_separateur.gif");
    background-repeat: no-repeat;
 }
 
#item2 {
    left: 229px;
 }
 
#item_separateur2 {
	left: 456px;
	} 
 
#item3 {
    left: 458px;
 }
 
#item_separateur3 {
    left: 685px;
    }  
 
#item4 {
    left: 687px;
 }  
 
 /*BOTTOM*/
 
 #bottom_panel {
    position: absolute;
    width: 914px;
    height: 90px;
    top:536px; 
    background-color: black;
    font-size: 11px;
 }  
 
 #credits {
    position: absolute;
    width: 914px;
    top:650px; 
    text-align: center;
 }
 
/*MISE EN PAGE*/

a, #cotnent a {
	color:#FF6600;
	}
	
h1 {
	margin: 0;
	padding: 0;
	font-size: 32px;
	font-weight: normal;
    text-align: center;
	}	 
 
 h2 {
    margin: 0;
    padding: 0;
    font-size: 20px;
    font-weight: bold;
    color:#FF6600;
 }
 
 #content ul {
    margin: 0;
    padding: 0;
 } 
 
 #content li {
    list-style: none;
    background-image: url("/sites/templates/images/puce.gif");
    background-repeat: no-repeat;
    background-position:left 2px;
    padding-left: 15px;
    
 }
 


