﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-repeat: repeat;
	background-attachment: scroll;
	background-color: #333366;
}
#container {
	width: 750px;
	margin: 0 auto;
	background-color: #333366;
}
#masthead {
	text-align: center;
	width: 750px;
}
#navigation {
	position: relative;
	float: left;
	width: 170px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-right: 1px dotted #725972;
}
#content {
	padding: 10px;
	float: left;
	width: 549px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	background-color: #FFCC66;  
/*	background-color: #9999FF; */
/*	background-color: #FFFFFF; */
}
/* Styles de titres */
#masthead h1 {
	color: #fff;
}
#masthead h3 {
	color: #402640;
}
/* Styles d'éléments de navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
/*	border: 1px dotted #9999FF;*/
	background-color: #9999FF; 
}

#navigation a {
	color: #402640;
	text-decoration: none;
	display: block;
	padding: 5px;
	border-bottom: 1px dotted #fff;
	background-color: #9999FF;
	font-weight: bold;
}
#navigation a:hover {
	color: #402640;
	text-decoration: none;
	background-color: #fff;
	font-weight: bold;
}
/* Styles du contenu */
h6 {
	color: #503750;
}
h5 {
	color: #503750;
}
h4 {
	color: #503750;
}
h3 {
	color: #503750;
}
h2 {
	color: #503750;
}
#content h1 {
	color: #503750;
}
#content img {
	padding: 5px;
	border: 1px solid #402640;
}

/* Styles du menu d'entête */

#head_menu {
	text-align: center;
	clear: both;
	width: 750px;
	border: 1px dotted #d8bfd8;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #FFFFFF;
}

#head_menu p {
	color: #808080;
}
#head_menu a {
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
}
#head_menu a:hover {
	color: #6666FF;
	text-decoration: none;
}

/* Styles de pieds de page */
#footer {
	text-align: center;
	clear: both;
	width: 750px;
	border: 1px dotted #d8bfd8;
}

#footer p {
	color: #808080;
}
#footer a {
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;

}
#footer a:hover {
	color: #6666FF;
	text-decoration: none;
}

/* Sous menu de navigation */

#sous-navigation {
	position: relative;
	float: left;
	width: 100%;

}

#sous-navigation a {
	color: #402640;
	text-decoration: none;
	display: block;
	padding: 5px;
	background-color: #9999FF;
	margin-left: 15px;
	font-style: italic;
	font-weight: normal;
}
#sous-navigation a:hover {
	color: #402640;
	text-decoration: none;
	background-color: #fff;
	font-weight: normal;
	font-style: italic;
}


/* images */

.thumbnail_participants {
	background-color: #FFFFFF;
	border-style: solid;
	border-width: medium;
}

.participants {
	background-color: #FFFFFF;
	border-style: solid;
	border-width: medium;
}

.DivParticipants {
	padding: 20px 0px 0px 0px;
	border-width: 15px;
	border-color: #41416A;
	border-style: solid none none none;
}


/* Styles génériques */
a {
	color: #800000;
	text-decoration: underline;
}
a:hover {
	color: #dfb8df;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

.ListeAPuce {
	line-height: 150%;
}


table.horaire {
	border: thin solid #000080;
	border-collapse: collapse;
}
table.horaire th {
	padding: 6px 10px;
	border: thin solid #000080;
	background-color: #F5FAC4;
	font-weight: bold;
	color: #7C90A1;
	text-align: left;
}
table.horaire td {
	padding: 6px 10px;
	border: thin solid #000080;
}
table.horaire td.date {
	font-weight: bold;
	color: #7C90A1;
}
table.horaire a {
	text-decoration: none;
}
table.horaire a:hover {
	text-decoration: underline;
}
table.horaire a:hover span.detail {
	text-decoration: none;
}
table.horaire td.desc ul {
	margin: 0px !important;
}
table.horaire td.desc li {
	margin: 0px !important;
}


