@font-face {
    font-family: CodeBold;
    src: url("CodeBold.otf") format("opentype");
}

body {
	font-family: Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
}

p
{
	text-indent: 30px;
	margin-bottom: 20px;
	text-align: justify;
}

h1
{
  font-family: CodeBold;
  font-size: 1.5em;
  margin: 30px 0;
}

h2
{
  font-family: CodeBold;
  font-size: 1.4em;
  margin: 30px 0;
}
a
{
   text-decoration: none; /* Les liens ne seront plus soulign�s */
   color: #000000;
}
a:hover /* Quand le visiteur pointe sur le lien */
{
   text-decoration: none; /* Le lien deviendra soulign� quand on pointera dessus */
   color: #000000;
}
a:visited
{
	text-decoration: none; /* Le lien deviendra soulign� quand on pointera dessus */
    color: #000000;
}
a img{border:  none ;}

#contenuTotal
{
	/* Ce style est la style de la div  qui contient toute la page  */
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	padding: 0px;
	text-align: left;
	width: 900px;
	display: block;
	cursor: default;
}
#entrer
{
	height: 217px;
	width:402px;
	background-image:url(http://paul-architecture.fr/images/Logo.jpg);
	float:center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 170px;
}
.texteEntrer
{
	text-align: center;
	font-size : 24px;
}
#logo
{
	height: 138px;
	width: 275px;
	background-image:url(http://paul-architecture.fr/images/Logo_Petit2.jpg);
}
#head {
	background-image:url(http://paul-architecture.fr/images/Logo_FNDI_petit.jpg);
	background-repeat:no-repeat;
	background-position:right 35px;
	vertical-align:middle
}
.galerie
{
	visibility:hidden;
	width: 300px;
	height: 200px;
}
.texteGalerie
{
	display:none;
	position : fixed;
	color:#FFFFFF;
	font-size : 26px;
}
.blanc a:hover
{
	color:#FFFFFF;
}
.blanc a visited
{
	color:#FFFFFF;
}
.blanc a
{
	color:#FFFFFF;
}
#texteGauche
{
	float:left;
	width: 460px;
}
#photoEntrepreneur
{
	display:block;
	margin-left:490px;
}
#planAcceuil
{
	float:left;
}
#texteAcceuil
{
	display:block;
	margin-left:430px;
}
.aucentre
{
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	align:center;
}
#menu
{
	display: flex;
	justify-content: space-between;
}

#sous_menu
{
	display: flex;
	justify-content: space-around;
	margin-left: 500px;
	width: 260px;
}
.menu		/* design du menu */
{
	border-width: 1px; border-style: solid;
	background-color:#8B8273;
}
section
{
  margin: 30px 0;
}
#foot
{
	text-align:center;
	clear: both;
}
.blanc
{
	color:#FFFFFF;
}
form label
{
	display:block;
	width: 210px;
	float:left;
}
.erreur
{
	color:#FF0000;
	font-weight:bold;
}
#ligneVerte
{
	background-image:url(http://paul-architecture.fr/images/ligne_verte.jpg);
	height: 1px;
	width: 900px;
}
.textePetit
{
	font-size : 14px;
	text-align: center;
}
#changePage
{
	background-image:url(http://paul-architecture.fr/images/Fond_image_01.jpg);
	width:300px;
	height:200px;
	text-align:right;
	font-size : 30px;
	position:relative;
	display : block;
}
#changePage p
{
	margin:0;
	padding:0;
	position: absolute;
	bottom : 10px;
	right : 5px;
	font-size : 30px;
}
/* On met les div qui permettent de mettre en forme la page fiche */
	#imageFiche
	{
		float: left;
		height:600px;width: 550px;
	}
	#photoFiche
	{
		float: left;
		clear: both;
		margin-top: 10px;
	}
	#descriptionFiche
	{
		overflow : auto;
		padding-left:30px;
		display : block;
		height:800px;
	}
	#descriptionFiche h2
	{
		font-family: CodeBold;
		font-size: 1.4em;
		margin: 0;
	}
/* fin des div qui permettent de mettre en forme la page fiche */

.flex {
	display: flex;
	margin-bottom: 50px;
}

.half-column {
	flex: 0 1 50%;
	text-align: justify;
}

.half-column-center {
	display: flex;
	align-items: center;
	justify-content: center;
}

.half-column img {
	max-width: 100%;
}

.half-column + .half-column {
	margin-left: 30px;
}
