/* Diamond Sea */

.navigation {
	border-color: white;
	color: white;
	width: 840px;
	margin-left: auto;
	margin-right: auto;
}

.navigation a:link {
	color: white;
	border-bottom: none;
	text-decoration: none;
}

.navigation a:visited {
	color: white;
	border-bottom: none;
	text-decoration: none;
}

.navigation a:hover {
	color: black;
	border-bottom: none;
	text-decoration: none;
	background-color: white;
}

.navigation a:active {
	border-bottom: none;
	position: relative;
	top: 1px;
}

body {
	font-family: Helvetica, Arial, sans-serif;
	color: #444444;
	background-color: #7b7b7b;
	background-image: url(bg.jpg);
	background-repeat: repeat;
	background-position: left top;
	background-attachment: fixed;
	text-align: left;
}

a:link, a:visited {
	color: #e33a2f;
	border-bottom: 1px solid #dddddd;
	text-decoration: none;	
}

a:hover {
	color: #e33a2f;
	border-bottom: 1px solid #e33a2f;
	text-decoration: none;
}

a:active {
	color: #e33a2f;
	border-bottom: 1px solid #dddddd;
	position: relative;
	top: 1px;
}

.esperluette {
	font-family: Baskerville, Palatino, Constantia, serif;
	font-style: italic;
	font-weight: normal;
	font-size: 1.2em;
	position: relative;
	bottom: -0.1em;
}

.noscript {
	font-style: italic;
	word-spacing: -1px;
	color: black;
}

/* BCW */

.grille_14 a {-webkit-transition: all 0.15s ease-in-out; -moz-transition: all 0.15s ease-in-out;}

#bcw em {font-style: normal; font-weight: bold;}

#bcw .grille_14 {
	top: 100px;
	background-color: white;
	background-image: url("divider.gif");
	background-position: 510px top;
	background-repeat: repeat-y;
	-moz-box-shadow: 0 0 0.2em 0 black;
	-webkit-box-shadow: 0 0 0.2em black;
}

#bcw .grille_9 p {
	padding-left: 30px;
	padding-right: 60px;
}

#bcw .grille_9 h1 {
	color: black;
	font-weight: bold;
	padding-left: 30px;
	padding-top: 30px;
	padding-right: 60px;
	padding-bottom: 0.6em;
	font-size: 2.3em;
	line-height: 1.3em;
}

p:last-child {
	padding-bottom: 1em;
}

#fr, #eng {
	position: relative;
	left: 818px;
	bottom: 43px;
	width: 84px;
}

#fr a:link, #fr a:visited {
	width: 84px;
	height: 27px;
	display: block;
	background-image: url(lang.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	border-bottom: none;
	text-indent: -5000px;
	text-align: left;
}

#fr a:hover, #fr a:active {
	background-position: 0 -28px;
	border-bottom: none;
	position: relative;
	top: 0px;
}

#eng a:link, #eng a:visited {
	width: 84px;
	height: 27px;
	display: block;
	background-image: url(lang.gif);
	background-position: -85px 0;
	background-repeat: no-repeat;
	border-bottom: none;
	text-indent: -5000px;
	text-align: left;
}

#eng a:hover, #eng a:active {
	background-position: -85px -28px;
	border-bottom: none;
	position: relative;
	top: 0px;
}

/* Réseaux */

.reseaux {
	margin-top: 0px;
}

.reseaux li {
	font-size: 1em;
	margin-bottom: 0px;
	height: 40px;
	padding-top: 10px;
	list-style-type: none;
}

.reseaux li:last-child {
	padding-bottom: 17px;
}

.reseaux li a img {
	float: left;
}

.reseaux h4 {
	font-size: 1.4em;
	font-weight: normal;
	color: black;
	margin-top: 1px;
	margin-left: 40px;
	margin-bottom: -1px;
}

.reseaux p {
	font-size: 1.2em;
	color: #999999;
	margin-left: 40px;
	padding: 0px;
}

.reseaux li a {
	display: block;
	padding-top: 8px;
	padding-left: 10px;
	height: 48px;
	border-bottom: none;
	text-decoration: none;
}

.reseaux li a:hover {
	background-position: left center; 	                             
	background-image: url(hover.gif);                             
	background-repeat: no-repeat;                             
	height: 40px;
}

/* Emploi du temps */

#horaire table {
	margin-left: auto;
	margin-right: auto;
	margin-top: 130px;
	margin-bottom: 15px;
	background-color: white;
	-moz-box-shadow: 0 0 0.2em 0 black;
	-webkit-box-shadow: 0 0 0.2em black;
	color: #aaaaaa;
	padding: 25px;
	text-align: center;
	border-spacing: 0px;
}

#horaire table th {
	font-size: 1.5em;
	border-bottom: solid 2px #dddddd;
	padding: 5px;
	color: black;
	width: 150px;
	font-weight: bold;
}

#horaire table tr:hover {
	background-color: #f6f6f6;
}

#horaire table td {
	border-top: solid 1px #dddddd;
	padding: 5px;
}

#horaire table span {
	font-style: italic;
	font-family: Georgia, serif;
}
