 #sliderdiv {
    min-width:100%;
    min-height:586px;
    position: relative;
    background-color: #990000;     
}

    #divbackgd {
            z-index : 1;
            position:absolute;
            min-width:100%;
            min-height:586px;
            
            background-image:  url("../images/fondacc1.jpg");
            background-repeat: no-repeat;
            background-size: cover;
            background-position: top;
        }

        #divbackgd div {
            position:absolute;
            min-width:100%;
            min-height:586px;
        }

@media screen and (max-width: 1600px) {
     #sliderdiv {
        min-height:468px;  
    }

        #divbackgd {
                min-height:468px;
            }

            #divbackgd div {
                min-height:468px;
            }
}

#firstdiv {
    clear: both;
	z-index: 1;
    min-height: 320px;
	width: 100%;
    background-color: #FFF;
	border-style: none;
    padding: 60px 0 0 0;
}

    #firstcont {
        position: relative;
        z-index: 2;
        width: 70%;
        min-height:260px;
        margin: 0 auto;
        border-bottom: 6px solid #990000;
    }

    @media screen and (max-width: 1600px) {
        #firstcont {
            width: 90%;
            border-bottom: 4px solid #990000;
        }
    }

        #firstcont #presadiv {
            float: left;
            width:80%;
            min-width:80%;
            min-height:260px;
            padding: 0;
            margin: 0;
        }

            #presadiv #presatit {
                width:100%;
                min-width:100%;
                padding: 2px 0 0 0;

                font-size: 36px !important;
                letter-spacing: normal;
                font-family: 'Britannic_T_Med_Regular', sans-serif !important;
                color: #990000;
            }

            #presadiv #presatxt {
                padding: 30px 0 20px 0;
                width:100%;
                min-width:100%;
                font-size: 18px !important;
                line-height: 20px;
                font-family: 'Calibri_Regular', sans-serif !important;
                font-weight: 400 !important;

            }

                .presacol1 {
                    width: 45%;
                    min-width:45%;
                    max-width:45%;
                    float: left;
                    margin: 0 5% 0 0;
                    
                    font-weight: 600;
                    font-size: 22px !important;
                    line-height: 25px;
                }

                .presacol {
                    width: 30%;
                    min-width:30%;
                    max-width:30%;
                    float: left;
                    margin: 0 3% 0 0;
                }

                @media screen and (max-width: 1600px) {
                    #presadiv #presatit {
                        font-size: 27px !important;
                    }

                    #presadiv #presatxt {
                        padding: 20px 0 15px 0;
                        font-size: 16px !important;
                        line-height: 15px;

                    }
                        .presacol1 {
                            font-size: 19px !important;
                            line-height: 20px;
                        }
                }


        #firstcont #illusdiv {
            float: left;
            text-align: right;
            vertical-align: top;
            width:20%;
            min-width:20%;
            min-height:260px;
            background-color: #990000;
            padding: 0;
            margin: 0;
            border: 0;
            
            background-image:  url("../images/presa_illus.jpg");
            background-repeat: no-repeat;
            background-size: cover;
            background-position: top;
            
            /*box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.5);*/
        }

#secondiv {
    clear: both;
	z-index: 1;
	width: 100%;    
    background-image:  url("../images/fondoeuvres.jpg");
	border-style: none;
}

    #seconcont {
        z-index: 2;
        width: 70%;
        margin: 0 auto;
        padding: 40px 0 20px 0;
        vertical-align: top;
        font-family: 'Calibri_Regular', sans-serif !important;
    }

        #seconcont #oeuvrestit {
            width:100%;
            min-width:100%;
            height:60px;
            font-size: 36px !important;
            letter-spacing: normal;
            font-family: 'Britannic_T_Med_Regular', sans-serif !important;
            color: #FFF;
        }

            #seconcont #oeuvrestit span {
                float: right;
                font-size: 21px !important; 
            }

        #seconcont #oeuvresimg {
            clear: both;
        }

            #seconcont #oeuvresimg img {
                width:30%;
            }

        #seconcont #oeuvrestxt {
            font-family: 'Britannic_T_Lig_Regular', sans-serif !important;
            color: #FFF;
        }


            #seconcont .bandexpo {
                display: table;
                background-color: #FFF;
                width: 98%;
                min-width: 98%;
                height: 100%;
                margin: 0 auto 4% 0;
                padding: 1%;
            }

                #seconcont .bandexpo .expoinfos {
                    display: inline-block;
                    height:100%;
                    min-height:100%;
                    width: 60%;
                    min-width: 60%;
                    float: left;
                    margin: 1% 0 0 0;

                    background-repeat: no-repeat;
                    background-position: center right;
                    background-size: cover;
                }

                    #seconcont .bandexpo .expoinfos .expolieu {
                        font-size: 27px;
                        color: #900;
                    }

                    #seconcont .bandexpo .expoinfos .expodates {
                        font-size: 20px;
                        line-height: 32px;
                        font-weight: 600;
                        color: #333;
                        font-style: italic;
                        margin: 1% 0 0 0;
                    }

                    #seconcont .bandexpo .expoinfos .expoadres {
                        font-family: 'Times_Regular', sans-serif !important;
                        font-size: 20px;
                        line-height: 27px;
                        color: #333;
                    }

                #seconcont .bandexpo .expoimg {
                    display: inline-block;
                    width: 40%;
                    min-width: 40%;
                    float: left;
                    margin: 0;
                    overflow: hidden;
                }

                    #seconcont .bandexpo .expoimg img {
                        height: 200px;
                        float: right;
                    }

@media screen and (max-width: 1600px) {
    
         #seconcont {
            z-index: 2;
            width: 90%;
        }
                #seconcont .bandexpo .expoinfos {
                    width: 63%;
                    min-width: 63%;
                }
    
                #seconcont .bandexpo .expoinfos .expolieu {
                    font-size: 21px;
                }

                #seconcont .bandexpo .expoinfos .expodates {
                    font-size: 18px;
                    line-height: 21px;
                }

                #seconcont .bandexpo .expoinfos .expoadres {
                    font-size: 16px;
                    line-height: 16px;
                }

            #seconcont .bandexpo .expoimg {
                width: 36%;
                min-width: 36%;
            }

                #seconcont .bandexpo .expoimg img {
                    height: 140px;
                    float: right;
            }
 }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    

        #seconcont #oeuvrestit {
            height:60px;
            font-size: 28px !important;
        }

            #seconcont #oeuvrestit span {
                font-size: 18px !important; 
            }
}


#thirdiv {
    clear: both;
	z-index: 1;
	width: 100%;
    height: 400px;
    background-color: #FFF;
	border-style: none;
}

    #thircont {
        z-index: 2;
        width: 70%;
        margin: 0 auto;
        padding: 40px 0 20px 0;
        vertical-align: top;
    }

        #thircont #expostit {
            width:100%;
            min-width:100%;
            height:60px;
            font-size: 36px !important;
            letter-spacing: normal;
            font-family: 'Britannic_T_Med_Regular', sans-serif !important;
            color: #333;
        }