/*/*
Site fait par Christian RUCH
8 rue du bas
21360 Veuvey-sur-Ouche
*/



body {
	background-color:rgba(0,255,255,0.5);
	font-family: Comic sans MS, Arial, Georgia, serif, Time New Roman;
	width: 99%;
}
	
#bloc_page{
	width: 99%;
	margin: auto;
}

img{ /*pour que les images s'adaptent à l'écran*/
	max-width: 100%;
}

.entete{
	display: flex;
	margin-bottom: 1%;
}

h1{
	font-size: 1.5em;/* 60px/16px*/
	font-style: italic;
	font-weight: normal;
	color: red;
}

h2{
	color: rgb(225,62,39)
}

p{
	font-size: 2 em;
}

.logo{ /*logo generation mouvement*/
		height:11em;
}

.blason{ /*blason ville de bligny sur Ouche*/
		height:11em;
}

.club/*club du debut*/
{
	font-size: 2.7em;
	margin:auto;
	text-align: center;
	color: black;
}

@media (max-width: 480px){
	.entete{flex-wrap: wrap;}
	.imageflottante{ height: 6em;}
	.imageflottante2{ height: 6em;}
}

.flexboxnav{
	display: flex; /*disposition flexible*/
	justify-content: space-around; /*répartition justifiée*/
	flex-wrap:wrap; /* passage à la ligne autorisée*/
	align-items: center; /*éléments centrés sur l'axe vertical*/
	width: 80%:
}

@media ( max-width: 1024px){
	
	.flexboxnav{
		width: 90%;
		
	}
	
}

nav{
	background-color: MistyRose;
	border: 2px solid black;
	border-radius: 1em;
	width: 80%;
	margin:auto;
}

nav a{
	text-decoration: none;
	color: black;
	font-size: 1.2em;
	margin:auto;
}

nav a:hover{
	color:white;
	font-size: 1.5em;
	background-color: rgb(61,87,191);
}

nav ul{
	margin-left: 0px;
	padding: 0px;
}


nav li{ /* pour les éléments de la liste*/
	list-style-type: none;
	margin-left: 8px;
}

.retour{/*bouton haut de page*/
	list-style-type: none;
	position:fixed;
	margin-top: 15em;
	margin-left: 0;
	background-color:rgb( 51,153,102);
	background-color:rgba( 51,153,102,0.5);
	padding:0.2em;
	border-radius: 0.5em ;
}

.retour p{
	color:black;
	
}

.retour a {
	color:black;
	
}

.titre{
	font-size: 3em;
	text-align: center;
	background: rgb(155,255,204);
	background: rgba(155,255,204,.9);
	margin: auto;
	color: black;
	width: 70%;
	margin-top: 2%;
	margin-bottom: 2%;
	border: 2px solid black;
	border-radius: 40px 40px 40px 40px;
}

/*p:first-letter{
	font: 2em georgia, "Times New Roman", Times, serif;
	background-color: rgba(153,255,102);
	color: black;
	border-radius: 10px 10px 10px 10px;
	margin:2px;
}
*/
.cadresimple a{
	color: black;
	padding: 15px;
	text-decoration: none;
	list-style-type: none
}

.cadresimple a:hover{
	
	text-decoration: underline;
	color:red;
	font-size: 30px;
	
}

.cadresimple li{
	display:inline-block;
	list-style-type: none
	
}

.cadresimple ul{
	overflow:hidden;
	list-style-type: none
}


.deux{
	display: flex;
	width:80%;
	margin: auto;
	
}





.cadresimple{
	
	width:40%;
	margin: auto;
	background-color:rgb(51,204,204);
	text-align: left;
	padding: 3%;
	border: 2px solid black;
	border-radius: 40px 40px 40px 40px;
}

.cadresimple h1{
	color:red;
	font-size: 3em;
	text-align: center;
}

.cadresimple p{
	color:black;
	font-size: 2em;
}



.essaiflex{
	display:flex;
	justify-content: space-around;
	margin:5%;
	
}

.flexgauche{
	width:30%;
	margin-right:3%;
	background-color:rgb(51,204,204);
	padding-top: 0;
	padding-bottom: 0;
	padding-left:2%;
	padding-right: 2%;
}

.flexdroit{
	width:30%;
	margin-left:3%;
	background-color:rgb(153,255,255);
	padding-top: 0;
	padding-bottom: 0;
	padding-left:2%;
	padding-right: 2%;
}

.flexcentre{
	width:30%;
	background-color:rgb(102,255,104);
	padding-top: 0;
	padding-bottom: 0;
	padding-left:2%;
	padding-right: 2%;
}

strong{
	color:red;
	font-size:1.5em;
	
}



