﻿/* disposition CSS */
html, body {
	height: 100%;
	background-color: #000;
}
a:hover      { text-decoration: underline }
a:link      { text-decoration: none}
a:visited      { text-decoration: none}

#conteneur{
	height: 100%;
	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');
}
.sommaire_haut {
	background-image: url('images/degrade_sommaire.gif');
	height: 40px;
}
.sommaire {
	background: #830b0b;
}
.titre_sommaire
{
	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: 1em; 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) no-repeat bottom; height: 140px; width: 455px;  text-align: left; color: #fff;}
.deuxieme_titre {background: url(images/deuxieme_titre_fd.gif) no-repeat bottom; height: 120px; width: 217px;  text-align: left; color: #fff; }
.troisieme_titre {background: url(images/premier_titre_fd.gif) no-repeat bottom; height: 100px; width: 455px;  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;}