﻿
body
{
font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
font-size: small;
width: 100%;
margin: 0; /* remove the top margin */
background-color: white;
}

header
{
width: 100%;
height: 256px;
background-color: white;
}

common
{
	width: 950px;
	margin-right: 30px;
	margin-left: 30px;
	margin-bottom: 10px;
	margin-top: 5px;
	vertical-align: top;
	font-weight: normal;
	display: inline-block;
	text-align: justify;
	line-height: 150%;
}

common a /* for web links */
{
color: #a17e2d; /* beige foncé */
text-decoration: none;
}

title_main
{
	font-size: 24px;
	font-weight: bold;
	color: #e14408; /* orange */
	line-height: 4em; /* interline spacing */
}

#space
{
border-top: 1px dotted #e14408; /* orange */
border-bottom: none;
border-right: none;
border-left: none;
padding-top: 0px;
}

title_course
{
	font-size: 20px;
	font-weight: bold;
	color: #a17e2d; 
	line-height: 2em;
}

title_sub
{
	font-size: 18px;
	font-weight: normal;
	color: #6d563d; /* marron */
	line-height: 200%;
}

p
{
	font-size: 14px;
	line-height: -1em;
	line-height: 150%;
}

#copyright, #address, #phone, #email, #twitter
{
font-size: 0.9em;
text-align: left;
display: inline-block;
padding-bottom: 10px;
margin-left: 5px;
}
footer a
{
text-decoration: none;
color: black;
}
footer a:hover
{
color: #e14408; /* orange */
solid: #e14408; /* orange */
text-decoration: underline;
}


