 body
{
  font: normal 15px/17px Calibri, Helvetica, sans-serif;
  width:930px;
  margin-left:15%;
  padding-left:2%;
  padding-top:1%;
  /* font-size:16px;       */
  line-height:25px;
  /* background-color:#5DA0D4; */
  -webkit-box-shadow: 5px 5px 15px 5pbx #000000; 
box-shadow: 5px 5px 15px 5px #000000;
}
h2
{
	width:250px;
	margin-left:300px; 
	padding-top:20px; 
	font-size:15px;
	text-align:center;
    color:brown;
}
h3
{
	width:650px;
	margin-left:125px; 
	padding-top:20px; 
	font-size:17px;
	text-align:center;
    color:brown;
}
h4
{
   font-size:17px;
}
h4 span
{
   color:brown;
}
#titre
{
	text-transform : uppercase;
}

.liens,#postuler,#connecter
{
	text-decoration:none;
}
.liens:hover
{
	background-color:brown;
}
 table
{
  position:relative;
  
  top:0px;
  bottom:0px;
  left:11%;
  right:1500px;
  border-collapse:collapse;
  /* background-color:gray; */
}
table tr:nth-child(2n+1)
{
    color:blue;
	background-color: #f0f0f0;
}

table tr:last-child
{
    background-color: RGB(255,200,200);
	text-align:center;
	height:40px;
}
/* table tr:nth-child(3n+2)
{
    font-weight: bold;
} */
td
{
 /*  border:1px solid black; */
}

tr
{
  font-size:16px;
  height:30px;
  /* border:1px solid black; */
}
hr
{
   margin-left:0px;
   width:900px;
   noshade:noshade;
   color:green;
   size:20px;
}

nav
{
  /* display:inline-block; */
  /* width:1190px; */
 /* border:3px solid orange; */
  /* vertical-align:top; */
  background-color:#f7cb1b;
  border-radius:10px;
  height:35px;
  width:900px;
  font-size: 1em;
}
nav ul
{
  padding-left:auto;
  margin-left:0px;
  margin-right:auto;
}
nav ul li 
{
  list-style-type:none;
  display:inline;
  line-height:35px;
  margin-left:15px;
}

nav ul li a
{
  color:white;
  text-decoration:none;
}

nav ul li a:hover
{
  color:green;
}

/*pied de page*/

footer
{

    width:900px;
	background:  url('images/separateur.png') repeat-x top, url('images/ombre.png') repeat-x top;

}

#piedDpage
{
	padding-top : 10px;

}
/*alignement horizontal des objet du pied de page*/

#adresse, #situation,#reseau
{
  display: inline-block;
  padding-left : 150px;
}

/* positionnement des objets du pied de page*/

#adresse,#reseau
{
   padding-top : -10px;
}

#situation
{
	padding-right : 20px;

}
#adresse,#reseau
{
	width : 100px;
	height : 140px;
}

#carte
{
	width : 170px;
	border-radius:4px;
}

.face
{
  width : 100px;
  height : 155px;
  border-radius:4px;

}
.placeholder
{
  font-size:10px;
}
h5
{
  width:200px;
}
#article1
{
	width:400px;
	margin-left:300px;
	padding-top:5px;
	padding-bottom:20px;
}

#text_article1
{
	text-align:justify;
	font-size:25px;
	font-weight:bold;
	font-family:'Calibri','Arial', 'Helvetica', 'sans-serif';
}
/* #article1
{
	width:250px;
	margin-left:325px;
	padding-top:20px;
} */
#text1,#instruction
{
 width:900px;
 text-align :justify;
}
#enregistrer2,#annuler2,#enregistrer,#annuler
{
 width:80px;
 height:30px;
 border: 1px black solid;
 border-radius:4px 4px 4px 4px;
 box-shadow:4px 4px 4px brown;
}

 
 