/* Design du site créé par Marc-Antoine Parent
Débutée le 27 janvier 2010, dernière mise à jour en date le 31 janvier */

*
{
margin: 0
padding: 0
}

body
{
   margin: auto;
   margin-top: 10px;
   margin-bottom: 50px;
   font-family: Verdana, Arial, "Trebuchet MS", Times New Roman, serif;
	background: url("../fond_logo.jpg") no-repeat;
		width: 100%;
	height: 100%;
}

.etudiant
{
	border: none; /* Contour bleu créé à cause des liens retiré */
}

#entete
{
	
	position: absolute;
	top: 30px;
	right: 15%;
	margin-bottom: 10px;
	text-decoration: none;
}

#message
{
	position: absolute;
	top: 30px;
	right: 42%;
	left: 20%;
}

strong
{
	color: grey;
	font-variant: small-caps;
	font-family: "Times New Roman", Arial, Verdana, serif;
	font-size: 1.3em;
}

.logo
{
	float: left;
}

#menu
{
	float: left;
	width: 142px;
	margin-left: 10px;
	padding-bottom: 20px;
	font-size: 0.85em;
	font-family: Verdana, Arial, "Trebuchet MS", Times New Roman, serif;
	color: #ffffff;
}

#menu ul 
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	color: #ffffff;
}

#menu li 
{
	margin: 4px 0 0 0;
	color: #ffffff;
}

#menu a 
{
	display: block;
	width: 120px;
	padding: 2px 2px 2px 10px;
	border: 1px solid #FFFFFF;
	background: #99333F;
	text-decoration: none; /*permet de retirer le soulignement des liens*/
}

#menu a:link, #menu a:active, #menu a:visited 
{
	color: #ffffff;
}

#menu a:hover 
{
	border: 1px solid #602028;
	background: #7B2833;
	color: #ffffff;
}

#menup
{
	float: left;
	width: 142px;
	margin-left: 10px;
	padding-bottom: 20px;
	font-size: 0.85em;
	font-family: Verdana, Arial, "Trebuchet MS", Times New Roman, serif;
	color: #ffffff;
}

#menup ul 
{
	padding-top: 10px;
	padding: 0;
	list-style-type: none;
	color: #ffffff;
}

#menup li 
{
	margin: 4px 0 0 0;
	color: #ffffff;
}

#menup a 
{
	display: block;
	width: 120px;
	padding: 2px 2px 2px 10px;
	border: 1px solid #FFFFFF;
	background: #333399;
	text-decoration: none; /* permet de retirer le soulignement des liens */
}

#menup a:link, #menup a:active, #menup a:visited 
{
	color: #ffffff;
}

#menup a:hover 
{
	border: 1px solid #232369;
	background: #29297c;
	color: #ffffff;
}

#menue
{
	float: left;
	width: 142px;
	margin-left: 10px;
	padding-bottom: 20px;
	font-size: 0.85em;
	font-family: Verdana, Arial, "Trebuchet MS", Times New Roman, serif;
	color: #ffffff;
}

#menue ul 
{
	padding-top: 10px;
	padding: 0;
	list-style-type: none;
	color: #ffffff;
}

#menue li 
{
	margin: 4px 0 0 0;
	color: #ffffff;
}

#menue a 
{
	display: block;
	width: 120px;
	padding: 2px 2px 2px 10px;
	border: 1px solid #FFFFFF;
	background: #006800;
	text-decoration: none; /*permet de retirer le soulignement des liens*/
}

#menue a:link, #menue a:active, #menue a:visited 
{
	color: #ffffff;
}

#menue a:hover 
{
	border: 1px solid #232369;
	background: #005100;
	color: #ffffff;
}

#corps
{
	margin-right: 5%;
	margin-left: 177px;
	margin-bottom: 0;
	line-height: 1.25em;
}

h3
{
	font-variant: small-caps ; 
	text-decoration: underline;
	text-indent: 20%;
}

p
{
	font-size: 0.9em;
	text-indent: 25px;
	font-family: Verdana, Arial, Times New Roman, serif;
	text-align: justify;
}

.poly
{
	float: right;
	border: none;
	margin-left: 10px;
}

ul
{
	margin-left: 2%;
	font-size: .9em;
	text-align: justify;
}

.no-col
{
	color: #602028;
}

.lien
{
	margin-bottom: 5px;
}

blockquote
{
	font-style: italic;
}

#piedpage 
{ 
	clear:both; 
	width:100%;
	padding-top: 5px;
	height:25px; 
	background: center bottom #99333F; 
	position:fixed; 
	bottom:0; 
	color:#FFFFFF; 
	font-size:0.75em; 
	text-align:center;
	font-variant: small-caps ; 
}

#piedpage a
{
	color: white;
	text-decoration:none;
}

#piedpage a:visited
{
	color: white;
}

#piedpage a:hover
{
	color: silver;
	text-decoration: underline;
}