.conteneur {
    text-align: center;
    vertical-align: middle;
}

.fondpage {
    background-color: white;
    background-image: url(../img/fond3.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
}

.construction {
    background-color: white;
    background-image: url(../img/construction.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
}

/*POLICE DE CARACTERE*/
/*
@font-face {
 */
    font-family: aFont;
    src: url("../font/bushidob.ttf"); /* For IE browsers * /
}

@font-face {
    font-family: aFont;
    src: url("../font/bushidob.ttf"); /* For most other browsers * /
}
*/

.myFontClass {
    font-family: aFont, Arial, Helvetica, sans-serif;
    letter-spacing: 2px;
    color: #4D7731;
}


/*MENU*/
.nav {
    padding: 0;
    text-align: center;
}

.nav li {
    display: inline;
    list-style: none; /* n�cessaire pour IE7 */
}

.nav a {
    display: inline-block;
    margin: 0 30px;
}

.nav {
    border: 1px solid #333;
    border-top-color: #630000;
    background-color: #630000;
    background: -moz-linear-gradient(bottom, #630000 0pt, #5C0000 50%, #700000 51%, #800000 100%) repeat scroll 0 0 transparent;
    background: -webkit-linear-gradient(bottom, #630000 0pt, #5C0000E 50%, #700000 51%, #800000 100%) repeat scroll 0 0 transparent;
    background: -ms-linear-gradient(bottom, #630000 0pt, #5C0000 50%, #700000 51%, #800000 100%) repeat scroll 0 0 transparent;
    background: -o-linear-gradient(bottom, #630000 0pt, #5C0000 50%, #700000 51%, #800000 100%) repeat scroll 0 0 transparent;
    background: linear-gradient(bottom, #630000 0pt, #5C0000 50%, #700000 51%, #800000 100%) repeat scroll 0 0 transparent;
    text-align: center;
    height: 36px;
    -webkit-box-shadow: 0 1px 3px #999;
    -moz-box-shadow: 0 1px 3px #999;
    box-shadow: 0 1px 3px #999;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.nav a {
    height: 36px;
    margin: 0;
    padding: 0 30px;
    line-height: 36px;
    border-left: 1x solid #555;
    border-right: 1px solid #888;
    text-decoration: none;
    color: yellow;
    text-shadow: -1px -1px 0 #444;
    font-family: aFont, Helvetica, Arial, Verdana, sans-serif;
    font-size: 25;
    letter-spacing: 1px;
}

.nav :first-child a {
    border-left: 0;
}

.nav :last-child a {
    border-right: 0;
}

.nav a:hover, .nav a:focus {
    background-color: #3E3E3E;
    background: -moz-linear-gradient(bottom, #444444 0pt, #3E3E3E 50%, #505050 51%, #606060 100%) repeat scroll 0 0 transparent;
    background: -webkit-linear-gradient(bottom, #444444 0pt, #3E3E3E 50%, #505050 51%, #606060 100%) repeat scroll 0 0 transparent;
    background: -ms-linear-gradient(bottom, #444444 0pt, #3E3E3E 50%, #505050 51%, #606060 100%) repeat scroll 0 0 transparent;
    background: -o-linear-gradient(bottom, #444444 0pt, #3E3E3E 50%, #505050 51%, #606060 100%) repeat scroll 0 0 transparent;
    background: linear-gradient(bottom, #444444 0pt, #3E3E3E 50%, #505050 51%, #606060 100%) repeat scroll 0 0 transparent;
    text-shadow: -1px -1px 0 #000;
}


.iframeFB {
    width: 100%;
    height: 80%;
}

.philotit {
    text-align: center;
    vertical-align: middle;
    text-shadow: 1px 1px #DB1B1C;
    font-family: aFont, Helvetica, Arial, Verdana, sans-serif;
    font-size: 50;
    letter-spacing: 0px;
}


.philotext {
    text-align: left;
    vertical-align: middle;
    font-family: aFont, Helvetica, Arial, Verdana, sans-serif;
    font-size: 25;
    letter-spacing: 0px;
    line-height: 70%;
    /*text-shadow: -1px -1px 0 #000000;*/
}

/*ENSEIGNEMENT*/
.ensgtext {
    text-align: left;
    vertical-align: middle;
    color: #DB1B1C;
    text-shadow: 1px 1px #000000;
    font-family: aFont, Helvetica, Arial, Verdana, sans-serif;
    font-size: 25;
    letter-spacing: 0px;
    line-height: 90%;
}

.ensgdet {
    text-align: left;
    vertical-align: middle;
    color: black;
    text-shadow: none;
    font-family: Helvetica, Arial, Verdana, sans-serif;
    font-size: 15;
    letter-spacing: 0px;
    line-height: 80%;
}

/*ELEVES*/
.iframeleves {
    margin-top: 25px;
    margin-left: 40px;
    margin-bottom: 30px;
    width: 15%;
    height: 70%;
    position: relative;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    -moz-box-shadow: 4px 4px 14px #000;
    -webkit-box-shadow: 4px 4px 14px #000;
    box-shadow: 4px 4px 14px #000;

    /*-moz-transform:rotate(20deg);
    -webkit-transform:rotate(20deg);
    -o-transform:rotate(20deg);
    -ms-transform:rotate(20deg);
    filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=.2);  */
}

.nave {
    padding: 0;
    text-align: center;
    display: block;
}

.nave li {
    display: block;
    list-style: none; /* n�cessaire pour IE7 */
}

/*.nave a {
		display:inline-block;
		margin: 0 30px;
}  */
.nave li {
    border: none;
    border-top-color: #630000;
    background-color: #630000;
    background: -moz-linear-gradient(bottom, #630000 0pt, #5C0000 50%, #700000 51%, #800000 100%) repeat scroll 0 0 transparent;
    background: -webkit-linear-gradient(bottom, #630000 0pt, #5C0000E 50%, #700000 51%, #800000 100%) repeat scroll 0 0 transparent;
    background: -ms-linear-gradient(bottom, #630000 0pt, #5C0000 50%, #700000 51%, #800000 100%) repeat scroll 0 0 transparent;
    background: -o-linear-gradient(bottom, #630000 0pt, #5C0000 50%, #700000 51%, #800000 100%) repeat scroll 0 0 transparent;
    background: linear-gradient(bottom, #630000 0pt, #5C0000 50%, #700000 51%, #800000 100%) repeat scroll 0 0 transparent;
    text-align: center;
    height: 36px;
    -webkit-box-shadow: 0 1px 3px #999;
    -moz-box-shadow: 0 1px 3px #999;
    box-shadow: 0 1px 3px #999;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.nave a {
    height: 36px;
    margin: 0;
    padding: 0 30px;
    line-height: 36px;
    /*border-left: 1x solid #555;
    border-right: 1px solid #888;*/
    text-decoration: none;
    color: yellow;
    text-shadow: 1px 1px 0 #000000;
    font-family: aFont, Helvetica, Arial, Verdana, sans-serif;
    font-size: 25;
    letter-spacing: 1px;
}

.nave :first-child a {
    border-left: 0;
}

.nave :last-child a {
    border-right: 0;
}

.nave a:hover, .nav a:focus {
    background-color: #3E3E3E;
    background: -moz-linear-gradient(bottom, #444444 0pt, #3E3E3E 50%, #505050 51%, #606060 100%) repeat scroll 0 0 transparent;
    background: -webkit-linear-gradient(bottom, #444444 0pt, #3E3E3E 50%, #505050 51%, #606060 100%) repeat scroll 0 0 transparent;
    background: -ms-linear-gradient(bottom, #444444 0pt, #3E3E3E 50%, #505050 51%, #606060 100%) repeat scroll 0 0 transparent;
    background: -o-linear-gradient(bottom, #444444 0pt, #3E3E3E 50%, #505050 51%, #606060 100%) repeat scroll 0 0 transparent;
    background: linear-gradient(bottom, #444444 0pt, #3E3E3E 50%, #505050 51%, #606060 100%) repeat scroll 0 0 transparent;
    text-shadow: -1px -1px 0 #000;
}

.elevetext {
    text-align: left;
    vertical-align: middle;
    color: #FF0033;
    text-shadow: 1px 1px #000000;
    font-family: aFont, Helvetica, Arial, Verdana, sans-serif;
    font-size: 25;
    letter-spacing: 0px;
    line-height: 90%;
}

.elevedet {
    margin-top: 50px;
    margin-left: 40%;
    margin-bottom: 30px;
    /*position: absolute;*/
    width: 40%;
    height: 460px;
    background-color: #DFDFDE;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    -moz-box-shadow: 4px 4px 14px #000;
    -webkit-box-shadow: 4px 4px 14px #000;
    box-shadow: 4px 4px 14px #000;
}

.elevetit {
    text-align: left;
    vertical-align: middle;
    color: black;
    text-shadow: 1px 1px #9E9E99;
    font-family: aFont, Helvetica, Arial, Verdana, sans-serif;
    font-size: 25;
    letter-spacing: 0px;
    line-height: 90%;
}

.elevetextdet {
    text-align: left;
    vertical-align: middle;
    color: #000000;
    text-shadow: 1px 1px #FFF685;
    font-family: aFont, Helvetica, Arial, Verdana, sans-serif;
    font-size: 25;
    letter-spacing: 0px;
    line-height: 90%;
}

.elevetextbase {
    text-align: left;
    vertical-align: middle;
    color: black;
    font-family: Helvetica, Arial, Verdana, sans-serif;
    font-size: 15;
    letter-spacing: 0px;
    line-height: 100%;
}

/*COURS*/
.courstext {
    text-align: center;
    vertical-align: middle;
    color: black;
    font-family: aFont, Helvetica, Arial, Verdana, sans-serif;
    font-size: 25;
    letter-spacing: 0px;
    line-height: 90%;
}

.horrairetext {
    text-align: center;
    vertical-align: middle;
    color: white;
    text-shadow: 1px 1px #444444;
    font-family: Helvetica, Arial, Verdana, sans-serif;
    font-size: 15;
    letter-spacing: 0px;
    line-height: 60%;
}

/*CONTACT*/

.null {
    # margin-top: 50px;
    margin-left: 40px;
    margin-bottom: 30px;
    bottom: 10%;
    right: 10%;
    left: 20%;
    top: 20%;
}

.conttit {
    text-align: center;
    vertical-align: middle;
    text-shadow: 1px 1px #DB1B1C;
    font-family: aFont, Helvetica, Arial, Verdana, sans-serif;
    font-size: 50;
    letter-spacing: 0px;
}

.conttext1 {
    color: #000000;
    font-family: aFont, Helvetica, Arial, Verdana, sans-serif;
    font-size: 25;
    letter-spacing: 0px;
    line-height: 90%;
}

.conttext2 {
    color: #000000;
    text-shadow: -2px -2px #FFFFFF;
    font-family: Helvetica, Arial, Verdana, sans-serif;
    font-size: 20;
    letter-spacing: 0px;
    line-height: 60%;
}
