
#main_content {
    min-width: 556px;
    min-height: 600px;
    margin-left: 310px;
    padding: 0;
}

#colLeft {
    position: absolute;
    width: 310px;
    height: 100%;
    top: 0;
    background: url(../img/dessin_fd2.gif);
}

#header, #main, #wrapper { width: 100%}


#text1, #wrapper {position: relative;}

/* --------------------------------- MENU ------------------*/

#menuPg{
    margin: 20px 0 0 0;
    width: 288px;
}

#menuPg .ligne, #menuPg .titre,#menuPg .univ,#menuPg .univselect{
    display: block;
    padding: 10px 8px;
	color:#000;
}


#menuPg .univ,#menuPg .univselect{
	text-transform:uppercase;
    padding: 6px 8px;
    font-size: 13px;
}
#menuPg .univselect{
    padding: 6px 8px 6px 28px;
    width: 252px;
}

#menuPg .univ{
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #fff;
    width: 200px;
    transition: all 150ms ease-in;
}


#menuPg .u1s{
    background: url(../img/fleche2.gif) center right no-repeat #d9d9d9;
}

#menuPg .univ{
    -webkit-transition: all 150ms ease-in;
    -moz-transition: all 150ms ease-in;
    -o-transition: all 150ms ease-in;
}

#menuPg .ligne {
    color: #000;background-color: #fff;
    border-bottom: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
}
#menuPg span.ligne{ background-color:#f3d8bd; }

#menuPg a.univ:hover{
    width: 267px;
}
#menuPg a.ligne:hover{
    text-decoration: none;
    background-color: #f3d8bd !important; 
}



@media screen and (max-device-width:1024px) and (orientation:portrait), screen and (max-device-width:1366px) and (orientation:landscape){
/*@media screen and (max-width:900px) {*/

#colLeft { display:none}



#main_content {
    margin-left: 0px;

}

	
}
