@font-face 
{
	font-family:"lpo";
	src:url("../fonts/LPO-Regular.otf") format("opentype");	
}
@font-face 
{
	font-family:"lpo_titre";
	src:url("../fonts/LPO-BoldDemiCondensed.otf") format("opentype");	
}
@font-face 
{
	font-family:"lpo_texte";
	src:url("../fonts/LPO-light.otf") format("opentype");	
}
@font-face 
{
	font-family:"lpo_gras";
	src:url("../fonts/LPO-Black.otf") format("opentype");	
}
			
body
{
	font-family: "lpo_texte","lpo","Calibri","Cambria","Tahoma","Arial","Times New Roman","Times","serif";
}

body a
{
	text-decoration:none;
	border:none;
}
body a:link
{
	color:rgb(80,20,90);
}
body a:hover
{
	color:blue;
	text-decoration:underline blue;
}
body img
{
	border:none;
	max-width:100%;
	height:auto;
}

h1
{
	padding-top:10px;
	padding-bottom:5px;
	margin-bottom:5px;
	font-family:"lpo_titre","lpo","Calibri","Cambria","Tahoma","Arial","Times New Roman","Times","serif";
	font-size:2em;
	line-height:1.2em;	
}
h2
{
	margin-top:10px;
	margin-bottom:10px;
	padding-left:5%;
	font-size:1.5em;
}
h3
{
	margin-top:10px;
	margin-bottom:10px;
	padding-left:5%;
	font-size:1.2em;
}
h4
{
	margin-top:10px;
	margin-bottom:10px;
	font-size:1em;
}
p
{
	font-family:"lpo_texte","lpo","Calibri","Cambria","Tahoma","Arial","Times New Roman","Times","serif";
	font-size:0.9em;
	line-height:1.5em;
}
li
{
	font-family:"lpo_texte","lpo","Calibri","Cambria","Tahoma","Arial","Times New Roman","Times","serif";
	font-size:0.9em;
	padding-bottom:0.8em;
}
td
{
	font-family:"lpo_texte","lpo","Calibri","Cambria","Tahoma","Arial","Times New Roman","Times","serif";
	font-size:0.9em;
	padding:5px 10px 5px 10px;
}


#sans_menu
{
	position:fixed;
	top:60px;
	margin-top:1%;
	width:98%;
	margin-right:2%;
	height:90%;
	overflow:scroll;
	padding-left:10px;
	padding-right:10px;
	text-align:justify;     
	line-height:1.5em;
}
#corps_sansmenu
{
	margin-left:10%;
	margin-right:10%;
}
#bandeau
{
	width:100%;
	height:auto;
}
#attention
{
	outline:solid 4px rgb(200,200,200);
	border-radius:1rem;
	padding:20px 20px 0px 20px;"
}

