﻿@charset "utf-8";

/*  ------------------------------------------
/*  Réinitialise toutes les marges et les espaces
/*  ------------------------------------------
*/

* {
	margin: 0px;
	padding: 0px;
}

/*  ------------------------------------------
/*  Corps Principal
/*  ------------------------------------------
*/

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background: white url(../../accueil/images/design/fond.png) 100% fixed;
	background-repeat: repeat-x;
	font-size: 1em;
	/* Centrage IE */
	text-align: center;
}

/*  ------------------------------------------
/*  Design - Background
/*  ------------------------------------------
*/

#div-main {
	position: absolute;
	background-color: #FFFFFF;
	top: 50%;
	left: 50%;
	width: 1000px;
	height: 700px;
	/* Centrage du site */
	margin-top: -350px;
	margin-left: -500px;
}

#div-left {
	background-image: url(../images/design/ms_left.png);
	position: absolute;
	top: 175px;
	left: 0px;
	width: 245px;
	height: 525px;
}

#div-menu {
	position: absolute;
	top: 0px;
	left: 40px;
	width: 200px;
	height: 280px;
}

#div-content {
	position: absolute;
	top: 175px;
	left: 245px;
	width: 755px;
	height: 502px;
	z-index: 100;
	/* Specificite a IE - scrollbare */
	overflow: auto;
}

#div-header {
	background-image: url(../images/design/ms_header.png);
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1000px;
	height: 175px;
}

#div-footer {
	position: absolute;
	top: 677px;
	left: 245px;
	width: 755px;
	height: 20px;
	font-size: 0.8em;
}

/*  ------------------------------------------
/*  Mise en forme des liens
/*  ------------------------------------------
*/

a {
	color: #000000;
	text-decoration: underline;
}

a img {
	border: 0px;
}

/*  ------------------------------------------
/*  MENU
/*  ------------------------------------------
*/

ul#menu {
	list-style-type: none;
	line-height: 31px;
	font-size: 1.3em;
	text-align: left;
}

ul#menu li a {
	text-decoration: none;
}

ul#menu li a:hover {
	text-decoration: overline underline;
}

/*  ------------------------------------------
/*  Divers mise en forme
/*  ------------------------------------------
*/

h1 {
	color: #000000;
	font-size: 1.55em;
	font-weight: bold;
}

h2 {
	color: #ff0000;
	font-size: 1.25em;
	font-weight: bold;
}

img {
	margin: 15px;
}

li {
	margin: 3px;
}

#div-content p {
	text-align: justify;
	margin: 15px;
}

/* Texte en arrière plan DA (div-center) */
.txt-blanc {
	color: #FFFFFF;
	text-align: left;
}

.rouge {
	color: red;
}

.rouge_ms {
	color: #DA251D;
}

.gras {
	font-weight: bold;
}

.hr {
	height: 1px;
	border-top: 1px solid #000000;
	margin-bottom: 2px;
	padding: 2px;
}

/*  ------------------------------------------
/*  ACCUEIL
/*  ------------------------------------------
*/

img#accueil-jd {
	float: left;
}

/*  ------------------------------------------
/*  COURS
/*  ------------------------------------------
*/

#div-cours {
	position: absolute;
	top: 30px;
	left: 0px;
	width: 730px;
	height: 460px;
}

table {
	border-collapse:collapse;
	width:90%;
	
}

#table-cours th, #table-cours td {
	border:1px solid black;
	width:20%;
}

td {
	text-align:center;
}

caption {
	font-weight:bold
}

/*  ------------------------------------------
/*  CONTACT
/*  ------------------------------------------
*/

#tab-td-contact {
	width: 70px;
}

.tab-center {
	margin-left: auto;
	margin-right: auto;
}

p#txt-contact {
	text-align: center;
	font-weight: bold;
}
