@import url("msg.css");

body
{
	color: white !important;
	text-align: center;
	margin: 0;
	background-color: black !important;
	background: url('../img/borders2.gif') repeat-y center fixed;
	margin-top: 0px;
}

#banner
{
	position: fixed;
	text-align: left;
	width: 900px;
	top: 0px;
	z-index: 99;
}

#content
{
	background-color: black;
	text-align: left;
	width: 842px;
}

#header
{
	margin-left: 21px;
	margin-right: 21px;
	background-color: black;
	background: url('../img/header2.jpeg') no-repeat;
	width: 800px;
	height: 250px;
}

#navigation
{
	background-color: black;
	position: absolute;
	color: white;
	line-height: 23pt;
	top: 250px;
	width: 800px;
	margin-left: 21px;
	margin-right: 21px;
	text-align: center;
}

#nav_text
{
	margin-left: 5px;
	margin-right: 5px;
	font-family: Helvetica, sans-serif; 
	background: url('../img/line.jpeg') no-repeat bottom center;
	font-weight: normal;
	font-size: 17px;
	font-weight: bold;
	background-color: black;
	padding-bottom: 5px;
}

#global
{
	background-color: black;
	margin-left: auto;
	margin-right: auto;
	width: 842px;
}

#texte
{
	color: white;
	padding-top: 5px;
	text-align: left;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 280px;
	background-color: black;
}

#text_content
{
	color: white;
	margin: 5px;
	background-color: black;
}

h1
{
	font-family: Helvetica, sans-serif; 
	font-size: 14pt;
	font-weight: bold;
}

h2
{
	font-size: 12pt;
	font-style: italic;
	font-weight: bold;
}

div.copyrights {
	text-align: center;
}

a.copyrights {
	font-size: 8pt;
	color: #333333;
	text-decoration: none;
}

span.note {
	font-size: 8pt;
}

h3
{
	font-size: 10pt;
	font-weight: bold;
}

p
{
	font-family: Helvetica, sans-serif; 
	font-size: 10pt;
}

p.text_news
{
	margin-bottom: 25px;
	padding-bottom: 15px;
	background: url('../img/line.jpeg') no-repeat bottom center;
}

div
{
	font-family: Helvetica, sans-serif; 
	font-size: 10pt;
}

li
{
	font-family: Helvetica, sans-serif; 
	font-size: 10pt;
}

a
{
	/*color: #775030; */
	/*color: #996633; */
	color: gray; 
}
a:visited
{
	/*color: #996633; */
	color: gray;
}

.nav_link
{
	color: white !important;
	text-decoration: none;
}

span.link:before
{
	content: " :: ";
}

div.newsletter
{
	float: right;
	clear: none;
	display: inline;
	margin: 4px;
	padding: 8px;
	padding-bottom: 6px;
	border: 1px solid #333333;
}

input.newsletter
{
	margin-top: 3px;
	background-color: black;
	color: white;
	border: 1px solid white;
}

.next_stage
{
	font-weight: bold;
}

.description
{	
	position: relative;
	left: 10px;
	padding-right: 10px;
	z-index: 0;
}

.pict_copy
{
	font-size: 8pt;
}

.pict_tris_description
{
	font-size: 10pt;
}
.pict_tris_copyright
{
	font-size: 8pt;
}

.gallery_nav
{
	text-decoration: none;
}
a.gallery_nav:hover
{
	font-weight: bold;
}

.previous_button, .next_button
{
	font-weight: bold;
	text-decoration: none;
}

.previous_button:hover, .next_button:hover
{
	text-decoration: underline;
}

.next_previous_buttons
{
	height: 20px;
	clear: both;
	padding-left: 2px;
	padding-right: 2px;
}

.previous_button
{
	float: left;
}
.next_button
{
	float: right;
}

