@CHARSET "UTF-8";

body {
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-image:url(pictures/fond.jpg);
	font-family:sans-serif;
	margin-left:auto;
	margin-right:auto;
	width:90%;
}


/*Styles de la zone de titre
-------------------------------------------------*/
#titre {
	text-align:center;
	font-size:160%;
	line-height:60%;
	/*color:#339966; */
	color:#663399;
	overflow:hidden;
	height:160px;
}

#titre img {
	float:left;
	width:180px;
}


/*Styles de la zone d' articles
---------------------------------------------------*/
#bloc_article {
	display:inline-block;
	width:73%; 
}

.schema img{
	display: flex;
	height: 300px;
	width: 700px;
}

.accueil{
	color: black;
	font-family: "Source code pro", Verdana, sans-serif;
}



#article{
	text-align:justify;
	padding:10px;
	padding-bottom:20px;
	background:#fff;
	color:#000;
}


	
/*styles de la zone de menu
-----------------------------------------------------*/
#menu {
	background:#ccf5ff;
	padding:3px;
}

#menu li {
	display:inline;
}

#menu #select {
	background:#fff;
	color:#444;
}

#menu a {
	text-decoration:none;
	color:#fff;
	background:#444;
	padding-left:20px;
	padding-right:20px;
	padding-top:5px;
	padding-bottom:5px;
}

.dropbtn{
	text-decoration:none;
	color:#fff;
	background:#444;
	padding-left:20px;
	padding-right:20px;
	padding-top:5px;
	padding-bottom:5px;
}

#menu a:hover {
	background:#999;
}



/*Styles de la zone d' infos
------------------------------------------------------*/
#infos {
	/* display:inline; */
	font-size:75%;
	width:27%;
	float:right;
	/* vertical-align:top; */
	background:#ccf5ff;
	/* overflow:auto; */
	height:495px;
}

#infos h2 {
	text-align:center;
	height:27px;
}

.info {
	text-align:left;
	border:solid 2px #fff;
	padding:3px;
	margin:5px;
}
.info div {
	height:130px;
	overflow:auto;
}

.info a {
	display:block;
	text-align:right;
	background:#fff;
}

.info h3 {
	text-transform:capitalize;
	height: 50px;
}


/*Styles de la zone de pied de page
-------------------------------------------------------*/
#pied {
	padding:5px;
	text-align:right;
	font-size:85%;
	background:#ccf5ff;
}

/*Styles de la zone galerie
-------------------------------------------------------*/
#photos {
	padding:10px;
	text-align:inline;
	color:#000;
}

.photo {
	display:inline-block;
	position:relative;
	border:10px solid #ccf5ff;
	background:#fff;
	margin:1px;
	padding:10px;
	
}

.photo div {
	display: flex;
	height: 150px;
	width: 200px;
}
	
.voitures{
	text-align:center;
	background:#ccf5ff;
	margin:15px;
	margin-top:5px;
}


/*Styles de la zone article info
-------------------------------------------------------*/
#article_info {
	text-align:justify;
	padding:10px;
	padding-bottom:20px;
	background:#fff;
	color:#000;
	min-height:350px;
}

#article_info img {
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}


/*Styles des formulaires
-------------------------------------------------------*/
#formulaire {
	padding:10px;
	width:50%;
	margin-left:auto;
	margin-right:auto;
	background:#fff;
	color:#000;
}
#formulaire h2 {
	/*background:#e5ff66;*/
	background:#fff;
	text-align:center;
}
#formulaire form {
	padding:10px;
	/*background:#e5ff66;*/
	background:#fff;
	margin:0;
}
#formulaire textarea {
	width:100%;
	height:10em;
}
#formulaire .boutons {
	margin:10px;
	text-align:center;
}

/*Styles du texte d'erreur
-------------------------------------------------------*/
#erreur {
	background:orange;
	width:50%;
	margin:10px;
	margin-left:auto;
	margin-right:auto;
	padding: 20px;
	height:350px;
}
