

body {
	background-color:#660000;
	font-family: 'Andika', sans-serif;
	font-size:1.4rem;s
	
}

/* HEADER  / NAV / FOOTER / HEADER  / NAV / FOOTER / HEADER  / NAV / FOOTER / */  
#header {
	display:flex;
	flex-wrap: wrap;
	justify-content:center;
	align-items:center; 
	background-color:white;
}
/*
.icone {
	padding: 10px 0px 10px 0px;
}
*/	
header h1 {
	text-align:center;
}

header p {
	color:#660000;
	margin-top:10px;
	text-align:center;
}
nav {
	background:grey;
	color:white;
	text-align:center;
	font-size:1.4rem;
	text-transform:uppercase;
}

nav li {
	display:inline;
}

#menunormal ul{
	display:flex;
	justify-content:space-around;
	flex-direction:column;
	margin:0;
	padding:5px 0px 5px 0px;
}

footer p{
	font-size:1.3rem;
	color:#660000;
	font-style:italic;
	text-align:center;
	background-color:#CCCCCC;
	margin-top:20px;
	padding:5px 0px 10px 0px;
}


/*POLICE POLICE POLICE POLICE POLICE POLICE POLICE POLICE */


h1 {
	font-family:Sansita, sans-serif;
	font-size:2.1rem;
	font-weight: bold
}
h2 {
	font-family:Sansita, sans-serif;
	font-size:1.7rem;
	font-weight: bold;
	color:#660000;
}

h3 {
	font-family:Sansita, sans-serif;;
	font-size:1.5rem;
	font-weight: bold;
	color:#cc3300;
}

#actu{
	font-size:1.4rem;
	font-weight:bold;
	color:#cc3300;
}


.italique {	
	font-style:italic;
}

.souligne {	
	text-decoration: underline;
}
	
.gras { 
	font-weight:bold;
}

#photoguylaine{
	font-size:1.3rem;
	color:#660000;
	font-style:italic;
	text-align:center;
}

#sanspuce {
  list-style-type: none;
}

#aligne-droite {
	margin-left:250px;
}

.graslarge { 
	font-weight:bold;
	color:#660000;
	line-height:1.4rem;
}

a {
	text-decoration:underline;
	color:grey;
}
a:visited {
	text-decoration:none;
	color:grey;
}
a:hover, a:focus, a:active {
	text-decoration: underline;
	color:black;
}


nav a {
	text-decoration:none;
	color:white;
	background:none;
}
nav a:visited {
	text-decoration:none;
	color:white;
	background:none;
}
nav a:hover, a:active, a:focus {
	text-decoration: none;
	color:grey;
	background:white;
}

.active {
	text-decoration: underline;
	color:white;
}

/*CONTENEUR CONTENEUR CONTENEUR CONTENEUR CONTENEUR CONTENEUR*/

#zone-message {
	width:300px;
	height:122px;
	border: 1px solid #333;
}

.contenu{
	background-color:white;
	padding:0px 7px 0px 7px;
	margin:0 auto;
	}

.conteneur-infos-conseils {
	display:flex;
	flex-direction:row;
	justify-content:space-around;
	align-items:flex-start;
	flex-wrap: wrap;
}

.conteneur-texte-image {
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	flex-wrap: wrap;
}

.conteneur-contact-liens {
	display:flex;
	flex-direction:row;
	justify-content:flex-start;
	flex-wrap: wrap;	
}

.conteneur-liens {
	width:100%;
	padding-left:5px;
}

.conteneur-formulaire {
	padding:0px 10px 10px 5px;
	display:block;	
}

.conteneur-texte {
	display:block;
	margin: auto;
}

.conteneur-texte-accueil {
	display:block;
}
	
.conteneur-photos {
	display:flex;
	flex-wrap: wrap;
	justify-content:space-around;
	margin: auto;
	padding:0px 0px 10px 0px;	
}

.conteneur-photo-bks {
	display:flex;
	flex-wrap: wrap;
	justify-content:space-around;
	margin: auto;
}
.encadre{
	margin:0px 0px 0px 0px;
	padding:10px 10px 10px 10px;	
	border-width:2px;
	border-style:outset;
	width:340px;
}
	
.photo-legende {
	padding:10px 0px 10px 0px;
}

.photo-legende p {
	text-align:center;
	font-style:italic;
	line-height:20px;
}



/*CHANGEMENT DE TAILLE EN FONCTION DE LA TAILLE ECRAN*/


@media screen and (min-width: 680px) {
	
	nav {
	line-height:50px;
	}
	
	#menunormal ul{
	flex-direction:row;
	}
	
	nav li {
	margin:5px;
	font-size:1.4rem;
	}
	
	#header {
	justify-content:space-between;	
	}
	
	.encadre{
		width:360px;
	}
	
	.contenu{
	width:85%;
	padding:0px 10px 0px 10px;
	}
	
	.conteneur-texte {
	width:70%;
	}
	
	.conteneur-infos-conseils {
	align-items:flex-start;
	}
	
	.conteneur-contact-liens {
	flex-direction:row;
	}
	
	.conteneur-liens {
	width:50%;
	margin-left:80px;
	}
	
	#aligne-droite {
	margin-left:400px;
	}
}

@media screen and (min-width: 900px) {
	.contenu{
	width:80%;
	padding:0px 30px 0px 30px;
	}
}
