﻿body
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-style: normal;
	text-decoration: none;
	font-weight: normal;
	text-transform : none;
	border : none;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}

a:link, a:visited, a:active
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #67AF21;
	text-decoration: none;
	font-weight: normal; /* bold;*/
}

/*
** Liens lors d'un survol de la souris
*/
a:hover 
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fe5207;
	text-decoration: none;
	font-weight: normal; /* bold;*/
}

#entete
{
	position: relative;
	width: 100%;
	text-align: left;
}

#enteteMedsys
{
	position: absolute;
	top: 20px;
	right: 0;
}

#navigationEntete
{
	position: relative;
	top: 10px;
	width: 100%;
}

#navigationPiedDePage
{
	position: relative;
	top: 120px;
	width: 100%;
}

.navigationPrecedente
{
	position: absolute;
	left: 20px;
}

.navigationSuivante
{
	position: absolute;
	right: 20px;
}

#navigationSommaire
{
	position: absolute;
	left: 50%;
	width: 200px;
	margin-left: -100px;
	text-align: center;
}

#titrePage
{
	position: relative;
	top: 30px;
	width: 100%;
	text-align: center;
	color: #740C66;	
	font-size: 20px;
	font-weight: bold;
}

#corpsPage
{
	position: relative;
	top: 80px;
	width: 70%;
	left: 50%;
	margin-left: -35%;
	text-align: justify;
}

.cadreImageCentree
{
	text-align:center;
}

.titre1
{
	color: #740C66;	
	font-size: 16px;
	font-weight: normal;
}
