/* Style du corps de texte */
h1 {
	font-weight: normal;
	color:#15092c;
}

h2 {
	font-weight: normal;
	color:#15092c;
	padding-right: 1%;
	padding-left: 1%;
}

h3 {
	font-weight: normal;
	color:#15092c;
	text-decoration : underline;
}

/*corps de texte */

body {
	
	font-family: AndikaW, serif;
	padding-top:1%;
	padding-right: 1%;
	padding-left: 1%;
	margin: 0 auto;
	width: 100%;
	max-width: 1000px;
	min-width: 470px;
	height: auto;
	margin-bottom: 4%;
	background-color:#eae2f8;
}

main.clair{
	background-color:#f0ebfa ;
}

main.portrait {
	padding-right: 200px;
	
}

header {

}

footer {
	font-size: smaller;
	text-align: center;
	padding-top:1%;
}

/*Protection de l'adresse mail contre le spam*/
div.email > span:nth-child(2) {
	display: none;
}

/*Tableau */

table {
	width: 100%;
	max-width: 1000px;
	min-width: 470px;
}


.droite {
	text-align: right;
}

.gauche {
	text-align: left;
}

.centre {
	text-align: center;
}

.justifie {
	text-align: justify;
}

/*truc*/

hr {
	color: #eae2f8;
}

/* Images */

img.fit-picture {
 	max-width: 900px;
	max-height: 900px;
 	margin-left: 10px;
 	margin-right: 10px;
	
}

img.fit-head {
 	max-width: 500px;
	max-height: 100px;
 	margin-left: 10px;
 	margin-right: 10px;
	
}

img.fit-portrait {
 	max-width: 500px;
	max-height: 500px;
 	margin-left: 10px;
 	margin-right: 10px;
	float:right;
	
}

img.fit-article {
 	max-width: 300px;
	max-height: 300px;
 	margin-left: 10px;
 	margin-right: 10px;
	float:inline-start;
	
	
}

img.etal-picture {
 	width: 100%;
 	max-height : 300px;
}

img.fit-flag {
	max-height: 30px;
}


/* Blocs */

 .container {
            max-width: 1000px;
            margin: 0 3%;
            padding: 20px;
            background-color: #bfadde;
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
            border-radius: 5px;
            margin-top: 50px;
        }

 .smallContainer {
            max-width: 1000px;
            margin: 0 3%;
            padding: 20px;
            background-color: #f0ebfa;
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
            border-radius: 5px;
            margin-top: 50px;			
        }

/* Barre de navigation à droite */
div.coteacote1
    {
    float: right;
    width: 200px;
	min-height: 500px;
	margin-right: 0px;
	margin-top: 100px;
	margin-bottom: 50px;
	padding: 0.1%;
	border-radius: 5px;
    background: #f0ebfa;

	
}

div.coteacote2
    {
    float: right;
    width: 200px;
	min-height: 500px;
	margin-right: 0px;
	margin-top: 100px;
	margin-bottom: 50px;
	padding: 0.1%;
	border-radius: 5px;
    background: #bfadde;

}

.index {
	margin: 0 5%;	
}




/*navigation menu style*/
nav {
   text-align: center;
   word-spacing: 40px;
   Padding: 10px;
   background: black;
   color:#eae2f8;
   width: 100%;
}

/* Style du bouton pour changer de langue */
select {
	background-color:#f0ebfa;
	border-radius: 5px;
	font-size: medium;
}





/* CSS pour la liste déroulante permettant de modifier la langue de la page */

.mainmenubtn {
    background-color: #f0ebfa;
    border-radius: 5px;
	padding: 0px 10px;
	min-width: 70px;
    cursor: pointer;
	font-size: medium;
	color:#15092c;
	text-align: center;
}
.mainmenubtn:hover {
    
    }
.dropdown {
    position: relative;
    display: inline-block;
	margin-right: 40px;
	float: right;
}
.dropdown-child {
    display: none;
    background-color: #eae2f8;
	border-radius: 5px;
	font-size: medium;
    min-width: 70px;
	text-align: center;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	border-collapse : collapse;
	position: absolute;
}
.dropdown-child a {
    padding: 10px;
    text-decoration: none;
    display: block;
	color:#15092c;
	
}

.dropdown-child a:hover {
    padding: 10px;
    text-decoration: none;
    display: block;
	color:#15092c;
	
	
}

.dropdown:hover .dropdown-child {
    display: block table;
	
}

td.langue:hover {
	background-clip: border-box;
	background-color: #f0ebfa;
	border-radius: 5px;
}	







/* Liens sur fond blanc */

/* unvisited link */
a:link {
    color: #3e1e7c;
}

/* visited link */
a:visited {
    color: #3e1e7c;
}

/* mouse over link */
a:hover {
    color: #a787e7;
}

/* selected link */
a:active {
    color: #a787e7;
}




/* Liens sur fond noir */

/* unvisited link */
a.nav:link {
    color: white;
}

/* visited link */
a.nav:visited {
    color: white;
}

a.nav:hover {
    color: #a787e7;
}

/* selected link */
a.nav:active {
    color: #a787e7;
}






/* Couleur des liens quand on hover / click dessus */
    

/* mouse over link */
a.rouge:hover {
    color: #FE2E2E	 ;
}

/* selected link */
a.rouge:active {
    color: #FE2E2E	 ;
}
	
/* mouse over link */
a.orange:hover {
    color: #FF8000	 ;
}

/* selected link */
a.orange:active {
    color: #FF8000	 ;
}

/* mouse over link */
a.jaune:hover {
    color: #f0c900 ;
}

/* selected link */
a.jaune:active {
    color: #f0c900 ;
}

/* mouse over link */
a.vert:hover {
    color: #249300 ;
}

/* selected link */
a.vert:active {
    color: #249300 ;
}
	
/* mouse over link */
a.bleu:hover {
    color: #19a9e3 ;
}

/* selected link */
a.bleu:active {
    color: #19a9e3 ;
}
  
/* mouse over link */
a.violet:hover {
    color: #9A2EFE ;
}

/* selected link */
a.violet:active {
    color: #9A2EFE ;
}
    
    