/* @media Queries for normal screen */

@media (min-width: 990px) {
	
	body{
		min-width:1016px;
	}

	/* GLOBAL */
    
    #header_top .wrapper-block{
        padding:0;
    }
    
    .wrapper-block,
    .center-wrap{
        width:1016px;
        margin:0 auto;
    }
    
    /* GLOBAL */
    /* HEADER */
    
    #header_top{
        height:26px;
    }
    
    #header_top #autres_liens{
        margin-left:102px;
    }
    
    #header_middle{
        padding:17px 0;
        height:87px;
    }
    
    #header .nav .menu{
    	font-size:1.5em /* AMETYS ("default.menu.item.font-size") */;
    }
    
    #header .submenu{
    	width:660px;
    }
    
    .search-form{
        /* transparent pour Jonh */
        background-color:#232A2C;
        /* */
        position:relative;
        z-index:3;
        padding:0 19px 2px 19px;
/*         margin-right:10px; */
    }
    
	#header .search-form input.search-button{		margin-left:-42px;	}	
	#header .search-form input.input-text{		width:317px;	}		
	.search-tabs, .search-tabs + ul {		clear: both;	}	
    
    .search-form label{
        cursor:pointer;
        font-size:1em;
        text-transform:uppercase;
        float:left;
        margin-right:1px;
        padding: 6px 34px 6px 5px;
        line-height:11px;
    }
    
    .search-form label[for="all"],
    .search-form label[for="all-contents"],
     .search-form label[for="all-collections"]{
/*         background: url("../img/search_collections.png") repeat scroll top right transparent; */
		background-color:#DCD0C2/* AMETYS ("default.default.secondary.light") */;
        display:inline-block;
        position:relative;
        width:158px;
        height:33px;
    }
    
    .search-form label[for="all"]:after,
    .search-form label[for="all-contents"]:after,
    .search-form label[for="all-collections"]:after{
    	border-color:transparent #232A2C #232A2C transparent;
    	border-width:0 0 10px 10px;
    	border-style:solid;
    	background-color:#DCD0C2/* AMETYS ("default.default.secondary.light") */;
    	position:absolute;
    	right:0;
    	bottom:0;
    	display:block;
    	content:" ";
    }
    
    .search-form label[for="all-contents"]{
        display:inline-block;
/*         width:107px; */
        height:33px;
    }
    
    .search-form label[for="all-collections"]{
        display:inline-block;
/*         width:149px; */
        height:33px;
    }	
    
    .search-tabs label.selected { color: #FFFFFF;	}	
    
    .search-form label[for="all"].selected,
    .search-form label[for="all-contents"].selected,
    .search-form label[for="all-collections"].selected{		
/*     	background-image:url("../img/search_collections_on-contrast.png");	 */
    	background-color:#AD1700/* AMETYS ("default.default.contrast.dark") */;
    }	
    
    .search-form label[for="all"].selected:after,
    .search-form label[for="all-contents"].selected:after,
    .search-form label[for="all-collections"].selected:after{
    	background-color:#AD1700/* AMETYS ("default.default.contrast.dark") */;
    }

    
    .search-form input[type=radio]{
        display:none;
    }
    
    .search-form ul.hidden-sm {
        display: inline-block;
        float: right;
        margin-top: 4px;
    }
    
    .search-form ul.hidden-sm li{
        float:left;
    }
    
    .search-form ul.hidden-sm li a:link,
    .search-form ul.hidden-sm li a:visited{
        color: #fff;
        font-family: "Istok Web", Arial, Helvetica, sans-serif;
        font-weight: bold;
        text-transform:uppercase;
        margin-left:18px;
    }
    
    /* HEADER */
    
   	.share{
    	margin-left: 720px;
    }
    
    
    /* diaporama */
    
/*     .header-content{ */
/*         width:563px; */
/*         margin-top:0; */
/*         margin-bottom:54px; */
/*     } */
    
/*     .header-content .carousel-pagination .moins{ */
/*         height:46px; */
/*     } */
    
    .carousel-contents .center-wrap input, .carousel-contents .center-wrap button{
        height:56px;
    }
    
/*     .header-content .carousel-wrap { */
/*         height: 217px; */
/*     } */
    
/*     .header-content .know-more{ */
/*         margin-top:0; */
/*     } */
    
    /* diaporama */
    
    
    /* main-content */
    
    /* footer */
    
    .footer .contact {
        float:left;
        width:290px;
    }
    
    .footer #droite_footer {
        float:right;
        width:696px;
    }
    
    .footer .contact .sorbonne {
        width:104px;
        height:88px;
        float:none;
        margin-right:15px;
	background-image:url('../img/ens0.png');
	background-repeat: no-repeat;
    }
    
    .footer .contact .sorbonne:hover {
        background-image:url('../img/ens1.png');
    }
    
    .footer .contact .hesam {
        width:104px;
        height:88px;
        float:none;
        margin-right:20px;
        background-image:url('../img/culture0.png');
	background-repeat: no-repeat;
    }
    
    .footer .contact .hesam:hover {
        background-image:url('../img/culture1.png');
    }
    
    .footer .footer-links {
        float:left;
        width:505px;
        height:114px;
    }
    
    .footer .footer-links h4{
    	background-image: url("../img/vsetns-contrast.png");
    	background-position: left center;
    	padding-left:50px;
    	font-size:1.8em;
   		padding-top:10px;
    }
    
    .footer .social-networks {
        width:191px;
    }
    
    .footer .footer-menu ul{
        max-width:none;
    }
    
    .footer .footer-menu{
        padding-top:34px;
    }
    
    .footer .footer-links .menu_footer{
        margin-right:37px;
    }
    
    /* footer */
    
    /* article */
    
}

/* @end */	
