﻿/* disposition CSS */
html, body {
	height: 100%;
	background-color: #000;
}
a:hover {
	text-decoration: underline;
}
a:link {
	text-decoration: none;
	color: #FF9900;
}
a:visited {
	text-decoration: none;
}
#conteneur {
	margin: 0 auto;
	background-color: #660000;
}
#masthead {
}
#top_nav {
	background-image: url('images/header.gif');
	background-repeat: no-repeat;
}
#container {
	position: relative;
	width: 100%;
}
#page_content {
	margin-right: 200px;
	margin-left: 200px;
}
#footer {
	background-image: url('images/footer.gif');
	color: #FFFFFF;
}
.sommaire_haut {
	background-image: url('images/degrade_sommaire.gif');
	height: 40px;
}
.sommaire {
	background: #830b0b;
}
.titre_sommaire, .titre_sommaire a {
	text-align: center;
	color: #ef6b6b;
	font-size: 30px;
	font-weight: bold;
	font-family: Brush Script MT, Monotype Corsiva, Bradley Hand ITC, verdana;
}
/*MENU LI*/
#menu dl {
	width: 150px;
	margin: 0 auto;
	padding: 0 0 10px 0;
}
#menu dt {
	margin: 0;
	padding: 10px;
	font-size: 1.4em;
	font-weight: bold;
	color: #ff0000;
	border-bottom: 1px solid #fff;
	background: url(top.gif) no-repeat top left;
}
#menu dd {
	margin: 0;
	padding: 0;
	color: #ff0000;
	font-size: 14px;
	border-bottom: 1px solid #660000;
	background: #830b0b;
	font-weight: bold;
}
#gallery a, #gallery a:visited {
	color: #ff0000;
	text-decoration: none;
	display: block;
	padding: 5px 5px 5px 20px;
	background: url(images/arrow.gif) no-repeat 10px 13px;
	width: 125px;
}
#gallery a:hover {
	background: #660000 url(images/arrowr.gif) no-repeat 11px 13px;
	color: #9cf;
}
ol li {
	font-size: 11px;
}
.fond {
	background-color: #660000;
}
/*TITRES ET SOUS TITRE*/
.premier_titre {
	background: url(images/premier_titre_fd.gif) repeat-x bottom;
	height: 140px;
	width: 610px;
	text-align: left;
	color: #fff;
}
.deuxieme_titre {
	background: url(images/premier_titre_fd.gif) repeat-x bottom;
	height: 120px;
	width: 290px;
	text-align: left;
	color: #fff;
}
.troisieme_titre {
	background: url(images/premier_titre_fd.gif) repeat-x bottom;
	height: 100px;
	width: 610px;
	text-align: left;
	color: #fff;
}
.a_la_une {
	color: #fff;
	font-size: 1.5em;
	margin-left: 20px;
	font-family: verdana, arial;
	font-weight: bold;
}
.actu {
	color: #fff;
	font-size: 1em;
	margin-left: 20px;
	font-family: verdana, arial;
	font-weight: bold;
}
.tr1
{
	color: #000000;
	font-size: 10px;
	font-family: verdana, arial;
	background-color: #FFFF99;
}
.tr2
{
	color: #000000;
	font-size: 10px;
	font-family: verdana, arial;
	background-color: #CCCCFF;
}
.tr1 h1
{
	color: #1084D5;
	font-size: 14px;
	font-family: verdana, arial;
	font-weight:700;
}
.tr2 h1
{
	color: #000000;
	font-size: 14px;
	font-family: verdana, arial;
	font-weight:700;
}
.tr2 img, .tr1 img
{
	padding: 0 0 20px 0;
}
.pub
{
	/*
	left:610px;
	margin: auto;
	padding-top: 170px;
	position: absolute;
	*/
	float:right;
	color: #C0C0C0;
	text-align:right;
	margin-top: 20px;
	z-index: 99;
	display:block;
}
.pub a 
{
	font-size: 11px;
	/*
	*/
	font-family: verdana, arial;
	padding:0 10px 0 0;
	text-align:right;
	color: #FDD418;
	z-index: 99;
	
}
