﻿/*
Feuille de styles Dem'Act
2011 - Atos Origin - ALZ
Bleu #009bce, bleu fonc� #003b4f, bordeaux #af1c74, gris #efefef, gris superclair #f6f6f6
*/

* {
	margin: 0;
	padding: 0;
	border: none;
}

html {
	height: 100%;
	font-size: 100%;
}
body {
	width: 800px;
	margin: 0 auto;
	font-family: Arial, sans-serif;
	font-size: 90%;
	background-color:#FFFFFF;
	color: #111;
	text-align:center;
}

table.contenu {
    margin: 0 auto;
}

body.contextuelle{
	font-family: Arial, sans-serif;
	font-size: 90%;
	background: white;
	color: #111;
	min-height: 100%;
}

h1 {
	padding-top: 40px;
	margin-bottom: 1.3em;
	font-size: 3em;
	font-family: Arial, Helvetica, sans-serif;
	color: #009bce;
}

h2 { 
	display: inline;
	margin: 1.3em 0 0 0;
	padding: 0 0 0 30px;
	/* clear: right; */
	font-size: 2em;
	color: #af1c74;
	background-image: url(../site_en_maintenance/fleche_academie_caen.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 auto;
}

h3 {
	margin: 1em 0 0 0;
	font-size: 1.3em;
	font-weight: bold;
	/*color: #009bce; */
}

h4 {
	color: #009bce;
}

a:link {
	color: #009bce;
	text-decoration: none;
}

a:hover {
	color: #009bce;
	text-decoration: underline;
}

a:visited {
	color: #009bce;
	text-decoration: none;
}

hr {
	width: 500px ;
	color: #efefef;
	background-color: #efefef;
	height: 8px;
	border: 4;
	margin: 0 auto;
}

