body {
	font-family: sans-serif;
	font-size: 12px;
	color: #666666;
	background-color: #EDF0F1;
	margin: 0px;
}

a.couleurLienHaut {
	color: #FFFFFF;
	text-decoration: none;
}

a.couleurLienHaut:hover {
	color: #e6f4ff;
	text-decoration: none;
}

a.couleurLienMenu {
	color: #333333;
	text-decoration: none;
}

a.couleurLienMenu:hover {
	color: #1378A9;
	text-decoration: none;
}

.navigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 5px;
}

a.couleurLienNavigation {
	color: #1378A9;
	text-decoration: none;
}

a.couleurLienNavigation:hover {
	color: #1378A9;
	text-decoration: underline;
}

a.couleurLienSavoirPlus {
	color: #000033;
	text-decoration: none;
}

a.couleurLienSavoirPlus:hover {
	color: #1378A9;
	text-decoration: none;
}

a {
	color: #1378A9;
	text-decoration: none;
}

a:hover {
	color: #1378A9;
	text-decoration: underline;
}

h1 {
	font-family: sans-serif;
	font-size: 10px;
	color: #000033;
	text-transform: uppercase;
	margin-bottom: 5px;
	background-color: #e6f4ff;
	padding: 10px;
	border-style:solid; border-width:1px; border-color:#AAAAAA;
}

.cadre { border-style:solid; border-width:1px; border-color:#AAAAAA; padding:10px; background-color:#eff2f4; }

h2 {
	font-family: sans-serif;
	font-size: 10px;
	color: #000033;
	text-transform: uppercase;
	margin-bottom: 5px;
	padding: 8px;
	background-color: #e0eddc;
	border-style:solid; border-width:1px; border-color:#AAAAAA;
}

.cadre2 { border-style:solid; border-width:1px; border-color:#AAAAAA; padding:10px; background-color:#ecf2ea; }

.separationVerticale {
	background-image: url('../images/contenu_separation.gif');
	background-repeat: repeat-y;
	background-position: center;
}

.separationHorizontale {
	background-image: url('../images/contenu_separation.gif');
	background-repeat: repeat-x;
	background-position: center;
	height: 3px;
}

img {
	border-width: 0px;
}