/* CSS Document */

*{
	font-family: "Trebuchet MS", Arial, sans-serif;
}

body
{
	background-color:#FFF;
	margin: 1em 0 ;
	padding: 0 ;
	text-align: center ;
}
h1 {
	font-size: medium;
	font-weight: bold;
	color: #000099 ;
}
h2 {
	font-weight: bold;
	font-size: medium;
	font-style: italic;
}
h2#Phrase-Intro {
	display : inline;
	margin-left:230px;
	color:#000000;
}

blockquote {
  background: transparent url(images/quotesbegin.png) left top no-repeat;
}
blockquote div {
  padding: 0 48px;
  background: transparent url(images/quotesend.png) right bottom no-repeat;
}

div#conteneur {
	margin: 0 auto ;
	text-align: left ;
	display: block;
	background-color:#FFF;
	border: 1px;
	border-style:solid;
	border-color:#444;
  	width: 770px;
}
div#article {
	text-align:justify;
	font-size: 0.8em;
	color: #333333;
	background-color:#FFC;
	padding:1em;
}
div#coeur-page-accueil {
	background-image:url(images/cadavre.jpg);
	background-repeat:no-repeat;
	background-position:top;
	background-color:#FFC;
	height:432px;
}
.TaglineRouge {
	font-size: 18px;
	font-weight: bold;
	color: #C60005;
	line-height:48px;
}
.TaglineGrise {
	font-size: 18px;
	font-weight: bold;
	color: #444;
	line-height:48px;
}
.BasDePageGauche {	
	background-color: #000000;
	color:#C0C0C0;
	font-size:0.7em;
	float:left;
}
.BasDePageDroite {
	color:#C0C0C0;
	background-color: #000000;
	font-size:0.7em;
	float:right;
}
div.spacer {
	clear:both;
}
div.fond-orange {
	display: block;
	background-color: #C60005;
	width:100%;
}
div.FondNoir {
	background-color: #000000;
	width:100%;
}
div.FondNoir a {
	color:#CCC;
}
div#menu a {
	display: block;
	float: left;
	margin-right: 0.7em;
	background-color: #C60005;
	padding: 0.5em;
	text-decoration: underline;
	border: none;
	color: #FFF;
	text-align:center;
	font-size:1.0em;
}
div#menu a:hover {
  background-color: #000000;
  color: #FFF;
}
div#menu span {
  display: none;
}