/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 25 avr. 2015, 20:33:33
    Author     : leroux
*/

body, div, ul {margin: 0; padding: 0; cursor: crosshair}
p { margin: 0px 0;}

body {background: rgb(237,242,255); font-family: Times New Roman; font-size : 18px;}

/* Bloc centre pour l'ensemble de la page */
#global {width: 1233px; margin: 0 auto;
            background: rgb(237,242,255);
            }
#entete { height: 133px; padding: 10px; background-size: 100% 100%;  background-image: url(drawable/fond-Sainte-Messe.png); background-repeat: no-repeat; margin: 33px 0px; }
#entete h1{margin: 3px 160px; color: rgb(237,242,255);
            font-size: 53px; font-weight: bold; }



#blocmenu{margin-top: 3px; height: 40px;  background: repeating-linear-gradient(rgba(0,233,255,255), rgba(7,61,237,255) 33px, black 53px );}

#contenu{padding: 10px; background-color: rgb(237,242,255);}

#para{text-align: justify; text-indent: 12px; margin-bottom: 12px;}

#intro{float: left; margin: 33px 33px;  background-color:white; font-family: Times New Roman, serif; font-size : 18px;
text-align:justify;     
border:0px solid black;

padding:20px 20px;/*arrondir les coins en haut à gauche et en bas à droite*/
-moz-border-radius:10px 10px;
-webkit-border-radius:10px 10px;
border-radius:10px 10px;
}




ul{ margin-top: 0px; margin-left: 0px; }

#menu li{ float: left; list-style-type: none;}

#menu li a, #menu li a:visited{
    text-transform: uppercase;
    box-shadow: 3px 3px 3px white;
    background: repeating-linear-gradient(white, rgb(252,245,33) 33px, rgb(255,255,0) 72px );
    padding: 0px;
    border-radius: 12px;
    line-height: 55px;
    margin: 10px 3px; padding: 12px  12px 12px 12px;
    text-decoration: none;
    font-family: Times New Roman, serif; font-style: italic;
    font-weight: bold; font-size: 15px; color: black;
    
}

#menu li a:hover{
    background: repeating-linear-gradient(rgba(0,233,255,255), rgba(7,61,237,255) 22px, black 72px );
   
    color: white;
    
}

/* Details pour menu navigation */


#entrerbut{margin-left: auto;
  margin-right: auto;
  margin-top: 3%;
      
text-align: center;     

}




#entrer {
font-weight: bold;
font-size : 12px;
background: repeating-linear-gradient(rgba(0,233,255,255), rgba(7,61,237,255) 22px, black 72px );
color: white;
border:none;
margin-left: 33px;
margin-bottom: 33px;
margin-top:33px;
width: 172px; /* largeur à spécifier */
height: 72px; /* longueur à spécifier */
cursor: pointer;
outline-style: none;
padding:10px 10px;/*arrondir les coins en haut à gauche et en bas à droite*/
-moz-border-radius:10px 10px;
-webkit-border-radius:10px 10px;
border-radius:10px 10px;
}

#entrer:hover {

background: repeating-linear-gradient(white, rgb(252,245,33) 33px, rgb(255,255,0) 72px );
color: black;

}








#french {float : right;
background-size: 100% 100%;  background-image: url(drawable/french.png); background-repeat: no-repeat;
border:none;
margin-left: 33px;
margin-bottom:33px;
width: 72px; /* largeur à spécifier */
height: 33px; /* longueur à spécifier */
cursor: pointer;
outline-style: none;
padding:10px 10px;/*arrondir les coins en haut à gauche et en bas à droite*/

}

#french:hover {float : right;
background-size: 100% 100%; box-shadow:  3px 3px 3px white; background-image: url(drawable/french.png); background-repeat: no-repeat;
border:none;
margin-bottom:33px;
margin-left: 33px;
width: 100px; /* largeur à spécifier */
height: 50px; /* longueur à spécifier */
cursor: pointer;

outline-style: none;

}











/* contenu de la page */

h1 {font-style: italic; font-weight: bold; font-family: Times New Roman; font-size: 40px; color: black;}
h2 {font-family: Times New Roman; font-size: 25px; font-weight: bold; color: black;}
h3 {font-family: Times New Roman; font-size: 23px; font-weight: bold; color: black;}

/* Classes pour l'alignement */

.centre {text-align: center;}
.gauche {float: left; margin-right: 10px;}


#pied{
    
  
  position: relative;
  height:100%;
  text-align:justify;
   clear: both; 
        padding: 20px;
        background-color: rgb(191,201,240);
        font-family: Times New Roman; font-style: normal;
        font-size: 14px; color: black;}