/* FONTS */
/* Family */
body, .bouton, .menu {
	font-family: verdana, arial, helvetica, sans-serif ;
	}

/* Size */
h1 {
	font-size: 14px; 
	}

h2, th {
	font-size: 12px;
	}

h3, p, ul, .bouton, .menu, .footer, td {
	font-size: 10px;
	}

/* WEIGHT */
h1, h2, h3, .bouton, a:hover, .cadre p, th {
	 font-weight: bold ; 
	}

/* STYLE */
a {
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

/* ALIGNMENT */
h1, .foot, .cadre p, .menu h2 {
	text-align: center;
	}

/* COLORS */
/* Texts */
body, p, p:link, p:visited, a:link {
	color: black ; 
	}

h1, h2, .bouton, .menu, th {
	color: white ; 
	}

.foot, .foot:link, .foot:visited, a:visited {
	color: #999999;
	}

/* Background */
body
	{
	background: white ; 
	}

h1, h2, .bouton, .menu, th {
	background: #3399FF ; 
	}

/* MARGINS */
body {
	margin-top: 0px;
	margin-left: 2px;
	margin-right: 2px;
	}

H1 {
	margin-top: 5px;
	}

/* PADDINGS */
h1, h2, .bouton {
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	}

h2 {
	margin-top: 0px;
	margin-bottom: 0px;
	}

h1 {
	margin-bottom: 5px;
	}

.bouton {
	padding-right: 5px;
	}

/* BORDERS */
.bouton {
	border-color: black;
	border: 1px solid;
	}

/* STRUCTURE */
.structure {
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	border: 0px;
	}

.logo {
	background: #0066cc;
	width: 152px;
	border-right: solid 2px #000;
	border-bottom: solid 2px #000;
	}

.presentation {
	border: dotted 1px #000;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	}

.separator {
	border-bottom: dotted 1px #000;
	}

.menu {
	background: #3399FF;
	width: 152px;
	border-bottom: solid 1px #000;
	border-left: solid 1px #000;
	border-right: solid 1px #000;
	}

.menu h2 {
	background: #3399FF;
	width: 152px;
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
	}

.content {
	padding-left: 5px;
	padding-right: 5px;
	}

.cadre {
	padding-left: 5 px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 25 px;
	margin-right: 25px;
	margin-top: 25px;
	margin-bottom: 25px;
	background: #dddddd;
	border: solid 1px #000;
	}

.sousmenu {
	text-align: center;
	background: #3399FF;
	}
	
.sousmenu:link, .sousmenu:visited {
	color: white ;
	font-size: 12px;
	text-decoration: none;
	margin-top: 5px;
	margin-bottom: 5px;
	}