
@import "/css/default.css";



html {
	background:url(/images/accueil/bg.gif) repeat-x;
}

#OIFQ {
    width:784px;
}
#top{
    width:484px;
    padding-left:300px;
    margin-bottom:35px;
}
#texte{
    float:left;
    width:400px;
    padding-left:182px;
    padding-right:182px;
    font-size:11px;
    line-height:15px;
    color:#666666;
    margin-top:26px;
}
    #texte b{
        display:block;
        width:410px;
        margin-bottom:18px;
    }
    #texte i{
        display:block;
        width:410px;
        font-size:9px;
        color:#999999;
        font-style:normal;
        margin-top:27px;
    }
	
			
			
			
/************************************************  MAIN - MENU  *********************************************************/				
				
	#intro {
    	float:left;
		width:593px;
		height:291px;
		padding-left:179px;
		background:url(/images/accueil/left.jpg) no-repeat;
	}
	
		#intro ul {
			width:593px;
			height:291px;
			margin:0;
			padding:0;
			list-style-type:none;
			background:url(/images/accueil/right.jpg) no-repeat right;
		}
		#intro ul li{
				float:left;
				width:138px;
		}
			#intro a{
				display:block;
				float:left;
				width:121px;
				height:291px;
				padding-left:17px;
				font-size:11px;
				color:#FFFFFF;
                line-height:16px;
				margin-right:1px;
				text-decoration:none;
			}
				#intro a b{
					display:block;
					float:left;
					width:121px;
					height:60px;
					padding-top:31px;
					font-size:18px;
					line-height:18px;
				}
                
				#intro a i{
                	display:none;
                	font-style:normal;
				}
                    #intro a:hover i{
                        display:block;
                    }
				
                        
				#intro a#public{
					background:url(/images/accueil/bt.jpg) 0px top;
				}
					#intro a#public:hover{
						background:url(/images/accueil/bt.jpg) 0px bottom;
					}	
				#intro a#ingenieur{
                	border-left:1px solid #ffffff;
					background:url(/images/accueil/bt.jpg) 277px top;
				}
					#intro a#ingenieur:hover{
						background:url(/images/accueil/bt.jpg) 277px bottom;
					}	
				#intro a#membres{
                    border-left:1px solid #ffffff;
                    background:url(/images/accueil/bt.jpg) 554px top;
				}
					#intro a#membres:hover{
						background:url(/images/accueil/bt.jpg) 554px bottom;
					}	

