@charset "utf-8";

/* CSS Document */


/*======================== Polices==========================*/

@font-face {
    font-family: Andalus;
    src: url("../polices/Rom_Ftl_Srif.eot"), url("../polices/Rom_Ftl_Srif.ttf");
}

body {
    background-color: #374248;
    background: -webkit-linear-gradient(top, #374248, #94A1AB);
    background: -moz-linear-gradient(top, #374248, #94A1AB);
    background: -ms-linear-gradient(top, #374248, #94A1AB);
    background: -o-linear-gradient(top, #374248, #94A1AB);
}

#main_container {
    /*======background*=========*/
    background-color: #555555;
    background: -moz-linear-gradient( top, #555555 18%, #B4B4B4 75%, #555555 100%);
    background: -webkit-linear-gradient(top, #555555 18%, #B4B4B4 75%, #555555 100%);
    background: -ms-linear-gradient(top, #555555 18%, #B4B4B4 75%, #555555 100%);
    background: -o-linear-gradient(top, #555555 18%, #B4B4B4 75%, #555555 100%);
    /* ======bordures========== */
    border-radius: 0 0 30px 30px;
    box-shadow: 0px 0px 20px #000;
}

h2 {
    color: #600;
    text-shadow: #D0D0D0 0px 0px 6px;
    font-size: 1.8em;
}

div#content {
    float: right;
    width: 75%;
    background: url(../image/Parents/background-content-5.jpg) no-repeat;
}

#about {
    margin: 70px 90px 70px 80px;
}

#photo {
    margin: 10px 80px 0px 190px;
    border: #000 solid 1px;
    box-shadow: #000 0px 0px 50px;
    border-radius: 20px;
    zoom: 1;
    width: 320px;
    height: 220px;
    padding: 4px;
}

.p1 {
    color: #C00;
    margin-bottom: 5px;
    font-size: 18px;
}


/*===================carte====================*/

.flottante {
    background-image: url(../image/Parents/carte001.png);
}

.CarteTitre {
    font-size: 30px;
    font-family: Andalus, "Times New Roman", Times, serif;
    text-shadow: 0.1em 0.1em 0.1em #F69;
    -ms-text-shadow: 0.1em 0.1em 0.1em #F69;
}

.carteImage {
    padding-left: 1.8em;
    padding-top: 0.4em;
}

.CarteTexte {
    font-size: 20px;
    padding-left: 10px;
    color: black;
}


/*========================fin carte======================*/


/* menu */

#menu h3 {
    background-color: #fff;
    background-image: -moz-radial-gradient(50% 100%, circle cover, rgba(199, 197, 195, 0.7), #555555 100%);
    background-image: -webkit-radial-gradient(50% 100%, circle cover, rgba(199, 197, 195, 0.7), #555555 100%);
    background-image: -o-radial-gradient(50% 100%, circle cover, rgba(199, 197, 195, 0.7), #555555 100%);
    background: -ms-linear-gradient(rgba(199, 197, 195, 0.7), #555555 100%);
    background-image: radial-gradient(50% 100%, circle cover, rgba(199, 197, 195, 0.7), #555555 100%);
}

#menu li a {
    background: -moz-linear-gradient(135deg, #93A0AA, #EFF7FA);
    background: -webkit-linear-gradient(135deg, #93A0AA, #EFF7FA);
    background: -ms-linear-gradient(135deg, #93A0AA, #EFF7FA);
    background: -o-linear-gradient(135deg, #93A0AA, #EFF7FA);
}

#menu li a:hover {
    background: -moz-linear-gradient(135deg, #445056, #909090 100%);
    background: -ms-linear-gradient(135deg, #445056, #909090 100%);
    background: -webkit-linear-gradient(135deg, #445056, #909090 100%);
    background: -o-linear-gradient(135deg, #445056, #909090 100%);
}


/* fin de menu*/

.footer {
    background: #4c7300;
    color: #fff;
}