body {
	font-family: Arial, Georgia, Verdana, Helvetica, Comic Sans MS, sans-serif;
	top: 5px;
	margin: 10% 10% 10% 10%;
}

#contenu {
	margin-top: 20px;
	/*#0B1B2A;*/ /* #B00000*/
	min-height: 500px;
	padding: 25px 90px 30px;
	top: auto;
}

img {
	border-color: #000000;
	border-style: outset;
	border-width: thick ;
	align-content: center;
}

p {
	text-align: justify;
	padding: 7px;
}

a:link {
	text-decoration: underline;
}

a:visited {
	text-decoration: none;
}

a:hover {
	font-weight: bold;
}

td.en-cours {
	vertical-align: middle;
	border: none;
	letter-spacing: 2px;
}

td.en-cours a {
	text-decoration: none;
	font-weight: bold;
}

#footer {
	padding-top: 10px;
	padding-bottom: 10px;
	border: solid thin;
	border-top: none;
	font-size: 12px;
}

.footer_titre {
	font-weight: bold;
}

a.footer_mail,
a.footer_mail:visited {
	text-decoration: none;
}

/*  Pour les menus : */
#nav, #nav ul {
	list-style: none outside;
	position: static;
	line-height: 30px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 0;
	word-spacing: 2px;
	z-index: 100000;
	margin: 0 0 5px 0;
	top: 235px;
	padding: 0 0 0;
}

#nav a {
	display: block;
	padding: 0 0;
	border: 0;
	text-decoration: none;
	text-align: center;
}

#nav a:hover {
	background-repeat: no-repeat;
}

/* Le dessus*/
#nav li {
	float: left;
	position: relative;
	width: 20%;
	background: no-repeat;
}

#nav ul {
	width: 100%;
	position: absolute;
	display: none;
	top: 31px;
}

#nav li ul {
	line-height: 23px;
}

#nav li ul li {
	margin: 0;
	padding: 0;
	border-top: 0;
	border-right: 0;
	width: 100%;
	text-transform: uppercase;
}

#nav li ul a {
	width: 100%; /*159px;*/
	height: auto;
	float: left;

	text-decoration: none;
	font-size: 12px;
	border-bottom: 0;
}

#nav li ul li a.cur,
#nav li ul li a.act {
	border-bottom: 0;
}

#nav ul ul {
	top: auto;
	border-top: 0;
	left: 159px;
	margin: 0;
}

#nav li:hover ul ul,
#nav li:hover ul ul ul,
#nav li:hover ul ul ul ul {
	display: none;
}

#nav li:hover ul,
#nav li li:hover ul,
#nav li li li:hover ul,
#nav li li li li:hover ul {
	display: block;
}

#nav.row .col, #nav.row .col-auto {
	text-transform: uppercase;
}

#nav.row .col ul, #nav.row .col-auto ul {
	width: 100%;
	display: none;
}

#nav.row .col ul li, #nav.row .col-auto ul li {
	width: 100%;
	height: auto;
}

#nav.row .col:hover ul, #nav.row .col-auto:hover ul {
	display: block;
}