@import "reset.css";
@import "menu.css";

@font-face
{
  font-family: "Sans Culottes";
  src: url(sansculottes.ttf) format("truetype");
}

@font-face
{
  font-family: "Enriqueta";
  src: url(enri.ttf) format("truetype");
}

body
{
	background-image: url('../img/fond4.png'); 
	background-color: #330000; 
	font-family: Enriqueta;
	font-size: 12pt;

}

#web-title
{
	font-size: 72pt;
	font-family: Sans Culottes;
	background-color: #003366;
	color: white;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	vertical-align: top;	
}

#topimg img
{
	position: fixed;
	top: 0;
	left: 500px;
	
	box-shadow: 3px 5px 20px #000;			
	box-shadow: 3px 5px 20px #000;

	border-bottom-left-radius: 80px;
	border-top-right-radius: 80px;
}


#border
{
	background-color: #003366;
	position: absolute;
	top: 140px;
	left: 160px;
	width: 700px;
	margin: 50px;
	padding: 10px;
}

#content
{
	background-color: white;
	padding: 20px;
	text-align: justify;
	
}

.imgleft
{
	float: left;
	margin: 25px;
	margin-left: 5px;
	margin-bottom: 10px;
	border-style: solid;
	border-width: 3px;
	border-color: #003366;
}

.imgright{
	float: right;
	margin: 25px;
	margin-right: 5px;
	margin-bottom: 10px;
	border-style: solid;
	border-width: 3px;
	border-color: #003366;
}

.border{
	border-style: solid;
	border-width: 3px;
	border-color: #003366;
	margin: 5px;
	max-width: 650px;
}

span.ptitle
{
	font-size: 24pt;
	color: #003366;
	display: block;
	padding: 5px;
}

p#validator
{
	position: absolute;
	bottom: -100px;
	left: -200px;
}

strong
{
	font-weight: bold;
}

em
{
	font-style: italic;
}

ul.bullet > li:before
{
	content: "~ ";
}

.cite
{
	font-size: 8pt;
	font-style: italic;
}

.centre
{
	text-align: center;
}

#bcr
{
 font-size: 12px;	
}

#browser-check{
	background-color: yellow;
	font-weight: bold;
}
