/* CSS Document */


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td, nav{
  margin:0;
  padding:0;
}

.global{
	margin-top:30px;
	margin-left:160px;
	text-align:left;
	font-family: 'Sura', serif;
}

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

a:hover {
	color: #d0001a;
	text-decoration: none;
}


nav {
	font-size: 18px;
	font-family: 'Sura', serif;
	line-height: 30px;
	margin: auto;
}
.apropos {
	font-size: 13px;
	font-family: 'Sura', serif;
	line-height: 20px;
	width: 90%;

}
.titrerouge {
	font-size: 16px;
	font-family: 'Roboto', serif;
	line-height: 21px;
	width: 90%;
	color: #d0001a;
}
.titregris {
	font-size: 15px;
	font-family: 'Sura', serif;
	line-height: 21px;
	width: 90%;
	color: #707f86;
}

article {
	font-size: 11px;
	font-family: 'Sura', serif;
	margin-top: 50px;
}

rubrique {
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	position: fixed;
	top: 220px;
	left: 20px;
	line-height: 19px;
}


nom01 {
	font-size: 21px;
	font-family: 'Sura', serif;
	position: fixed;
	margin-top:25px;
	top: 25px;
	left: 20px;
	line-height: 18px;
	color: #d0001a;
}

nom02 {
	font-size: 13px;
	font-family: 'Sura', serif;
	position: fixed;
	top: 170px;
	left: 20px;
	line-height: 18px;
	color: #707e87;
}

contact {
	font-size: 13px;
	font-family: 'Lato', sans-serif;
	position: fixed;
	top: 270px;
	left: 20px;
	line-height: 18px;
	color: #333;
}

strong {
    font-weight: bolder;
}

em{
	font-style: italique;
}
a img {  /* concerne toute image comprise dans un lien */
   border: none /* ou bien "Opx" ou même "0" */
