													/*Config CSS de Base de la Page*/

body 				/*Choix du fond*/
{
	
    background-image: radial-gradient(farthest-corner circle at center, #E74119, #F58719, #FF521F, orange);
	
}

						/* (+) En tête de page !! */
header
{

	background-image: url(fond-menu.jpg);
	border-width: 2px;  /* bordure */
	border-style: outset;/* bordure */
	border-color: black;/* bordure */

	margin: auto;
	width: 1250px;
	height: 300px;
}

.titre1 img
{
 width: 1250px;
 height: 250px;
 margin: 0px;
}

.titre1
{
	width: 1250px;
	margin: auto;
}

						/* (+) Menu Principal ! */	


.menuprincipalok
{
	width: 1250px;
	margin: auto;
display: flex;
	flex-direction: row;
	align-content: center;
}
.boutonmenu
{
	width: 145px;
	height: 35px;
	margin: 70px;
	margin-top: 0px;
	border-radius: 5px;
	border-color: #FBAD1B;
	border-width: 2px;
	border-style: groove;


	background-color: black;
	text-align: center;
	display: flex;
	align-content: center;


}

.boutonmenu :hover
{
	color: red;
}

.boutonmenu a
{
	text-align: center;
	background-color: black;
	color: #FBAD1B;
	text-decoration: none;
	
	font-family: Roboto;
	font-size: 16px;
	margin-bottom: auto;
	margin-top: auto;
	margin-left: auto;
	margin-right: auto;
}

							/* (-) Menu Principal ! */
							/* (-) En tête de Page !! */

							/* (+) nom rubrique !! */
.nom_rubrique
{
	margin-top: 5px;
	margin-bottom: 0px;

	display: flex;
	
}

.nom_rubrique p
{
	width: 65px;
	background-color: white;
	text-align: center;
	margin: auto;
	margin-bottom: 0px;
	padding: 5px;
	border-radius: 8px 8px 0px 0px;
}


							/* (-) nom rubrique !! */




.contenupage
{
	background-color: white;
	border-width: 2px;  /* bordure */
	border-style: none;/* bordure */
	border-color: black;/* bordure */
	margin: auto;
	padding-bottom: 0px;
	width: 1250px;
	display: flex;
	border-radius: 5px;
	align-content: flex-start;
	flex-direction: column;
}

.ligne1
{
	display: flex;
}
						/*bloc contact (à gauche) */
.contact
{
	background-color: white;
	border-style: none;
	border-width: 9px;
	border-color: black;
	width : 300px;
	height: 300px;
	padding: 5px;
	margin-top: 5px;
 }

     				
.titre_contact
{
	text-align: center;
	text-decoration: underline;
	font-family: Roboto;
	font-weight: bold;
	font-size: 25px;
}

.contact_info
{
	text-align: center;
	font-size: 17px;
}

.contact_mail
{
	text-align: center;
	font-size: 25px;
}
.contact_mail a
{
	color: black;
	text-decoration: none;
}

.contact_mail :hover
{
	text-decoration: underline;
}

.contact_telephone
{
	text-align: center;
	font-size: 25px;
}

.contact_telephone a
{
	color: black;
	text-decoration: none;
}
.contact_telephone :hover
{
	text-decoration: underline;
}

				/*Bloc photos (à droite de contact) */

.photos
{
	
	display: flex;
	margin: auto;
}

.toutephoto
{
	margin: 4px;


	

}

.photo_1 img
{
	width: 300px;
	height: 250px;
	border-radius: 10px;
}

.photo_2 img
{
	width: 300px;
	height: 250px;
	border-radius: 10px;
}

.photo_3 img
{
	width: 300px;
	height: 250px;
	border-radius: 10px;
}




.ligne2
{
	display: flex;
}
				/* Présentation */
.presentation
{
	display: flex;
	flex-direction: column;
	margin: auto;
}

.titre_presentation
{
	margin : auto;
	margin-bottom: 0px;
	text-decoration: underline;
	font-family: Roboto;
	font-weight: bold;
	font-size: 25px;
}

.texte_presentation
{
	margin-left : 180px;
	margin-right: 180px;
	margin-top: 0px;
	font-size: 20px;
}


.lien_presentation	
{
	color: black;
	text-decoration: none;
}

.lien_presentation :hover
{
	color: red;
	text-decoration: underline;
}



.ligne3
{
	display: flex;
	flex-direction: column;
	background-image: radial-gradient(farthest-corner circle at center, orange , #FFFFFF);
	margin-bottom: 0px;
}

.titrevideo
{
	text-align: center;
	margin : auto;
	margin-bottom: 0px;
	text-decoration: underline;
	font-family: Roboto;
	font-weight: bold;
	font-size: 25px;
}

.video
{
	margin: auto;
	text-align: center;
	margin-bottom: 0px;
}
.basvideo p
{
	font-style: italic;
	text-align: center;
	margin-top: 5px;
	padding-top: 0px;
}








										/* -------------------------- pied de page */
footer
{
	 
	 background-image: linear-gradient(to top, red,orange);
	 width: 1250px;
	 margin: auto;
	 border-radius: 5px;
	 display: flex;
	 padding-top: 5px;
	 padding-bottom: 5px;
	 margin-top: 20px;
}

.createur
{
	width: 200px;
	margin: auto;
}

.pied_contact
{
	width: 200px;
	margin : auto;
	display: flex;
	flex-direction: column;
}
.pied_titre_contact
{
	margin : auto;
	text-decoration: underline;
	font-weight: bold;
}

.pied_contact_mail
{
	margin: auto;
	margin-top: 10px;
}

.pied_contact_mail a
{
	color: black;
	text-decoration: none;
}

.pied_contact_mail :hover
{
	color: black;
	text-decoration: underline;
}

.pied_contact_telephone
{
	margin: auto;
	margin-top: 10px;
}

.pied_contact_telephone a
{
	color: black;
	text-decoration: none;
}
.pied_contact_telephone :hover
{
	color: black;
	text-decoration: underline;
}

.verstop
{
	width: 200px;
	margin: auto;
	display: flex;
	flex-direction: column;
	text-align: center;
}

.verstop img
{
	width: 50px;
}

.fleche :hover
{
    content.url("logo-page.png") ;
}

.textefleche a
{
	color: black;
	text-decoration: none;
}

.textefleche :hover
{
	color: black;
	text-decoration: underline;
}